Trace number 4515282

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.26 3342.07

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-777800.0.s.opb
MD5SUM582689c3cf73d4c20a9f41c5c43c97bc
Bench CategoryDEC-LIN (decision problem, 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.140047
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6400
Total number of constraints476
Number of constraints which are clauses4
Number of constraints which are cardinality constraints (but not clauses)472
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint6400
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 6480
Number of bits of the biggest sum of numbers13
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4515282-1751235489.opb
0.10/0.14	c reading problem ... 
0.10/0.15	c  no objective function found
0.30/0.30	c ... done. Wall clock time 0.145s.
0.30/0.30	c declared #vars     6400
0.30/0.30	c #constraints  477
0.30/0.30	c constraints type 
0.30/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.30/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 473
0.30/0.30	c 477 constraints processed.
24.18/22.57	c cleaning 2518 clauses out of 5035 with flag 10070/5035
47.17/44.76	c cleaning 4247 clauses out of 8493 with flag 22022/11011
61.80/57.47	c cleaning 5622 clauses out of 11272 with flag 36074/18037
81.84/74.73	c cleaning 6821 clauses out of 13641 with flag 52057/26028
97.76/88.41	c cleaning 7900 clauses out of 15800 with flag 70017/35008
118.15/104.45	c cleaning 8964 clauses out of 17928 with flag 90073/45036
137.92/122.69	c cleaning 9967 clauses out of 19934 with flag 112014/56006
204.51/188.17	c cleaning 10984 clauses out of 21969 with flag 136024/68008
232.82/214.89	c cleaning 11995 clauses out of 24010 with flag 162077/81033
292.76/269.73	c cleaning 12991 clauses out of 25982 with flag 190012/95000
329.32/304.10	c cleaning 14007 clauses out of 28013 with flag 220059/110022
366.76/339.60	c cleaning 14996 clauses out of 29992 with flag 252032/126008
446.09/411.78	c cleaning 16022 clauses out of 32043 with flag 286129/143055
498.08/459.90	c cleaning 16991 clauses out of 33981 with flag 322051/161015
542.82/502.55	c cleaning 17992 clauses out of 35984 with flag 360047/180009
580.51/537.65	c cleaning 19010 clauses out of 38019 with flag 400102/200036
627.57/577.15	c cleaning 19995 clauses out of 40000 with flag 442090/221027
676.15/622.87	c cleaning 20990 clauses out of 41979 with flag 486038/243001
736.99/681.52	c cleaning 21998 clauses out of 43996 with flag 532055/266008
810.87/745.39	c cleaning 23005 clauses out of 46010 with flag 580083/290020
889.43/820.53	c cleaning 24009 clauses out of 48018 with flag 630114/315033
984.40/904.08	c cleaning 24993 clauses out of 49985 with flag 682071/341009
1079.38/992.93	c cleaning 26003 clauses out of 52005 with flag 736100/368022
1192.43/1092.48	c cleaning 27004 clauses out of 54026 with flag 792164/396046
1579.92/1477.00	c cleaning 28009 clauses out of 56017 with flag 850171/425041
1695.21/1579.11	c cleaning 28980 clauses out of 57967 with flag 910132/455000
1869.05/1749.07	c cleaning 30011 clauses out of 60022 with flag 972218/486035
2030.53/1898.91	c cleaning 31003 clauses out of 62005 with flag 1036222/518029
2235.30/2086.60	c cleaning 31995 clauses out of 63989 with flag 1102199/551016
2344.54/2191.93	c cleaning 33010 clauses out of 66019 with flag 1170262/585041
2537.33/2371.94	c cleaning 34007 clauses out of 68013 with flag 1240277/620045
2644.56/2460.77	c cleaning 34996 clauses out of 69991 with flag 1312249/656030
2774.41/2576.83	c cleaning 36006 clauses out of 72012 with flag 1386292/693047
2923.43/2709.21	c cleaning 36993 clauses out of 73985 with flag 1462256/731026
3186.85/2952.86	c cleaning 37995 clauses out of 75989 with flag 1540260/770023
3454.36/3209.42	c cleaning 38986 clauses out of 77990 with flag 1620337/810019
3600.05/3341.91	c starts		: 1
3600.05/3341.93	c timeout
3600.05/3341.94	c conflicts		: 830794
3600.05/3341.94	c decisions		: 837021
3600.05/3341.94	c propagations		: 22249496
3600.05/3341.94	c inspects		: 1098494288
3600.05/3341.94	c shortcuts		: 0
3600.05/3341.94	c learnt literals	: 0
3600.05/3341.94	c learnt binary clauses	: 0
3600.05/3341.94	c learnt ternary clauses	: 0
3600.05/3341.94	c learnt constraints	: 830795
3600.05/3341.94	c ignored constraints	: 0
3600.05/3341.94	c root simplifications	: 0
3600.05/3341.94	c removed literals (reason simplification)	: 79609270
3600.05/3341.94	c reason swapping (by a shorter reason)	: 0
3600.05/3341.94	c Calls to reduceDB	: 36
3600.05/3341.94	c Number of update (reduction) of LBD	: 38
3600.05/3341.94	c Imported unit clauses	: 0
3600.05/3341.95	c No decision after first conflict	: false
3600.05/3341.95	c number of reductions to clauses (during analyze)	: 0
3600.05/3341.95	c number of learned constraints concerned by reduction	: 0
3600.05/3341.95	c number of learning phase by resolution	: 0
3600.05/3341.95	c number of learning phase by cutting planes	: 0
3600.05/3341.95	c number of rounding to 1 operations	: 0
3600.05/3341.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3341.95	c number of reductions of the coefficients by power 2 	: 0
3600.05/3341.95	c number of right shift for reduction by power 2 	: 0
3600.05/3341.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3341.95	c number of ending skipping 	: 0
3600.05/3341.95	c number of internal skipping 	: 0
3600.05/3341.95	c number of derivation steps 	: 0
3600.05/3341.95	c number of skipped derivation steps 	: 0
3600.05/3341.95	c number of remaining unassigned 	: 0
3600.05/3341.95	c number of remaining assigned 	: 0
3600.05/3341.95	c number of falsified literals weakened from reason	: 0
3600.05/3341.95	c number of falsified literals weakened from conflict	: 0
3600.05/3341.95	c time for arithmetic operations	: 0
3600.05/3341.95	c minimum degree of deleted constraints	: null
3600.05/3341.95	c maximum degree of deleted constraints	: null
3600.05/3341.95	c number of deleted constraints	: 0
3600.05/3341.95	c speed (assignments/second)	: 6658.252439968136
3600.05/3341.95	c non guided choices	: 6320
3600.05/3342.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 59780
3600.05/3342.00	s UNKNOWN
3600.05/3342.00	c Total wall clock time (in seconds): 3341.853

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515282-1751235489/watcher-4515282-1751235489 -o /tmp/evaluation-result-4515282-1751235489/solver-4515282-1751235489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32353 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515282-1751235489.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
solver pid=32390, runsolver pid=32385
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.13 1.59 2.62 8/318 32462
/proc/meminfo: memFree=127811432/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=18930384 memory=52632 CPUtime=0.1 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 6336 0 0 0 8 2 0 0 20 0 18 0 39226819 19384713216 13158 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4732596 13158 5323 1 0 547438 0
[pid=32390/tid=32394] ppid=32385 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 4990 0 0 0 5 1 0 0 20 0 18 0 39226822 19384713216 13158 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226824 19384713216 13158 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39226824 19384713216 13158 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52632 KiB

[startup+0.205703 s]*
/proc/loadavg: 1.13 1.59 2.62 11/334 32478
/proc/meminfo: memFree=127744628/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=18930384 memory=67776 CPUtime=0.3 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 6966 0 0 0 27 3 0 0 20 0 18 0 39226819 19384713216 16944 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4732596 16944 5419 1 0 547891 0
[pid=32390/tid=32394] ppid=32385 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 5258 0 0 0 14 2 0 0 20 0 18 0 39226822 19384713216 16944 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226824 19384713216 16944 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39226824 19384713216 16944 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67776 KiB

[startup+0.305925 s]*
/proc/loadavg: 1.13 1.59 2.62 10/335 32479
/proc/meminfo: memFree=127549220/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=18930384 memory=113444 CPUtime=0.49 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 8585 0 0 0 45 4 0 0 20 0 18 0 39226819 19384713216 28361 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4732596 28361 5419 1 0 548966 0
[pid=32390/tid=32394] ppid=32385 vsize=18930384 memory=-6000919489886448236 CPUtime=0.23 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 5297 0 0 0 20 3 0 0 20 0 18 0 39226822 19384713216 28361 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226824 19384713216 28361 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39226824 19384713216 28361 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113444 KiB

[startup+0.70025 s]
/proc/loadavg: 1.76 1.71 2.65 10/339 32483
/proc/meminfo: memFree=127178152/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=18996948 memory=146740 CPUtime=1.25 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 14741 0 0 0 119 6 0 0 20 0 19 0 39226819 19452874752 36685 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4749237 36685 5419 1 0 553471 0
[pid=32390/tid=32394] ppid=32385 vsize=18996948 memory=17536 CPUtime=0.59 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 5332 0 0 0 56 3 0 0 20 0 19 0 39226822 19452874752 36685 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39226824 19452874752 36685 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39226824 19452874752 36685 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=18996948 memory=4752 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39226851 19452874752 36685 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146740 KiB

[startup+1.50025 s]
/proc/loadavg: 1.76 1.71 2.65 9/341 32485
/proc/meminfo: memFree=126220804/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=264924 CPUtime=2.52 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 15111 0 0 0 243 9 0 0 20 0 20 0 39226819 19521036288 66231 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 66231 5483 1 0 553778 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=0 CPUtime=1.3 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) S 32385 32390 29257 0 -1 4194368 5360 0 0 0 126 4 0 0 20 0 20 0 39226822 19521036288 66231 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 66231 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 66231 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 66231 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 264924 KiB

[startup+3.10565 s]
/proc/loadavg: 1.76 1.71 2.65 8/342 32486
/proc/meminfo: memFree=125699348/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=381948 CPUtime=4.22 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 15503 0 0 0 411 11 0 0 20 0 20 0 39226819 19521036288 95487 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 95487 5483 1 0 553779 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=10880 CPUtime=2.8 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 5483 0 0 0 276 4 0 0 20 0 20 0 39226822 19521036288 95487 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=-6000919485541214828 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 95487 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 95487 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 95487 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 381948 KiB

[startup+6.30023 s]
/proc/loadavg: 1.94 1.75 2.66 5/342 32486
/proc/meminfo: memFree=125318260/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=458920 CPUtime=7.49 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 17695 0 0 0 736 13 0 0 20 0 20 0 39226819 19521036288 114730 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 114730 5483 1 0 553779 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=0 CPUtime=5.91 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 5748 0 0 0 587 4 0 0 20 0 20 0 39226822 19521036288 114730 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 114730 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 114730 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 114730 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 458920 KiB

[startup+12.7002 s]
/proc/loadavg: 2.10 1.79 2.67 5/342 32486
/proc/meminfo: memFree=124294624/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=859380 CPUtime=14.09 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 18984 0 0 0 1388 21 0 0 20 0 20 0 39226819 19521036288 214845 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 214845 5483 1 0 881721 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=10880 CPUtime=12.09 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 6166 0 0 0 1202 7 0 0 20 0 20 0 39226822 19521036288 214845 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 214845 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=-6000919485541214828 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 214845 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 214845 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 14.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 859380 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 1.86 2.68 5/343 32487
/proc/meminfo: memFree=122019152/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=1157004 CPUtime=27.32 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 26691 0 0 0 2704 28 0 0 20 0 20 0 39226819 19521036288 289251 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 289251 5483 1 0 881739 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=1017504 CPUtime=24.59 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 8534 0 0 0 2452 7 0 0 20 0 20 0 39226822 19521036288 289251 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 289251 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 289251 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=458920 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 289251 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1157004 KiB

[startup+51.1056 s]
/proc/loadavg: 3.14 2.10 2.74 6/322 32622
/proc/meminfo: memFree=118494564/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=2288108 CPUtime=55.21 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 38349 0 0 0 5467 54 0 0 20 0 20 0 39226819 19521036288 572027 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 572027 5483 1 0 1011319 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=10880 CPUtime=48.93 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 9720 0 0 0 4883 10 0 0 20 0 20 0 39226822 19521036288 572027 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 572027 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=17536 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=75299804/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3223.92 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 399191 0 1 0 321915 477 0 0 20 0 20 0 39226819 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071494 5515 1 0 4085050 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16285848 CPUtime=2861.34 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 199934 0 0 0 286048 86 0 0 20 0 20 0 39226822 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=16086356 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 2802 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3223.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16285976 KiB

[startup+3042.3 s]
/proc/loadavg: 4.28 4.31 4.26 5/338 33174
/proc/meminfo: memFree=75299692/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3284.88 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 403674 0 1 0 328010 478 0 0 20 0 20 0 39226819 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071494 5515 1 0 4085050 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16285976 CPUtime=2920.08 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 203056 0 0 0 291922 86 0 0 20 0 20 0 39226822 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 2941 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=-6000919485541214828 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3284.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16285976 KiB

[startup+3102.3 s]
/proc/loadavg: 4.63 4.41 4.30 5/339 33177
/proc/meminfo: memFree=75299552/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3345.85 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 409042 0 1 0 334104 481 0 0 20 0 20 0 39226819 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071494 5515 1 0 4085050 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16285976 CPUtime=2978.82 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 207011 0 0 0 297795 87 0 0 20 0 20 0 39226822 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 3067 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3345.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16285976 KiB

[startup+3162.3 s]
/proc/loadavg: 4.31 4.36 4.28 5/340 33185
/proc/meminfo: memFree=75299180/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3406.27 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 415549 0 1 0 340145 482 0 0 20 0 20 0 39226819 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071494 5515 1 0 4085050 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3038.11 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 212507 0 0 0 303724 87 0 0 20 0 20 0 39226822 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 3067 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3406.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16285976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.35 4.28 5/340 33189
/proc/meminfo: memFree=75299524/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3467.63 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 422587 0 1 0 346279 484 0 0 20 0 20 0 39226819 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071494 5515 1 0 4085050 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16285976 CPUtime=3096.42 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 217880 0 0 0 309554 88 0 0 20 0 20 0 39226822 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 3192 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071494 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3467.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16285976 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.36 4.29 5/340 33191
/proc/meminfo: memFree=75294556/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16286616 CPUtime=3540.01 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 432655 0 1 0 353512 489 0 0 20 0 20 0 39226819 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071654 5515 1 0 4085224 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16286616 CPUtime=3155.11 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 223794 0 0 0 315422 89 0 0 20 0 20 0 39226822 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=16286616 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=16285976 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 3325 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=16286616 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3540.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3341.9 s]
/proc/loadavg: 4.25 4.33 4.28 5/340 33192
/proc/meminfo: memFree=75216820/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19063512 memory=16286616 CPUtime=3600.05 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 438553 0 1 0 359513 492 0 0 20 0 20 0 39226819 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4765878 4071654 5515 1 0 4085224 0
[pid=32390/tid=32394] ppid=32385 vsize=19063512 memory=16286616 CPUtime=3213.92 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) R 32385 32390 29257 0 -1 4194368 228209 0 0 0 321301 91 0 0 20 0 20 0 39226822 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19063512 memory=16286616 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 3454 0 0 0 0 0 0 0 20 0 20 0 39226824 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32480] ppid=32385 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/32390/task/32480/stat : 32480 (Timer-0) S 32385 32390 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226851 19521036288 4071654 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286616 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.29 s, system=4.97106 s

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

[startup+3342 s]*
/proc/loadavg: 4.25 4.33 4.28 4/336 33196
/proc/meminfo: memFree=75215420/131249996 swapFree=33010684/33010684
[pid=32390] ppid=32385 vsize=19263204 memory=16287384 CPUtime=3600.21 cores=1,3
/proc/32390/stat : 32390 (java) S 32385 32390 29257 0 -1 4194304 442189 0 1 0 359528 493 0 0 20 0 16 0 39226819 19725520896 4071846 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
/proc/32390/statm: 4815801 4071846 5547 1 0 4086153 0
[pid=32390/tid=32394] ppid=32385 vsize=19263204 memory=4788 CPUtime=3213.95 cores=1,3
/proc/32390/task/32394/stat : 32394 (java) S 32385 32390 29257 0 -1 4194368 228308 0 0 0 321304 91 0 0 20 0 16 0 39226822 19725520896 4071846 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32414] ppid=32385 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/32390/task/32414/stat : 32414 (Finalizer) S 32385 32390 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 39226824 19725520896 4071846 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=32422] ppid=32385 vsize=19263204 memory=20972 CPUtime=0 cores=1,3
/proc/32390/task/32422/stat : 32422 (Common-Cleaner) S 32385 32390 29257 0 -1 4194368 3454 0 0 0 0 0 0 0 20 0 16 0 39226824 19725520896 4071846 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
[pid=32390/tid=33196] ppid=32385 vsize=19263204 memory=6784 CPUtime=0.05 cores=1,3
/proc/32390/task/33196/stat : 33196 (Thread-0) S 32385 32390 29257 0 -1 4194368 1692 0 0 0 5 0 0 0 20 0 16 0 39561011 19725520896 4071846 18446744073709551615 94235051323392 94235051327088 140730786547520 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94235051334904 94235051335696 94235070554112 140730786556289 140730786556390 140730786556390 140730786561992 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16287384 KiB

Child status: 143

Real time (s): 3342.07
CPU time (s): 3600.26
CPU user time (s): 3595.29
CPU system time (s): 4.97106
CPU usage (%): 107.725
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16287384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.29
system time used= 4.97106
maximum resident set size= 16287512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442218
page faults= 1
swaps= 0
block input operations= 0
block output operations= 17448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110231
involuntary context switches= 18347


# summary of solver processes directly reported to runsolver:
#   pid: 32390
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.29
#   total CPU system time (s): 4.97106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.47782 second user time and 14.6184 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:18:10
IDJOB=4515282
IDBENCH=164385
IDSOLVER=3363
FILE ID=nodeC023/4515282-1751235489
RUNJOBID= nodeC023-1751235489-32353
SLURM_JOB_ID= 9587704
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-777800.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515282-1751235489/watcher-4515282-1751235489 -o /tmp/evaluation-result-4515282-1751235489/solver-4515282-1751235489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32353 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515282-1751235489.opb

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

MD5SUM BENCH= 582689c3cf73d4c20a9f41c5c43c97bc
RANDOM SEED=1937870362

nodeC023 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		: 3599.853
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	: 6999.78
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		: 3606.232
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	: 6999.78
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		: 3600.314
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	: 6999.78
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		: 3599.886
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	: 6999.78
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.041
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	: 6999.78
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.911
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	: 6999.78
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.817
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	: 6999.78
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.164
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127880296 kB
MemAvailable:   129761412 kB
Buffers:            3280 kB
Cached:          2684524 kB
SwapCached:            0 kB
Active:           397756 kB
Inactive:        2379492 kB
Active(anon):     107508 kB
Inactive(anon):        0 kB
Active(file):     290248 kB
Inactive(file):  2379492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4556 kB
Writeback:             0 kB
AnonPages:         93212 kB
Mapped:           102692 kB
Shmem:             18064 kB
KReclaimable:     101232 kB
Slab:             188572 kB
SReclaimable:     101232 kB
SUnreclaim:        87340 kB
KernelStack:        4148 kB
PageTables:         2584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     358324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC023 at 2025-06-30 01:13:52