Trace number 4544303

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 VeriPB 2025-06-06? (TO) 3600.18 3554.48

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
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.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
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 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4544303-1753227628.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.30/0.25	c ... done. Wall clock time 0.092s.
0.30/0.25	c declared #vars     2103
0.30/0.25	c #constraints  2105
0.30/0.25	c constraints type 
0.30/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1404
0.30/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 700
0.30/0.26	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.30/0.26	c 2105 constraints processed.
20.07/14.50	c cleaning 2492 clauses out of 5000 with flag 0/5000
58.55/52.02	c cleaning 4248 clauses out of 8508 with flag 0/11000
127.52/119.98	c cleaning 5629 clauses out of 11260 with flag 0/18000
235.13/226.78	c cleaning 6816 clauses out of 13632 with flag 0/26001
349.63/340.24	c cleaning 7903 clauses out of 15815 with flag 0/35000
505.26/494.22	c cleaning 8956 clauses out of 17917 with flag 0/45005
651.65/639.38	c cleaning 9980 clauses out of 19963 with flag 0/56007
819.16/804.96	c cleaning 10993 clauses out of 21985 with flag 0/68009
1062.91/1047.02	c cleaning 11980 clauses out of 23983 with flag 0/81000
1339.33/1321.35	c cleaning 13001 clauses out of 26005 with flag 0/95002
1700.96/1679.91	c cleaning 13997 clauses out of 28004 with flag 0/110002
2140.88/2114.63	c cleaning 15003 clauses out of 30005 with flag 0/126000
2671.67/2639.12	c cleaning 15994 clauses out of 32002 with flag 0/143000
3490.86/3446.17	c cleaning 16998 clauses out of 34008 with flag 0/161000
3600.05/3554.41	c starts		: 40
3600.05/3554.42	c conflicts		: 164444
3600.05/3554.42	c decisions		: 183589
3600.05/3554.42	c propagations		: 6832116
3600.05/3554.42	c inspects		: 773733217
3600.05/3554.42	c shortcuts		: 0
3600.05/3554.42	c learnt literals	: 0
3600.05/3554.42	c learnt binary clauses	: 0
3600.05/3554.42	c learnt ternary clauses	: 0
3600.05/3554.42	c learnt constraints	: 164444
3600.05/3554.43	c ignored constraints	: 0
3600.05/3554.43	c root simplifications	: 0
3600.05/3554.43	c removed literals (reason simplification)	: 0
3600.05/3554.43	c reason swapping (by a shorter reason)	: 0
3600.05/3554.43	c Calls to reduceDB	: 14
3600.05/3554.43	c Number of update (reduction) of LBD	: 195203
3600.05/3554.43	c Imported unit clauses	: 0
3600.05/3554.43	c No decision after first conflict	: false
3600.05/3554.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3554.43	c number of learned constraints concerned by reduction	: 0
3600.05/3554.43	c number of learning phase by resolution	: 0
3600.05/3554.43	c number of learning phase by cutting planes	: 0
3600.05/3554.43	c number of rounding to 1 operations	: 0
3600.05/3554.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3554.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3554.43	c number of right shift for reduction by power 2 	: 0
3600.05/3554.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3554.43	c number of ending skipping 	: 0
3600.05/3554.43	c number of internal skipping 	: 0
3600.05/3554.43	c number of derivation steps 	: 2076969
3600.05/3554.43	c number of skipped derivation steps 	: 0
3600.05/3554.43	c number of remaining unassigned 	: 346967
3600.05/3554.43	c number of remaining assigned 	: 217418162
3600.05/3554.43	c number of falsified literals weakened from reason	: 0
3600.05/3554.43	c number of falsified literals weakened from conflict	: 0
3600.05/3554.44	c time for arithmetic operations	: 23403199715
3600.05/3554.44	c timeout
3600.05/3554.44	c minimum degree of deleted constraints	: 8
3600.05/3554.44	c maximum degree of deleted constraints	: 676417327617922453581196365455559491152351273278232202507921375674097290632330908873522227390335391577208454286869882753310015045996668144756904305214300488202195673601256553632323150649999915773119891013830000
3600.05/3554.44	c number of deleted constraints	: 143990
3600.05/3554.44	c speed (assignments/second)	: 1922.2795099298432
3600.05/3554.44	c non guided choices	: 663
3600.05/3554.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 64
3600.05/3554.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20390
3600.05/3554.46	s UNKNOWN
3600.05/3554.46	c Total wall clock time (in seconds): 3554.305

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (56800 MiB free)
  memory of node 1: 64507 MiB (59164 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544303-1753227628/watcher-4544303-1753227628 -o /tmp/evaluation-result-4544303-1753227628/solver-4544303-1753227628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173948 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544303-1753227628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544303-1753227628.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=175364, runsolver pid=175361

[startup+0.10006 s]*
/proc/loadavg: 4.34 4.23 4.19 5/340 175382
/proc/meminfo: memFree=118715880/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=18930384 memory=55680 CPUtime=0.12 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 6547 0 0 0 10 2 0 0 20 0 18 0 238442361 19384713216 13920 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4732596 13920 5370 1 0 547604 0
[pid=175364/tid=175366] ppid=175361 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 238442362 19384713216 13920 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238442364 19384713216 13920 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238442365 19384713216 13920 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55680 KiB

[startup+0.205668 s]*
/proc/loadavg: 4.34 4.23 4.19 6/340 175382
/proc/meminfo: memFree=118713976/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=18930384 memory=76880 CPUtime=0.3 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 7152 0 0 0 28 2 0 0 20 0 18 0 238442361 19384713216 19220 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4732596 19220 5466 1 0 548008 0
[pid=175364/tid=175366] ppid=175361 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 5379 0 0 0 14 2 0 0 20 0 18 0 238442362 19384713216 19220 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=18930384 memory=16912 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238442364 19384713216 19220 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238442365 19384713216 19220 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76880 KiB

[startup+0.305684 s]*
/proc/loadavg: 4.34 4.23 4.19 7/341 175383
/proc/meminfo: memFree=118709440/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=18996948 memory=118776 CPUtime=0.49 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 8466 0 0 0 45 4 0 0 20 0 19 0 238442361 19452874752 29694 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4749237 29694 5466 1 0 548884 0
[pid=175364/tid=175366] ppid=175361 vsize=18996948 memory=-9103858865566163644 CPUtime=0.24 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 5486 0 0 0 21 3 0 0 20 0 19 0 238442362 19452874752 29694 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238442364 19452874752 29694 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238442365 19452874752 29694 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238442387 19452874752 29694 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118776 KiB

[startup+0.700234 s]
/proc/loadavg: 4.34 4.23 4.19 6/341 175383
/proc/meminfo: memFree=118702068/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=171012 CPUtime=1.24 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 13608 0 0 0 118 6 0 0 20 0 20 0 238442361 19521036288 42753 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 42753 5498 1 0 552672 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=23168 CPUtime=0.55 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 5503 0 0 0 51 4 0 0 20 0 20 0 238442362 19521036288 42753 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 42753 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 42753 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 42753 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171012 KiB

[startup+1.50025 s]
/proc/loadavg: 4.34 4.23 4.19 6/342 175384
/proc/meminfo: memFree=118672392/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=194188 CPUtime=2.82 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 21964 0 0 0 274 8 0 0 20 0 20 0 238442361 19521036288 48547 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 48547 5498 1 0 554743 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=10624 CPUtime=1.3 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 5912 0 0 0 126 4 0 0 20 0 20 0 238442362 19521036288 48547 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 48547 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 48547 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 48547 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194188 KiB

[startup+3.10558 s]
/proc/loadavg: 4.34 4.23 4.19 6/342 175384
/proc/meminfo: memFree=118448496/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=392468 CPUtime=6 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 26918 0 0 0 587 13 0 0 20 0 20 0 238442361 19521036288 98117 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 98117 5498 1 0 555476 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=10624 CPUtime=2.83 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 6659 0 0 0 275 8 0 0 20 0 20 0 238442362 19521036288 98117 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=-9103858865566163644 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 98117 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 98117 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 98117 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 392468 KiB

[startup+6.30024 s]
/proc/loadavg: 4.47 4.26 4.20 5/342 175384
/proc/meminfo: memFree=118024336/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=834340 CPUtime=11.23 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 29235 0 0 0 1100 23 0 0 20 0 20 0 238442361 19521036288 208585 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 208585 5498 1 0 662010 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=0 CPUtime=5.89 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 6892 0 0 0 572 17 0 0 20 0 20 0 238442362 19521036288 208585 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 208585 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 208585 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=194316 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 208585 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 11.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 834340 KiB

[startup+12.7002 s]
/proc/loadavg: 4.43 4.26 4.20 5/342 175384
/proc/meminfo: memFree=117840836/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=1201040 CPUtime=17.99 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 29977 0 0 0 1767 32 0 0 20 0 20 0 238442361 19521036288 300260 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 300260 5498 1 0 662010 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=194316 CPUtime=12.2 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 7518 0 0 0 1195 25 0 0 20 0 20 0 238442362 19521036288 300260 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 300260 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=963472 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 300260 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 300260 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 17.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1201040 KiB

[startup+25.5003 s]
/proc/loadavg: 4.34 4.25 4.19 6/342 175384
/proc/meminfo: memFree=117081668/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=1687236 CPUtime=31.45 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 41303 0 0 0 3099 46 0 0 20 0 20 0 238442361 19521036288 421809 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 421809 5498 1 0 662127 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=10624 CPUtime=24.69 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 10295 0 0 0 2437 32 0 0 20 0 20 0 238442362 19521036288 421809 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=963472 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 421809 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=3396 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 421809 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 421809 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 31.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687236 KiB

[startup+51.1056 s]
/proc/loadavg: 4.30 4.24 4.19 5/339 175385
/proc/meminfo: memFree=116793184/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=1814440 CPUtime=57.56 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 48171 0 0 0 5700 56 0 0 20 0 20 0 238442361 19521036288 453610 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 453610 5498 1 0 662159 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=1814440 CPUtime=49.86 cores=5,7

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

/proc/meminfo: memFree=114322892/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609132 CPUtime=3197.79 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 148610 0 0 0 319203 576 0 0 20 0 20 0 238442361 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652283 5530 1 0 663681 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609132 CPUtime=3127.96 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 61113 0 0 0 312355 441 0 0 20 0 20 0 238442362 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=2609132 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=2609132 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3197.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609132 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/341 175690
/proc/meminfo: memFree=114253628/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609132 CPUtime=3257.96 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 148732 0 0 0 325215 581 0 0 20 0 20 0 238442361 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652283 5530 1 0 663681 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609132 CPUtime=3187.48 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 61126 0 0 0 318303 445 0 0 20 0 20 0 238442362 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652283 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3257.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.20 4.18 5/341 175693
/proc/meminfo: memFree=114037632/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3320.14 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 148972 0 0 0 331426 588 0 0 20 0 20 0 238442361 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652315 5530 1 0 663704 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3246.89 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 61271 0 0 0 324241 448 0 0 20 0 20 0 238442362 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=2609132 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3320.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.23 4.19 6/341 175696
/proc/meminfo: memFree=112698940/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3382.51 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 149944 0 0 0 337655 596 0 0 20 0 20 0 238442361 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652315 5530 1 0 663704 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3306.26 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 62118 0 0 0 330173 453 0 0 20 0 20 0 238442362 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=2273 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=2609260 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=2609260 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3382.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.54 4.29 4.21 5/341 175896
/proc/meminfo: memFree=109038092/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3445.81 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 153636 0 0 0 343976 605 0 0 20 0 20 0 238442361 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652315 5530 1 0 663704 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3365.63 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 63885 0 0 0 336105 458 0 0 20 0 20 0 238442362 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=2273 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=2609260 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1657 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=2609260 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652315 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3445.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.27 4.21 5/343 175904
/proc/meminfo: memFree=108575876/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609772 CPUtime=3507.66 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 157387 0 0 0 350152 614 0 0 20 0 20 0 238442361 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652443 5530 1 0 663861 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609260 CPUtime=3425.07 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 65531 0 0 0 342043 464 0 0 20 0 20 0 238442362 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=2273 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=2609260 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1686 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=2609772 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3507.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609772 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.25 4.20 5/341 175906
/proc/meminfo: memFree=108108840/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609772 CPUtime=3567.8 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 157443 0 0 0 356159 621 0 0 20 0 20 0 238442361 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652443 5530 1 0 663861 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=2609772 CPUtime=3484.64 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 65569 0 0 0 347995 469 0 0 20 0 20 0 238442362 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=-9103858865566163644 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1686 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=2609772 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3567.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.4 s]
/proc/loadavg: 4.16 4.23 4.20 5/341 175907
/proc/meminfo: memFree=107994388/131249996 swapFree=33005016/33010684
[pid=175364] ppid=175361 vsize=19063512 memory=2609772 CPUtime=3600.05 cores=5,7
/proc/175364/stat : 175364 (java) S 175361 175364 173935 0 -1 4194304 157450 0 0 0 359379 626 0 0 20 0 20 0 238442361 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
/proc/175364/statm: 4765878 652443 5530 1 0 663861 0
[pid=175364/tid=175366] ppid=175361 vsize=19063512 memory=-9103858865566163644 CPUtime=3516.43 cores=5,7
/proc/175364/task/175366/stat : 175366 (java) R 175361 175364 173935 0 -1 4194368 65571 0 0 0 351170 473 0 0 20 0 20 0 238442362 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175375] ppid=175361 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/175364/task/175375/stat : 175375 (Finalizer) S 175361 175364 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238442364 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175382] ppid=175361 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/175364/task/175382/stat : 175382 (Common-Cleaner) S 175361 175364 173935 0 -1 4194368 1686 0 0 0 0 0 0 0 20 0 20 0 238442365 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
[pid=175364/tid=175383] ppid=175361 vsize=19063512 memory=4819956 CPUtime=0 cores=5,7
/proc/175364/task/175383/stat : 175383 (Timer-0) S 175361 175364 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238442387 19521036288 652443 18446744073709551615 94748099620864 94748099624560 140732869379216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94748099632376 94748099633168 94748102692864 140732869388625 140732869388772 140732869388772 140732869394376 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2609772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.91 s, system=6.27905 s

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

Child status: 143

Real time (s): 3554.48
CPU time (s): 3600.18
CPU user time (s): 3593.91
CPU system time (s): 6.27905
CPU usage (%): 101.286
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2609772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.91
system time used= 6.27905
maximum resident set size= 2610668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2580984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129047
involuntary context switches= 13530


# summary of solver processes directly reported to runsolver:
#   pid: 175364
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.91
#   total CPU system time (s): 6.27905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43081 second user time and 16.9069 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 01:40:28
IDJOB=4544303
IDBENCH=175223
IDSOLVER=3362
FILE ID=nodeC030/4544303-1753227628
RUNJOBID= nodeC030-1753223901-173948
SLURM_JOB_ID= 9687830
Free space on /tmp= 432448 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544303-1753227628/watcher-4544303-1753227628 -o /tmp/evaluation-result-4544303-1753227628/solver-4544303-1753227628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173948 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544303-1753227628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544303-1753227628.opb

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=605114459

nodeC030 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.327
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.62
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.327
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.62
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.562
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.62
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.865
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.62
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		: 3599.857
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.62
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		: 3773.167
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.62
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		: 3578.228
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.320
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118748556 kB
MemAvailable:   119238592 kB
Buffers:              16 kB
Cached:          1256168 kB
SwapCached:          232 kB
Active:         11153780 kB
Inactive:         584880 kB
Active(anon):   10466392 kB
Inactive(anon):    37900 kB
Active(file):     687388 kB
Inactive(file):   546980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15960 kB
Writeback:             0 kB
AnonPages:      10485388 kB
Mapped:           123932 kB
Shmem:             21756 kB
KReclaimable:     189416 kB
Slab:             284516 kB
SReclaimable:     189416 kB
SUnreclaim:        95100 kB
KernelStack:        5248 kB
PageTables:        24244 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11836996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10246144 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431360 MiB
End job on nodeC030 at 2025-07-23 02:39:42