Trace number 4526658

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 CP 2025-06-06? (TO) 3600.14 3602.77

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4526658-1751635102.wbo
0.13/0.15	c reading problem ... 
6.44/4.16	c ... done. Wall clock time 4.004s.
6.44/4.16	c declared #vars     13155
6.44/4.16	c internal #vars     983605
6.44/4.16	c #constraints  971363
6.44/4.16	c constraints type 
6.44/4.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
6.44/4.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.44/4.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
6.44/4.16	c org.sat4j.specs.Constr$1 => 2
6.44/4.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
6.44/4.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
6.44/4.16	c 971363 constraints processed.
6.44/4.17	c objective function length is 970450 literals
3600.00/3602.72	c starts		: 2
3600.00/3602.74	c conflicts		: 140
3600.00/3602.74	c decisions		: 3073655
3600.00/3602.74	c propagations		: 4252488
3600.00/3602.74	c inspects		: 1040856
3600.00/3602.74	c shortcuts		: 0
3600.00/3602.74	c learnt literals	: 0
3600.00/3602.74	c learnt binary clauses	: 0
3600.00/3602.74	c learnt ternary clauses	: 0
3600.00/3602.74	c learnt constraints	: 139
3600.00/3602.74	c ignored constraints	: 0
3600.00/3602.74	c root simplifications	: 0
3600.00/3602.74	c removed literals (reason simplification)	: 0
3600.00/3602.74	c reason swapping (by a shorter reason)	: 0
3600.00/3602.74	c Calls to reduceDB	: 0
3600.00/3602.74	c Number of update (reduction) of LBD	: 0
3600.00/3602.74	c Imported unit clauses	: 0
3600.00/3602.74	c No decision after first conflict	: false
3600.00/3602.74	c number of reductions to clauses (during analyze)	: 0
3600.00/3602.74	c number of learned constraints concerned by reduction	: 0
3600.00/3602.74	c number of learning phase by resolution	: 0
3600.00/3602.74	c number of learning phase by cutting planes	: 0
3600.00/3602.74	c number of rounding to 1 operations	: 0
3600.00/3602.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3602.74	c number of reductions of the coefficients by power 2 	: 0
3600.00/3602.74	c number of right shift for reduction by power 2 	: 0
3600.00/3602.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3602.74	c number of ending skipping 	: 0
3600.00/3602.74	c number of internal skipping 	: 0
3600.00/3602.74	c number of derivation steps 	: 1699
3600.00/3602.75	c number of skipped derivation steps 	: 0
3600.00/3602.75	c number of remaining unassigned 	: 0
3600.00/3602.75	c number of remaining assigned 	: 0
3600.00/3602.75	c number of falsified literals weakened from reason	: 0
3600.00/3602.75	c number of falsified literals weakened from conflict	: 0
3600.00/3602.75	c time for arithmetic operations	: 753277
3600.00/3602.75	c minimum degree of deleted constraints	: null
3600.00/3602.75	c maximum degree of deleted constraints	: null
3600.00/3602.75	c number of deleted constraints	: 0
3600.00/3602.75	c speed (assignments/second)	: 1181.747924744746
3600.00/3602.75	c non guided choices	: 0
3600.00/3602.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 134
3600.00/3602.75	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 4
3600.00/3602.75	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.00/3602.75	s UNKNOWN
3600.00/3602.75	c Total wall clock time (in seconds): 3602.603

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526658-1751635102/watcher-4526658-1751635102 -o /tmp/evaluation-result-4526658-1751635102/solver-4526658-1751635102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751628369-95907 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526658-1751635102.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=96826, runsolver pid=96823

[startup+0.10006 s]*
/proc/loadavg: 4.74 5.05 4.98 6/337 96844
/proc/meminfo: memFree=119613884/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=18930384 memory=59472 CPUtime=0.13 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 6494 0 0 0 12 1 0 0 20 0 18 0 79190458 19384713216 14868 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4732596 14868 5360 1 0 547619 0
[pid=96826/tid=96828] ppid=96823 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 5093 0 0 0 7 0 0 0 20 0 18 0 79190459 19384713216 14868 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79190461 19384713216 14868 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=18930384 memory=59585004340264 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 79190462 19384713216 14868 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59472 KiB

[startup+0.205723 s]*
/proc/loadavg: 4.74 5.05 4.98 6/337 96844
/proc/meminfo: memFree=119587292/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=18930384 memory=80164 CPUtime=0.33 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 6958 0 0 0 31 2 0 0 20 0 18 0 79190458 19384713216 20041 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4732596 20041 5456 1 0 547999 0
[pid=96826/tid=96828] ppid=96823 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 5399 0 0 0 16 1 0 0 20 0 18 0 79190459 19384713216 20041 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=18930384 memory=19950 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79190461 19384713216 20041 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 79190462 19384713216 20041 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80164 KiB

[startup+0.305634 s]*
/proc/loadavg: 4.74 5.05 4.98 7/337 96844
/proc/meminfo: memFree=119514888/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=18930384 memory=147836 CPUtime=0.52 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 8473 0 0 0 49 3 0 0 20 0 18 0 79190458 19384713216 36959 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4732596 36959 5456 1 0 549031 0
[pid=96826/tid=96828] ppid=96823 vsize=18930384 memory=-6000919494231484006 CPUtime=0.24 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 5430 0 0 0 22 2 0 0 20 0 18 0 79190459 19384713216 36959 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79190461 19384713216 36959 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 79190462 19384713216 36959 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 147836 KiB

[startup+0.700238 s]
/proc/loadavg: 4.74 5.05 4.98 9/338 96845
/proc/meminfo: memFree=119477016/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19000112 memory=204488 CPUtime=1.28 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 11779 0 0 0 122 6 0 0 20 0 19 0 79190458 19456114688 51122 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4750028 51122 5456 1 0 552025 0
[pid=96826/tid=96828] ppid=96823 vsize=19000112 memory=15232 CPUtime=0.56 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 5435 0 0 0 53 3 0 0 20 0 19 0 79190459 19456114688 51122 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19000112 memory=10752 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79190461 19456114688 51122 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19000112 memory=3200 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 79190462 19456114688 51122 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19000112 KiB
Current children cumulated memory: 204488 KiB

[startup+1.50023 s]
/proc/loadavg: 4.74 5.05 4.98 7/338 96845
/proc/meminfo: memFree=119309904/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=18996948 memory=580068 CPUtime=2.69 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 15530 0 0 0 255 14 0 0 20 0 19 0 79190458 19452874752 145017 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4749237 145017 5456 1 0 1110503 0
[pid=96826/tid=96828] ppid=96823 vsize=18996948 memory=3200 CPUtime=1.14 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) S 96823 96826 95896 0 -1 4194368 5546 0 0 0 107 7 0 0 20 0 19 0 79190459 19452874752 145017 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79190461 19452874752 145017 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 79190462 19452874752 145017 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 580068 KiB

[startup+3.10561 s]
/proc/loadavg: 4.74 5.05 4.98 5/338 96845
/proc/meminfo: memFree=118261880/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=18996948 memory=1393912 CPUtime=4.83 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 17210 0 0 0 451 32 0 0 20 0 19 0 79190458 19452874752 348478 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4749237 348478 5456 1 0 2223977 0
[pid=96826/tid=96828] ppid=96823 vsize=18996948 memory=10752 CPUtime=2.28 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 5907 0 0 0 212 16 0 0 20 0 19 0 79190459 19452874752 348478 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79190461 19452874752 348478 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 79190462 19452874752 348478 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1393912 KiB

[startup+6.30024 s]
/proc/loadavg: 4.76 5.04 4.98 6/339 96846
/proc/meminfo: memFree=116917676/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19063512 memory=2760144 CPUtime=9.56 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 19241 0 0 0 899 57 0 0 20 0 20 0 79190458 19521036288 690036 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4765878 690036 5520 1 0 2866164 0
[pid=96826/tid=96828] ppid=96823 vsize=19063512 memory=5632 CPUtime=5.29 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 6829 0 0 0 490 39 0 0 20 0 20 0 79190459 19521036288 690036 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79190461 19521036288 690036 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19063512 memory=-6000919494231484006 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79190462 19521036288 690036 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79190886 19521036288 690036 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2760144 KiB

[startup+12.7002 s]
/proc/loadavg: 4.70 5.03 4.98 5/339 96846
/proc/meminfo: memFree=116594148/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19063512 memory=3014400 CPUtime=16.42 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 19547 0 0 0 1580 62 0 0 20 0 20 0 79190458 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4765878 753600 5520 1 0 2866173 0
[pid=96826/tid=96828] ppid=96823 vsize=19063512 memory=10752 CPUtime=11.54 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 6953 0 0 0 1112 42 0 0 20 0 20 0 79190459 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19063512 memory=3014400 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79190461 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79190462 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79190886 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 16.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3014400 KiB

[startup+25.5002 s]
/proc/loadavg: 4.54 4.98 4.96 6/341 96916
/proc/meminfo: memFree=118604856/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19063512 memory=3014400 CPUtime=29.2 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 20177 0 0 0 2858 62 0 0 20 0 20 0 79190458 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4765878 753600 5520 1 0 2866173 0
[pid=96826/tid=96828] ppid=96823 vsize=19063512 memory=3014400 CPUtime=24.31 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 7037 0 0 0 2389 42 0 0 20 0 20 0 79190459 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79190461 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19063512 memory=2836048 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79190462 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79190886 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 29.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3014400 KiB

[startup+51.1058 s]
/proc/loadavg: 4.36 4.90 4.93 5/341 96916
/proc/meminfo: memFree=118481984/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19063512 memory=3014400 CPUtime=54.76 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 20517 0 0 0 5413 63 0 0 20 0 20 0 79190458 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4765878 753600 5520 1 0 2866173 0
[pid=96826/tid=96828] ppid=96823 vsize=19063512 memory=3014400 CPUtime=49.85 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 7205 0 0 0 4943 42 0 0 20 0 20 0 79190459 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19063512 memory=3014400 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79190461 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 79190462 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19063512 memory=15232 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79190886 19521036288 753600 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 54.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3014400 KiB

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

/proc/meminfo: memFree=119201500/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3280.47 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 48857 0 0 0 327852 195 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=14720 CPUtime=3270.78 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14477 0 0 0 327036 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2103 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=2736 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3280.47 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.52 3.97 4/316 97112
/proc/meminfo: memFree=119192320/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3340.31 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 48922 0 0 0 333834 197 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3330.56 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14536 0 0 0 333014 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2104 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3340.31 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.45 3.92 4/316 97114
/proc/meminfo: memFree=119184072/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3400.15 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 49115 0 0 0 339816 199 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3390.35 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14562 0 0 0 338993 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=-6000919494231484006 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3400.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.38 3.87 4/316 97117
/proc/meminfo: memFree=119171876/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3459.99 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 49223 0 0 0 345797 202 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=15232 CPUtime=3450.13 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14664 0 0 0 344971 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2154 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3459.99 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

[startup+3522.3 s]
/proc/loadavg: 3.09 3.33 3.81 4/316 97118
/proc/meminfo: memFree=119159252/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3519.83 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 49242 0 0 0 351778 205 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3509.92 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14666 0 0 0 350950 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2160 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3519.83 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

[startup+3582.3 s]
/proc/loadavg: 2.82 3.21 3.75 3/292 97156
/proc/meminfo: memFree=122291636/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3579.66 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 49392 0 0 0 357760 206 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=14720 CPUtime=3569.7 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14666 0 0 0 356928 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2238 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3579.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.7 s]
/proc/loadavg: 2.58 3.14 3.71 3/292 97157
/proc/meminfo: memFree=122292036/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3600 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 49395 0 0 0 359793 207 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3590.03 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14666 0 0 0 358961 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2238 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.09474 s

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

[startup+3602.7 s]
/proc/loadavg: 2.58 3.14 3.71 3/292 97157
/proc/meminfo: memFree=122292036/131250000 swapFree=33008100/33010684
[pid=96826] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3600 cores=4,6
/proc/96826/stat : 96826 (java) S 96823 96826 95896 0 -1 4194304 49395 0 0 0 359793 207 0 0 20 0 21 0 79190458 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
/proc/96826/statm: 4782519 769246 5520 1 0 2866498 0
[pid=96826/tid=96828] ppid=96823 vsize=19130076 memory=3076984 CPUtime=3590.03 cores=4,6
/proc/96826/task/96828/stat : 96828 (java) R 96823 96826 95896 0 -1 4194368 14666 0 0 0 358961 42 0 0 20 0 21 0 79190459 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96837] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96837/stat : 96837 (Finalizer) S 96823 96826 95896 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79190461 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96844] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96844/stat : 96844 (Common-Cleaner) S 96823 96826 95896 0 -1 4194368 2238 0 0 0 0 0 0 0 20 0 21 0 79190462 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
[pid=96826/tid=96846] ppid=96823 vsize=19130076 memory=3076984 CPUtime=0 cores=4,6
/proc/96826/task/96846/stat : 96846 (Timer-0) S 96823 96826 95896 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79190886 19589197824 769246 18446744073709551615 94836300193792 94836300197488 140733853836688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94836300205304 94836300206096 94836318998528 140733853841788 140733853841892 140733853841892 140733853847496 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3076984 KiB

Child status: 143

Real time (s): 3602.77
CPU time (s): 3600.14
CPU user time (s): 3598.04
CPU system time (s): 2.09474
CPU usage (%): 99.9268
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 3076984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.09474
maximum resident set size= 3078136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165989
involuntary context switches= 2846


# summary of solver processes directly reported to runsolver:
#   pid: 96826
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.09474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.21527 second user time and 17.6478 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-04 15:18:22
IDJOB=4526658
IDBENCH=144136
IDSOLVER=3381
FILE ID=nodeC013/4526658-1751635102
RUNJOBID= nodeC013-1751628369-95907
SLURM_JOB_ID= 9598961
Free space on /tmp= 432220 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526658-1751635102/watcher-4526658-1751635102 -o /tmp/evaluation-result-4526658-1751635102/solver-4526658-1751635102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751628369-95907 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526658-1751635102.wbo

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

MD5SUM BENCH= 997078d0f46188c46d8061e8f06b5aa8
RANDOM SEED=911184220

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119636628 kB
MemAvailable:   120349684 kB
Buffers:            1668 kB
Cached:          1506412 kB
SwapCached:         1868 kB
Active:          9855176 kB
Inactive:        1142000 kB
Active(anon):    9482880 kB
Inactive(anon):    17624 kB
Active(file):     372296 kB
Inactive(file):  1124376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32208 kB
Writeback:            16 kB
AnonPages:       9490340 kB
Mapped:           119616 kB
Shmem:             11408 kB
KReclaimable:     110848 kB
Slab:             200876 kB
SReclaimable:     110848 kB
SUnreclaim:        90028 kB
KernelStack:        5168 kB
PageTables:        22272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11975972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9232384 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432184 MiB
End job on nodeC013 at 2025-07-04 16:18:25