Trace number 4526657

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.35 3596.54

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph13reduc_wcsp.wbo
MD5SUM997078d0f46188c46d8061e8f06b5aa8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1388
Best CPU time to get the best result obtained on this benchmark987.203
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.26/0.29	c Pseudo Boolean Optimization by upper bound
0.26/0.29	c --- Begin Solver configuration ---
0.26/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.29	c Learn all clauses as in MiniSAT
0.26/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.29	c Expensive reason simplification
0.26/0.29	c Glucose 2.1 dynamic restart strategy
0.26/0.29	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.26/0.29	c timeout=2147483s
0.26/0.29	c DB Simplification allowed=false
0.26/0.29	c Listener: none
0.26/0.29	c --- End Solver configuration ---
0.26/0.30	c solving HOME/instance-4526657-1751635065.wbo
0.26/0.30	c reading problem ... 
6.20/4.10	c ... done. Wall clock time 3.801s.
6.20/4.10	c declared #vars     13155
6.20/4.10	c internal #vars     983605
6.20/4.10	c #constraints  971363
6.20/4.10	c constraints type 
6.20/4.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
6.20/4.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
6.20/4.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.20/4.10	c org.sat4j.specs.Constr$1 => 2
6.20/4.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
6.20/4.10	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
6.20/4.10	c 971363 constraints processed.
6.40/4.11	c objective function length is 970450 literals
168.79/163.78	c cleaning 2502 clauses out of 5003 with flag 34619/5003
354.72/349.77	c cleaning 4249 clauses out of 8498 with flag 106813/11000
779.01/773.84	c cleaning 5607 clauses out of 11249 with flag 200393/18000
1798.62/1793.87	c cleaning 6819 clauses out of 13642 with flag 387856/26000
2990.78/2986.59	c cleaning 7889 clauses out of 15826 with flag 594766/35003
3600.08/3596.43	c starts		: 76
3600.08/3596.45	c conflicts		: 39285
3600.08/3596.45	c decisions		: 6380590
3600.08/3596.45	c propagations		: 5169019334
3600.08/3596.45	c inspects		: 76069838
3600.08/3596.46	c shortcuts		: 0
3600.08/3596.46	c learnt literals	: 0
3600.08/3596.46	c learnt binary clauses	: 0
3600.08/3596.46	c learnt ternary clauses	: 0
3600.08/3596.46	c learnt constraints	: 39284
3600.08/3596.46	c ignored constraints	: 0
3600.08/3596.46	c root simplifications	: 0
3600.08/3596.46	c removed literals (reason simplification)	: 220395
3600.08/3596.46	c reason swapping (by a shorter reason)	: 0
3600.08/3596.46	c Calls to reduceDB	: 5
3600.08/3596.46	c Number of update (reduction) of LBD	: 26743
3600.08/3596.46	c Imported unit clauses	: 0
3600.08/3596.47	c No decision after first conflict	: false
3600.08/3596.47	c number of reductions to clauses (during analyze)	: 0
3600.08/3596.47	c number of learned constraints concerned by reduction	: 0
3600.08/3596.47	c number of learning phase by resolution	: 0
3600.08/3596.47	c number of learning phase by cutting planes	: 0
3600.08/3596.47	c number of rounding to 1 operations	: 0
3600.08/3596.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3596.47	c number of reductions of the coefficients by power 2 	: 0
3600.08/3596.47	c number of right shift for reduction by power 2 	: 0
3600.08/3596.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3596.47	c number of ending skipping 	: 0
3600.08/3596.47	c number of internal skipping 	: 0
3600.08/3596.47	c number of derivation steps 	: 0
3600.08/3596.47	c number of skipped derivation steps 	: 0
3600.08/3596.47	c number of remaining unassigned 	: 0
3600.08/3596.47	c number of remaining assigned 	: 0
3600.08/3596.47	c number of falsified literals weakened from reason	: 0
3600.08/3596.48	c number of falsified literals weakened from conflict	: 0
3600.08/3596.48	c time for arithmetic operations	: 0
3600.08/3596.49	c minimum degree of deleted constraints	: null
3600.08/3596.50	c maximum degree of deleted constraints	: null
3600.08/3596.50	c number of deleted constraints	: 0
3600.28/3596.50	c speed (assignments/second)	: 1438947.2296124154
3600.28/3596.50	c non guided choices	: 0
3600.28/3596.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12218
3600.28/3596.53	s UNKNOWN
3600.28/3596.53	c Total wall clock time (in seconds): 3596.23

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526657-1751635065/watcher-4526657-1751635065 -o /tmp/evaluation-result-4526657-1751635065/solver-4526657-1751635065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98785 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526657-1751635065.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=99718, runsolver pid=99715

[startup+0.100069 s]*
/proc/loadavg: 4.26 4.22 4.22 5/325 99736
/proc/meminfo: memFree=116426144/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=18930384 memory=48824 CPUtime=0.11 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 5891 0 0 0 8 3 0 0 20 0 18 0 79185686 19384713216 12206 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4732596 12206 5337 1 0 547086 0
[pid=99718/tid=99720] ppid=99715 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 4744 0 0 0 6 2 0 0 20 0 18 0 79185687 19384713216 12206 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79185692 19384713216 12206 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=18930384 memory=58494082638250 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79185693 19384713216 12206 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48824 KiB

[startup+0.213572 s]*
/proc/loadavg: 4.26 4.22 4.22 5/325 99736
/proc/meminfo: memFree=116419024/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=18930384 memory=57832 CPUtime=0.26 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 6589 0 0 0 22 4 0 0 20 0 18 0 79185686 19384713216 14458 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4732596 14458 5337 1 0 547639 0
[pid=99718/tid=99720] ppid=99715 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 5070 0 0 0 15 2 0 0 20 0 18 0 79185687 19384713216 14458 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79185692 19384713216 14458 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79185693 19384713216 14458 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.314481 s]*
/proc/loadavg: 4.26 4.22 4.22 6/325 99736
/proc/meminfo: memFree=116410896/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=18930384 memory=63552 CPUtime=0.38 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 6884 0 0 0 34 4 0 0 20 0 18 0 79185686 19384713216 15888 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4732596 15888 5465 1 0 547831 0
[pid=99718/tid=99720] ppid=99715 vsize=18930384 memory=-6000919485658391398 CPUtime=0.26 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 5233 0 0 0 23 3 0 0 20 0 18 0 79185687 19384713216 15888 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79185692 19384713216 15888 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79185693 19384713216 15888 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63552 KiB

[startup+0.700279 s]
/proc/loadavg: 4.26 4.22 4.22 6/325 99736
/proc/meminfo: memFree=116345424/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=18996948 memory=165720 CPUtime=1.07 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 9140 0 0 0 100 7 0 0 20 0 19 0 79185686 19452874752 41430 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4749237 41430 5465 1 0 549347 0
[pid=99718/tid=99720] ppid=99715 vsize=18996948 memory=13952 CPUtime=0.57 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 5309 0 0 0 52 5 0 0 20 0 19 0 79185687 19452874752 41430 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79185692 19452874752 41430 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79185693 19452874752 41430 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165720 KiB

[startup+1.50026 s]
/proc/loadavg: 4.26 4.22 4.22 6/326 99737
/proc/meminfo: memFree=116298604/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=18996948 memory=422280 CPUtime=2.6 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 13280 0 0 0 248 12 0 0 20 0 19 0 79185686 19452874752 105570 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4749237 105570 5465 1 0 1224453 0
[pid=99718/tid=99720] ppid=99715 vsize=18996948 memory=3328 CPUtime=1.17 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 5406 0 0 0 109 8 0 0 20 0 19 0 79185687 19452874752 105570 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79185692 19452874752 105570 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79185693 19452874752 105570 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 422280 KiB

[startup+3.10544 s]
/proc/loadavg: 4.32 4.24 4.23 5/326 99737
/proc/meminfo: memFree=115259500/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=18996948 memory=1277424 CPUtime=4.71 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 15013 0 0 0 442 29 0 0 20 0 19 0 79185686 19452874752 319356 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4749237 319356 5465 1 0 2281511 0
[pid=99718/tid=99720] ppid=99715 vsize=18996948 memory=11008 CPUtime=2.38 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) S 99715 99718 98773 0 -1 4194368 5757 0 0 0 220 18 0 0 20 0 19 0 79185687 19452874752 319356 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79185692 19452874752 319356 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79185693 19452874752 319356 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1277424 KiB

[startup+6.30023 s]
/proc/loadavg: 4.32 4.24 4.23 6/328 99739
/proc/meminfo: memFree=114954380/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=1529312 CPUtime=9.91 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 16158 0 0 0 955 36 0 0 20 0 21 0 79185686 19589197824 382328 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 382328 5529 1 0 2282622 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=5632 CPUtime=5.16 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 6316 0 0 0 497 19 0 0 20 0 21 0 79185687 19589197824 382328 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 382328 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=-6000919485658391398 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 382328 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=11008 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 382328 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 9.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1529312 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 4.23 4.23 5/328 99740
/proc/meminfo: memFree=114924752/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=1524640 CPUtime=17.5 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 18093 0 0 0 1713 37 0 0 20 0 21 0 79185686 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 381160 5529 1 0 2282622 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=11008 CPUtime=11.52 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 6680 0 0 0 1133 19 0 0 20 0 21 0 79185687 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=1524640 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=14468 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 17.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1524640 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.24 4.23 5/327 99806
/proc/meminfo: memFree=120709040/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=1524640 CPUtime=30.53 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 18628 0 0 0 3014 39 0 0 20 0 21 0 79185686 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 381160 5529 1 0 2282622 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=1524640 CPUtime=24.29 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 6965 0 0 0 2410 19 0 0 20 0 21 0 79185687 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=14468 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=1524640 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=1524640 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 30.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1524640 KiB

[startup+51.1134 s]
/proc/loadavg: 4.41 4.27 4.24 5/329 99808
/proc/meminfo: memFree=119280492/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=1524640 CPUtime=56.16 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 20721 0 0 0 5575 41 0 0 20 0 21 0 79185686 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 381160 5529 1 0 2282622 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=14468 CPUtime=49.85 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 8004 0 0 0 4965 20 0 0 20 0 21 0 79185687 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=13952 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=11008 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=1524640 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 381160 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 56.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1524640 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/330 99974
/proc/meminfo: memFree=116198432/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3286.29 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 53894 0 0 0 328327 302 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3272.07 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 24002 0 0 0 327169 38 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=1920 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3286.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.13 5/330 99976
/proc/meminfo: memFree=116199516/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3346.23 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 54337 0 0 0 334317 306 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3331.92 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 24440 0 0 0 333154 38 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3346.23 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.13 5/330 99978
/proc/meminfo: memFree=116199012/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3406.17 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 54620 0 0 0 340307 310 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3391.77 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 24576 0 0 0 339139 38 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=13952 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 1959 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3406.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/330 99980
/proc/meminfo: memFree=116200040/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3466.12 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 54991 0 0 0 346297 315 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3451.62 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 24941 0 0 0 345124 38 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=14468 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 1959 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=13952 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3466.12 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.12 5/331 99983
/proc/meminfo: memFree=116199060/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3526.07 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 55373 0 0 0 352286 321 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3511.47 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 25268 0 0 0 351109 38 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 1959 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=20972 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3526.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB

[startup+3582.3 s]
/proc/loadavg: 3.92 4.06 4.10 4/281 100030
/proc/meminfo: memFree=119288180/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3586.01 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 55571 0 0 0 358273 328 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=14468 CPUtime=3571.32 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 25372 0 0 0 357092 40 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=14468 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=14468 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 2045 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3586.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.4 s]
/proc/loadavg: 3.64 3.99 4.08 3/279 100053
/proc/meminfo: memFree=119288248/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19130076 memory=2658300 CPUtime=3600.08 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 55577 0 0 0 359677 331 0 0 20 0 21 0 79185686 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4782519 664575 5561 1 0 2901179 0
[pid=99718/tid=99720] ppid=99715 vsize=19130076 memory=-6000919485658391398 CPUtime=3585.36 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 25377 0 0 0 358494 42 0 0 20 0 21 0 79185687 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19130076 memory=11008 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79185692 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 2045 0 0 0 0 0 0 0 20 0 21 0 79185693 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99739] ppid=99715 vsize=19130076 memory=5148 CPUtime=0 cores=1,3
/proc/99718/task/99739/stat : 99739 (Timer-0) S 99715 99718 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79186114 19589197824 664575 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2658300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.02 s, system=3.33448 s

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

[startup+3596.5 s]
/proc/loadavg: 3.64 3.99 4.08 3/279 100053
/proc/meminfo: memFree=119288248/131382112 swapFree=33000116/33010684
[pid=99718] ppid=99715 vsize=19329768 memory=2659068 CPUtime=3600.28 cores=1,3
/proc/99718/stat : 99718 (java) S 99715 99718 98773 0 -1 4194304 58007 0 0 0 359696 332 0 0 20 0 22 0 79185686 19793682432 664767 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
/proc/99718/statm: 4832442 664767 5561 1 0 2902098 0
[pid=99718/tid=99720] ppid=99715 vsize=19329768 memory=2658300 CPUtime=3585.47 cores=1,3
/proc/99718/task/99720/stat : 99720 (java) R 99715 99718 98773 0 -1 4194368 25377 0 0 0 358505 42 0 0 20 0 22 0 79185687 19793682432 664767 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99729] ppid=99715 vsize=19329768 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99729/stat : 99729 (Finalizer) S 99715 99718 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 79185692 19793682432 664767 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
[pid=99718/tid=99736] ppid=99715 vsize=19329768 memory=2658300 CPUtime=0 cores=1,3
/proc/99718/task/99736/stat : 99736 (Common-Cleaner) S 99715 99718 98773 0 -1 4194368 2045 0 0 0 0 0 0 0 20 0 22 0 79185693 19793682432 664767 18446744073709551615 94803051569152 94803051572848 140724649903696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803051580664 94803051581456 94803063779328 140724649908607 140724649908708 140724649908708 140724649914312 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 2659068 KiB

Child status: 143

Real time (s): 3596.54
CPU time (s): 3600.35
CPU user time (s): 3597.02
CPU system time (s): 3.33448
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 2659068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.02
system time used= 3.33448
maximum resident set size= 2659324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155888
involuntary context switches= 3167


# summary of solver processes directly reported to runsolver:
#   pid: 99718
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3597.02
#   total CPU system time (s): 3.33448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6039 second user time and 38.9615 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 15:17:46
IDJOB=4526657
IDBENCH=144136
IDSOLVER=3380
FILE ID=nodeC007/4526657-1751635065
RUNJOBID= nodeC007-1751627915-98785
SLURM_JOB_ID= 9598957
Free space on /tmp= 430992 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526657-1751635065/watcher-4526657-1751635065 -o /tmp/evaluation-result-4526657-1751635065/solver-4526657-1751635065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98785 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526657-1751635065.wbo

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

MD5SUM BENCH= 997078d0f46188c46d8061e8f06b5aa8
RANDOM SEED=1127746878

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116441644 kB
MemAvailable:   121009764 kB
Buffers:              16 kB
Cached:          5235632 kB
SwapCached:         2972 kB
Active:          9105688 kB
Inactive:        4992960 kB
Active(anon):    8839156 kB
Inactive(anon):    35656 kB
Active(file):     266532 kB
Inactive(file):  4957304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47724 kB
Writeback:             4 kB
AnonPages:       8863152 kB
Mapped:           117620 kB
Shmem:             11812 kB
KReclaimable:     367824 kB
Slab:             459400 kB
SReclaimable:     367824 kB
SUnreclaim:        91576 kB
KernelStack:        5008 kB
PageTables:        21028 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21436288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8587264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430976 MiB
End job on nodeC007 at 2025-07-04 16:17:42