Trace number 4510406

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.28 3550.63

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
MD5SUMffca2f526e16739a014d253021fa9e9c
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 benchmark48.9927
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints1258
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1256
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.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: ANY
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Armin Biere (Picosat) restarts strategy
0.10/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4510406-1751204627.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  no objective function found
0.28/0.23	c ... done. Wall clock time 0.061s.
0.28/0.24	c declared #vars     901
0.28/0.24	c #constraints  1258
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.28/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1256
0.28/0.24	c 1258 constraints processed.
2.20/1.22	c cleaning 2449 clauses out of 5001
4.98/2.61	c cleaning 4229 clauses out of 8551
7.91/5.28	c cleaning 5615 clauses out of 11323
11.63/8.77	c cleaning 6822 clauses out of 13708
16.49/13.26	c cleaning 7905 clauses out of 15885
25.31/21.89	c cleaning 8951 clauses out of 17980
42.57/38.81	c cleaning 9974 clauses out of 20029
64.45/60.56	c cleaning 10981 clauses out of 22056
84.38/80.12	c cleaning 11993 clauses out of 24076
122.31/116.23	c cleaning 13010 clauses out of 26083
265.56/258.69	c cleaning 14011 clauses out of 28072
384.39/376.02	c cleaning 15023 clauses out of 30061
456.76/447.40	c cleaning 15970 clauses out of 32037
538.30/527.32	c cleaning 17010 clauses out of 34067
633.33/620.51	c cleaning 18010 clauses out of 36059
826.68/808.96	c cleaning 18998 clauses out of 38047
1262.08/1240.57	c cleaning 19988 clauses out of 40050
1990.51/1963.79	c cleaning 21004 clauses out of 42062
3164.86/3124.43	c cleaning 21994 clauses out of 44058
3600.04/3550.52	c starts		: 131
3600.04/3550.55	c conflicts		: 275047
3600.04/3550.55	c decisions		: 352524
3600.04/3550.55	c propagations		: 2545594
3600.04/3550.55	c inspects		: 5778435025
3600.04/3550.55	c shortcuts		: 0
3600.04/3550.55	c learnt literals	: 0
3600.04/3550.55	c learnt binary clauses	: 0
3600.04/3550.55	c learnt ternary clauses	: 0
3600.04/3550.55	c learnt constraints	: 275047
3600.04/3550.55	c ignored constraints	: 0
3600.04/3550.55	c root simplifications	: 0
3600.04/3550.55	c removed literals (reason simplification)	: 0
3600.04/3550.55	c reason swapping (by a shorter reason)	: 0
3600.04/3550.55	c Calls to reduceDB	: 19
3600.04/3550.55	c Number of update (reduction) of LBD	: 0
3600.04/3550.55	c Imported unit clauses	: 0
3600.04/3550.55	c No decision after first conflict	: false
3600.04/3550.55	c number of reductions to clauses (during analyze)	: 0
3600.04/3550.55	c number of learned constraints concerned by reduction	: 0
3600.04/3550.55	c number of learning phase by resolution	: 0
3600.04/3550.55	c number of learning phase by cutting planes	: 0
3600.04/3550.55	c number of rounding to 1 operations	: 0
3600.04/3550.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3550.56	c number of reductions of the coefficients by power 2 	: 0
3600.04/3550.56	c number of right shift for reduction by power 2 	: 0
3600.04/3550.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3550.56	c number of ending skipping 	: 0
3600.04/3550.56	c number of internal skipping 	: 0
3600.04/3550.56	c number of derivation steps 	: 1353806
3600.04/3550.56	c number of skipped derivation steps 	: 0
3600.04/3550.56	c number of remaining unassigned 	: 92355
3600.04/3550.56	c number of remaining assigned 	: 27587448
3600.04/3550.56	c number of falsified literals weakened from reason	: 0
3600.04/3550.56	c number of falsified literals weakened from conflict	: 0
3600.04/3550.56	c time for arithmetic operations	: 9045018671
3600.04/3550.56	c minimum degree of deleted constraints	: null
3600.04/3550.56	c maximum degree of deleted constraints	: null
3600.04/3550.56	c number of deleted constraints	: 0
3600.04/3550.58	c speed (assignments/second)	: 717.0030912662926
3600.04/3550.58	c non guided choices	: 7823
3600.24/3550.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 190
3600.24/3550.61	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 30570
3600.24/3550.61	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 350
3600.24/3550.61	s UNKNOWN
3600.24/3550.61	c Total wall clock time (in seconds): 3550.44

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=27344, runsolver pid=27338

[startup+0.10006 s]*
/proc/loadavg: 0.99 1.23 2.18 6/334 27425
/proc/meminfo: memFree=129763976/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=18930384 memory=53008 CPUtime=0.1 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 6424 0 0 0 8 2 0 0 20 0 18 0 36140162 19384713216 13252 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4732596 13252 5327 1 0 547511 0
[pid=27344/tid=27358] ppid=27338 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 4950 0 0 0 5 1 0 0 20 0 18 0 36140164 19384713216 13252 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140167 19384713216 13252 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140167 19384713216 13252 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53008 KiB

[startup+0.205748 s]*
/proc/loadavg: 0.99 1.23 2.18 12/334 27425
/proc/meminfo: memFree=129733264/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=18930384 memory=66208 CPUtime=0.28 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 7070 0 0 0 26 2 0 0 20 0 18 0 36140162 19384713216 16552 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4732596 16552 5423 1 0 547937 0
[pid=27344/tid=27358] ppid=27338 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 5343 0 0 0 14 2 0 0 20 0 18 0 36140164 19384713216 16552 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140167 19384713216 16552 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140167 19384713216 16552 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66208 KiB

[startup+0.305656 s]*
/proc/loadavg: 0.99 1.23 2.18 13/338 27429
/proc/meminfo: memFree=129679012/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=18996948 memory=82356 CPUtime=0.47 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 7623 0 0 0 44 3 0 0 20 0 19 0 36140162 19452874752 20589 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4749237 20589 5423 1 0 548521 0
[pid=27344/tid=27358] ppid=27338 vsize=18996948 memory=-6000919502788191597 CPUtime=0.22 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 5428 0 0 0 20 2 0 0 20 0 19 0 36140164 19452874752 20589 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36140167 19452874752 20589 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36140167 19452874752 20589 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36140186 19452874752 20589 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82356 KiB

[startup+0.700252 s]
/proc/loadavg: 0.99 1.23 2.18 11/341 27432
/proc/meminfo: memFree=129385868/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=164388 CPUtime=1.22 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 12184 0 0 0 117 5 0 0 20 0 20 0 36140162 19521036288 41097 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 41097 5455 1 0 551109 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=17408 CPUtime=0.56 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 5466 0 0 0 52 4 0 0 20 0 20 0 36140164 19521036288 41097 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 41097 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 41097 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 41097 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164388 KiB

[startup+1.50026 s]
/proc/loadavg: 1.55 1.35 2.21 10/342 27433
/proc/meminfo: memFree=128908576/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=517400 CPUtime=2.8 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 22931 0 0 0 266 14 0 0 20 0 20 0 36140162 19521036288 129350 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 129350 5455 1 0 555258 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 6504 0 0 0 123 10 0 0 20 0 20 0 36140164 19521036288 129350 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 129350 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 129350 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 129350 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 517400 KiB

[startup+3.10567 s]
/proc/loadavg: 1.55 1.35 2.21 6/342 27433
/proc/meminfo: memFree=125512108/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=1313732 CPUtime=5.79 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 31120 0 0 0 548 31 0 0 20 0 20 0 36140162 19521036288 328433 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 328433 5455 1 0 693578 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=10752 CPUtime=2.86 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 7741 0 0 0 261 25 0 0 20 0 20 0 36140164 19521036288 328433 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=-6000919472740197741 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 328433 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 328433 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 328433 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313732 KiB

[startup+6.30023 s]
/proc/loadavg: 1.91 1.42 2.23 5/342 27433
/proc/meminfo: memFree=123760472/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=1823460 CPUtime=9.18 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 31494 0 0 0 877 41 0 0 20 0 20 0 36140162 19521036288 455865 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 455865 5455 1 0 693598 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=0 CPUtime=6.02 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 8024 0 0 0 567 35 0 0 20 0 20 0 36140164 19521036288 455865 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 455865 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 455865 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 455865 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1823460 KiB

[startup+12.7003 s]
/proc/loadavg: 2.07 1.47 2.24 5/342 27433
/proc/meminfo: memFree=123756408/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=1823844 CPUtime=15.96 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 32118 0 0 0 1555 41 0 0 20 0 20 0 36140162 19521036288 455961 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 455961 5455 1 0 693598 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=10752 CPUtime=12.29 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 8542 0 0 0 1194 35 0 0 20 0 20 0 36140164 19521036288 455961 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=1823716 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 455961 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 455961 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=-6000919472740197741 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 455961 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 15.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1823844 KiB

[startup+25.5003 s]
/proc/loadavg: 2.52 1.58 2.27 5/342 27433
/proc/meminfo: memFree=123704556/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=1832196 CPUtime=29.11 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 39012 0 0 0 2868 43 0 0 20 0 20 0 36140162 19521036288 458049 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 458049 5455 1 0 693599 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=1823716 CPUtime=24.77 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 10388 0 0 0 2441 36 0 0 20 0 20 0 36140164 19521036288 458049 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 458049 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=-6000919472740197741 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 458049 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=1823460 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 458049 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 29.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1832196 KiB

[startup+51.1059 s]
/proc/loadavg: 3.16 1.83 2.33 6/342 27433
/proc/meminfo: memFree=123561164/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=1879732 CPUtime=54.96 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 42507 0 0 0 5451 45 0 0 20 0 20 0 36140162 19521036288 469933 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 469933 5455 1 0 693624 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=1879732 CPUtime=49.79 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 12849 0 0 0 4943 36 0 0 20 0 20 0 36140164 19521036288 469933 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=1867328 CPUtime=0 cores=4,6

################
# 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=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3264.88 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 125403 0 0 0 326277 211 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695115 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3179.81 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 58944 0 0 0 317925 56 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3264.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 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=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3326.73 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 127427 0 0 0 332459 214 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695115 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3238.74 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 60189 0 0 0 323817 57 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3326.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 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=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3389.04 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 127722 0 0 0 338688 216 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695115 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3297.56 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 60358 0 0 0 329699 57 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3389.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 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=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3450.4 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 129233 0 0 0 344821 219 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695116 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3356.63 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 61411 0 0 0 335606 57 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3450.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 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=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3510.9 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 130609 0 0 0 350869 221 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695116 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3416.01 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 62437 0 0 0 341544 57 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 2041 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3510.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.24 4.15 5/342 27616
/proc/meminfo: memFree=119133504/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3571.58 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 131673 0 0 0 356933 225 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695116 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3475.4 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 62990 0 0 0 347482 58 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 2116 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3571.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550.5 s]
/proc/loadavg: 4.23 4.24 4.15 6/342 27752
/proc/meminfo: memFree=121522868/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3600.04 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 131712 0 0 0 359775 229 0 0 20 0 20 0 36140162 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4765878 672259 5487 1 0 695116 0
[pid=27344/tid=27358] ppid=27338 vsize=19063512 memory=2689036 CPUtime=3503.25 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 62999 0 0 0 350264 61 0 0 20 0 20 0 36140164 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19063512 memory=2689036 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 20 0 36140167 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27427] ppid=27338 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/27344/task/27427/stat : 27427 (Timer-0) S 27338 27344 27288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140186 19521036288 672259 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689036 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.97 s, system=2.31015 s

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

[startup+3550.6 s]
/proc/loadavg: 4.23 4.24 4.15 6/342 27752
/proc/meminfo: memFree=121522868/131249996 swapFree=33010684/33010684
[pid=27344] ppid=27338 vsize=19263204 memory=2690060 CPUtime=3600.24 cores=4,6
/proc/27344/stat : 27344 (java) S 27338 27344 27288 0 -1 4194304 134049 0 0 0 359794 230 0 0 20 0 21 0 36140162 19725520896 672515 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
/proc/27344/statm: 4815801 672515 5519 1 0 696068 0
[pid=27344/tid=27358] ppid=27338 vsize=19263204 memory=5632 CPUtime=3503.35 cores=4,6
/proc/27344/task/27358/stat : 27358 (java) R 27338 27344 27288 0 -1 4194368 63039 0 0 0 350274 61 0 0 20 0 21 0 36140164 19725520896 672515 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27386] ppid=27338 vsize=19263204 memory=17408 CPUtime=0 cores=4,6
/proc/27344/task/27386/stat : 27386 (Finalizer) S 27338 27344 27288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36140167 19725520896 672515 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
[pid=27344/tid=27402] ppid=27338 vsize=19263204 memory=10752 CPUtime=0 cores=4,6
/proc/27344/task/27402/stat : 27402 (Common-Cleaner) S 27338 27344 27288 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 21 0 36140167 19725520896 672515 18446744073709551615 94184463745024 94184463748720 140725427388048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94184463756536 94184463757328 94184479977472 140725427394942 140725427395046 140725427395046 140725427400648 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2690060 KiB

Child status: 143

Real time (s): 3550.63
CPU time (s): 3600.28
CPU user time (s): 3597.97
CPU system time (s): 2.31015
CPU usage (%): 101.398
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2690060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.97
system time used= 2.31015
maximum resident set size= 2690188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143704
involuntary context switches= 14339


# summary of solver processes directly reported to runsolver:
#   pid: 27344
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.97
#   total CPU system time (s): 2.31015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35923 second user time and 18.7712 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 15:43:47
IDJOB=4510406
IDBENCH=160360
IDSOLVER=3361
FILE ID=nodeC015/4510406-1751204627
RUNJOBID= nodeC015-1751204626-27299
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-ECgrid5x90split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510406-1751204627/watcher-4510406-1751204627 -o /tmp/evaluation-result-4510406-1751204627/solver-4510406-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751204626-27299 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510406-1751204627.opb

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

MD5SUM BENCH= ffca2f526e16739a014d253021fa9e9c
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.091
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.062
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.121
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.085
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.062
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.148
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		: 3601.122
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:           334804 kB
Inactive:         448388 kB
Active(anon):      93232 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:     340524 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:58