Trace number 4522144

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.34 3509.09

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-sp98ar.opb
MD5SUMb3caef0af1778b7e481a62fab9deebc2
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 benchmark800773
Best CPU time to get the best result obtained on this benchmark158.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15085
Total number of constraints1430
Number of constraints which are clauses181
Number of constraints which are cardinality constraints (but not clauses)837
Number of constraints which are nor clauses,nor cardinality constraints412
Minimum length of a constraint2
Maximum length of a constraint4222
Number of terms in the objective function 15085
Biggest coefficient in the objective function 121977
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 499999945
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 121977
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 499999945
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.19	c See www.sat4j.org for details.
0.13/0.20	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.41/0.36	c Pseudo Boolean Optimization by upper bound
0.41/0.36	c --- Begin Solver configuration ---
0.41/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.36	c Learn all clauses as in MiniSAT
0.41/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.36	c Expensive reason simplification
0.41/0.36	c Glucose 2.1 dynamic restart strategy
0.41/0.36	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.41/0.36	c timeout=2147483s
0.41/0.36	c DB Simplification allowed=false
0.41/0.36	c Listener: none
0.41/0.36	c --- End Solver configuration ---
0.41/0.36	c solving HOME/instance-4522144-1751595505.opb
0.41/0.36	c reading problem ... 
0.41/0.37	c  objective function found
2.79/1.60	c ... done. Wall clock time 1.229s.
2.79/1.60	c declared #vars     15085
2.79/1.60	c #constraints  1430
2.79/1.60	c constraints type 
2.79/1.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 71
2.79/1.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 837
2.79/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 412
2.79/1.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 110
2.79/1.60	c 1430 constraints processed.
2.79/1.62	c objective function length is 15085 literals
3.98/2.28	c SATISFIABLE
3.98/2.28	c OPTIMIZING...
3.98/2.28	c Got one! Elapsed wall clock time (in seconds):1.915
3.98/2.28	o 1032695
4.37/2.42	c Got one! Elapsed wall clock time (in seconds):2.057
4.37/2.42	o 1027630
21.61/18.71	c cleaning 2606 clauses out of 5211 with flag 15961/5211
50.78/47.41	c cleaning 4299 clauses out of 8604 with flag 34624/11210
89.51/85.19	c cleaning 5649 clauses out of 11307 with flag 55740/18212
124.38/119.27	c cleaning 6801 clauses out of 13656 with flag 80915/26210
162.34/156.51	c cleaning 7925 clauses out of 15855 with flag 108967/35210
206.43/199.90	c cleaning 8958 clauses out of 17930 with flag 141329/45210
291.06/282.27	c cleaning 9971 clauses out of 19980 with flag 181781/56218
386.44/376.32	c cleaning 10998 clauses out of 22007 with flag 224713/68216
481.67/468.78	c cleaning 12005 clauses out of 24009 with flag 268185/81216
592.93/575.98	c cleaning 13001 clauses out of 26001 with flag 315773/95213
702.11/683.64	c cleaning 14005 clauses out of 28009 with flag 367796/110222
800.34/780.07	c cleaning 14980 clauses out of 29992 with flag 423618/126210
908.30/884.61	c cleaning 15953 clauses out of 32012 with flag 487885/143210
1028.11/1002.29	c cleaning 17029 clauses out of 34059 with flag 559194/161210
1181.04/1148.53	c cleaning 18003 clauses out of 36030 with flag 633033/180210
1359.06/1323.76	c cleaning 19001 clauses out of 38027 with flag 717393/200210
1537.79/1495.82	c cleaning 20014 clauses out of 40028 with flag 802255/221212
1689.42/1642.66	c cleaning 21006 clauses out of 42012 with flag 878449/243210
1839.78/1790.48	c cleaning 22003 clauses out of 44006 with flag 958873/266210
2039.12/1986.92	c cleaning 23001 clauses out of 46003 with flag 1053138/290210
2214.72/2154.38	c cleaning 23992 clauses out of 48002 with flag 1148780/315210
2420.57/2356.50	c cleaning 24998 clauses out of 50011 with flag 1263637/341211
2607.94/2540.93	c cleaning 25945 clauses out of 52012 with flag 1383441/368210
2730.26/2661.09	c cleaning 27028 clauses out of 54081 with flag 1483618/396224
2878.13/2806.57	c cleaning 27967 clauses out of 56042 with flag 1588961/425213
3018.27/2937.97	c cleaning 29033 clauses out of 58072 with flag 1697332/455210
3182.04/3098.09	c cleaning 30021 clauses out of 60041 with flag 1824002/486212
3353.27/3266.11	c cleaning 30980 clauses out of 62020 with flag 1942640/518212
3550.93/3460.46	c cleaning 32003 clauses out of 64043 with flag 2079896/551215
3600.04/3508.93	c starts		: 2494
3600.04/3508.95	c conflicts		: 560519
3600.04/3508.95	c decisions		: 8539958
3600.04/3508.95	c propagations		: 250754557
3600.04/3508.95	c inspects		: 5374978298
3600.04/3508.96	c shortcuts		: 0
3600.04/3508.96	c learnt literals	: 0
3600.04/3508.96	c learnt binary clauses	: 0
3600.04/3508.96	c learnt ternary clauses	: 1
3600.04/3508.96	c learnt constraints	: 560519
3600.04/3508.96	c ignored constraints	: 0
3600.04/3508.96	c root simplifications	: 0
3600.04/3508.96	c removed literals (reason simplification)	: 18315191
3600.04/3508.96	c reason swapping (by a shorter reason)	: 0
3600.04/3508.96	c Calls to reduceDB	: 29
3600.04/3508.96	c Number of update (reduction) of LBD	: 374889
3600.04/3508.96	c Imported unit clauses	: 0
3600.04/3508.97	c No decision after first conflict	: false
3600.04/3508.97	c number of reductions to clauses (during analyze)	: 0
3600.04/3508.97	c number of learned constraints concerned by reduction	: 0
3600.04/3508.97	c number of learning phase by resolution	: 0
3600.04/3508.97	c number of learning phase by cutting planes	: 0
3600.04/3508.97	c number of rounding to 1 operations	: 0
3600.04/3508.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3508.97	c number of reductions of the coefficients by power 2 	: 0
3600.04/3508.97	c number of right shift for reduction by power 2 	: 0
3600.04/3508.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3508.97	c number of ending skipping 	: 0
3600.04/3508.97	c number of internal skipping 	: 0
3600.04/3508.97	c number of derivation steps 	: 0
3600.04/3508.97	c number of skipped derivation steps 	: 0
3600.04/3508.97	c number of remaining unassigned 	: 0
3600.04/3508.97	c number of remaining assigned 	: 0
3600.04/3508.97	c number of falsified literals weakened from reason	: 0
3600.04/3508.98	c number of falsified literals weakened from conflict	: 0
3600.04/3508.98	c time for arithmetic operations	: 0
3600.04/3508.98	c minimum degree of deleted constraints	: null
3600.04/3508.98	c maximum degree of deleted constraints	: null
3600.04/3508.99	c number of deleted constraints	: 0
3600.04/3508.99	c speed (assignments/second)	: 71494.02169729283
3600.04/3508.99	c non guided choices	: 49
3600.26/3509.03	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.26/3509.05		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.26/3509.05		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.26/3509.05		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.26/3509.05		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.26/3509.05		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.26/3509.05		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.26/3509.05		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522144-1751595505/watcher-4522144-1751595505 -o /tmp/evaluation-result-4522144-1751595505/solver-4522144-1751595505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522144-1751595505.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100071 s]*
/proc/loadavg: 2.95 3.05 3.64 5/328 86121
/proc/meminfo: memFree=117743904/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=18930384 memory=50572 CPUtime=0.13 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 5788 0 0 0 10 3 0 0 20 0 18 0 75229927 19384713216 12643 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4732596 12643 5336 1 0 547012 0
[pid=86103/tid=86105] ppid=86100 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 4694 0 0 0 6 2 0 0 20 0 18 0 75229929 19384713216 12643 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75229934 19384713216 12643 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75229935 19384713216 12643 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50572 KiB

[startup+0.225117 s]*
/proc/loadavg: 2.95 3.05 3.64 6/328 86121
/proc/meminfo: memFree=117741648/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=18930384 memory=55052 CPUtime=0.27 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 6384 0 0 0 24 3 0 0 20 0 18 0 75229927 19384713216 13763 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4732596 13763 5368 1 0 547532 0
[pid=86103/tid=86105] ppid=86100 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 4981 0 0 0 15 2 0 0 20 0 18 0 75229929 19384713216 13763 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75229934 19384713216 13763 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75229935 19384713216 13763 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55052 KiB

[startup+0.316617 s]*
/proc/loadavg: 2.95 3.05 3.64 7/328 86121
/proc/meminfo: memFree=117741648/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=18930384 memory=60048 CPUtime=0.41 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 6594 0 0 0 37 4 0 0 20 0 18 0 75229927 19384713216 15012 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4732596 15012 5368 1 0 547709 0
[pid=86103/tid=86105] ppid=86100 vsize=18930384 memory=-6000919507150399079 CPUtime=0.24 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 5129 0 0 0 21 3 0 0 20 0 18 0 75229929 19384713216 15012 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75229934 19384713216 15012 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75229935 19384713216 15012 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60048 KiB

[startup+0.700322 s]
/proc/loadavg: 2.95 3.05 3.64 6/328 86121
/proc/meminfo: memFree=117732448/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=18930384 memory=93128 CPUtime=1.12 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 8855 0 0 0 105 7 0 0 20 0 18 0 75229927 19384713216 23282 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4732596 23282 5432 1 0 549225 0
[pid=86103/tid=86105] ppid=86100 vsize=18930384 memory=14464 CPUtime=0.56 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 5276 0 0 0 52 4 0 0 20 0 18 0 75229929 19384713216 23282 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75229934 19384713216 23282 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75229935 19384713216 23282 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93128 KiB

[startup+1.50029 s]
/proc/loadavg: 2.95 3.05 3.64 7/328 86121
/proc/meminfo: memFree=117459340/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=18996948 memory=196788 CPUtime=2.6 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 12468 0 0 0 250 10 0 0 20 0 19 0 75229927 19452874752 49197 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4749237 49197 5464 1 0 549592 0
[pid=86103/tid=86105] ppid=86100 vsize=18996948 memory=3200 CPUtime=1.17 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) S 86100 86103 85904 0 -1 4194368 5864 0 0 0 111 6 0 0 20 0 19 0 75229929 19452874752 49197 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75229934 19452874752 49197 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75229935 19452874752 49197 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 196788 KiB

[startup+3.10553 s]
/proc/loadavg: 3.28 3.12 3.66 6/330 86123
/proc/meminfo: memFree=116908884/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=287840 CPUtime=5.29 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 20877 0 0 0 515 14 0 0 20 0 20 0 75229927 19521036288 71960 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 71960 5528 1 0 1142181 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=11136 CPUtime=2.6 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 7365 0 0 0 252 8 0 0 20 0 20 0 75229929 19521036288 71960 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 71960 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 71960 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 71960 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 287840 KiB

[startup+6.30046 s]
/proc/loadavg: 3.28 3.12 3.66 5/330 86124
/proc/meminfo: memFree=116402180/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=458248 CPUtime=8.72 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 21648 0 0 0 854 18 0 0 20 0 20 0 75229927 19521036288 114562 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 114562 5528 1 0 1142191 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=0 CPUtime=5.73 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 7504 0 0 0 562 11 0 0 20 0 20 0 75229929 19521036288 114562 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=-8412658736309758876 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 114562 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=-6000919507150399079 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 114562 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 114562 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 458248 KiB

[startup+12.7005 s]
/proc/loadavg: 3.54 3.18 3.68 6/330 86124
/proc/meminfo: memFree=116058916/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=589680 CPUtime=15.33 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 23511 0 0 0 1512 21 0 0 20 0 20 0 75229927 19521036288 147420 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 147420 5528 1 0 1142193 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=0 CPUtime=11.78 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 7913 0 0 0 1167 11 0 0 20 0 20 0 75229929 19521036288 147420 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=548640 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 147420 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 147420 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 147420 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 15.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 589680 KiB

[startup+25.5004 s]
/proc/loadavg: 3.61 3.21 3.68 5/330 86124
/proc/meminfo: memFree=115536156/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=731468 CPUtime=28.53 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 29876 0 0 0 2826 27 0 0 20 0 20 0 75229927 19521036288 182867 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 182867 5528 1 0 1142283 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=-6000919507150399079 CPUtime=24.16 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 9714 0 0 0 2405 11 0 0 20 0 20 0 75229929 19521036288 182867 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=3196 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 182867 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=682160 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 182867 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=682160 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 182867 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 28.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 731468 KiB

[startup+51.1137 s]
/proc/loadavg: 3.88 3.30 3.70 5/330 86124
/proc/meminfo: memFree=114216924/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=1356128 CPUtime=54.71 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 34233 0 0 0 5429 42 0 0 20 0 20 0 75229927 19521036288 339032 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 339032 5528 1 0 1142283 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=1110368 CPUtime=49.12 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 10816 0 0 0 4895 17 0 0 20 0 20 0 75229929 19521036288 339032 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=-6000919507150399079 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 339032 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=872792 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 339032 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=731468 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 339032 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 54.71 s

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

/proc/meminfo: memFree=74862444/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3247.5 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 226634 0 0 0 324197 553 0 0 20 0 20 0 75229927 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692360 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3079.25 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 108439 0 0 0 307795 130 0 0 20 0 20 0 75229929 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3247.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14769440 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.30 4.28 5/326 86279
/proc/meminfo: memFree=74861828/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3308.84 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 229484 0 0 0 330326 558 0 0 20 0 20 0 75229927 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692360 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=14464 CPUtime=3137.54 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 110678 0 0 0 313623 131 0 0 20 0 20 0 75229929 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1836 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3308.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14769440 KiB

[startup+3282.3 s]
/proc/loadavg: 4.43 4.33 4.29 5/325 86347
/proc/meminfo: memFree=87465176/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3369.73 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 233712 0 0 0 336410 563 0 0 20 0 20 0 75229927 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692360 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3196.29 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 114091 0 0 0 319497 132 0 0 20 0 20 0 75229929 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1848 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3369.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14769440 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.30 4.28 5/325 86350
/proc/meminfo: memFree=85319472/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3430.7 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 236191 0 0 0 342503 567 0 0 20 0 20 0 75229927 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692360 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3254.94 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 115539 0 0 0 325362 132 0 0 20 0 20 0 75229929 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1909 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692360 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3430.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14769440 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.29 4.27 5/325 86418
/proc/meminfo: memFree=100506120/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14771492 CPUtime=3491.89 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 239704 0 0 0 348618 571 0 0 20 0 20 0 75229927 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692873 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=-6000919507150399079 CPUtime=3313.34 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 118086 0 0 0 331201 133 0 0 20 0 20 0 75229929 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=14771492 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1936 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=14769440 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3491.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14771492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.30 4.27 5/326 86421
/proc/meminfo: memFree=99645808/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14771492 CPUtime=3552.89 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 245391 0 0 0 354712 577 0 0 20 0 20 0 75229927 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692873 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=14769440 CPUtime=3371.99 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 122895 0 0 0 337065 134 0 0 20 0 20 0 75229929 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=14771492 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1948 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=14771492 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3552.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14771492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3508.9 s]
/proc/loadavg: 4.27 4.29 4.27 6/326 86488
/proc/meminfo: memFree=101567012/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19063512 memory=14771492 CPUtime=3600.04 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 247995 0 0 0 359424 580 0 0 20 0 20 0 75229927 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4765878 3692873 5560 1 0 4084154 0
[pid=86103/tid=86105] ppid=86100 vsize=19063512 memory=14848 CPUtime=3417.63 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 124702 0 0 0 341628 135 0 0 20 0 20 0 75229929 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19063512 memory=14771492 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75229934 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19063512 memory=14771492 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1948 0 0 0 0 0 0 0 20 0 20 0 75229935 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86123] ppid=86100 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86103/task/86123/stat : 86123 (Timer-0) S 86100 86103 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75230091 19521036288 3692873 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14771492 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.49 s, system=5.85284 s

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

[startup+3509 s]*
/proc/loadavg: 4.27 4.29 4.27 7/327 86492
/proc/meminfo: memFree=101567012/131382112 swapFree=33002444/33010684
[pid=86103] ppid=86100 vsize=19263204 memory=14772004 CPUtime=3600.26 cores=4,6
/proc/86103/stat : 86103 (java) S 86100 86103 85904 0 -1 4194304 250789 0 0 0 359445 581 0 0 20 0 21 0 75229927 19725520896 3693001 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
/proc/86103/statm: 4815801 3693001 5560 1 0 4085089 0
[pid=86103/tid=86105] ppid=86100 vsize=19263204 memory=-6000919485574702695 CPUtime=3417.73 cores=4,6
/proc/86103/task/86105/stat : 86105 (java) R 86100 86103 85904 0 -1 4194368 125453 0 0 0 341638 135 0 0 20 0 21 0 75229929 19725520896 3693001 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86114] ppid=86100 vsize=19263204 memory=5172 CPUtime=0 cores=4,6
/proc/86103/task/86114/stat : 86114 (Finalizer) S 86100 86103 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75229934 19725520896 3693001 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86121] ppid=86100 vsize=19263204 memory=6896 CPUtime=0 cores=4,6
/proc/86103/task/86121/stat : 86121 (Common-Cleaner) S 86100 86103 85904 0 -1 4194368 1948 0 0 0 0 0 0 0 20 0 21 0 75229935 19725520896 3693001 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
[pid=86103/tid=86492] ppid=86100 vsize=19263204 memory=14771492 CPUtime=0.03 cores=4,6
/proc/86103/task/86492/stat : 86492 (Thread-0) R 86100 86103 85904 0 -1 4194368 451 0 0 0 3 0 0 0 20 0 21 0 75580819 19725520896 3693001 18446744073709551615 94421049696256 94421049699952 140726131867200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94421049707768 94421049708560 94421082345472 140726131874177 140726131874278 140726131874278 140726131879880 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14772004 KiB

Child status: 143

Real time (s): 3509.09
CPU time (s): 3600.34
CPU user time (s): 3594.49
CPU system time (s): 5.85284
CPU usage (%): 102.6
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14772004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.49
system time used= 5.85284
maximum resident set size= 14772388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250882
page faults= 0
swaps= 0
block input operations= 8
block output operations= 4680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124100
involuntary context switches= 28772


# summary of solver processes directly reported to runsolver:
#   pid: 86103
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.49
#   total CPU system time (s): 5.85284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1469 second user time and 34.0912 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 04:18:25
IDJOB=4522144
IDBENCH=178608
IDSOLVER=3363
FILE ID=nodeC005/4522144-1751595505
RUNJOBID= nodeC005-1751595442-85915
SLURM_JOB_ID= 9598861
Free space on /tmp= 429464 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-sp98ar.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522144-1751595505/watcher-4522144-1751595505 -o /tmp/evaluation-result-4522144-1751595505/solver-4522144-1751595505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522144-1751595505.opb

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

MD5SUM BENCH= b3caef0af1778b7e481a62fab9deebc2
RANDOM SEED=573695823

nodeC005 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		: 3491.696
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.90
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		: 3662.253
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.90
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		: 1197.442
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.90
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		: 1197.414
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.90
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		: 1197.239
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.90
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		: 3662.282
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.90
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		: 1198.193
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.90
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.887
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        117761952 kB
MemAvailable:   117602568 kB
Buffers:              12 kB
Cached:           628100 kB
SwapCached:          240 kB
Active:         12647172 kB
Inactive:         373100 kB
Active(anon):   12364188 kB
Inactive(anon):    40840 kB
Active(file):     282984 kB
Inactive(file):   332260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4800 kB
Writeback:             0 kB
AnonPages:      12395320 kB
Mapped:           118396 kB
Shmem:             12868 kB
KReclaimable:     129996 kB
Slab:             216848 kB
SReclaimable:     129996 kB
SUnreclaim:        86852 kB
KernelStack:        5024 kB
PageTables:        27988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   24974492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12167168 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429440 MiB
End job on nodeC005 at 2025-07-04 05:16:55