Trace number 4506006

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 3603.5

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMa6b74371f97d4ca84ea621a5ce055c49
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-17584
Best CPU time to get the best result obtained on this benchmark3131.31
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 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174841973
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174841973
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.21	c See www.sat4j.org for details.
0.08/0.34	c version PB25.v20250606
0.08/0.35	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.35	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.35	c java.vm.version	22.0.1+8-16
0.08/0.35	c java.vm.vendor	Oracle Corporation
0.08/0.35	c sun.arch.data.model	64
0.08/0.35	c java.version		22.0.1
0.08/0.35	c os.name		Linux
0.08/0.35	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.35	c os.arch		amd64
0.08/0.35	c Free memory 		2104792832
0.08/0.35	c Max memory 		16282288128
0.08/0.35	c Total memory 		2113929216
0.08/0.36	c Number of processors 	2
0.12/0.79	c Pseudo Boolean Optimization by upper bound
0.12/0.79	c --- Begin Solver configuration ---
0.12/0.79	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.79	c Learn all clauses as in MiniSAT
0.12/0.79	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.79	c Expensive reason simplification
0.12/0.79	c Glucose 2.1 dynamic restart strategy
0.12/0.79	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.79	c timeout=2147483s
0.12/0.79	c DB Simplification allowed=false
0.12/0.79	c Listener: none
0.12/0.79	c --- End Solver configuration ---
0.12/0.79	c solving HOME/instance-4506006-1751486278.opb
0.12/0.79	c reading problem ... 
0.12/0.79	c  objective function found
6.13/4.82	c ... done. Wall clock time 4.029s.
6.13/4.82	c declared #vars     399113
6.13/4.82	c #constraints  400980
6.13/4.82	c constraints type 
6.13/4.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.13/4.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.13/4.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.13/4.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
6.13/4.82	c 400980 constraints processed.
6.13/4.83	c objective function length is 306555 literals
187.16/184.95	c cleaning 2499 clauses out of 4999 with flag 21112/5001
300.54/298.11	c cleaning 4250 clauses out of 8499 with flag 40983/11000
443.71/441.55	c cleaning 5625 clauses out of 11251 with flag 65193/18002
569.42/567.42	c cleaning 6812 clauses out of 13624 with flag 100036/26000
707.54/705.89	c cleaning 7875 clauses out of 15812 with flag 145201/35000
849.69/848.25	c cleaning 8969 clauses out of 17937 with flag 179674/45000
982.17/980.97	c cleaning 9976 clauses out of 19969 with flag 219967/56001
1122.62/1121.63	c cleaning 10990 clauses out of 21994 with flag 269834/68002
1279.15/1278.48	c cleaning 12001 clauses out of 24002 with flag 332090/81000
1501.46/1501.18	c cleaning 12954 clauses out of 26001 with flag 391212/95000
1731.65/1731.78	c cleaning 14003 clauses out of 28047 with flag 458424/110000
1960.34/1960.89	c cleaning 15015 clauses out of 30045 with flag 528990/126001
2193.75/2194.70	c cleaning 16012 clauses out of 32029 with flag 619915/143000
2428.78/2430.08	c cleaning 17003 clauses out of 34017 with flag 739878/161000
2696.20/2697.91	c cleaning 18005 clauses out of 36015 with flag 870033/180001
2978.11/2980.31	c cleaning 18998 clauses out of 38009 with flag 1017261/200000
3326.95/3329.83	c cleaning 20000 clauses out of 40012 with flag 1177591/221001
3600.04/3603.41	c starts		: 191
3600.04/3603.42	c conflicts		: 239968
3600.04/3603.42	c decisions		: 1372485
3600.04/3603.42	c propagations		: 1540326983
3600.04/3603.42	c inspects		: 684850092
3600.04/3603.42	c shortcuts		: 0
3600.04/3603.42	c learnt literals	: 2
3600.04/3603.42	c learnt binary clauses	: 865
3600.04/3603.42	c learnt ternary clauses	: 536
3600.04/3603.42	c learnt constraints	: 239966
3600.04/3603.42	c ignored constraints	: 0
3600.04/3603.42	c root simplifications	: 0
3600.04/3603.42	c removed literals (reason simplification)	: 61967897
3600.04/3603.42	c reason swapping (by a shorter reason)	: 0
3600.04/3603.42	c Calls to reduceDB	: 17
3600.04/3603.42	c Number of update (reduction) of LBD	: 62774
3600.04/3603.42	c Imported unit clauses	: 0
3600.04/3603.42	c No decision after first conflict	: false
3600.04/3603.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3603.42	c number of learned constraints concerned by reduction	: 0
3600.04/3603.42	c number of learning phase by resolution	: 0
3600.04/3603.42	c number of learning phase by cutting planes	: 0
3600.04/3603.43	c number of rounding to 1 operations	: 0
3600.04/3603.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3603.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3603.43	c number of right shift for reduction by power 2 	: 0
3600.04/3603.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3603.43	c number of ending skipping 	: 0
3600.04/3603.43	c number of internal skipping 	: 0
3600.04/3603.43	c number of derivation steps 	: 0
3600.04/3603.43	c number of skipped derivation steps 	: 0
3600.04/3603.43	c number of remaining unassigned 	: 0
3600.04/3603.43	c number of remaining assigned 	: 0
3600.04/3603.43	c number of falsified literals weakened from reason	: 0
3600.04/3603.43	c number of falsified literals weakened from conflict	: 0
3600.04/3603.43	c time for arithmetic operations	: 0
3600.04/3603.43	c minimum degree of deleted constraints	: null
3600.04/3603.43	c maximum degree of deleted constraints	: null
3600.04/3603.44	c number of deleted constraints	: 0
3600.04/3603.44	c speed (assignments/second)	: 428064.20795057743
3600.04/3603.44	c non guided choices	: 13072
3600.04/3603.45	c timeout
3600.04/3603.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38114
3600.04/3603.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 865
3600.04/3603.47	s UNKNOWN
3600.04/3603.47	c Total wall clock time (in seconds): 3602.681

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62293 MiB free)
  memory of node 1: 64465 MiB (63921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506006-1751486278/watcher-4506006-1751486278 -o /tmp/evaluation-result-4506006-1751486278/solver-4506006-1751486278 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77036 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506006-1751486278.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=77085, runsolver pid=77076

[startup+0.100063 s]*
/proc/loadavg: 0.78 1.12 2.08 1/268 77098
/proc/meminfo: memFree=129240460/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=235772 memory=12032 CPUtime=0 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 723 0 2 0 0 0 0 0 20 0 2 0 64306606 241430528 3008 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 58943 3008 2624 1 0 602 0
[pid=77085/tid=77097] ppid=77076 vsize=235772 memory=4026532124 CPUtime=0 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) D 77076 77085 77025 0 -1 4194368 137 0 1 0 0 0 0 0 20 0 2 0 64306613 241430528 3008 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 12032 KiB

[startup+0.205318 s]*
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129191760/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=18930384 memory=49064 CPUtime=0.07 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 6033 0 35 0 5 2 0 0 20 0 18 0 64306606 19384713216 12266 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4732596 12266 5292 1 0 547137 0
[pid=77085/tid=77097] ppid=77076 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) D 77076 77085 77025 0 -1 4194368 4879 0 33 0 3 1 0 0 20 0 18 0 64306613 19384713216 12266 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12266 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12266 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49064 KiB

[startup+0.305673 s]*
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129178488/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=18930384 memory=51444 CPUtime=0.08 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 6120 0 35 0 6 2 0 0 20 0 18 0 64306606 19384713216 12861 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4732596 12861 5292 1 0 547211 0
[pid=77085/tid=77097] ppid=77076 vsize=18930384 memory=-6000919472673285480 CPUtime=0.05 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) D 77076 77085 77025 0 -1 4194368 4951 0 33 0 4 1 0 0 20 0 18 0 64306613 19384713216 12861 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12861 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12861 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51444 KiB

[startup+0.700149 s]
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129163492/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=18930384 memory=57596 CPUtime=0.12 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 6624 0 35 0 10 2 0 0 20 0 18 0 64306606 19384713216 14399 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4732596 14399 5292 1 0 547619 0
[pid=77085/tid=77097] ppid=77076 vsize=18930384 memory=18048 CPUtime=0.07 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) D 77076 77085 77025 0 -1 4194368 5102 0 33 0 6 1 0 0 20 0 18 0 64306613 19384713216 14399 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 14399 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=18930384 memory=5632 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 14399 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57596 KiB

[startup+1.50023 s]
/proc/loadavg: 0.78 1.12 2.08 10/333 77163
/proc/meminfo: memFree=128802736/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=18996948 memory=224560 CPUtime=1.52 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 9808 0 35 0 145 7 0 0 20 0 19 0 64306606 19452874752 56140 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4749237 56140 5420 1 0 549604 0
[pid=77085/tid=77097] ppid=77076 vsize=18996948 memory=5632 CPUtime=0.68 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 5354 0 33 0 64 4 0 0 20 0 19 0 64306613 19452874752 56140 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 56140 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 56140 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 224560 KiB

[startup+3.1056 s]
/proc/loadavg: 1.04 1.17 2.09 6/336 77166
/proc/meminfo: memFree=119714132/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=18996948 memory=2630748 CPUtime=4.11 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 22311 0 35 0 353 58 0 0 20 0 19 0 64306606 19452874752 657687 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4749237 657687 5484 1 0 1666188 0
[pid=77085/tid=77097] ppid=77076 vsize=18996948 memory=0 CPUtime=1.95 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 6436 0 33 0 148 47 0 0 20 0 19 0 64306613 19452874752 657687 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 657687 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=18996948 memory=2421820 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 657687 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2630748 KiB

[startup+6.30021 s]
/proc/loadavg: 1.04 1.17 2.09 5/342 77172
/proc/meminfo: memFree=113325296/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3973264 CPUtime=8.46 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 24270 0 35 0 762 84 0 0 20 0 21 0 64306606 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993316 5516 1 0 2151672 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=0 CPUtime=4.76 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 7107 0 33 0 409 67 0 0 20 0 21 0 64306613 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=-6000919472673285480 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=198340509722 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3973264 KiB

[startup+12.7002 s]
/proc/loadavg: 1.27 1.22 2.10 5/342 77172
/proc/meminfo: memFree=113323808/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3973264 CPUtime=14.92 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 24305 0 35 0 1408 84 0 0 20 0 21 0 64306606 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993316 5516 1 0 2151688 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3973264 CPUtime=11.14 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 7111 0 33 0 1047 67 0 0 20 0 21 0 64306613 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=3973264 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=3973264 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=-6000919481263220072 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993316 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 14.92 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3973264 KiB

[startup+25.5002 s]
/proc/loadavg: 1.88 1.36 2.13 5/342 77172
/proc/meminfo: memFree=112698476/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3973392 CPUtime=27.76 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 26280 0 35 0 2692 84 0 0 20 0 21 0 64306606 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993348 5516 1 0 2151688 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=14692 CPUtime=23.9 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 7543 0 33 0 2323 67 0 0 20 0 21 0 64306613 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=12288 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=3761973769728688193 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 27.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3973392 KiB

[startup+51.1056 s]
/proc/loadavg: 2.66 1.58 2.19 5/342 77173
/proc/meminfo: memFree=110989032/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3973392 CPUtime=53.32 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 28400 0 35 0 5247 85 0 0 20 0 21 0 64306606 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993348 5516 1 0 2151688 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3973392 CPUtime=49.44 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 8285 0 33 0 4877 67 0 0 20 0 21 0 64306613 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=3973392 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=3973264 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993348 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 53.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3973392 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.99 2.29 5/342 77175

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

/proc/meminfo: memFree=113515324/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3219.65 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 75398 0 35 0 321760 205 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3212.54 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 34766 0 33 0 321178 76 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4242 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3219.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/342 77404
/proc/meminfo: memFree=113515412/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3279.55 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 75500 0 35 0 327748 207 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3272.39 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 34786 0 33 0 327163 76 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=1792 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4271 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3279.55 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/342 77406
/proc/meminfo: memFree=113515480/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3339.43 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 75878 0 35 0 333734 209 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3332.23 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 35104 0 33 0 333147 76 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4273 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3339.43 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/342 77408
/proc/meminfo: memFree=113515296/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3399.31 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 76878 0 35 0 339721 210 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3392.09 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 35785 0 33 0 339132 77 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4407 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3399.31 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/342 77413
/proc/meminfo: memFree=113515428/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3459.21 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 77130 0 35 0 345708 213 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3451.93 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 35895 0 33 0 345116 77 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=14692 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=18048 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4512 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3459.21 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/343 77420
/proc/meminfo: memFree=113523300/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3519.1 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 78149 0 35 0 351694 216 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3511.78 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 36674 0 33 0 351100 78 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=14692 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4564 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=-6000919481263220072 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3519.1 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 77422
/proc/meminfo: memFree=113523356/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3578.98 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 78382 0 35 0 357679 219 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3571.62 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 36818 0 33 0 357084 78 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=14692 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=14692 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4615 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3578.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.4 s]
/proc/loadavg: 4.07 4.10 4.09 4/319 77434
/proc/meminfo: memFree=117791640/131249992 swapFree=33010160/33010684
[pid=77085] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3600.04 cores=4,6
/proc/77085/stat : 77085 (java) S 77076 77085 77025 0 -1 4194304 78833 0 35 0 359784 220 0 0 20 0 21 0 64306606 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
/proc/77085/statm: 4782519 993700 5516 1 0 2151824 0
[pid=77085/tid=77097] ppid=77076 vsize=19130076 memory=3974800 CPUtime=3592.67 cores=4,6
/proc/77085/task/77097/stat : 77097 (java) R 77076 77085 77025 0 -1 4194368 37202 0 33 0 359188 79 0 0 20 0 21 0 64306613 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77130] ppid=77076 vsize=19130076 memory=3974800 CPUtime=0 cores=4,6
/proc/77085/task/77130/stat : 77130 (Finalizer) S 77076 77085 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77159] ppid=77076 vsize=19130076 memory=4352 CPUtime=0 cores=4,6
/proc/77085/task/77159/stat : 77159 (Common-Cleaner) S 77076 77085 77025 0 -1 4194368 4615 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
[pid=77085/tid=77172] ppid=77076 vsize=19130076 memory=1792 CPUtime=0 cores=4,6
/proc/77085/task/77172/stat : 77172 (Timer-0) S 77076 77085 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307115 19589197824 993700 18446744073709551615 94040320868352 94040320872048 140734956717232 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94040320879864 94040320880656 94040350388224 140734956722561 140734956722662 140734956722662 140734956728264 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3974800 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.96 s, system=2.22628 s

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

Child status: 143

Real time (s): 3603.5
CPU time (s): 3600.18
CPU user time (s): 3597.96
CPU system time (s): 2.22628
CPU usage (%): 99.9078
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 3974800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.96
system time used= 2.22628
maximum resident set size= 3975952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81678
page faults= 35
swaps= 0
block input operations= 128
block output operations= 16656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170751
involuntary context switches= 21350


# summary of solver processes directly reported to runsolver:
#   pid: 77085
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.96
#   total CPU system time (s): 2.22628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13963 second user time and 17.7376 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-02 21:57:58
IDJOB=4506006
IDBENCH=157587
IDSOLVER=3363
FILE ID=nodeC025/4506006-1751486278
RUNJOBID= nodeC025-1751486278-77036
SLURM_JOB_ID= 9598540
Free space on /tmp= 432860 MiB

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

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

MD5SUM BENCH= a6b74371f97d4ca84ea621a5ce055c49
RANDOM SEED=1280209186

nodeC025 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.155
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3012.224
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.864
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2083.027
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.235
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3380.873
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.829
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3156.158
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129249716 kB
MemAvailable:   129743568 kB
Buffers:            2128 kB
Cached:          1285944 kB
SwapCached:          200 kB
Active:           302964 kB
Inactive:        1051324 kB
Active(anon):      51004 kB
Inactive(anon):    33068 kB
Active(file):     251960 kB
Inactive(file):  1018256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121968 kB
Writeback:             0 kB
AnonPages:         69160 kB
Mapped:           103040 kB
Shmem:             17856 kB
KReclaimable:     125752 kB
Slab:             214400 kB
SReclaimable:     125752 kB
SUnreclaim:        88648 kB
KernelStack:        4080 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432856 MiB
End job on nodeC025 at 2025-07-02 22:58:02