Trace number 4545123

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.22 3604.3

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-mini-40_c24.opb
MD5SUMe60f0e926bcd6b192a3b449cde285525
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103760
Total number of constraints89518
Number of constraints which are clauses19880
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints69478
Minimum length of a constraint1
Maximum length of a constraint85
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 1561
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4808
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.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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4545123-1753236217.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
4.28/2.53	c ... done. Wall clock time 2.39s.
4.28/2.53	c declared #vars     103760
4.28/2.53	c #constraints  99558
4.28/2.53	c constraints type 
4.28/2.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
4.28/2.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 79398
4.28/2.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 9960
4.28/2.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10040
4.28/2.53	c 99558 constraints processed.
14.90/12.28	c cleaning 2505 clauses out of 5017 with flag 11809/5017
28.14/25.24	c cleaning 4249 clauses out of 8509 with flag 28318/11014
41.64/38.62	c cleaning 5623 clauses out of 11253 with flag 50337/18007
57.20/54.22	c cleaning 6809 clauses out of 13627 with flag 77014/26004
74.87/71.90	c cleaning 7885 clauses out of 15815 with flag 109761/35001
93.74/90.88	c cleaning 8964 clauses out of 17945 with flag 149098/45016
114.40/111.51	c cleaning 9965 clauses out of 19965 with flag 189894/56000
137.66/134.87	c cleaning 10980 clauses out of 22007 with flag 236723/68007
166.40/163.61	c cleaning 12000 clauses out of 24020 with flag 291993/81000
194.35/191.67	c cleaning 12989 clauses out of 26020 with flag 348649/95000
230.69/228.02	c cleaning 14018 clauses out of 28036 with flag 413977/110005
264.02/261.50	c cleaning 14994 clauses out of 30016 with flag 481686/126003
303.38/300.83	c cleaning 15974 clauses out of 32021 with flag 559389/143002
352.26/349.74	c cleaning 17009 clauses out of 34050 with flag 642047/161005
402.25/399.81	c cleaning 18019 clauses out of 36037 with flag 734117/180001
459.62/457.34	c cleaning 18987 clauses out of 38023 with flag 834692/200006
524.97/522.83	c cleaning 19978 clauses out of 40035 with flag 952535/221005
585.84/583.86	c cleaning 21001 clauses out of 42053 with flag 1067881/243001
655.40/653.57	c cleaning 22019 clauses out of 44052 with flag 1193962/266001
724.96/723.27	c cleaning 22990 clauses out of 46032 with flag 1328275/290000
791.81/790.21	c cleaning 23973 clauses out of 48042 with flag 1462918/315000
865.96/864.48	c cleaning 25006 clauses out of 50073 with flag 1607553/341004
943.81/942.47	c cleaning 26000 clauses out of 52065 with flag 1763461/368002
1018.85/1017.66	c cleaning 26970 clauses out of 54063 with flag 1922238/396000
1093.69/1092.64	c cleaning 28007 clauses out of 56102 with flag 2080722/425009
1291.67/1291.02	c cleaning 29042 clauses out of 58097 with flag 2435760/455011
1565.83/1565.64	c cleaning 29974 clauses out of 60044 with flag 2944273/486000
1859.75/1860.21	c cleaning 31017 clauses out of 62070 with flag 3471911/518000
2209.27/2210.51	c cleaning 31961 clauses out of 64053 with flag 4220002/551000
2609.21/2611.35	c cleaning 33017 clauses out of 66093 with flag 5262910/585001
3008.39/3011.29	c cleaning 34007 clauses out of 68075 with flag 6272798/620000
3452.57/3456.47	c cleaning 35002 clauses out of 70068 with flag 7372332/656000
3600.05/3604.21	c starts		: 1956
3600.05/3604.22	c conflicts		: 670520
3600.05/3604.22	c decisions		: 2220933
3600.05/3604.22	c propagations		: 546668151
3600.05/3604.22	c inspects		: 24303850469
3600.05/3604.22	c shortcuts		: 0
3600.05/3604.22	c learnt literals	: 0
3600.05/3604.22	c learnt binary clauses	: 107
3600.05/3604.22	c learnt ternary clauses	: 207
3600.05/3604.22	c learnt constraints	: 670520
3600.05/3604.22	c ignored constraints	: 0
3600.05/3604.22	c root simplifications	: 0
3600.05/3604.23	c removed literals (reason simplification)	: 15545404
3600.05/3604.23	c reason swapping (by a shorter reason)	: 0
3600.05/3604.23	c Calls to reduceDB	: 32
3600.05/3604.23	c Number of update (reduction) of LBD	: 297256
3600.05/3604.23	c Imported unit clauses	: 0
3600.05/3604.23	c No decision after first conflict	: false
3600.05/3604.23	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.23	c number of learned constraints concerned by reduction	: 0
3600.05/3604.23	c number of learning phase by resolution	: 0
3600.05/3604.23	c number of learning phase by cutting planes	: 0
3600.05/3604.23	c number of rounding to 1 operations	: 0
3600.05/3604.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.23	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.23	c number of right shift for reduction by power 2 	: 0
3600.05/3604.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.23	c number of ending skipping 	: 0
3600.05/3604.23	c number of internal skipping 	: 0
3600.05/3604.23	c number of derivation steps 	: 0
3600.05/3604.23	c number of skipped derivation steps 	: 0
3600.05/3604.23	c number of remaining unassigned 	: 0
3600.05/3604.23	c number of remaining assigned 	: 0
3600.05/3604.23	c number of falsified literals weakened from reason	: 0
3600.05/3604.23	c number of falsified literals weakened from conflict	: 0
3600.05/3604.23	c time for arithmetic operations	: 0
3600.05/3604.25	c timeout
3600.05/3604.25	c minimum degree of deleted constraints	: null
3600.05/3604.25	c maximum degree of deleted constraints	: null
3600.05/3604.25	c number of deleted constraints	: 0
3600.05/3604.25	c speed (assignments/second)	: 151780.84284783772
3600.05/3604.25	c non guided choices	: 27928
3600.05/3604.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49479
3600.05/3604.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 107
3600.05/3604.29	s UNKNOWN
3600.05/3604.29	c Total wall clock time (in seconds): 3604.148

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: 63665 MiB (61488 MiB free)
  memory of node 1: 64507 MiB (63019 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545123-1753236217/watcher-4545123-1753236217 -o /tmp/evaluation-result-4545123-1753236217/solver-4545123-1753236217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166548 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545123-1753236217.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=167505, runsolver pid=167502

[startup+0.10006 s]*
/proc/loadavg: 4.35 4.23 4.19 9/338 167523
/proc/meminfo: memFree=127442208/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=18930384 memory=55564 CPUtime=0.12 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 6496 0 0 0 10 2 0 0 20 0 18 0 239299503 19384713216 13891 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4732596 13891 5367 1 0 547573 0
[pid=167505/tid=167507] ppid=167502 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 5015 0 0 0 6 1 0 0 20 0 18 0 239299504 19384713216 13891 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299506 19384713216 13891 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=18930384 memory=60684515963265 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239299507 19384713216 13891 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55564 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.35 4.23 4.19 8/338 167523
/proc/meminfo: memFree=127263056/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=18930384 memory=137712 CPUtime=0.31 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 7044 0 0 0 27 4 0 0 20 0 18 0 239299503 19384713216 34428 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4732596 34428 5431 1 0 547908 0
[pid=167505/tid=167507] ppid=167502 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 5330 0 0 0 14 3 0 0 20 0 18 0 239299504 19384713216 34428 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=18930384 memory=16198 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299506 19384713216 34428 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239299507 19384713216 34428 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 137712 KiB

[startup+0.305821 s]*
/proc/loadavg: 4.35 4.23 4.19 7/339 167524
/proc/meminfo: memFree=127152464/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=18996948 memory=159592 CPUtime=0.5 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 8839 0 0 0 46 4 0 0 20 0 19 0 239299503 19452874752 39898 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4749237 39898 5463 1 0 549409 0
[pid=167505/tid=167507] ppid=167502 vsize=18996948 memory=-9033487913792086716 CPUtime=0.26 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 5345 0 0 0 23 3 0 0 20 0 19 0 239299504 19452874752 39898 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239299506 19452874752 39898 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239299507 19452874752 39898 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159592 KiB

[startup+0.700248 s]
/proc/loadavg: 4.35 4.23 4.19 6/339 167524
/proc/meminfo: memFree=126976336/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=18996948 memory=172400 CPUtime=1.23 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 9824 0 0 0 118 5 0 0 20 0 19 0 239299503 19452874752 43100 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4749237 43100 5463 1 0 549942 0
[pid=167505/tid=167507] ppid=167502 vsize=18996948 memory=27648 CPUtime=0.61 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) S 167502 167505 166535 0 -1 4194368 5353 0 0 0 58 3 0 0 20 0 19 0 239299504 19452874752 43100 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239299506 19452874752 43100 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239299507 19452874752 43100 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 172400 KiB

[startup+1.50024 s]
/proc/loadavg: 4.35 4.23 4.19 6/339 167524
/proc/meminfo: memFree=126850936/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=18996948 memory=444060 CPUtime=2.8 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 17414 0 0 0 268 12 0 0 20 0 19 0 239299503 19452874752 111015 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4749237 111015 5463 1 0 1080927 0
[pid=167505/tid=167507] ppid=167502 vsize=18996948 memory=3328 CPUtime=1.27 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 5448 0 0 0 120 7 0 0 20 0 19 0 239299504 19452874752 111015 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239299506 19452874752 111015 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239299507 19452874752 111015 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 444060 KiB

[startup+3.10571 s]
/proc/loadavg: 4.35 4.23 4.19 5/341 167526
/proc/meminfo: memFree=125757980/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=877344 CPUtime=5.29 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 19431 0 0 0 508 21 0 0 20 0 20 0 239299503 19521036288 219336 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 219336 5495 1 0 1660542 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=10752 CPUtime=2.72 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 5641 0 0 0 259 13 0 0 20 0 20 0 239299504 19521036288 219336 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 219336 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 219336 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 219336 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 877344 KiB

[startup+6.30023 s]
/proc/loadavg: 4.32 4.23 4.19 5/341 167526
/proc/meminfo: memFree=125602332/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=872428 CPUtime=8.82 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 19555 0 0 0 861 21 0 0 20 0 20 0 239299503 19521036288 218107 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 218107 5495 1 0 1660574 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=0 CPUtime=5.91 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 5673 0 0 0 578 13 0 0 20 0 20 0 239299504 19521036288 218107 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=877216 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 218107 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 218107 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=-9033487913792086716 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 218107 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 8.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 872428 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.22 4.19 5/341 167526
/proc/meminfo: memFree=125291164/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=876652 CPUtime=15.62 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 28723 0 0 0 1540 22 0 0 20 0 20 0 239299503 19521036288 219163 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 219163 5527 1 0 1660590 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=872812 CPUtime=12.3 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 7751 0 0 0 1216 14 0 0 20 0 20 0 239299504 19521036288 219163 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 219163 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 219163 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 219163 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 876652 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.21 4.18 5/341 167526
/proc/meminfo: memFree=124783268/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=877036 CPUtime=28.45 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 33089 0 0 0 2822 23 0 0 20 0 20 0 239299503 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 219259 5527 1 0 1660626 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=872812 CPUtime=25.06 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 8939 0 0 0 2492 14 0 0 20 0 20 0 239299504 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=876780 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 28.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 877036 KiB

[startup+51.1057 s]
/proc/loadavg: 4.27 4.23 4.19 6/342 167528
/proc/meminfo: memFree=123234916/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=877036 CPUtime=54.12 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 35071 0 0 0 5388 24 0 0 20 0 20 0 239299503 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 219259 5527 1 0 1660626 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=877036 CPUtime=50.59 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 9698 0 0 0 5045 14 0 0 20 0 20 0 239299504 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=877036 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 219259 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 54.12 s

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

/proc/meminfo: memFree=98075780/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3219.02 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 57902 0 0 0 321730 172 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3211.75 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21166 0 0 0 321160 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 1933 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3219.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/342 167684
/proc/meminfo: memFree=98063604/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3278.88 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 58142 0 0 0 327714 174 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3271.56 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21267 0 0 0 327141 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2040 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3278.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/342 167686
/proc/meminfo: memFree=98063248/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3338.74 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 58191 0 0 0 333697 177 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=10752 CPUtime=3331.38 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21282 0 0 0 333123 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2042 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3338.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/342 167688
/proc/meminfo: memFree=98059304/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3398.6 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 58235 0 0 0 339681 179 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3391.19 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21315 0 0 0 339104 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3398.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/341 167701
/proc/meminfo: memFree=98059784/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3458.46 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 58449 0 0 0 345665 181 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3451.01 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21523 0 0 0 345086 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=2736 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3458.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

[startup+3522.3 s]
/proc/loadavg: 3.33 3.96 4.10 3/290 167770
/proc/meminfo: memFree=116858276/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3518.32 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 58464 0 0 0 351649 183 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3510.82 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21532 0 0 0 351067 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3518.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

[startup+3582.3 s]
/proc/loadavg: 2.42 3.60 3.97 2/266 167809
/proc/meminfo: memFree=127885424/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3578.19 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 58679 0 0 0 357633 186 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3570.65 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21742 0 0 0 357050 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=1414064 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3578.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 2.02 3.43 3.90 2/265 167809
/proc/meminfo: memFree=127885424/131249996 swapFree=33010416/33010684
[pid=167505] ppid=167502 vsize=19063512 memory=1414064 CPUtime=3600.05 cores=5,7
/proc/167505/stat : 167505 (java) S 167502 167505 166535 0 -1 4194304 59054 0 0 0 359819 186 0 0 20 0 20 0 239299503 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
/proc/167505/statm: 4765878 353516 5527 1 0 1660652 0
[pid=167505/tid=167507] ppid=167502 vsize=19063512 memory=5276 CPUtime=3592.49 cores=5,7
/proc/167505/task/167507/stat : 167507 (java) R 167502 167505 166535 0 -1 4194368 21929 0 0 0 359234 15 0 0 20 0 20 0 239299504 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167516] ppid=167502 vsize=19063512 memory=27648 CPUtime=0 cores=5,7
/proc/167505/task/167516/stat : 167516 (Finalizer) S 167502 167505 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299506 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167523] ppid=167502 vsize=19063512 memory=-9033487913792086716 CPUtime=0 cores=5,7
/proc/167505/task/167523/stat : 167523 (Common-Cleaner) S 167502 167505 166535 0 -1 4194368 2180 0 0 0 0 0 0 0 20 0 20 0 239299507 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
[pid=167505/tid=167526] ppid=167502 vsize=19063512 memory=245635481903 CPUtime=0 cores=5,7
/proc/167505/task/167526/stat : 167526 (Timer-0) S 167502 167505 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299759 19521036288 353516 18446744073709551615 93986157461504 93986157465200 140731452587360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93986157473016 93986157473808 93986179063808 140731452590463 140731452590564 140731452590564 140731452596168 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1414064 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.34 s, system=1.88131 s

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

Child status: 143

Real time (s): 3604.3
CPU time (s): 3600.22
CPU user time (s): 3598.34
CPU system time (s): 1.88131
CPU usage (%): 99.8868
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1414064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.34
system time used= 1.88131
maximum resident set size= 1415088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158167
involuntary context switches= 19532


# summary of solver processes directly reported to runsolver:
#   pid: 167505
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.34
#   total CPU system time (s): 1.88131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.8032 second user time and 16.6846 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 04:03:38
IDJOB=4545123
IDBENCH=180714
IDSOLVER=3363
FILE ID=nodeC017/4545123-1753236217
RUNJOBID= nodeC017-1753232630-166548
SLURM_JOB_ID= 9687845
Free space on /tmp= 432964 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-mini-40_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545123-1753236217/watcher-4545123-1753236217 -o /tmp/evaluation-result-4545123-1753236217/solver-4545123-1753236217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166548 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545123-1753236217.opb

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

MD5SUM BENCH= e60f0e926bcd6b192a3b449cde285525
RANDOM SEED=827179366

nodeC017 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.051
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.12
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		: 3600.093
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.12
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		: 3510.725
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.12
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.065
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.12
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.070
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.12
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		: 3601.557
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.12
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		: 3551.656
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.12
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.132
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127496600 kB
MemAvailable:   128006684 kB
Buffers:            1688 kB
Cached:          1277052 kB
SwapCached:           32 kB
Active:          2733940 kB
Inactive:         303324 kB
Active(anon):    1760656 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   279216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58768 kB
Writeback:             0 kB
AnonPages:       1760652 kB
Mapped:           128808 kB
Shmem:             26240 kB
KReclaimable:     193248 kB
Slab:             289304 kB
SReclaimable:     193248 kB
SUnreclaim:        96056 kB
KernelStack:        5184 kB
PageTables:         7116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13437172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1533952 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC017 at 2025-07-23 05:03:42