Trace number 4498576

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.57 3215.08

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM760396d2ac3ca07c4585eda9e150afe7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87132
Best CPU time to get the best result obtained on this benchmark324.795
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.13/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.11	c java.vm.version	22.0.1+8-16
0.13/0.11	c java.vm.vendor	Oracle Corporation
0.13/0.11	c sun.arch.data.model	64
0.13/0.11	c java.version		22.0.1
0.13/0.11	c os.name		Linux
0.13/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.11	c os.arch		amd64
0.13/0.11	c Free memory 		2106806208
0.13/0.11	c Max memory 		16282288128
0.13/0.11	c Total memory 		2113929216
0.13/0.12	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.16	c Expensive reason simplification
0.13/0.16	c Glucose 2.1 dynamic restart strategy
0.13/0.16	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4498576-1751400247.opb
0.13/0.16	c reading problem ... 
0.30/0.24	c  objective function found
163.07/143.71	c ... done. Wall clock time 143.547s.
163.07/143.71	c declared #vars     10240998
163.07/143.71	c #constraints  7000
163.07/143.71	c constraints type 
163.07/143.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
163.07/143.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
163.07/143.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
163.07/143.71	c 7000 constraints processed.
163.07/143.72	c objective function length is 10240000 literals
323.88/282.16	c cleaning 3072 clauses out of 6144 with flag 12289/6144
970.82/860.04	c cleaning 4600 clauses out of 9200 with flag 24549/12272
1516.58/1339.07	c cleaning 5324 clauses out of 10651 with flag 36654/18323
1852.17/1618.60	c cleaning 6749 clauses out of 13503 with flag 53008/26499
2415.72/2120.97	c cleaning 8494 clauses out of 16994 with flag 73488/36739
3169.78/2816.03	c cleaning 9367 clauses out of 18740 with flag 93968/46979
3600.08/3214.85	c starts		: 4
3600.08/3214.86	c conflicts		: 52386
3600.08/3214.87	c decisions		: 30652735
3600.08/3214.87	c propagations		: 83881026
3600.08/3214.87	c inspects		: 347016867
3600.08/3214.87	c shortcuts		: 0
3600.08/3214.87	c learnt literals	: 0
3600.08/3214.87	c learnt binary clauses	: 0
3600.08/3214.87	c learnt ternary clauses	: 0
3600.08/3214.87	c learnt constraints	: 52386
3600.08/3214.87	c ignored constraints	: 0
3600.08/3214.87	c root simplifications	: 0
3600.08/3214.88	c removed literals (reason simplification)	: 44466
3600.08/3214.88	c reason swapping (by a shorter reason)	: 0
3600.08/3214.88	c Calls to reduceDB	: 6
3600.08/3214.88	c Number of update (reduction) of LBD	: 3
3600.08/3214.88	c Imported unit clauses	: 0
3600.08/3214.88	c No decision after first conflict	: false
3600.08/3214.89	c number of reductions to clauses (during analyze)	: 0
3600.08/3214.89	c number of learned constraints concerned by reduction	: 0
3600.08/3214.89	c number of learning phase by resolution	: 0
3600.08/3214.89	c number of learning phase by cutting planes	: 0
3600.08/3214.89	c number of rounding to 1 operations	: 0
3600.08/3214.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3214.89	c number of reductions of the coefficients by power 2 	: 0
3600.08/3214.89	c number of right shift for reduction by power 2 	: 0
3600.08/3214.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3214.89	c number of ending skipping 	: 0
3600.08/3214.89	c number of internal skipping 	: 0
3600.08/3214.89	c number of derivation steps 	: 0
3600.08/3214.90	c number of skipped derivation steps 	: 0
3600.08/3214.90	c number of remaining unassigned 	: 0
3600.08/3214.90	c number of remaining assigned 	: 0
3600.08/3214.90	c number of falsified literals weakened from reason	: 0
3600.08/3214.90	c number of falsified literals weakened from conflict	: 0
3600.08/3214.90	c time for arithmetic operations	: 0
3600.28/3214.91	c minimum degree of deleted constraints	: null
3600.28/3214.92	c maximum degree of deleted constraints	: null
3600.28/3214.92	c number of deleted constraints	: 0
3600.28/3214.92	c speed (assignments/second)	: 27317.684369317027
3600.28/3214.93	c non guided choices	: 20215902
3600.28/3214.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14780
3600.49/3215.01	s UNKNOWN
3600.49/3215.02	c Total wall clock time (in seconds): 3214.856

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: 63794 MiB (59630 MiB free)
  memory of node 1: 64507 MiB (54323 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498576-1751400247/watcher-4498576-1751400247 -o /tmp/evaluation-result-4498576-1751400247/solver-4498576-1751400247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59137 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498576-1751400247.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=59670, runsolver pid=59667
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.28 4.30 4.16 8/312 59700
/proc/meminfo: memFree=116633612/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18930384 memory=49820 CPUtime=0.13 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 6128 0 0 0 11 2 0 0 20 0 18 0 55704928 19384713216 12455 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4732596 12455 5349 1 0 547258 0
[pid=59670/tid=59673] ppid=59667 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 4945 0 0 0 5 1 0 0 20 0 18 0 55704931 19384713216 12455 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704933 19384713216 12455 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55704933 19384713216 12455 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49820 KiB

[startup+0.205923 s]*
/proc/loadavg: 4.28 4.30 4.16 6/322 59710
/proc/meminfo: memFree=116454520/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18930384 memory=243276 CPUtime=0.3 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 6841 0 0 0 23 7 0 0 20 0 18 0 55704928 19384713216 60819 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4732596 60819 5445 1 0 547764 0
[pid=59670/tid=59673] ppid=59667 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 5341 0 0 0 10 6 0 0 20 0 18 0 55704931 19384713216 60819 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704933 19384713216 60819 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55704933 19384713216 60819 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 243276 KiB

[startup+0.306046 s]*
/proc/loadavg: 4.28 4.30 4.16 6/322 59710
/proc/meminfo: memFree=116315068/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18930384 memory=342756 CPUtime=0.46 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 7233 0 0 0 36 10 0 0 20 0 18 0 55704928 19384713216 85689 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4732596 85689 5445 1 0 548034 0
[pid=59670/tid=59673] ppid=59667 vsize=18930384 memory=-6000919498442695530 CPUtime=0.26 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 5397 0 0 0 18 8 0 0 20 0 18 0 55704931 19384713216 85689 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704933 19384713216 85689 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55704933 19384713216 85689 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 342756 KiB

[startup+0.700243 s]
/proc/loadavg: 4.28 4.30 4.16 7/322 59710
/proc/meminfo: memFree=116266296/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=449196 CPUtime=1.06 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 8798 0 0 0 93 13 0 0 20 0 19 0 55704928 19452874752 112299 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 112299 5445 1 0 549165 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=17920 CPUtime=0.61 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 5443 0 0 0 51 10 0 0 20 0 19 0 55704931 19452874752 112299 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 112299 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 112299 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 449196 KiB

[startup+1.50034 s]
/proc/loadavg: 4.28 4.30 4.16 7/324 59712
/proc/meminfo: memFree=115767216/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=519296 CPUtime=1.97 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 8956 0 0 0 182 15 0 0 20 0 19 0 55704928 19452874752 129824 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 129824 5445 1 0 549188 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=3200 CPUtime=1.24 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) S 59667 59670 59127 0 -1 4194368 5475 0 0 0 113 11 0 0 20 0 19 0 55704931 19452874752 129824 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 129824 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 129824 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 519296 KiB

[startup+3.12597 s]
/proc/loadavg: 4.41 4.33 4.17 6/325 59713
/proc/meminfo: memFree=112621332/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=925444 CPUtime=3.89 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 9847 0 0 0 365 24 0 0 20 0 19 0 55704928 19452874752 231361 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 231361 5445 1 0 1232280 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=10624 CPUtime=2.54 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) S 59667 59670 59127 0 -1 4194368 5624 0 0 0 237 17 0 0 20 0 19 0 55704931 19452874752 231361 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 231361 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 231361 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 925444 KiB

[startup+6.3003 s]
/proc/loadavg: 4.41 4.33 4.17 5/325 59713
/proc/meminfo: memFree=111337840/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=1525580 CPUtime=7.45 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 11097 0 0 0 704 41 0 0 20 0 19 0 55704928 19452874752 381395 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 381395 5445 1 0 2030292 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=5760 CPUtime=5.31 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 5891 0 0 0 503 28 0 0 20 0 19 0 55704931 19452874752 381395 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 381395 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=-6000919476984636266 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 381395 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1525580 KiB

[startup+12.7004 s]
/proc/loadavg: 4.38 4.32 4.17 4/304 59795
/proc/meminfo: memFree=112352596/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=2621008 CPUtime=14.8 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 12704 0 0 0 1410 70 0 0 20 0 19 0 55704928 19452874752 655252 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 655252 5445 1 0 2347967 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=14560 CPUtime=10.95 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 6471 0 0 0 1047 48 0 0 20 0 19 0 55704931 19452874752 655252 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 655252 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=949324 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 655252 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2621008 KiB

[startup+25.5003 s]
/proc/loadavg: 4.58 4.37 4.19 5/326 59846
/proc/meminfo: memFree=104954772/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=7322040 CPUtime=33.01 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 19650 0 0 0 3126 175 0 0 20 0 19 0 55704928 19452874752 1830510 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 1830510 5477 1 0 3658251 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=7145868 CPUtime=19.79 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) S 59667 59670 59127 0 -1 4194368 7747 0 0 0 1879 100 0 0 20 0 19 0 55704931 19452874752 1830510 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=-6000919476984636266 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 1830510 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=1525580 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 1830510 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 33.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7322040 KiB

[startup+51.1126 s]
/proc/loadavg: 4.60 4.39 4.20 6/326 59846
/proc/meminfo: memFree=97994256/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=12327188 CPUtime=66.76 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 28034 0 0 0 6388 288 0 0 20 0 19 0 55704928 19452874752 3081797 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 3081797 5509 1 0 4074276 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=12265540 CPUtime=37.94 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 9807 0 0 0 3637 157 0 0 20 0 19 0 55704931 19452874752 3081797 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=18996948 memory=-6000919476984636266 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 3081797 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=18996948 memory=9059444 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 55704933 19452874752 3081797 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 66.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 12327188 KiB

[startup+102.3 s]
/proc/loadavg: 4.38 4.36 4.20 5/326 59848
/proc/meminfo: memFree=97080796/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=18996948 memory=12348900 CPUtime=120.1 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 36154 0 0 0 11709 301 0 0 20 0 19 0 55704928 19452874752 3087225 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4749237 3087225 5509 1 0 4081876 0
[pid=59670/tid=59673] ppid=59667 vsize=18996948 memory=17920 CPUtime=76.73 cores=0,2

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

/proc/meminfo: memFree=84321756/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268088 CPUtime=3215.98 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 355223 0 0 0 320888 710 0 0 20 0 21 0 55704928 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067022 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=16268088 CPUtime=2714.22 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 141397 0 0 0 271237 185 0 0 20 0 21 0 55704931 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 987 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3215.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268088 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.24 4.26 5/326 59981
/proc/meminfo: memFree=84321284/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268088 CPUtime=3276.35 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 359186 0 0 0 326922 713 0 0 20 0 21 0 55704928 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067022 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=16268088 CPUtime=2773.45 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 144582 0 0 0 277160 185 0 0 20 0 21 0 55704931 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 992 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067022 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3276.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268088 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.24 4.26 6/327 59986
/proc/meminfo: memFree=84259900/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268216 CPUtime=3342.76 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 365312 0 0 0 333559 717 0 0 20 0 21 0 55704928 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067054 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=16268088 CPUtime=2826.72 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) S 59667 59670 59127 0 -1 4194368 146554 0 0 0 282486 186 0 0 20 0 21 0 55704931 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=16268088 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=17920 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 1007 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=16268216 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3342.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268216 KiB

[startup+3042.3 s]
/proc/loadavg: 4.26 4.24 4.26 5/327 59992
/proc/meminfo: memFree=84260472/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268216 CPUtime=3406.9 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 369226 0 0 0 339970 720 0 0 20 0 21 0 55704928 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067054 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=14560 CPUtime=2882.27 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 148843 0 0 0 288041 186 0 0 20 0 21 0 55704931 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=16268216 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=14560 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 1008 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=16268216 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3406.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268216 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.22 4.25 5/327 59994
/proc/meminfo: memFree=84260692/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268216 CPUtime=3467.52 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 373163 0 0 0 346027 725 0 0 20 0 21 0 55704928 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067054 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=16268216 CPUtime=2941.36 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 151316 0 0 0 293950 186 0 0 20 0 21 0 55704931 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=16268216 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=17920 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 1020 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=17920 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3467.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268216 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.21 4.25 5/327 59996
/proc/meminfo: memFree=84231792/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268216 CPUtime=3527.4 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 376346 0 0 0 352012 728 0 0 20 0 21 0 55704928 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067054 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=5148 CPUtime=3001.2 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 154439 0 0 0 299933 187 0 0 20 0 21 0 55704931 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=16268216 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=16268216 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 1028 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=3200 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3527.4 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3214.8 s]
/proc/loadavg: 4.39 4.27 4.26 5/327 59998
/proc/meminfo: memFree=84232028/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19130076 memory=16268216 CPUtime=3600.08 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 384837 0 0 0 359265 743 0 0 20 0 21 0 55704928 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4782519 4067054 5573 1 0 4089248 0
[pid=59670/tid=59673] ppid=59667 vsize=19130076 memory=17920 CPUtime=3052.82 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 157475 0 0 0 305095 187 0 0 20 0 21 0 55704931 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19130076 memory=10624 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19130076 memory=5760 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 1043 0 0 0 0 0 0 0 20 0 21 0 55704933 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59851] ppid=59667 vsize=19130076 memory=5148 CPUtime=0 cores=0,2
/proc/59670/task/59851/stat : 59851 (Timer-0) S 59667 59670 59127 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 55719362 19589197824 4067054 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16268216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.08 s, system=7.48793 s

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

[startup+3215 s]*
/proc/loadavg: 4.39 4.27 4.26 8/328 60001
/proc/meminfo: memFree=84232028/131382112 swapFree=33010160/33010684
[pid=59670] ppid=59667 vsize=19329768 memory=16268856 CPUtime=3600.49 cores=0,2
/proc/59670/stat : 59670 (java) S 59667 59670 59127 0 -1 4194304 386088 0 0 0 359305 744 0 0 20 0 22 0 55704928 19793682432 4067214 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
/proc/59670/statm: 4832442 4067214 5573 1 0 4090199 0
[pid=59670/tid=59673] ppid=59667 vsize=19329768 memory=-6000919498526450538 CPUtime=3053.03 cores=0,2
/proc/59670/task/59673/stat : 59673 (java) R 59667 59670 59127 0 -1 4194368 157579 0 0 0 305116 187 0 0 20 0 22 0 55704931 19793682432 4067214 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59686] ppid=59667 vsize=19329768 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/59670/task/59686/stat : 59686 (Finalizer) S 59667 59670 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 55704933 19793682432 4067214 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=59693] ppid=59667 vsize=19329768 memory=7028 CPUtime=0 cores=0,2
/proc/59670/task/59693/stat : 59693 (Common-Cleaner) S 59667 59670 59127 0 -1 4194368 1043 0 0 0 0 0 0 0 20 0 22 0 55704933 19793682432 4067214 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
[pid=59670/tid=60001] ppid=59667 vsize=19329768 memory=-8412658761995742620 CPUtime=0.07 cores=0,2
/proc/59670/task/60001/stat : 60001 (Thread-0) R 59667 59670 59127 0 -1 4194368 326 0 0 0 7 0 0 0 20 0 22 0 56026410 19793682432 4067214 18446744073709551615 94183222546432 94183222550128 140730107439904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94183222557944 94183222558736 94183249285120 140730107443585 140730107443686 140730107443686 140730107449288 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 16268856 KiB

Child status: 143

Real time (s): 3215.08
CPU time (s): 3600.57
CPU user time (s): 3593.08
CPU system time (s): 7.48793
CPU usage (%): 111.99
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16268856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.08
system time used= 7.48793
maximum resident set size= 16268984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386143
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115370
involuntary context switches= 27709


# summary of solver processes directly reported to runsolver:
#   pid: 59670
#   total CPU time (s): 3600.57
#   total CPU user time (s): 3593.08
#   total CPU system time (s): 7.48793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7588 second user time and 31.0562 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 22:04:11
IDJOB=4498576
IDBENCH=148705
IDSOLVER=3363
FILE ID=nodeC009/4498576-1751400247
RUNJOBID= nodeC009-1751396661-59137
SLURM_JOB_ID= 9598271
Free space on /tmp= 432120 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498576-1751400247/watcher-4498576-1751400247 -o /tmp/evaluation-result-4498576-1751400247/solver-4498576-1751400247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59137 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498576-1751400247.opb

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=1026475105

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.231
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1795.852
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3580.820
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2593.713
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2394.471
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.195
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.453
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116691964 kB
MemAvailable:   127269276 kB
Buffers:            2144 kB
Cached:         11330008 kB
SwapCached:           24 kB
Active:          3065900 kB
Inactive:       10979848 kB
Active(anon):    2726476 kB
Inactive(anon):     5056 kB
Active(file):     339424 kB
Inactive(file): 10974792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            548000 kB
Writeback:             0 kB
AnonPages:       2716740 kB
Mapped:           123384 kB
Shmem:             17936 kB
KReclaimable:     205064 kB
Slab:             290356 kB
SReclaimable:     205064 kB
SUnreclaim:        85292 kB
KernelStack:        4512 kB
PageTables:         8612 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5165368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149960 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2578432 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432120 MiB
End job on nodeC009 at 2025-07-01 22:57:47