Trace number 4525694

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.32 3598.24

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen10_wcsp.wbo
MD5SUM74a66f65a8d139e29d772f0c0eac826f
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark26999
Best CPU time to get the best result obtained on this benchmark60.2273
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7876
Total number of constraints873462
Number of soft constraints873262
Number of constraints which are clauses873262
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 13608940
Min constraint cost 1
Max constraint cost 100000
Sum of constraints costs 719718355
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.19	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.28/0.28	c Pseudo Boolean Optimization by upper bound
0.28/0.28	c --- Begin Solver configuration ---
0.28/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.28	c Learn all clauses as in MiniSAT
0.28/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.28	c Expensive reason simplification
0.28/0.28	c Glucose 2.1 dynamic restart strategy
0.28/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.28/0.28	c timeout=2147483s
0.28/0.28	c DB Simplification allowed=false
0.28/0.28	c Listener: none
0.28/0.28	c --- End Solver configuration ---
0.28/0.28	c solving HOME/instance-4525694-1751626813.wbo
0.28/0.28	c reading problem ... 
6.30/4.00	c ... done. Wall clock time 3.725s.
6.30/4.00	c declared #vars     7876
6.30/4.00	c internal #vars     881138
6.30/4.00	c #constraints  873663
6.30/4.00	c constraints type 
6.30/4.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38878
6.30/4.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
6.30/4.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.30/4.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 834584
6.30/4.00	c 873663 constraints processed.
6.52/4.04	c objective function length is 873262 literals
8.50/5.17	c SATISFIABLE
8.50/5.17	c OPTIMIZING...
8.50/5.17	c Got one! Elapsed wall clock time (in seconds):4.892
8.50/5.17	o 28848
166.54/161.24	c cleaning 2504 clauses out of 5013 with flag 49524/5013
370.56/365.13	c cleaning 4249 clauses out of 8510 with flag 97937/11014
623.07/617.72	c cleaning 5629 clauses out of 11260 with flag 150704/18013
850.87/845.43	c cleaning 6816 clauses out of 13631 with flag 206081/26013
1102.95/1097.87	c cleaning 7903 clauses out of 15815 with flag 264514/35013
1406.51/1401.82	c cleaning 8956 clauses out of 17912 with flag 347641/45013
1796.74/1792.63	c cleaning 9971 clauses out of 19957 with flag 428266/56014
2238.77/2235.38	c cleaning 10992 clauses out of 21986 with flag 532925/68014
2535.26/2532.07	c cleaning 11992 clauses out of 23994 with flag 603985/81014
2871.87/2869.10	c cleaning 12997 clauses out of 26002 with flag 662108/95014
3264.87/3262.57	c cleaning 13998 clauses out of 28006 with flag 725776/110015
3600.08/3598.16	c starts		: 6
3600.08/3598.17	c conflicts		: 123917
3600.08/3598.18	c decisions		: 2284685
3600.08/3598.18	c propagations		: 14765047127
3600.08/3598.18	c inspects		: 1243891880
3600.08/3598.18	c shortcuts		: 0
3600.08/3598.18	c learnt literals	: 0
3600.08/3598.18	c learnt binary clauses	: 0
3600.08/3598.18	c learnt ternary clauses	: 0
3600.08/3598.18	c learnt constraints	: 123917
3600.08/3598.18	c ignored constraints	: 0
3600.08/3598.18	c root simplifications	: 0
3600.08/3598.18	c removed literals (reason simplification)	: 1258399
3600.08/3598.19	c reason swapping (by a shorter reason)	: 0
3600.08/3598.19	c Calls to reduceDB	: 11
3600.08/3598.19	c Number of update (reduction) of LBD	: 19550
3600.08/3598.19	c Imported unit clauses	: 0
3600.08/3598.19	c No decision after first conflict	: false
3600.08/3598.19	c number of reductions to clauses (during analyze)	: 0
3600.08/3598.19	c number of learned constraints concerned by reduction	: 0
3600.08/3598.19	c number of learning phase by resolution	: 0
3600.08/3598.19	c number of learning phase by cutting planes	: 0
3600.08/3598.19	c number of rounding to 1 operations	: 0
3600.08/3598.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3598.19	c number of reductions of the coefficients by power 2 	: 0
3600.08/3598.19	c number of right shift for reduction by power 2 	: 0
3600.08/3598.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3598.19	c number of ending skipping 	: 0
3600.08/3598.19	c number of internal skipping 	: 0
3600.08/3598.19	c number of derivation steps 	: 0
3600.08/3598.19	c number of skipped derivation steps 	: 0
3600.08/3598.19	c number of remaining unassigned 	: 0
3600.08/3598.20	c number of remaining assigned 	: 0
3600.08/3598.20	c number of falsified literals weakened from reason	: 0
3600.08/3598.20	c number of falsified literals weakened from conflict	: 0
3600.08/3598.20	c time for arithmetic operations	: 0
3600.08/3598.20	c minimum degree of deleted constraints	: null
3600.08/3598.20	c maximum degree of deleted constraints	: null
3600.08/3598.20	c number of deleted constraints	: 0
3600.26/3598.22	c speed (assignments/second)	: 4108247.918406255
3600.26/3598.22	c non guided choices	: 114
3600.26/3598.22	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.26/3598.22		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.26/3598.22		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.26/3598.22		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.26/3598.22		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.26/3598.22		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.26/3598.22		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.26/3598.22		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (55404 MiB free)
  memory of node 1: 64465 MiB (51501 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525694-1751626813/watcher-4525694-1751626813 -o /tmp/evaluation-result-4525694-1751626813/solver-4525694-1751626813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97335 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525694-1751626813.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=100113, runsolver pid=100110

[startup+0.100067 s]*
/proc/loadavg: 4.13 4.23 4.22 7/324 100131
/proc/meminfo: memFree=109455252/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=18930384 memory=48176 CPUtime=0.11 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 5758 0 0 0 8 3 0 0 20 0 18 0 78360557 19384713216 12044 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4732596 12044 5314 1 0 546964 0
[pid=100113/tid=100115] ppid=100110 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 4658 0 0 0 5 2 0 0 20 0 18 0 78360559 19384713216 12044 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78360563 19384713216 12044 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=18930384 memory=60693105881846 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78360564 19384713216 12044 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48176 KiB

[startup+0.211551 s]*
/proc/loadavg: 4.13 4.23 4.22 5/324 100131
/proc/meminfo: memFree=109451220/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=18930384 memory=57660 CPUtime=0.28 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 6546 0 0 0 24 4 0 0 20 0 18 0 78360557 19384713216 14415 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4732596 14415 5346 1 0 547607 0
[pid=100113/tid=100115] ppid=100110 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 5062 0 0 0 14 3 0 0 20 0 18 0 78360559 19384713216 14415 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=18930384 memory=14857 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78360563 19384713216 14415 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=18930384 memory=59593594242043 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78360564 19384713216 14415 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57660 KiB

[startup+0.310023 s]*
/proc/loadavg: 4.13 4.23 4.22 7/324 100131
/proc/meminfo: memFree=109447552/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=18930384 memory=65396 CPUtime=0.45 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 6854 0 0 0 41 4 0 0 20 0 18 0 78360557 19384713216 16349 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4732596 16349 5442 1 0 547818 0
[pid=100113/tid=100115] ppid=100110 vsize=18930384 memory=-9177326055103177404 CPUtime=0.25 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 5264 0 0 0 22 3 0 0 20 0 18 0 78360559 19384713216 16349 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78360563 19384713216 16349 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78360564 19384713216 16349 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65396 KiB

[startup+0.700277 s]
/proc/loadavg: 4.13 4.23 4.22 6/324 100131
/proc/meminfo: memFree=109412532/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=18996948 memory=161248 CPUtime=1.17 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 8902 0 0 0 110 7 0 0 20 0 19 0 78360557 19452874752 40312 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4749237 40312 5474 1 0 549297 0
[pid=100113/tid=100115] ppid=100110 vsize=18996948 memory=18560 CPUtime=0.59 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) S 100110 100113 97320 0 -1 4194368 5322 0 0 0 54 5 0 0 20 0 19 0 78360559 19452874752 40312 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78360563 19452874752 40312 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78360564 19452874752 40312 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161248 KiB

[startup+1.50028 s]
/proc/loadavg: 4.13 4.23 4.22 6/325 100132
/proc/meminfo: memFree=109322484/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=18996948 memory=239792 CPUtime=2.59 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 14251 0 0 0 249 10 0 0 20 0 19 0 78360557 19452874752 59948 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4749237 59948 5474 1 0 552508 0
[pid=100113/tid=100115] ppid=100110 vsize=18996948 memory=3200 CPUtime=1.15 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 5344 0 0 0 110 5 0 0 20 0 19 0 78360559 19452874752 59948 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78360563 19452874752 59948 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78360564 19452874752 59948 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 239792 KiB

[startup+3.11434 s]
/proc/loadavg: 4.20 4.24 4.22 6/325 100132
/proc/meminfo: memFree=108341340/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=18996948 memory=1246060 CPUtime=5.01 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 16962 0 0 0 470 31 0 0 20 0 19 0 78360557 19452874752 311515 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4749237 311515 5474 1 0 2301287 0
[pid=100113/tid=100115] ppid=100110 vsize=18996948 memory=11264 CPUtime=2.26 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) S 100110 100113 97320 0 -1 4194368 5662 0 0 0 207 19 0 0 20 0 19 0 78360559 19452874752 311515 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78360563 19452874752 311515 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78360564 19452874752 311515 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1246060 KiB

[startup+6.30021 s]
/proc/loadavg: 4.20 4.24 4.22 7/327 100134
/proc/meminfo: memFree=107748416/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1629128 CPUtime=10.65 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 18210 0 0 0 1024 41 0 0 20 0 21 0 78360557 19589197824 407282 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 407282 5506 1 0 2302494 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=5632 CPUtime=4.92 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 6313 0 0 0 470 22 0 0 20 0 21 0 78360559 19589197824 407282 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 407282 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=-9177326055103177404 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 407282 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=11264 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 407282 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 10.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1629128 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.27 4.23 5/327 100134
/proc/meminfo: memFree=107748920/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1625472 CPUtime=17.34 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 19393 0 0 0 1692 42 0 0 20 0 21 0 78360557 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 406368 5506 1 0 2302512 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=11264 CPUtime=11.31 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 6711 0 0 0 1109 22 0 0 20 0 21 0 78360559 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1625472 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=14080 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 17.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1625472 KiB

[startup+25.5005 s]
/proc/loadavg: 4.35 4.27 4.24 5/327 100135
/proc/meminfo: memFree=107749724/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1625472 CPUtime=30.38 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 20914 0 0 0 2993 45 0 0 20 0 21 0 78360557 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 406368 5506 1 0 2302512 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1625472 CPUtime=24.07 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 7042 0 0 0 2385 22 0 0 20 0 21 0 78360559 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=14080 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=1625472 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=-9177326055103177404 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 406368 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 30.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1625472 KiB

[startup+51.1132 s]
/proc/loadavg: 4.35 4.28 4.24 5/327 100146
/proc/meminfo: memFree=107748728/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1625600 CPUtime=55.99 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 22731 0 0 0 5552 47 0 0 20 0 21 0 78360557 19589197824 406400 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 406400 5506 1 0 2302512 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1625472 CPUtime=49.62 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 7916 0 0 0 4939 23 0 0 20 0 21 0 78360559 19589197824 406400 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1625600 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 406400 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=1625600 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 406400 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=1625600 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 406400 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 55.99 s
Current children cumulated vsize: 19130076 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.23 4.24 4.18 5/327 100503
/proc/meminfo: memFree=121820240/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1816692 CPUtime=3284.64 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 52108 0 0 0 328144 320 0 0 20 0 21 0 78360557 19589197824 454173 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 454173 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1814644 CPUtime=3272.18 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 23122 0 0 0 327147 71 0 0 20 0 21 0 78360559 19589197824 454173 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1812596 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 454173 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=18560 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 454173 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=14080 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 454173 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3284.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1816692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.21 4.17 5/328 100507
/proc/meminfo: memFree=121795844/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1822836 CPUtime=3344.57 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 52198 0 0 0 334132 325 0 0 20 0 21 0 78360557 19589197824 455709 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 455709 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1820788 CPUtime=3332.05 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 23131 0 0 0 333132 73 0 0 20 0 21 0 78360559 19589197824 455709 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1820788 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 455709 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=-9177326055103177404 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2242 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 455709 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=14080 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 455709 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3344.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1822836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.19 4.17 5/329 100512
/proc/meminfo: memFree=121728260/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1828980 CPUtime=3404.5 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 52221 0 0 0 340120 330 0 0 20 0 21 0 78360557 19589197824 457245 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 457245 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1820788 CPUtime=3391.9 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 23149 0 0 0 339117 73 0 0 20 0 21 0 78360559 19589197824 457245 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1820788 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 457245 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=11264 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2242 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 457245 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=1828980 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 457245 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3404.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1828980 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.17 4.16 5/329 100515
/proc/meminfo: memFree=121389808/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1833076 CPUtime=3464.44 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 52474 0 0 0 346109 335 0 0 20 0 21 0 78360557 19589197824 458269 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 458269 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1820788 CPUtime=3451.76 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 23397 0 0 0 345102 74 0 0 20 0 21 0 78360559 19589197824 458269 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1820788 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 458269 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=18560 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2242 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 458269 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=1833076 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 458269 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3464.44 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1833076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.15 4.16 5/329 100517
/proc/meminfo: memFree=121383396/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1839220 CPUtime=3524.36 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 52915 0 0 0 352097 339 0 0 20 0 21 0 78360557 19589197824 459805 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 459805 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=1833076 CPUtime=3511.62 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 23787 0 0 0 351087 75 0 0 20 0 21 0 78360559 19589197824 459805 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1837172 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 459805 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2242 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 459805 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=1839220 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 459805 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3524.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1839220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.16 4.16 5/329 100519
/proc/meminfo: memFree=120801444/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1847412 CPUtime=3584.29 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 53199 0 0 0 358085 344 0 0 20 0 21 0 78360557 19589197824 461853 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 461853 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=18560 CPUtime=3571.48 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 23940 0 0 0 357072 76 0 0 20 0 21 0 78360559 19589197824 461853 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1843316 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 461853 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=1845364 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2366 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 461853 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=11264 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 461853 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3584.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1847412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.11 s]
/proc/loadavg: 4.11 4.15 4.16 5/329 100520
/proc/meminfo: memFree=120801192/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19130076 memory=1849460 CPUtime=3600.08 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 53569 0 0 0 359663 345 0 0 20 0 21 0 78360557 19589197824 462365 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4782519 462365 5538 1 0 2829238 0
[pid=100113/tid=100115] ppid=100110 vsize=19130076 memory=-9177326055103177404 CPUtime=3587.26 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 24194 0 0 0 358649 77 0 0 20 0 21 0 78360559 19589197824 462365 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19130076 memory=1845364 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78360563 19589197824 462365 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19130076 memory=18560 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2439 0 0 0 0 0 0 0 20 0 21 0 78360564 19589197824 462365 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100134] ppid=100110 vsize=19130076 memory=1847412 CPUtime=0 cores=0,2
/proc/100113/task/100134/stat : 100134 (Timer-0) S 100110 100113 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78360977 19589197824 462365 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1849460 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.83 s, system=3.48307 s

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

[startup+3598.21 s]
/proc/loadavg: 4.11 4.15 4.16 5/329 100520
/proc/meminfo: memFree=120801192/131382116 swapFree=33009904/33010684
[pid=100113] ppid=100110 vsize=19329768 memory=1858604 CPUtime=3600.26 cores=0,2
/proc/100113/stat : 100113 (java) S 100110 100113 97320 0 -1 4194304 56316 0 0 0 359680 346 0 0 20 0 22 0 78360557 19793682432 464651 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
/proc/100113/statm: 4832442 464651 5570 1 0 2830161 0
[pid=100113/tid=100115] ppid=100110 vsize=19329768 memory=245635481903 CPUtime=3587.35 cores=0,2
/proc/100113/task/100115/stat : 100115 (java) R 100110 100113 97320 0 -1 4194368 24480 0 0 0 358658 77 0 0 20 0 22 0 78360559 19793682432 464651 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100124] ppid=100110 vsize=19329768 memory=55212677268211 CPUtime=0 cores=0,2
/proc/100113/task/100124/stat : 100124 (Finalizer) S 100110 100113 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 78360563 19793682432 464651 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
[pid=100113/tid=100131] ppid=100110 vsize=19329768 memory=405712 CPUtime=0 cores=0,2
/proc/100113/task/100131/stat : 100131 (Common-Cleaner) S 100110 100113 97320 0 -1 4194368 2439 0 0 0 0 0 0 0 20 0 22 0 78360564 19793682432 464651 18446744073709551615 94321123672064 94321123675760 140724235200672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94321123683576 94321123684368 94321150603264 140724235204991 140724235205092 140724235205092 140724235210696 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 1858604 KiB

Child status: 143

Real time (s): 3598.24
CPU time (s): 3600.32
CPU user time (s): 3596.83
CPU system time (s): 3.48307
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 1858604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.83
system time used= 3.48307
maximum resident set size= 1858860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56432
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157470
involuntary context switches= 9281


# summary of solver processes directly reported to runsolver:
#   pid: 100113
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.83
#   total CPU system time (s): 3.48307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.361 second user time and 37.4635 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 13:00:14
IDJOB=4525694
IDBENCH=143878
IDSOLVER=3380
FILE ID=nodeC004/4525694-1751626813
RUNJOBID= nodeC004-1751623235-97335
SLURM_JOB_ID= 9598942
Free space on /tmp= 431640 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen10_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525694-1751626813/watcher-4525694-1751626813 -o /tmp/evaluation-result-4525694-1751626813/solver-4525694-1751626813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97335 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525694-1751626813.wbo

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

MD5SUM BENCH= 74a66f65a8d139e29d772f0c0eac826f
RANDOM SEED=1881213418

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.366
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.74
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		: 3661.762
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.74
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.210
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.472
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.74
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		: 3491.870
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.74
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		: 3627.538
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.74
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.454
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.74
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.528
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        109472556 kB
MemAvailable:   110402056 kB
Buffers:            2128 kB
Cached:          1677312 kB
SwapCached:           32 kB
Active:         20104920 kB
Inactive:        1082332 kB
Active(anon):   19515008 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1071596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26744 kB
Writeback:             4 kB
AnonPages:      19510716 kB
Mapped:           123592 kB
Shmem:             17932 kB
KReclaimable:     215240 kB
Slab:             303500 kB
SReclaimable:     215240 kB
SUnreclaim:        88260 kB
KernelStack:        4960 kB
PageTables:        41900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   29118572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19130368 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431636 MiB
End job on nodeC004 at 2025-07-04 14:00:12