Trace number 4525866

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.21 3040.02

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/academics/
normalized-langford-3-11_wcsp.wbo
MD5SUMdc0c1b337d286273cd261e7868deb02f
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkUNSAT
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.06023
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1089
Total number of constraints40843
Number of soft constraints40810
Number of constraints which are clauses40810
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint33
Top cost 1
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 40810
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4525866-1751628410.wbo
0.12/0.16	c reading problem ... 
0.70/0.50	c ... done. Wall clock time 0.33s.
0.70/0.50	c declared #vars     1089
0.70/0.50	c internal #vars     41899
0.70/0.50	c #constraints  40877
0.70/0.50	c constraints type 
0.70/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 33
0.70/0.50	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.70/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40843
0.70/0.50	c 40877 constraints processed.
0.88/0.52	c objective function length is 40810 literals
7.20/4.22	c cleaning 2445 clauses out of 5000
26.93/22.86	c cleaning 4215 clauses out of 8555
91.21/83.53	c cleaning 5617 clauses out of 11340
209.89/197.40	c cleaning 6778 clauses out of 13725
424.63/398.71	c cleaning 7879 clauses out of 15948
915.09/811.90	c cleaning 8892 clauses out of 18068
1676.93/1453.78	c cleaning 9966 clauses out of 20177
3052.12/2600.07	c cleaning 10957 clauses out of 22208
3600.01/3039.91	c starts		: 75
3600.01/3039.92	c conflicts		: 72675
3600.01/3039.92	c decisions		: 197702
3600.01/3039.92	c propagations		: 2365398
3600.01/3039.92	c inspects		: 3706929627
3600.01/3039.92	c shortcuts		: 0
3600.01/3039.92	c learnt literals	: 0
3600.01/3039.92	c learnt binary clauses	: 0
3600.01/3039.92	c learnt ternary clauses	: 0
3600.01/3039.92	c learnt constraints	: 72675
3600.01/3039.92	c ignored constraints	: 0
3600.01/3039.92	c root simplifications	: 0
3600.01/3039.92	c removed literals (reason simplification)	: 0
3600.01/3039.92	c reason swapping (by a shorter reason)	: 0
3600.01/3039.93	c Calls to reduceDB	: 8
3600.01/3039.93	c Number of update (reduction) of LBD	: 0
3600.01/3039.93	c Imported unit clauses	: 0
3600.01/3039.93	c No decision after first conflict	: false
3600.01/3039.93	c number of reductions to clauses (during analyze)	: 0
3600.01/3039.93	c number of learned constraints concerned by reduction	: 0
3600.01/3039.93	c number of learning phase by resolution	: 0
3600.01/3039.93	c number of learning phase by cutting planes	: 0
3600.01/3039.93	c number of rounding to 1 operations	: 0
3600.01/3039.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3039.93	c number of reductions of the coefficients by power 2 	: 0
3600.01/3039.93	c number of right shift for reduction by power 2 	: 0
3600.01/3039.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3039.93	c number of ending skipping 	: 0
3600.01/3039.93	c number of internal skipping 	: 0
3600.01/3039.93	c number of derivation steps 	: 856253
3600.01/3039.93	c number of skipped derivation steps 	: 0
3600.01/3039.93	c number of remaining unassigned 	: 2743
3600.01/3039.93	c number of remaining assigned 	: 123844870
3600.01/3039.93	c number of falsified literals weakened from reason	: 0
3600.01/3039.93	c number of falsified literals weakened from conflict	: 0
3600.01/3039.93	c time for arithmetic operations	: 2777733800
3600.01/3039.94	c minimum degree of deleted constraints	: null
3600.01/3039.94	c maximum degree of deleted constraints	: null
3600.01/3039.94	c number of deleted constraints	: 0
3600.01/3039.95	c speed (assignments/second)	: 778.2555466465133
3600.01/3039.95	c non guided choices	: 2788
3600.01/3039.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2149
3600.01/3039.96	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13732
3600.01/3039.96	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 45
3600.01/3039.96	s UNKNOWN
3600.01/3039.96	c Total wall clock time (in seconds): 3039.798

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525866-1751628410/watcher-4525866-1751628410 -o /tmp/evaluation-result-4525866-1751628410/solver-4525866-1751628410 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751624795-92973 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525866-1751628410.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=94460, runsolver pid=94457

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.17 4.11 10/338 94478
/proc/meminfo: memFree=124940468/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=18930384 memory=55540 CPUtime=0.12 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 6532 0 0 0 10 2 0 0 20 0 18 0 78518798 19384713216 13885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4732596 13885 5337 1 0 547595 0
[pid=94460/tid=94462] ppid=94457 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 5071 0 0 0 7 1 0 0 20 0 18 0 78518799 19384713216 13885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78518801 19384713216 13885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=18930384 memory=60684515963265 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78518802 19384713216 13885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55540 KiB

[startup+0.205918 s]*
/proc/loadavg: 4.12 4.17 4.11 11/338 94478
/proc/meminfo: memFree=124886028/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=18930384 memory=64256 CPUtime=0.31 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 7077 0 0 0 28 3 0 0 20 0 18 0 78518798 19384713216 16064 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4732596 16064 5433 1 0 547954 0
[pid=94460/tid=94462] ppid=94457 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 5384 0 0 0 15 1 0 0 20 0 18 0 78518799 19384713216 16064 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=18930384 memory=16198 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78518801 19384713216 16064 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78518802 19384713216 16064 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64256 KiB

[startup+0.305912 s]*
/proc/loadavg: 4.12 4.17 4.11 9/339 94479
/proc/meminfo: memFree=124816460/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=18930384 memory=101324 CPUtime=0.5 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 8609 0 0 0 47 3 0 0 20 0 18 0 78518798 19384713216 25331 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4732596 25331 5433 1 0 548995 0
[pid=94460/tid=94462] ppid=94457 vsize=18930384 memory=-6000919477001545830 CPUtime=0.26 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 5409 0 0 0 24 2 0 0 20 0 18 0 78518799 19384713216 25331 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78518801 19384713216 25331 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78518802 19384713216 25331 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101324 KiB

[startup+0.700221 s]
/proc/loadavg: 4.12 4.17 4.11 9/341 94481
/proc/meminfo: memFree=124685960/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=181376 CPUtime=1.26 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 11777 0 0 0 120 6 0 0 20 0 20 0 78518798 19521036288 45344 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 45344 5497 1 0 551793 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=18944 CPUtime=0.6 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 5565 0 0 0 57 3 0 0 20 0 20 0 78518799 19521036288 45344 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 45344 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 45344 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181376 KiB

[startup+1.50462 s]
/proc/loadavg: 4.12 4.17 4.11 10/342 94482
/proc/meminfo: memFree=124214048/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=467424 CPUtime=2.85 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 15138 0 0 0 273 12 0 0 20 0 20 0 78518798 19521036288 116856 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 116856 5497 1 0 739338 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=3328 CPUtime=1.29 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) S 94457 94460 92963 0 -1 4194368 5690 0 0 0 122 7 0 0 20 0 20 0 78518799 19521036288 116856 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 116856 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 116856 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78518856 19521036288 116856 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 467424 KiB

[startup+3.11362 s]
/proc/loadavg: 4.12 4.17 4.11 7/342 94482
/proc/meminfo: memFree=121707396/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=1315540 CPUtime=5.92 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 16669 0 0 0 564 28 0 0 20 0 20 0 78518798 19521036288 328885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 328885 5497 1 0 1247140 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=14824 CPUtime=2.74 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) S 94457 94460 92963 0 -1 4194368 6041 0 0 0 254 20 0 0 20 0 20 0 78518799 19521036288 328885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 328885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 328885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78518856 19521036288 328885 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315540 KiB

[startup+6.30022 s]
/proc/loadavg: 4.19 4.18 4.12 5/342 94482
/proc/meminfo: memFree=119016428/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=3145328 CPUtime=9.4 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 18272 0 0 0 879 61 0 0 20 0 20 0 78518798 19521036288 786332 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 786332 5529 1 0 1708841 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=0 CPUtime=5.76 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 6931 0 0 0 526 50 0 0 20 0 20 0 78518799 19521036288 786332 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 786332 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 786332 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19063512 memory=479712 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78518856 19521036288 786332 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3145328 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.18 4.12 7/342 94482
/proc/meminfo: memFree=116883056/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=3368048 CPUtime=16.33 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 19099 0 0 0 1567 66 0 0 20 0 20 0 78518798 19521036288 842012 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 842012 5529 1 0 1709103 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=479712 CPUtime=11.74 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 7264 0 0 0 1123 51 0 0 20 0 20 0 78518799 19521036288 842012 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=3368048 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 842012 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 842012 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78518856 19521036288 842012 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3368048 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.20 4.13 4/319 95016
/proc/meminfo: memFree=117279132/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=4957508 CPUtime=29.84 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 28909 0 0 0 2886 98 0 0 20 0 20 0 78518798 19521036288 1239377 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 1239377 5529 1 0 2072575 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=0 CPUtime=23.84 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 10171 0 0 0 2306 78 0 0 20 0 20 0 78518799 19521036288 1239377 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 1239377 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=18944 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 1239377 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19063512 memory=479712 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78518856 19521036288 1239377 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 29.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4957508 KiB

[startup+51.1059 s]
/proc/loadavg: 4.33 4.22 4.13 5/343 95530
/proc/meminfo: memFree=115678064/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19063512 memory=5284680 CPUtime=57.66 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 42578 0 0 0 5654 112 0 0 20 0 20 0 78518798 19521036288 1321170 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4765878 1321170 5529 1 0 2075678 0
[pid=94460/tid=94462] ppid=94457 vsize=19063512 memory=479712 CPUtime=48.04 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 13133 0 0 0 4722 82 0 0 20 0 20 0 78518799 19521036288 1321170 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78518801 19521036288 1321170 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78518802 19521036288 1321170 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0

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

/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4079067 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=18944 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2114 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4079067 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=16316268 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4079067 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3080.11 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16316268 KiB

[startup+2682.3 s]
/proc/loadavg: 5.07 5.04 4.91 5/341 95664
/proc/meminfo: memFree=80540256/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16316908 CPUtime=3142.52 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 613111 0 0 0 313505 747 0 0 20 0 21 0 78518798 19589197824 4079227 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4079227 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=16313196 CPUtime=2617.66 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 358616 0 0 0 261486 280 0 0 20 0 21 0 78518799 19589197824 4079227 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=16313196 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4079227 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2189 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4079227 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=4764 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4079227 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3142.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16316908 KiB

[startup+2742.3 s]
/proc/loadavg: 5.07 5.07 4.93 5/341 95666
/proc/meminfo: memFree=80287316/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16320328 CPUtime=3225.95 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 631378 0 0 0 321828 767 0 0 20 0 21 0 78518798 19589197824 4080082 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4080082 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=16313196 CPUtime=2676.5 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 369457 0 0 0 267368 282 0 0 20 0 21 0 78518799 19589197824 4080082 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=16313196 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4080082 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2264 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4080082 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=16320328 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4080082 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3225.95 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16320328 KiB

[startup+2802.3 s]
/proc/loadavg: 4.83 5.00 4.92 6/340 95673
/proc/meminfo: memFree=80093104/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16313296 CPUtime=3288.16 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 648335 0 0 0 328045 771 0 0 20 0 21 0 78518798 19589197824 4078324 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4078324 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=18944 CPUtime=2735.07 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 382494 0 0 0 273223 284 0 0 20 0 21 0 78518799 19589197824 4078324 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=16317012 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4078324 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=16313296 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2264 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4078324 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=16313296 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4078324 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3288.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16313296 KiB

[startup+2862.3 s]
/proc/loadavg: 5.10 5.04 4.94 5/341 95679
/proc/meminfo: memFree=79984284/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16323004 CPUtime=3372.12 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 666223 0 0 0 336420 792 0 0 20 0 21 0 78518798 19589197824 4080751 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4080751 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=16317012 CPUtime=2793.82 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 394232 0 0 0 279096 286 0 0 20 0 21 0 78518799 19589197824 4080751 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=-6000919477001545830 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4080751 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=16313296 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2311 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4080751 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=16323004 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4080751 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3372.12 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16323004 KiB

[startup+2922.3 s]
/proc/loadavg: 4.94 5.00 4.93 5/341 95748
/proc/meminfo: memFree=86931784/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16320304 CPUtime=3456.46 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 681270 0 0 0 344836 810 0 0 20 0 21 0 78518798 19589197824 4080076 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4080076 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=10752 CPUtime=2852.46 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 406399 0 0 0 284958 288 0 0 20 0 21 0 78518799 19589197824 4080076 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=16320304 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4080076 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=16320304 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2364 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4080076 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=16320304 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4080076 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3456.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16320304 KiB

[startup+2982.3 s]
/proc/loadavg: 4.99 4.98 4.92 6/341 95750
/proc/meminfo: memFree=86836688/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16321456 CPUtime=3537.47 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 703528 0 0 0 352915 832 0 0 20 0 21 0 78518798 19589197824 4080364 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4080364 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=16320432 CPUtime=2910.74 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 421133 0 0 0 290785 289 0 0 20 0 21 0 78518799 19589197824 4080364 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=16319920 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4080364 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=3328 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2442 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4080364 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=14824 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4080364 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3537.47 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16321456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3039.9 s]
/proc/loadavg: 4.65 4.89 4.90 5/341 95819
/proc/meminfo: memFree=102309768/131249996 swapFree=33010672/33010684
[pid=94460] ppid=94457 vsize=19130076 memory=16319016 CPUtime=3600.01 cores=0,2
/proc/94460/stat : 94460 (java) S 94457 94460 92963 0 -1 4194304 711473 0 0 0 359168 833 0 0 20 0 21 0 78518798 19589197824 4079754 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
/proc/94460/statm: 4782519 4079754 5529 1 0 4096648 0
[pid=94460/tid=94462] ppid=94457 vsize=19130076 memory=16321584 CPUtime=2967.14 cores=0,2
/proc/94460/task/94462/stat : 94462 (java) R 94457 94460 92963 0 -1 4194368 427312 0 0 0 296424 290 0 0 20 0 21 0 78518799 19589197824 4079754 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94471] ppid=94457 vsize=19130076 memory=14824 CPUtime=0 cores=0,2
/proc/94460/task/94471/stat : 94471 (Finalizer) S 94457 94460 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78518801 19589197824 4079754 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94478] ppid=94457 vsize=19130076 memory=14824 CPUtime=0 cores=0,2
/proc/94460/task/94478/stat : 94478 (Common-Cleaner) S 94457 94460 92963 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 21 0 78518802 19589197824 4079754 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
[pid=94460/tid=94482] ppid=94457 vsize=19130076 memory=2764 CPUtime=0 cores=0,2
/proc/94460/task/94482/stat : 94482 (Timer-0) S 94457 94460 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 78518856 19589197824 4079754 18446744073709551615 94224907513856 94224907517552 140726305504928 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94224907525368 94224907526160 94224915898368 140726305511804 140726305511908 140726305511908 140726305517512 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16319016 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.81 s, system=8.39169 s

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

[startup+3040 s]*
/proc/loadavg: 4.60 4.87 4.89 5/322 95822
/proc/meminfo: memFree=118232856/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3040.02
CPU time (s): 3600.21
CPU user time (s): 3591.81
CPU system time (s): 8.39169
CPU usage (%): 118.427
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 16323004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.81
system time used= 8.39169
maximum resident set size= 16323004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 713016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109192
involuntary context switches= 35234


# summary of solver processes directly reported to runsolver:
#   pid: 94460
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3591.81
#   total CPU system time (s): 8.39169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57597 second user time and 14.7016 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 13:26:50
IDJOB=4525866
IDBENCH=143903
IDSOLVER=3381
FILE ID=nodeC017/4525866-1751628410
RUNJOBID= nodeC017-1751624795-92973
SLURM_JOB_ID= 9598949
Free space on /tmp= 432412 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/academics/normalized-langford-3-11_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525866-1751628410/watcher-4525866-1751628410 -o /tmp/evaluation-result-4525866-1751628410/solver-4525866-1751628410 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751624795-92973 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525866-1751628410.wbo

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

MD5SUM BENCH= dc0c1b337d286273cd261e7868deb02f
RANDOM SEED=1203021539

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.284
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	: 7000.12
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		: 3600.052
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	: 7000.12
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		: 3600.097
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	: 7000.12
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		: 3600.058
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	: 7000.12
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.063
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	: 7000.12
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		: 3600.052
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	: 7000.12
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		: 3600.056
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	: 7000.12
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.061
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125010976 kB
MemAvailable:   129366676 kB
Buffers:            1688 kB
Cached:          5123136 kB
SwapCached:            8 kB
Active:           737908 kB
Inactive:        4833000 kB
Active(anon):     448032 kB
Inactive(anon):    16128 kB
Active(file):     289876 kB
Inactive(file):  4816872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6916 kB
Writeback:            20 kB
AnonPages:        448780 kB
Mapped:           124056 kB
Shmem:             18072 kB
KReclaimable:     175980 kB
Slab:             267720 kB
SReclaimable:     175980 kB
SUnreclaim:        91740 kB
KernelStack:        5152 kB
PageTables:         4528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7015872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432400 MiB
End job on nodeC017 at 2025-07-04 14:17:31