Trace number 4505822

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.18 3597.24

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM66a4099c9f952e1d32ed00e151115e68
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 benchmark-17500
Best CPU time to get the best result obtained on this benchmark420.688
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 85145317
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 500
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 85145317
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.16	c See www.sat4j.org for details.
0.09/0.17	c version PB25.v20250606
0.09/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.18	c java.vm.version	22.0.1+8-16
0.09/0.18	c java.vm.vendor	Oracle Corporation
0.09/0.18	c sun.arch.data.model	64
0.09/0.18	c java.version		22.0.1
0.09/0.18	c os.name		Linux
0.09/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.18	c os.arch		amd64
0.09/0.19	c Free memory 		2104792832
0.09/0.19	c Max memory 		16282288128
0.09/0.19	c Total memory 		2113929216
0.09/0.19	c Number of processors 	2
0.26/0.28	c Pseudo Boolean Optimization by upper bound
0.26/0.28	c --- Begin Solver configuration ---
0.26/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.28	c Learn all clauses as in MiniSAT
0.26/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.28	c Expensive reason simplification
0.26/0.28	c Glucose 2.1 dynamic restart strategy
0.26/0.28	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.26/0.28	c timeout=2147483s
0.26/0.28	c DB Simplification allowed=false
0.26/0.28	c Listener: none
0.26/0.28	c --- End Solver configuration ---
0.26/0.28	c solving HOME/instance-4505822-1751485855.opb
0.26/0.28	c reading problem ... 
0.26/0.28	c  objective function found
7.62/5.32	c ... done. Wall clock time 5.019s.
7.62/5.32	c declared #vars     399113
7.62/5.32	c #constraints  400980
7.62/5.32	c constraints type 
7.62/5.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
7.62/5.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
7.62/5.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.62/5.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
7.62/5.32	c 400980 constraints processed.
7.62/5.36	c objective function length is 170372 literals
160.79/156.24	c cleaning 2496 clauses out of 4999 with flag 22819/5000
290.06/285.46	c cleaning 4252 clauses out of 8505 with flag 47635/11002
428.83/423.45	c cleaning 5622 clauses out of 11255 with flag 80512/18004
576.49/570.86	c cleaning 6812 clauses out of 13629 with flag 111026/26000
735.77/729.76	c cleaning 7898 clauses out of 15819 with flag 145678/35002
929.89/924.02	c cleaning 8956 clauses out of 17919 with flag 189569/45000
1165.04/1159.44	c cleaning 9971 clauses out of 19963 with flag 233330/56000
1351.30/1346.00	c cleaning 10974 clauses out of 21992 with flag 283366/68000
1543.66/1538.57	c cleaning 11997 clauses out of 24018 with flag 337996/81000
1695.21/1690.21	c cleaning 12994 clauses out of 26021 with flag 401793/95000
1848.94/1844.15	c cleaning 14009 clauses out of 28028 with flag 478183/110001
2027.42/2022.81	c cleaning 15005 clauses out of 30018 with flag 563139/126000
2218.48/2214.02	c cleaning 15986 clauses out of 32013 with flag 647455/143000
2414.90/2410.67	c cleaning 17005 clauses out of 34028 with flag 742405/161001
2625.36/2621.36	c cleaning 18003 clauses out of 36022 with flag 843943/180000
2868.57/2864.85	c cleaning 19006 clauses out of 38019 with flag 953806/200000
3103.78/3100.33	c cleaning 20004 clauses out of 40014 with flag 1075181/221001
3348.91/3345.85	c cleaning 20985 clauses out of 42009 with flag 1220261/243000
3592.93/3590.07	c cleaning 22007 clauses out of 44024 with flag 1362313/266000
3600.02/3597.14	c starts		: 90
3600.02/3597.16	c conflicts		: 266607
3600.02/3597.16	c decisions		: 4280161
3600.02/3597.16	c propagations		: 1171698742
3600.02/3597.16	c inspects		: 581168067
3600.02/3597.16	c shortcuts		: 0
3600.02/3597.16	c learnt literals	: 1
3600.02/3597.16	c learnt binary clauses	: 915
3600.02/3597.16	c learnt ternary clauses	: 461
3600.02/3597.16	c learnt constraints	: 266606
3600.02/3597.16	c ignored constraints	: 0
3600.02/3597.16	c root simplifications	: 0
3600.02/3597.16	c removed literals (reason simplification)	: 78257140
3600.02/3597.16	c reason swapping (by a shorter reason)	: 0
3600.02/3597.16	c Calls to reduceDB	: 19
3600.02/3597.16	c Number of update (reduction) of LBD	: 68219
3600.02/3597.16	c Imported unit clauses	: 0
3600.02/3597.16	c No decision after first conflict	: false
3600.02/3597.16	c number of reductions to clauses (during analyze)	: 0
3600.02/3597.16	c number of learned constraints concerned by reduction	: 0
3600.02/3597.16	c number of learning phase by resolution	: 0
3600.02/3597.16	c number of learning phase by cutting planes	: 0
3600.02/3597.16	c number of rounding to 1 operations	: 0
3600.02/3597.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3597.16	c number of reductions of the coefficients by power 2 	: 0
3600.02/3597.16	c number of right shift for reduction by power 2 	: 0
3600.02/3597.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3597.16	c number of ending skipping 	: 0
3600.02/3597.16	c number of internal skipping 	: 0
3600.02/3597.16	c number of derivation steps 	: 0
3600.02/3597.16	c number of skipped derivation steps 	: 0
3600.02/3597.16	c number of remaining unassigned 	: 0
3600.02/3597.16	c number of remaining assigned 	: 0
3600.02/3597.16	c number of falsified literals weakened from reason	: 0
3600.02/3597.16	c number of falsified literals weakened from conflict	: 0
3600.02/3597.16	c time for arithmetic operations	: 0
3600.02/3597.16	c minimum degree of deleted constraints	: null
3600.02/3597.16	c maximum degree of deleted constraints	: null
3600.02/3597.16	c number of deleted constraints	: 0
3600.02/3597.16	c speed (assignments/second)	: 326245.1644411601
3600.02/3597.16	c non guided choices	: 215881
3600.02/3597.16	c timeout
3600.02/3597.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 21709
3600.02/3597.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 915
3600.02/3597.18	s UNKNOWN
3600.02/3597.18	c Total wall clock time (in seconds): 3596.9

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505822-1751485855/watcher-4505822-1751485855 -o /tmp/evaluation-result-4505822-1751485855/solver-4505822-1751485855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66853 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505822-1751485855.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=68125, runsolver pid=68122
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 5.05 5.01 4.91 5/326 68143
/proc/meminfo: memFree=111098840/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=18930384 memory=47152 CPUtime=0.09 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 5674 0 0 0 6 3 0 0 20 0 18 0 64264883 19384713216 11788 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4732596 11788 5085 1 0 546892 0
[pid=68125/tid=68127] ppid=68122 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 4583 0 0 0 4 2 0 0 20 0 18 0 64264885 19384713216 11788 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64264890 19384713216 11788 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=18930384 memory=58494082626307 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64264891 19384713216 11788 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47152 KiB

[startup+0.209713 s]*
/proc/loadavg: 5.05 5.01 4.91 5/326 68143
/proc/meminfo: memFree=111095816/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=18930384 memory=55492 CPUtime=0.26 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 6529 0 0 0 22 4 0 0 20 0 18 0 64264883 19384713216 13873 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4732596 13873 5341 1 0 547611 0
[pid=68125/tid=68127] ppid=68122 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 5049 0 0 0 13 3 0 0 20 0 18 0 64264885 19384713216 13873 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=18930384 memory=12896 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64264890 19384713216 13873 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64264891 19384713216 13873 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55492 KiB

[startup+0.309731 s]*
/proc/loadavg: 5.05 5.01 4.91 7/326 68143
/proc/meminfo: memFree=111077920/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=18930384 memory=73364 CPUtime=0.43 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 6806 0 0 0 38 5 0 0 20 0 18 0 64264883 19384713216 18341 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4732596 18341 5437 1 0 547797 0
[pid=68125/tid=68127] ppid=68122 vsize=18930384 memory=-6000919498526909545 CPUtime=0.23 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 5227 0 0 0 20 3 0 0 20 0 18 0 64264885 19384713216 18341 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64264890 19384713216 18341 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64264891 19384713216 18341 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73364 KiB

[startup+0.700249 s]
/proc/loadavg: 5.05 5.01 4.91 6/326 68143
/proc/meminfo: memFree=111051896/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=18996948 memory=154244 CPUtime=1.17 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 9295 0 0 0 109 8 0 0 20 0 19 0 64264883 19452874752 38561 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4749237 38561 5469 1 0 549714 0
[pid=68125/tid=68127] ppid=68122 vsize=18996948 memory=17920 CPUtime=0.59 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) S 68122 68125 66841 0 -1 4194368 5273 0 0 0 54 5 0 0 20 0 19 0 64264885 19452874752 38561 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64264890 19452874752 39084 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64264891 19452874752 39084 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154244 KiB

[startup+1.50025 s]
/proc/loadavg: 5.05 5.01 4.91 6/327 68144
/proc/meminfo: memFree=110967456/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=18996948 memory=469412 CPUtime=2.64 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 10431 0 0 0 248 16 0 0 20 0 19 0 64264883 19452874752 117353 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4749237 117353 5469 1 0 1180728 0
[pid=68125/tid=68127] ppid=68122 vsize=18996948 memory=3200 CPUtime=1.21 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 5475 0 0 0 111 10 0 0 20 0 19 0 64264885 19452874752 117353 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64264890 19452874752 117353 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64264891 19452874752 117353 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 469412 KiB

[startup+3.10582 s]
/proc/loadavg: 5.05 5.01 4.91 5/327 68144
/proc/meminfo: memFree=107766540/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=18996948 memory=3572520 CPUtime=5.03 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 19761 0 0 0 423 80 0 0 20 0 19 0 64264883 19452874752 893130 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4749237 893130 5501 1 0 2034114 0
[pid=68125/tid=68127] ppid=68122 vsize=18996948 memory=11136 CPUtime=2.51 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 6926 0 0 0 182 69 0 0 20 0 19 0 64264885 19452874752 893130 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64264890 19452874752 893130 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64264891 19452874752 893130 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3572520 KiB

[startup+6.3003 s]
/proc/loadavg: 4.97 4.99 4.90 6/328 68145
/proc/meminfo: memFree=107263600/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3887780 CPUtime=9.38 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 20413 0 0 0 850 88 0 0 20 0 20 0 64264883 19521036288 971945 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 971945 5533 1 0 2034546 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=5760 CPUtime=5.33 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 7128 0 0 0 459 74 0 0 20 0 20 0 64264885 19521036288 971945 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 971945 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=-6000919498526909545 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 971945 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 971945 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3887780 KiB

[startup+12.7005 s]
/proc/loadavg: 4.89 4.98 4.90 5/328 68145
/proc/meminfo: memFree=107262096/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3888292 CPUtime=17.01 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 20535 0 0 0 1613 88 0 0 20 0 20 0 64264883 19521036288 972073 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 972073 5533 1 0 2034546 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=11136 CPUtime=11.71 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 7129 0 0 0 1097 74 0 0 20 0 20 0 64264885 19521036288 972073 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=3887780 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972073 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3888292 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972073 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972073 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 17.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3888292 KiB

[startup+25.5005 s]
/proc/loadavg: 4.90 4.98 4.90 5/328 68145
/proc/meminfo: memFree=107040188/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3888420 CPUtime=29.97 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 21565 0 0 0 2907 90 0 0 20 0 20 0 64264883 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 972105 5533 1 0 2034546 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=3888292 CPUtime=24.48 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 7508 0 0 0 2374 74 0 0 20 0 20 0 64264885 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3888420 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=3888420 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3888420 KiB

[startup+51.1143 s]
/proc/loadavg: 4.67 4.91 4.88 6/328 68146
/proc/meminfo: memFree=107040024/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3888420 CPUtime=55.56 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 22592 0 0 0 5463 93 0 0 20 0 20 0 64264883 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 972105 5533 1 0 2034546 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=5760 CPUtime=50.03 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 8108 0 0 0 4929 74 0 0 20 0 20 0 64264885 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3888420 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=3888420 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972105 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 55.56 s
Current children cumulated vsize: 19063512 KiB

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

/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4383 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3225.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3888348 KiB

[startup+3282.3 s]
/proc/loadavg: 1.09 1.54 2.08 2/253 68418
/proc/meminfo: memFree=118506628/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3888348 CPUtime=3285.5 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 67244 0 0 0 328150 400 0 0 20 0 20 0 64264883 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 972087 5565 1 0 2036259 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=3888348 CPUtime=3272.78 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 32097 0 0 0 327168 110 0 0 20 0 20 0 64264885 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4499 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3285.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3888348 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 1.47 2.02 2/253 68420
/proc/meminfo: memFree=118506708/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3888348 CPUtime=3345.42 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 67827 0 0 0 334136 406 0 0 20 0 20 0 64264883 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 972087 5565 1 0 2036259 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=17920 CPUtime=3332.58 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 32515 0 0 0 333148 110 0 0 20 0 20 0 64264885 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4610 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=2728 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3345.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3888348 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.39 1.96 2/253 68423
/proc/meminfo: memFree=118506960/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=3888348 CPUtime=3405.33 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 68785 0 0 0 340121 412 0 0 20 0 20 0 64264883 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 972087 5565 1 0 2036259 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=3888348 CPUtime=3392.4 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 33284 0 0 0 339129 111 0 0 20 0 20 0 64264885 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4689 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 972087 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3405.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3888348 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.34 1.90 2/253 68425
/proc/meminfo: memFree=118364672/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=4028612 CPUtime=3465.41 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 71916 0 0 0 346120 421 0 0 20 0 20 0 64264883 19521036288 1007153 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 1007153 5565 1 0 2537585 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=3888348 CPUtime=3451.95 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 33380 0 0 0 345083 112 0 0 20 0 20 0 64264885 19521036288 1007153 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 1007153 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=3888348 CPUtime=0 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4728 0 0 0 0 0 0 0 20 0 20 0 64264891 19521036288 1007153 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 1007153 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3465.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4028612 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.29 1.85 2/253 68427
/proc/meminfo: memFree=118362304/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=4032708 CPUtime=3525.31 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 72680 0 0 0 352104 427 0 0 20 0 20 0 64264883 19521036288 1008177 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 1008177 5565 1 0 2537585 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=14304 CPUtime=3511.76 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 33808 0 0 0 351064 112 0 0 20 0 20 0 64264885 19521036288 1008177 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 1008177 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=14304 CPUtime=0.01 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4842 0 0 0 0 1 0 0 20 0 20 0 64264891 19521036288 1008177 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 1008177 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3525.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4032708 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.25 1.80 2/254 68435
/proc/meminfo: memFree=118357696/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=4036804 CPUtime=3585.23 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 72847 0 0 0 358089 434 0 0 20 0 20 0 64264883 19521036288 1009201 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 1009201 5565 1 0 2537585 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=14304 CPUtime=3571.57 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 33910 0 0 0 357044 113 0 0 20 0 20 0 64264885 19521036288 1009201 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 1009201 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=4036804 CPUtime=0.01 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4899 0 0 0 0 1 0 0 20 0 20 0 64264891 19521036288 1009201 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 1009201 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3585.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4036804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.11 s]
/proc/loadavg: 1.13 1.25 1.79 2/254 68435
/proc/meminfo: memFree=118353852/131382120 swapFree=33010416/33010684
[pid=68125] ppid=68122 vsize=19063512 memory=4038852 CPUtime=3600.02 cores=1,3
/proc/68125/stat : 68125 (java) S 68122 68125 66841 0 -1 4194304 73269 0 0 0 359566 436 0 0 20 0 20 0 64264883 19521036288 1009713 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
/proc/68125/statm: 4765878 1009713 5565 1 0 2537585 0
[pid=68125/tid=68127] ppid=68122 vsize=19063512 memory=14304 CPUtime=3586.34 cores=1,3
/proc/68125/task/68127/stat : 68127 (java) R 68122 68125 66841 0 -1 4194368 34286 0 0 0 358521 113 0 0 20 0 20 0 64264885 19521036288 1009713 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68136] ppid=68122 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/68125/task/68136/stat : 68136 (Finalizer) S 68122 68125 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64264890 19521036288 1009713 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68143] ppid=68122 vsize=19063512 memory=4224 CPUtime=0.01 cores=1,3
/proc/68125/task/68143/stat : 68143 (Common-Cleaner) S 68122 68125 66841 0 -1 4194368 4899 0 0 0 0 1 0 0 20 0 20 0 64264891 19521036288 1009713 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
[pid=68125/tid=68145] ppid=68122 vsize=19063512 memory=4036804 CPUtime=0 cores=1,3
/proc/68125/task/68145/stat : 68145 (Timer-0) S 68122 68125 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64265453 19521036288 1009713 18446744073709551615 93907949600768 93907949604464 140730208994480 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93907949612280 93907949613072 93907980181504 140730208995713 140730208995814 140730208995814 140730209001416 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4038852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.79 s, system=4.39398 s

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

[startup+3597.21 s]*
/proc/loadavg: 1.13 1.25 1.79 2/236 68438
/proc/meminfo: memFree=121483196/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3597.24
CPU time (s): 3600.18
CPU user time (s): 3595.79
CPU system time (s): 4.39398
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4038852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.79
system time used= 4.39398
maximum resident set size= 4047784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169537
involuntary context switches= 2422


# summary of solver processes directly reported to runsolver:
#   pid: 68125
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3595.79
#   total CPU system time (s): 4.39398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4238 second user time and 37.9912 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 21:50:55
IDJOB=4505822
IDBENCH=157280
IDSOLVER=3363
FILE ID=nodeC006/4505822-1751485855
RUNJOBID= nodeC006-1751476316-66853
SLURM_JOB_ID= 9598510
Free space on /tmp= 432200 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505822-1751485855/watcher-4505822-1751485855 -o /tmp/evaluation-result-4505822-1751485855/solver-4505822-1751485855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66853 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4505822-1751485855.opb

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

MD5SUM BENCH= 66a4099c9f952e1d32ed00e151115e68
RANDOM SEED=1706057988

nodeC006 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		: 3662.891
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.32
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		: 1197.136
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.32
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.039
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.32
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		: 1397.410
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.32
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		: 3700.000
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.32
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		: 3491.662
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.32
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.144
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.32
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.475
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        111118792 kB
MemAvailable:   118763812 kB
Buffers:            2128 kB
Cached:          8415520 kB
SwapCached:           12 kB
Active:         11620800 kB
Inactive:        8003864 kB
Active(anon):   11213872 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  7992772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30572 kB
Writeback:             0 kB
AnonPages:      11139212 kB
Mapped:           123668 kB
Shmem:             17948 kB
KReclaimable:     169512 kB
Slab:             256704 kB
SReclaimable:     169512 kB
SUnreclaim:        87192 kB
KernelStack:        5008 kB
PageTables:        25904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   22480752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10823680 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432304 MiB
End job on nodeC006 at 2025-07-02 22:50:53