Trace number 4510334

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.3 3542.84

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
MD5SUM42530f8fa6d5232445304732efe45d63
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 benchmark0.118591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints640
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)638
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	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-4510334-1751204627.opb
0.11/0.16	c reading problem ... 
0.11/0.17	c  no objective function found
0.30/0.22	c ... done. Wall clock time 0.051s.
0.30/0.22	c declared #vars     481
0.30/0.22	c #constraints  640
0.30/0.22	c constraints type 
0.30/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.30/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 638
0.30/0.22	c 640 constraints processed.
2.06/1.14	c cleaning 2470 clauses out of 5001
4.89/2.60	c cleaning 4199 clauses out of 8530
7.84/4.86	c cleaning 5633 clauses out of 11331
12.15/8.79	c cleaning 6810 clauses out of 13698
18.32/14.72	c cleaning 7890 clauses out of 15889
28.95/25.16	c cleaning 8972 clauses out of 17998
43.57/39.44	c cleaning 9997 clauses out of 20026
61.95/57.58	c cleaning 10959 clauses out of 22029
87.11/82.36	c cleaning 11962 clauses out of 24071
129.65/124.62	c cleaning 12976 clauses out of 26108
183.42/177.91	c cleaning 14026 clauses out of 28133
252.75/246.81	c cleaning 14976 clauses out of 30108
365.25/358.31	c cleaning 15983 clauses out of 32130
512.54/504.24	c cleaning 17014 clauses out of 34148
754.69/744.16	c cleaning 17999 clauses out of 36136
1105.83/1089.50	c cleaning 19049 clauses out of 38135
1641.78/1619.70	c cleaning 19983 clauses out of 40086
2334.94/2305.64	c cleaning 20998 clauses out of 42103
3022.55/2983.85	c cleaning 21980 clauses out of 44105
3600.06/3542.71	c starts		: 133
3600.06/3542.73	c conflicts		: 287506
3600.06/3542.73	c decisions		: 375591
3600.06/3542.73	c propagations		: 2705779
3600.06/3542.73	c inspects		: 7340364362
3600.06/3542.73	c shortcuts		: 0
3600.06/3542.73	c learnt literals	: 0
3600.06/3542.73	c learnt binary clauses	: 0
3600.06/3542.73	c learnt ternary clauses	: 0
3600.06/3542.73	c learnt constraints	: 287506
3600.06/3542.73	c ignored constraints	: 0
3600.06/3542.73	c root simplifications	: 0
3600.06/3542.73	c removed literals (reason simplification)	: 0
3600.06/3542.74	c reason swapping (by a shorter reason)	: 0
3600.06/3542.74	c Calls to reduceDB	: 19
3600.06/3542.74	c Number of update (reduction) of LBD	: 0
3600.06/3542.74	c Imported unit clauses	: 0
3600.06/3542.74	c No decision after first conflict	: false
3600.06/3542.74	c number of reductions to clauses (during analyze)	: 0
3600.06/3542.74	c number of learned constraints concerned by reduction	: 0
3600.06/3542.74	c number of learning phase by resolution	: 0
3600.06/3542.74	c number of learning phase by cutting planes	: 0
3600.06/3542.74	c number of rounding to 1 operations	: 0
3600.06/3542.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3542.74	c number of reductions of the coefficients by power 2 	: 0
3600.06/3542.74	c number of right shift for reduction by power 2 	: 0
3600.06/3542.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3542.74	c number of ending skipping 	: 0
3600.06/3542.74	c number of internal skipping 	: 0
3600.06/3542.74	c number of derivation steps 	: 1436062
3600.06/3542.74	c number of skipped derivation steps 	: 0
3600.06/3542.74	c number of remaining unassigned 	: 33852
3600.06/3542.74	c number of remaining assigned 	: 18009401
3600.06/3542.74	c number of falsified literals weakened from reason	: 0
3600.06/3542.74	c number of falsified literals weakened from conflict	: 0
3600.06/3542.74	c time for arithmetic operations	: 6423760240
3600.06/3542.75	c minimum degree of deleted constraints	: null
3600.06/3542.75	c maximum degree of deleted constraints	: null
3600.06/3542.75	c number of deleted constraints	: 0
3600.06/3542.75	c speed (assignments/second)	: 763.7986873219669
3600.06/3542.76	c non guided choices	: 5163
3600.26/3542.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 162
3600.26/3542.80	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 43371
3600.26/3542.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 97
3600.26/3542.81	s UNKNOWN
3600.26/3542.81	c Total wall clock time (in seconds): 3542.643

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 0.99 1.23 2.18 9/334 27425
/proc/meminfo: memFree=129753592/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=18930384 memory=55408 CPUtime=0.11 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 6481 0 0 0 8 3 0 0 20 0 18 0 36140164 19384713216 13852 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4732596 13852 5367 1 0 547564 0
[pid=27352/tid=27370] ppid=27340 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 5011 0 0 0 5 2 0 0 20 0 18 0 36140166 19384713216 13852 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=18930384 memory=2621 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140168 19384713216 13852 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140168 19384713216 13852 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55408 KiB

[startup+0.205736 s]*
/proc/loadavg: 0.99 1.23 2.18 12/334 27425
/proc/meminfo: memFree=129724568/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=18930384 memory=64332 CPUtime=0.3 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 7129 0 0 0 27 3 0 0 20 0 18 0 36140164 19384713216 16083 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4732596 16083 5431 1 0 548005 0
[pid=27352/tid=27370] ppid=27340 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 5371 0 0 0 14 2 0 0 20 0 18 0 36140166 19384713216 16083 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=18930384 memory=2621 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140168 19384713216 16083 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140168 19384713216 16083 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64332 KiB

[startup+0.305686 s]*
/proc/loadavg: 0.99 1.23 2.18 11/338 27429
/proc/meminfo: memFree=129668048/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=18996948 memory=80396 CPUtime=0.5 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 7779 0 0 0 46 4 0 0 20 0 19 0 36140164 19452874752 20099 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4749237 20099 5431 1 0 548566 0
[pid=27352/tid=27370] ppid=27340 vsize=18996948 memory=-6000919502788191597 CPUtime=0.24 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 5468 0 0 0 22 2 0 0 20 0 19 0 36140166 19452874752 20099 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36140168 19452874752 20099 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36140168 19452874752 20131 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36140186 19452874752 20131 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80396 KiB

[startup+0.700242 s]
/proc/loadavg: 0.99 1.23 2.18 9/341 27432
/proc/meminfo: memFree=129377676/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=159492 CPUtime=1.26 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 11413 0 0 0 120 6 0 0 20 0 20 0 36140164 19521036288 39873 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 39873 5495 1 0 550330 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=17408 CPUtime=0.57 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 5510 0 0 0 54 3 0 0 20 0 20 0 36140166 19521036288 39873 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 39873 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 39873 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 39873 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 159492 KiB

[startup+1.50026 s]
/proc/loadavg: 1.55 1.35 2.21 9/342 27433
/proc/meminfo: memFree=128884000/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=510996 CPUtime=2.84 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 18351 0 0 0 270 14 0 0 20 0 20 0 36140164 19521036288 127749 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 127749 5495 1 0 555132 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=10752 CPUtime=1.34 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 5742 0 0 0 124 10 0 0 20 0 20 0 36140166 19521036288 127749 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 127749 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 127749 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 127749 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 510996 KiB

[startup+3.10568 s]
/proc/loadavg: 1.55 1.35 2.21 6/342 27433
/proc/meminfo: memFree=125462956/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=1189724 CPUtime=5.89 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 24434 0 0 0 560 29 0 0 20 0 20 0 36140164 19521036288 297431 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 297431 5495 1 0 555145 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=10752 CPUtime=2.92 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 6512 0 0 0 269 23 0 0 20 0 20 0 36140166 19521036288 297431 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=-6000919507083158893 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 297431 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 297431 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 297431 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1189724 KiB

[startup+6.30027 s]
/proc/loadavg: 1.91 1.42 2.23 5/342 27433
/proc/meminfo: memFree=123760472/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=1313200 CPUtime=9.38 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 27378 0 0 0 906 32 0 0 20 0 20 0 36140164 19521036288 328300 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 328300 5495 1 0 555146 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=0 CPUtime=6.07 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 7056 0 0 0 581 26 0 0 20 0 20 0 36140166 19521036288 328300 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 328300 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 328300 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 328300 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313200 KiB

[startup+12.7002 s]
/proc/loadavg: 2.07 1.47 2.24 5/342 27433
/proc/meminfo: memFree=123756408/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=1323856 CPUtime=16.3 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 30116 0 0 0 1597 33 0 0 20 0 20 0 36140164 19521036288 330964 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 330964 5495 1 0 555146 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=10752 CPUtime=12.31 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 8309 0 0 0 1205 26 0 0 20 0 20 0 36140166 19521036288 330964 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=1319712 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 330964 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 330964 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=-6000919507083158893 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 330964 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323856 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 1.58 2.27 5/342 27433
/proc/meminfo: memFree=123704556/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=1342496 CPUtime=29.34 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 37044 0 0 0 2900 34 0 0 20 0 20 0 36140164 19521036288 335624 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 335624 5495 1 0 555146 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=1319712 CPUtime=24.81 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 10534 0 0 0 2455 26 0 0 20 0 20 0 36140166 19521036288 335624 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 335624 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=-6000919507083158893 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 335624 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=1313200 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 335624 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1342496 KiB

[startup+51.1058 s]
/proc/loadavg: 3.16 1.83 2.33 5/342 27433
/proc/meminfo: memFree=123561164/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=1369636 CPUtime=55.47 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 40101 0 0 0 5511 36 0 0 20 0 20 0 36140164 19521036288 342409 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 342409 5495 1 0 555161 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=1367560 CPUtime=49.88 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 12119 0 0 0 4962 26 0 0 20 0 20 0 36140166 19521036288 342409 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=1361296 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.27 4.18 4.11 5/339 27600
/proc/meminfo: memFree=119223332/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2427096 CPUtime=3269.82 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 98326 0 0 0 326806 176 0 0 20 0 20 0 36140164 19521036288 606774 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 606774 5495 1 0 662550 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=14848 CPUtime=3178.41 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 45089 0 0 0 317785 56 0 0 20 0 20 0 36140166 19521036288 606774 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=2416856 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 606774 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1355 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 606774 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 606774 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3269.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2427096 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.18 4.11 5/339 27603
/proc/meminfo: memFree=119209960/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2439384 CPUtime=3331.46 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 100778 0 0 0 332967 179 0 0 20 0 20 0 36140164 19521036288 609846 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 609846 5495 1 0 662550 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=2437336 CPUtime=3237.4 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 46511 0 0 0 323684 56 0 0 20 0 20 0 36140166 19521036288 609846 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 609846 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=2437336 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1355 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 609846 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 609846 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3331.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2439384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.11 5/340 27606
/proc/meminfo: memFree=119193324/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2455896 CPUtime=3393.64 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 103012 0 0 0 339182 182 0 0 20 0 20 0 36140164 19521036288 613974 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 613974 5495 1 0 662575 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=2439384 CPUtime=3296.26 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 47701 0 0 0 329569 57 0 0 20 0 20 0 36140166 19521036288 613974 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 613974 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1432 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 613974 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 613974 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3393.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.54 4.28 4.15 5/341 27609
/proc/meminfo: memFree=119156040/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2470236 CPUtime=3455 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 103219 0 0 0 345315 185 0 0 20 0 20 0 36140164 19521036288 617559 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 617559 5495 1 0 662575 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=2453848 CPUtime=3355.29 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 47754 0 0 0 335472 57 0 0 20 0 20 0 36140166 19521036288 617559 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=2459996 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 617559 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=2470236 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1529 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 617559 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=-6000919507083158893 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 617559 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3455 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2470236 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.26 4.15 5/342 27614
/proc/meminfo: memFree=119150128/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2474332 CPUtime=3517.04 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 103727 0 0 0 351517 187 0 0 20 0 20 0 36140164 19521036288 618583 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 618583 5495 1 0 662575 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=2453848 CPUtime=3414.28 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 48145 0 0 0 341370 58 0 0 20 0 20 0 36140166 19521036288 618583 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=2472284 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 618583 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1529 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 618583 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=2474332 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 618583 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3517.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2474332 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.24 4.15 6/342 27616
/proc/meminfo: memFree=119133504/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2486628 CPUtime=3579.43 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 105968 0 0 0 357753 190 0 0 20 0 20 0 36140164 19521036288 621657 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 621657 5495 1 0 662575 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=14848 CPUtime=3473.01 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 49277 0 0 0 347243 58 0 0 20 0 20 0 36140166 19521036288 621657 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 621657 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=2486628 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1529 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 621657 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=2486628 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 621657 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3579.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2486628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542.7 s]
/proc/loadavg: 4.16 4.22 4.15 5/342 27616
/proc/meminfo: memFree=119125888/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19063512 memory=2494820 CPUtime=3600.06 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 106391 0 0 0 359815 191 0 0 20 0 20 0 36140164 19521036288 623705 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4765878 623705 5495 1 0 662575 0
[pid=27352/tid=27370] ppid=27340 vsize=19063512 memory=2478436 CPUtime=3493.19 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 49563 0 0 0 349260 59 0 0 20 0 20 0 36140166 19521036288 623705 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19063512 memory=2476388 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 623705 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19063512 memory=2492772 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1608 0 0 0 0 0 0 0 20 0 20 0 36140168 19521036288 623705 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27428] ppid=27340 vsize=19063512 memory=2494820 CPUtime=0 cores=1,3
/proc/27352/task/27428/stat : 27428 (Timer-0) S 27340 27352 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 623705 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2494820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.37 s, system=1.92959 s

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

[startup+3542.8 s]
/proc/loadavg: 4.16 4.22 4.15 5/342 27616
/proc/meminfo: memFree=119125888/131249996 swapFree=33010684/33010684
[pid=27352] ppid=27340 vsize=19263204 memory=2495716 CPUtime=3600.26 cores=1,3
/proc/27352/stat : 27352 (java) S 27340 27352 27288 0 -1 4194304 108861 0 0 0 359835 191 0 0 20 0 21 0 36140164 19725520896 623929 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
/proc/27352/statm: 4815801 623929 5495 1 0 663527 0
[pid=27352/tid=27370] ppid=27340 vsize=19263204 memory=14848 CPUtime=3493.29 cores=1,3
/proc/27352/task/27370/stat : 27370 (java) R 27340 27352 27288 0 -1 4194368 49584 0 0 0 349270 59 0 0 20 0 21 0 36140166 19725520896 623929 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27408] ppid=27340 vsize=19263204 memory=-6000919507083158893 CPUtime=0 cores=1,3
/proc/27352/task/27408/stat : 27408 (Finalizer) S 27340 27352 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36140168 19725520896 623929 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
[pid=27352/tid=27416] ppid=27340 vsize=19263204 memory=4252 CPUtime=0 cores=1,3
/proc/27352/task/27416/stat : 27416 (Common-Cleaner) S 27340 27352 27288 0 -1 4194368 1608 0 0 0 0 0 0 0 20 0 21 0 36140168 19725520896 623929 18446744073709551615 94173248393216 94173248396912 140734868121088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94173248404728 94173248405520 94173278707712 140734868126078 140734868126182 140734868126182 140734868131784 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2495716 KiB

Child status: 143

Real time (s): 3542.84
CPU time (s): 3600.3
CPU user time (s): 3598.37
CPU system time (s): 1.92959
CPU usage (%): 101.622
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2495716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.37
system time used= 1.92959
maximum resident set size= 2495844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150757
involuntary context switches= 14474


# summary of solver processes directly reported to runsolver:
#   pid: 27352
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3598.37
#   total CPU system time (s): 1.92959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90679 second user time and 17.6817 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 15:43:47
IDJOB=4510334
IDBENCH=160355
IDSOLVER=3361
FILE ID=nodeC015/4510334-1751204627
RUNJOBID= nodeC015-1751204626-27300
SLURM_JOB_ID= 9587617
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510334-1751204627/watcher-4510334-1751204627 -o /tmp/evaluation-result-4510334-1751204627/solver-4510334-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751204626-27300 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510334-1751204627.opb

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

MD5SUM BENCH= 42530f8fa6d5232445304732efe45d63
RANDOM SEED=1273840755

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.067
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		: 3599.872
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.343
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		: 3600.062
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.091
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		: 3600.147
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.038
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		: 1209.405
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:        129835776 kB
MemAvailable:   129731408 kB
Buffers:            3280 kB
Cached:           704756 kB
SwapCached:            0 kB
Active:           335128 kB
Inactive:         448388 kB
Active(anon):      93556 kB
Inactive(anon):        0 kB
Active(file):     241572 kB
Inactive(file):   448388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2404 kB
Writeback:            12 kB
AnonPages:         78616 kB
Mapped:           102216 kB
Shmem:             18076 kB
KReclaimable:      89824 kB
Slab:             175556 kB
SReclaimable:      89824 kB
SUnreclaim:        85732 kB
KernelStack:        4120 kB
PageTables:         2580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 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 16:42:50