Trace number 4491722

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.44 3565.21

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUMc8aab35d42bad0d90391f6d533654bf0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.29058
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.23/0.24	c version PB25.v20250606
0.23/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.26	c java.vm.version	22.0.1+8-16
0.23/0.26	c java.vm.vendor	Oracle Corporation
0.23/0.26	c sun.arch.data.model	64
0.23/0.26	c java.version		22.0.1
0.23/0.26	c os.name		Linux
0.23/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.26	c os.arch		amd64
0.23/0.27	c Free memory 		2104792832
0.23/0.27	c Max memory 		16282288128
0.23/0.27	c Total memory 		2113929216
0.23/0.28	c Number of processors 	2
0.55/0.47	c Pseudo Boolean Optimization by upper bound
0.55/0.47	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.55/0.47	c  - never skip resolution steps
0.55/0.47	c  - Auto-division on coefficients is disabled
0.55/0.47	c  - No postprocessing
0.55/0.47	c  - Conflict is considered as is when resolving
0.55/0.47	c  - Use constraints as they come during conflict analysis
0.55/0.47	c  - Weaken first using unassigned literals
0.55/0.47	c  - Bump strategy: ALWAYS_ONE
0.55/0.47	c  - Bumper: ANY
0.55/0.47	c --- Begin Solver configuration ---
0.55/0.47	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.55/0.47	c Learn all clauses as in MiniSAT
0.55/0.47	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.55/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.55/0.47	c No reason simplification
0.55/0.47	c Armin Biere (Picosat) restarts strategy
0.55/0.47	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.55/0.47	c timeout=2147483s
0.55/0.47	c DB Simplification allowed=false
0.55/0.47	c Listener: none
0.55/0.47	c --- End Solver configuration ---
0.55/0.47	c solving HOME/instance-4491722-1751144867.opb
0.55/0.47	c reading problem ... 
0.55/0.48	c  no objective function found
2.44/1.45	c ... done. Wall clock time 0.969s.
2.44/1.45	c declared #vars     40605
2.44/1.45	c #constraints  118930
2.44/1.45	c constraints type 
2.44/1.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78866
2.44/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1740
2.44/1.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 38323
2.44/1.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.44/1.45	c 118930 constraints processed.
73.23/67.72	c cleaning 2399 clauses out of 5000
390.63/383.80	c cleaning 4072 clauses out of 8601
1220.47/1209.15	c cleaning 5473 clauses out of 11529
2917.67/2891.16	c cleaning 6745 clauses out of 14058
3600.10/3565.05	c starts		: 54
3600.10/3565.08	c conflicts		: 27902
3600.10/3565.08	c decisions		: 44930
3600.10/3565.08	c propagations		: 109474563
3600.10/3565.08	c inspects		: 4614237089
3600.10/3565.08	c shortcuts		: 0
3600.10/3565.08	c learnt literals	: 0
3600.10/3565.08	c learnt binary clauses	: 300
3600.10/3565.08	c learnt ternary clauses	: 576
3600.10/3565.08	c learnt constraints	: 27901
3600.10/3565.08	c ignored constraints	: 0
3600.10/3565.08	c root simplifications	: 0
3600.10/3565.08	c removed literals (reason simplification)	: 0
3600.10/3565.08	c reason swapping (by a shorter reason)	: 0
3600.10/3565.08	c Calls to reduceDB	: 4
3600.10/3565.08	c Number of update (reduction) of LBD	: 0
3600.10/3565.08	c Imported unit clauses	: 0
3600.10/3565.09	c No decision after first conflict	: false
3600.10/3565.09	c number of reductions to clauses (during analyze)	: 0
3600.10/3565.09	c number of learned constraints concerned by reduction	: 0
3600.10/3565.09	c number of learning phase by resolution	: 0
3600.10/3565.09	c number of learning phase by cutting planes	: 0
3600.10/3565.09	c number of rounding to 1 operations	: 0
3600.10/3565.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3565.09	c number of reductions of the coefficients by power 2 	: 0
3600.10/3565.09	c number of right shift for reduction by power 2 	: 0
3600.10/3565.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3565.09	c number of ending skipping 	: 0
3600.10/3565.09	c number of internal skipping 	: 0
3600.10/3565.09	c number of derivation steps 	: 2995147
3600.10/3565.09	c number of skipped derivation steps 	: 0
3600.10/3565.09	c number of remaining unassigned 	: 14392
3600.10/3565.09	c number of remaining assigned 	: 5118536
3600.10/3565.10	c number of falsified literals weakened from reason	: 0
3600.10/3565.10	c number of falsified literals weakened from conflict	: 0
3600.10/3565.10	c time for arithmetic operations	: 799485104
3600.30/3565.12	c minimum degree of deleted constraints	: null
3600.30/3565.13	c maximum degree of deleted constraints	: null
3600.30/3565.13	c number of deleted constraints	: 0
3600.30/3565.13	c speed (assignments/second)	: 30719.699129546592
3600.30/3565.14	c non guided choices	: 929
3600.30/3565.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 526
3600.30/3565.16	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8386
3600.30/3565.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 300
3600.30/3565.17	s UNKNOWN
3600.30/3565.17	c Total wall clock time (in seconds): 3564.693

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491722-1751144867/watcher-4491722-1751144867 -o /tmp/evaluation-result-4491722-1751144867/solver-4491722-1751144867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15021 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491722-1751144867.opb 

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=15084, runsolver pid=15073

[startup+0.100076 s]*
/proc/loadavg: 0.77 1.16 1.99 14/314 15144
/proc/meminfo: memFree=130211504/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=18930200 memory=42640 CPUtime=0.08 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 5362 0 84 0 4 4 0 0 20 0 18 0 30166109 19384524800 10660 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4732550 10660 4778 1 0 546655 0
[pid=15084/tid=15102] ppid=15073 vsize=18930200 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) D 15073 15084 15006 0 -1 4194368 4525 0 75 0 3 2 0 0 20 0 18 0 30166112 19384524800 10660 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=18930200 memory=228522721619 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30166119 19384524800 10660 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=18930200 memory=56295059375534 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (java) R 15073 15084 15006 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 18 0 30166120 19384524800 10660 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930200 KiB
Current children cumulated memory: 42640 KiB

[startup+0.214636 s]*
/proc/loadavg: 0.77 1.16 1.99 5/322 15152
/proc/meminfo: memFree=130192848/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=18930384 memory=51564 CPUtime=0.23 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 6101 0 109 0 18 5 0 0 20 0 18 0 30166109 19384713216 12891 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4732596 12891 5290 1 0 547227 0
[pid=15084/tid=15102] ppid=15073 vsize=18930384 memory=4026532124 CPUtime=0.14 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 4875 0 95 0 11 3 0 0 20 0 18 0 30166112 19384713216 12891 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30166119 19384713216 12891 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30166120 19384713216 12891 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51564 KiB

[startup+0.314462 s]*
/proc/loadavg: 0.77 1.16 1.99 10/322 15152
/proc/meminfo: memFree=130180940/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=18930384 memory=57568 CPUtime=0.39 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 6630 0 109 0 33 6 0 0 20 0 18 0 30166109 19384713216 14392 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4732596 14392 5290 1 0 547642 0
[pid=15084/tid=15102] ppid=15073 vsize=18930384 memory=-6000919494148122478 CPUtime=0.23 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 5085 0 95 0 19 4 0 0 20 0 18 0 30166112 19384713216 14392 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=18930384 memory=-4421386487708542566 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30166119 19384713216 14392 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30166120 19384713216 14392 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57568 KiB

[startup+0.700392 s]
/proc/loadavg: 0.77 1.16 1.99 13/322 15152
/proc/meminfo: memFree=130160336/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=18930384 memory=75572 CPUtime=1.06 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 7442 0 109 0 99 7 0 0 20 0 18 0 30166109 19384713216 18893 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4732596 18893 5386 1 0 548237 0
[pid=15084/tid=15102] ppid=15073 vsize=18930604 memory=17152 CPUtime=0.54 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 5362 0 95 0 49 5 0 0 20 0 18 0 30166112 19384938496 18925 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=18930604 memory=11008 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30166119 19384938496 18925 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=18930604 memory=3328 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30166120 19384938496 18925 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75572 KiB

[startup+1.5003 s]
/proc/loadavg: 0.77 1.16 1.99 9/305 15157
/proc/meminfo: memFree=129952588/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=183168 CPUtime=2.64 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 16331 0 109 0 250 14 0 0 20 0 20 0 30166109 19521036288 45792 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 45792 5418 1 0 551841 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=3328 CPUtime=1.24 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 6474 0 95 0 116 8 0 0 20 0 20 0 30166112 19521036288 45792 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 45792 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 45792 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183168 KiB

[startup+3.10581 s]
/proc/loadavg: 0.77 1.16 1.99 9/328 15223
/proc/meminfo: memFree=129344872/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=319436 CPUtime=5.81 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 23355 0 110 0 562 19 0 0 20 0 20 0 30166109 19521036288 79859 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 79859 5450 1 0 736544 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=11008 CPUtime=2.62 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 6931 0 96 0 251 11 0 0 20 0 20 0 30166112 19521036288 79859 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 79859 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 79859 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 79859 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 319436 KiB

[startup+6.30042 s]
/proc/loadavg: 1.18 1.24 2.01 9/328 15289
/proc/meminfo: memFree=126944460/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=921400 CPUtime=10.61 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 23920 0 110 0 1028 33 0 0 20 0 20 0 30166109 19521036288 230350 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 230350 5450 1 0 736559 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=11008 CPUtime=5.74 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 7257 0 96 0 550 24 0 0 20 0 20 0 30166112 19521036288 230350 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 230350 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=-6000919494148122478 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 230350 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 230350 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 921400 KiB

[startup+12.7004 s]
/proc/loadavg: 1.49 1.30 2.03 7/330 15420
/proc/meminfo: memFree=124602564/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=1773616 CPUtime=17.58 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 27596 0 110 0 1707 51 0 0 20 0 20 0 30166109 19521036288 443404 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 443404 5450 1 0 736566 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=5632 CPUtime=12.09 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 9243 0 96 0 1168 41 0 0 20 0 20 0 30166112 19521036288 443404 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 443404 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 443404 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=-6000919494148122478 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 443404 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 17.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1773616 KiB

[startup+25.5005 s]
/proc/loadavg: 2.05 1.44 2.06 5/330 15420
/proc/meminfo: memFree=121857932/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=1781948 CPUtime=30.61 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 31116 0 110 0 3008 53 0 0 20 0 20 0 30166109 19521036288 445487 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 445487 5450 1 0 736566 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=0 CPUtime=24.66 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 11038 0 96 0 2424 42 0 0 20 0 20 0 30166112 19521036288 445487 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 445487 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 445487 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=6944656592387989600 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 445487 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 30.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1781948 KiB

[startup+51.114 s]
/proc/loadavg: 2.78 1.66 2.12 5/331 15422
/proc/meminfo: memFree=120173232/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=1796336 CPUtime=56.48 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 34658 0 110 0 5593 55 0 0 20 0 20 0 30166109 19521036288 449084 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 449084 5450 1 0 736566 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=11008 CPUtime=49.9 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 12919 0 96 0 4948 42 0 0 20 0 20 0 30166112 19521036288 449084 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=1796336 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 449084 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 449084 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=1773616 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 449084 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0

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

[startup+3222.3 s]
/proc/loadavg: 4.22 4.31 4.18 5/332 15633
/proc/meminfo: memFree=111188332/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2794488 CPUtime=3252.6 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 103204 0 110 0 324975 285 0 0 20 0 20 0 30166109 19521036288 698622 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 698622 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=2790368 CPUtime=3178.42 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 56831 0 96 0 317781 61 0 0 20 0 20 0 30166112 19521036288 698622 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=2790368 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 698622 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=2790368 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 698622 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 698622 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3252.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2794488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.26 4.18 5/332 15635
/proc/meminfo: memFree=111174744/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2796548 CPUtime=3313.66 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 103709 0 110 0 331076 290 0 0 20 0 20 0 30166109 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 699137 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=2794488 CPUtime=3237.67 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 57324 0 96 0 323706 61 0 0 20 0 20 0 30166112 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=2794488 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3313.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2796548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.54 4.34 4.21 5/332 15637
/proc/meminfo: memFree=111141724/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2796548 CPUtime=3374.49 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 105512 0 110 0 337155 294 0 0 20 0 20 0 30166109 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 699137 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=14352 CPUtime=3297.02 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 58603 0 96 0 329641 61 0 0 20 0 20 0 30166112 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 699137 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3374.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2796548 KiB

[startup+3402.3 s]
/proc/loadavg: 4.87 4.48 4.27 5/331 15639
/proc/meminfo: memFree=111047520/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2798612 CPUtime=3435.22 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 107353 0 110 0 343223 299 0 0 20 0 20 0 30166109 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 699653 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=2796548 CPUtime=3356.28 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 59761 0 96 0 335566 62 0 0 20 0 20 0 30166112 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1812 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3435.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2798612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.39 4.25 5/333 15643
/proc/meminfo: memFree=111014768/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2798612 CPUtime=3496.08 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 107431 0 110 0 349306 302 0 0 20 0 20 0 30166109 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 699653 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=2796548 CPUtime=3415.66 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 59803 0 96 0 341504 62 0 0 20 0 20 0 30166112 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=2796548 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=2798612 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 699653 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3496.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2798612 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.41 4.27 5/330 15645
/proc/meminfo: memFree=110990244/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2800668 CPUtime=3556.8 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 108219 0 110 0 355375 305 0 0 20 0 20 0 30166109 19521036288 700167 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 700167 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=2798612 CPUtime=3474.99 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 60572 0 96 0 347437 62 0 0 20 0 20 0 30166112 19521036288 700167 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 700167 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=2800668 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 700167 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=2800668 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 700167 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3556.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2800668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565 s]*
/proc/loadavg: 5.00 4.55 4.32 6/329 16044
/proc/meminfo: memFree=122655912/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19063512 memory=2802724 CPUtime=3600.1 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 109736 0 110 0 359701 309 0 0 20 0 20 0 30166109 19521036288 700681 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4765878 700681 5482 1 0 872782 0
[pid=15084/tid=15102] ppid=15073 vsize=19063512 memory=-6000919502821942894 CPUtime=3517.24 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 61608 0 96 0 351662 62 0 0 20 0 20 0 30166112 19521036288 700681 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19063512 memory=245635481903 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30166119 19521036288 700681 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19063512 memory=55212677268211 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 30166120 19521036288 700681 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15169] ppid=15073 vsize=19063512 memory=81497 CPUtime=0 cores=0,2
/proc/15084/task/15169/stat : 15169 (Timer-0) S 15073 15084 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30166256 19521036288 700681 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2802724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.32 s, system=3.12024 s

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

[startup+3565.12 s]
/proc/loadavg: 5.00 4.55 4.32 6/329 16044
/proc/meminfo: memFree=122655912/131382116 swapFree=33010684/33010684
[pid=15084] ppid=15073 vsize=19263204 memory=2803492 CPUtime=3600.3 cores=0,2
/proc/15084/stat : 15084 (java) S 15073 15084 15006 0 -1 4194304 112037 0 110 0 359721 309 0 0 20 0 21 0 30166109 19725520896 700873 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
/proc/15084/statm: 4815801 700873 5482 1 0 873717 0
[pid=15084/tid=15102] ppid=15073 vsize=19263204 memory=14352 CPUtime=3517.34 cores=0,2
/proc/15084/task/15102/stat : 15102 (java) R 15073 15084 15006 0 -1 4194368 61643 0 96 0 351672 62 0 0 20 0 21 0 30166112 19725520896 700873 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15120] ppid=15073 vsize=19263204 memory=14352 CPUtime=0 cores=0,2
/proc/15084/task/15120/stat : 15120 (Finalizer) S 15073 15084 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30166119 19725520896 700873 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
[pid=15084/tid=15150] ppid=15073 vsize=19263204 memory=2802724 CPUtime=0 cores=0,2
/proc/15084/task/15150/stat : 15150 (Common-Cleaner) S 15073 15084 15006 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 21 0 30166120 19725520896 700873 18446744073709551615 94014096498688 94014096502384 140720316009472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94014096510200 94014096510992 94014099030016 140720316012926 140720316013030 140720316013030 140720316018632 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2803492 KiB

Child status: 143

Real time (s): 3565.21
CPU time (s): 3600.44
CPU user time (s): 3597.32
CPU system time (s): 3.12024
CPU usage (%): 100.988
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2803492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.32
system time used= 3.12024
maximum resident set size= 2803876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112356
page faults= 110
swaps= 0
block input operations= 5536
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136419
involuntary context switches= 15122


# summary of solver processes directly reported to runsolver:
#   pid: 15084
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3597.32
#   total CPU system time (s): 3.12024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7922 second user time and 38.5444 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 23:07:47
IDJOB=4491722
IDBENCH=147734
IDSOLVER=3361
FILE ID=nodeC010/4491722-1751144867
RUNJOBID= nodeC010-1751144867-15021
SLURM_JOB_ID= 9587444
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491722-1751144867/watcher-4491722-1751144867 -o /tmp/evaluation-result-4491722-1751144867/solver-4491722-1751144867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15021 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491722-1751144867.opb

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=689591211

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

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130290504 kB
MemAvailable:   129925156 kB
Buffers:            3280 kB
Cached:           435700 kB
SwapCached:            0 kB
Active:           323184 kB
Inactive:         178452 kB
Active(anon):      80620 kB
Inactive(anon):        0 kB
Active(file):     242564 kB
Inactive(file):   178452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9700 kB
Writeback:             4 kB
AnonPages:         65848 kB
Mapped:           102888 kB
Shmem:             17960 kB
KReclaimable:      84168 kB
Slab:             162244 kB
SReclaimable:      84168 kB
SUnreclaim:        78076 kB
KernelStack:        3936 kB
PageTables:         2936 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     373248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC010 at 2025-06-29 00:07:12