Trace number 4513372

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.24 3551.52

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
MD5SUMd15c8502de0d235fb9400ddf00f66b48
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 benchmark50.3655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1301
Total number of constraints651
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)651
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4513372-1751226768.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  no objective function found
0.31/0.23	c ... done. Wall clock time 0.057s.
0.31/0.23	c declared #vars     1301
0.31/0.23	c #constraints  1302
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1300
0.31/0.23	c 1302 constraints processed.
1.84/1.04	c cleaning 2466 clauses out of 5000
3.83/2.10	c cleaning 4225 clauses out of 8535
6.61/4.39	c cleaning 5568 clauses out of 11309
14.06/10.06	c cleaning 6830 clauses out of 13741
24.11/19.91	c cleaning 7925 clauses out of 15912
34.27/28.84	c cleaning 8943 clauses out of 17986
45.42/39.80	c cleaning 9986 clauses out of 20043
70.94/65.05	c cleaning 10980 clauses out of 22057
94.25/87.98	c cleaning 11960 clauses out of 24077
148.92/142.02	c cleaning 13034 clauses out of 26118
208.39/201.13	c cleaning 14009 clauses out of 28084
316.22/308.02	c cleaning 14987 clauses out of 30075
406.50/397.35	c cleaning 15999 clauses out of 32087
433.37/423.51	c cleaning 17013 clauses out of 34089
624.25/612.42	c cleaning 17994 clauses out of 36076
794.20/779.03	c cleaning 18967 clauses out of 38082
988.84/970.76	c cleaning 20042 clauses out of 40114
1308.02/1285.61	c cleaning 21003 clauses out of 42074
1532.46/1504.47	c cleaning 21955 clauses out of 44072
2184.84/2148.63	c cleaning 23049 clauses out of 46114
2516.08/2474.55	c cleaning 23993 clauses out of 48066
3600.02/3551.42	c starts		: 135
3600.02/3551.44	c conflicts		: 333642
3600.02/3551.44	c decisions		: 431860
3600.02/3551.44	c propagations		: 2851658
3600.02/3551.44	c inspects		: 5100890179
3600.02/3551.44	c shortcuts		: 0
3600.02/3551.44	c learnt literals	: 0
3600.02/3551.44	c learnt binary clauses	: 0
3600.02/3551.44	c learnt ternary clauses	: 0
3600.02/3551.44	c learnt constraints	: 333642
3600.02/3551.44	c ignored constraints	: 0
3600.02/3551.44	c root simplifications	: 0
3600.02/3551.44	c removed literals (reason simplification)	: 0
3600.02/3551.44	c reason swapping (by a shorter reason)	: 0
3600.02/3551.44	c Calls to reduceDB	: 21
3600.02/3551.44	c Number of update (reduction) of LBD	: 0
3600.02/3551.44	c Imported unit clauses	: 0
3600.02/3551.45	c No decision after first conflict	: false
3600.02/3551.45	c number of reductions to clauses (during analyze)	: 0
3600.02/3551.45	c number of learned constraints concerned by reduction	: 0
3600.02/3551.45	c number of learning phase by resolution	: 0
3600.02/3551.45	c number of learning phase by cutting planes	: 0
3600.02/3551.45	c number of rounding to 1 operations	: 0
3600.02/3551.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3551.45	c number of reductions of the coefficients by power 2 	: 0
3600.02/3551.45	c number of right shift for reduction by power 2 	: 0
3600.02/3551.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3551.45	c number of ending skipping 	: 0
3600.02/3551.45	c number of internal skipping 	: 0
3600.02/3551.45	c number of derivation steps 	: 1467028
3600.02/3551.45	c number of skipped derivation steps 	: 0
3600.02/3551.45	c number of remaining unassigned 	: 106696
3600.02/3551.45	c number of remaining assigned 	: 26976817
3600.02/3551.46	c number of falsified literals weakened from reason	: 0
3600.02/3551.46	c number of falsified literals weakened from conflict	: 0
3600.02/3551.46	c time for arithmetic operations	: 268183175744
3600.02/3551.46	c minimum degree of deleted constraints	: null
3600.02/3551.46	c maximum degree of deleted constraints	: null
3600.02/3551.46	c number of deleted constraints	: 0
3600.02/3551.46	c speed (assignments/second)	: 803.0050407844261
3600.02/3551.46	c non guided choices	: 14447
3600.02/3551.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 544
3600.02/3551.50	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 41573
3600.02/3551.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 597
3600.02/3551.50	s UNKNOWN
3600.02/3551.50	c Total wall clock time (in seconds): 3551.339

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=30055, runsolver pid=30040

[startup+0.100059 s]*
/proc/loadavg: 0.53 1.37 2.49 9/334 30125
/proc/meminfo: memFree=129730964/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=18930384 memory=55228 CPUtime=0.11 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 6516 0 55 0 9 2 0 0 20 0 18 0 38354336 19384713216 13807 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4732596 13807 5296 1 0 547571 0
[pid=30055/tid=30074] ppid=30040 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 5019 0 55 0 5 1 0 0 20 0 18 0 38354338 19384713216 13807 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38354340 19384713216 13807 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=18930384 memory=56286469452864 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38354341 19384713216 13807 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55228 KiB

[startup+0.205977 s]*
/proc/loadavg: 0.53 1.37 2.49 14/334 30125
/proc/meminfo: memFree=129667508/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=18930384 memory=72716 CPUtime=0.31 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 7206 0 55 0 27 4 0 0 20 0 18 0 38354336 19384713216 18179 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4732596 18179 5392 1 0 548036 0
[pid=30055/tid=30074] ppid=30040 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 5379 0 55 0 14 2 0 0 20 0 18 0 38354338 19384713216 18179 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=18930384 memory=2621 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38354340 19384713216 18179 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=18930384 memory=55186957796323 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38354341 19384713216 18179 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72716 KiB

[startup+0.305953 s]*
/proc/loadavg: 0.53 1.37 2.49 13/338 30129
/proc/meminfo: memFree=129611616/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=18996948 memory=88672 CPUtime=0.49 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 7616 0 55 0 45 4 0 0 20 0 19 0 38354336 19452874752 22168 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4749237 22168 5392 1 0 548558 0
[pid=30055/tid=30074] ppid=30040 vsize=18996948 memory=-6000919507083357292 CPUtime=0.24 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 5482 0 55 0 22 2 0 0 20 0 19 0 38354338 19452874752 22168 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38354340 19452874752 22168 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38354341 19452874752 22168 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38354360 19452874752 22168 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88672 KiB

[startup+0.700255 s]
/proc/loadavg: 0.53 1.37 2.49 11/342 30133
/proc/meminfo: memFree=129320708/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=161040 CPUtime=1.25 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 10607 0 55 0 119 6 0 0 20 0 20 0 38354336 19521036288 40260 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 40260 5456 1 0 550270 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=17408 CPUtime=0.59 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 5519 0 55 0 55 4 0 0 20 0 20 0 38354338 19521036288 40260 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 40260 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 40260 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 40260 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161040 KiB

[startup+1.5002 s]
/proc/loadavg: 0.53 1.37 2.49 10/342 30133
/proc/meminfo: memFree=128851844/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=526684 CPUtime=2.83 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 23371 0 55 0 268 15 0 0 20 0 20 0 38354336 19521036288 131671 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 131671 5456 1 0 555016 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=0 CPUtime=1.35 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 5996 0 55 0 125 10 0 0 20 0 20 0 38354338 19521036288 131671 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 131671 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 131671 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 131671 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 526684 KiB

[startup+3.10594 s]
/proc/loadavg: 0.53 1.37 2.49 6/342 30133
/proc/meminfo: memFree=125361692/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=942800 CPUtime=5.41 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 27296 0 55 0 517 24 0 0 20 0 20 0 38354336 19521036288 235700 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 235700 5456 1 0 555021 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=10752 CPUtime=2.93 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 7040 0 55 0 274 19 0 0 20 0 20 0 38354338 19521036288 235700 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=-6000919507083357292 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 235700 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 235700 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 235700 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 942800 KiB

[startup+6.30022 s]
/proc/loadavg: 0.81 1.41 2.50 6/342 30133
/proc/meminfo: memFree=123394472/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=1750552 CPUtime=10.09 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 30847 0 55 0 967 42 0 0 20 0 20 0 38354336 19521036288 437638 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 437638 5456 1 0 662834 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=0 CPUtime=6.06 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 7549 0 55 0 571 35 0 0 20 0 20 0 38354338 19521036288 437638 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 437638 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 437638 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=526684 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 437638 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1750552 KiB

[startup+12.7002 s]
/proc/loadavg: 1.06 1.45 2.51 7/342 30133
/proc/meminfo: memFree=122909488/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=1744336 CPUtime=16.8 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 31476 0 55 0 1638 42 0 0 20 0 20 0 38354336 19521036288 436084 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 436084 5456 1 0 662848 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=526684 CPUtime=12.32 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 8079 0 55 0 1197 35 0 0 20 0 20 0 38354338 19521036288 436084 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=1744336 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 436084 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 436084 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 436084 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 16.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1744336 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 1.61 2.54 7/342 30133
/proc/meminfo: memFree=122380312/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=1755756 CPUtime=30.89 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 42450 0 55 0 3046 43 0 0 20 0 20 0 38354336 19521036288 438939 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 438939 5456 1 0 662848 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=1744336 CPUtime=24.82 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 10036 0 55 0 2447 35 0 0 20 0 20 0 38354338 19521036288 438939 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 438939 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=1748456 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 438939 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=1751144 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 438939 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 30.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1755756 KiB

[startup+51.106 s]
/proc/loadavg: 2.73 1.84 2.59 6/340 30134
/proc/meminfo: memFree=121218404/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=1791024 CPUtime=56.87 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 49469 0 55 0 5641 46 0 0 20 0 20 0 38354336 19521036288 447756 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 447756 5456 1 0 662864 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=-6000919507083357292 CPUtime=49.84 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 12613 0 55 0 4949 35 0 0 20 0 20 0 38354338 19521036288 447756 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=4352 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.32 4.36 4.20 6/340 30301
/proc/meminfo: memFree=116526424/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3269.31 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 153123 0 55 0 326734 197 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=5632 CPUtime=3178.23 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 65365 0 55 0 317755 68 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 1963 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3269.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.34 4.20 7/340 30303
/proc/meminfo: memFree=116526396/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3329.7 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 155356 0 55 0 332771 199 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3237.51 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 66650 0 55 0 323683 68 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2052 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3329.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.32 4.20 6/340 30307
/proc/meminfo: memFree=116526672/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3389.92 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 155883 0 55 0 338791 201 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3296.76 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 67006 0 55 0 329608 68 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3389.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.29 4.20 7/340 30309
/proc/meminfo: memFree=116526096/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3450.13 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 158084 0 55 0 344809 204 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3355.95 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 68312 0 55 0 335526 69 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3450.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.30 4.20 6/339 30311
/proc/meminfo: memFree=116526164/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3510.42 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 160353 0 55 0 350836 206 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3415.16 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 69724 0 55 0 341447 69 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2128 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3510.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.27 4.20 5/339 30380
/proc/meminfo: memFree=117919712/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3570.72 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 160495 0 55 0 356864 208 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3474.33 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 69765 0 55 0 347364 69 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3570.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.4 s]
/proc/loadavg: 4.34 4.30 4.21 5/339 30448
/proc/meminfo: memFree=120158284/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19063512 memory=3589368 CPUtime=3600.02 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 160610 0 55 0 359794 208 0 0 20 0 20 0 38354336 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4765878 897342 5488 1 0 927783 0
[pid=30055/tid=30074] ppid=30040 vsize=19063512 memory=4252 CPUtime=3503.04 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) R 30040 30055 29987 0 -1 4194368 69787 0 55 0 350235 69 0 0 20 0 20 0 38354338 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38354340 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 20 0 38354341 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30129] ppid=30040 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/30055/task/30129/stat : 30129 (Timer-0) S 30040 30055 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38354360 19521036288 897342 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3589368 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.14 s, system=2.1054 s

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

[startup+3551.51 s]
/proc/loadavg: 4.34 4.30 4.21 5/339 30448
/proc/meminfo: memFree=120158284/131249996 swapFree=33010684/33010684
[pid=30055] ppid=30040 vsize=19263204 memory=3590392 CPUtime=3600.22 cores=5,7
/proc/30055/stat : 30055 (java) S 30040 30055 29987 0 -1 4194304 163408 0 55 0 359813 209 0 0 20 0 17 0 38354336 19725520896 897598 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
/proc/30055/statm: 4815801 897598 5488 1 0 928719 0
[pid=30055/tid=30074] ppid=30040 vsize=19263204 memory=3589368 CPUtime=3503.15 cores=5,7
/proc/30055/task/30074/stat : 30074 (java) S 30040 30055 29987 0 -1 4194368 69818 0 55 0 350246 69 0 0 20 0 17 0 38354338 19725520896 897598 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30110] ppid=30040 vsize=19263204 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30110/stat : 30110 (Finalizer) S 30040 30055 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 17 0 38354340 19725520896 897598 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
[pid=30055/tid=30125] ppid=30040 vsize=19263204 memory=3589368 CPUtime=0 cores=5,7
/proc/30055/task/30125/stat : 30125 (Common-Cleaner) S 30040 30055 29987 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 17 0 38354341 19725520896 897598 18446744073709551615 94174393716736 94174393720432 140723478475120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94174393728248 94174393729040 94174414315520 140723478477182 140723478477286 140723478477286 140723478482888 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3590392 KiB

Child status: 143

Real time (s): 3551.52
CPU time (s): 3600.24
CPU user time (s): 3598.14
CPU system time (s): 2.1054
CPU usage (%): 101.372
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3590392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 2.1054
maximum resident set size= 3590520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163438
page faults= 55
swaps= 0
block input operations= 0
block output operations= 24544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146539
involuntary context switches= 16151


# summary of solver processes directly reported to runsolver:
#   pid: 30055
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.14
#   total CPU system time (s): 2.1054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59336 second user time and 17.2441 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 21:52:48
IDJOB=4513372
IDBENCH=162339
IDSOLVER=3361
FILE ID=nodeC015/4513372-1751226768
RUNJOBID= nodeC015-1751226768-30000
SLURM_JOB_ID= 9587683
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513372-1751226768/watcher-4513372-1751226768 -o /tmp/evaluation-result-4513372-1751226768/solver-4513372-1751226768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751226768-30000 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4513372-1751226768.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=2099936991

nodeC015 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.230
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.14
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.067
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.14
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.736
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.14
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		: 3603.962
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.14
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.092
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.14
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		: 3599.892
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.14
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.273
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.14
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.073
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129788056 kB
MemAvailable:   129723400 kB
Buffers:            3280 kB
Cached:           744320 kB
SwapCached:            0 kB
Active:           335052 kB
Inactive:         487956 kB
Active(anon):      93484 kB
Inactive(anon):        0 kB
Active(file):     241568 kB
Inactive(file):   487956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         78820 kB
Mapped:           102392 kB
Shmem:             18076 kB
KReclaimable:      90116 kB
Slab:             175852 kB
SReclaimable:      90116 kB
SUnreclaim:        85736 kB
KernelStack:        4040 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-29 22:52:00