Trace number 4491689

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 Resolution VeriPB 2025-06-06UNSAT cert. 229.949 226.705

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM62e5546fe4d774fb864c3bf961c813a7
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 benchmark20.2468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4491689-1751142704.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
2.63/1.42	c ... done. Wall clock time 1.28s.
2.63/1.42	c declared #vars     109757
2.63/1.42	c #constraints  313451
2.63/1.42	c constraints type 
2.63/1.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
2.63/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
2.63/1.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
2.63/1.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.63/1.42	c 313451 constraints processed.
7.53/5.21	c cleaning 2494 clauses out of 4996 with flag 16923/5000
11.23/8.54	c cleaning 4247 clauses out of 8503 with flag 41145/11001
14.99/11.84	c cleaning 5623 clauses out of 11257 with flag 84764/18002
22.42/19.02	c cleaning 6805 clauses out of 13634 with flag 126417/26002
26.00/22.69	c cleaning 7903 clauses out of 15828 with flag 162442/35001
30.82/27.41	c cleaning 8957 clauses out of 17925 with flag 214854/45001
36.74/33.31	c cleaning 9965 clauses out of 19967 with flag 277820/56000
44.45/41.00	c cleaning 10998 clauses out of 22003 with flag 356253/68002
51.70/48.22	c cleaning 11993 clauses out of 24003 with flag 443832/81000
60.32/56.83	c cleaning 13002 clauses out of 26010 with flag 538026/95000
67.89/64.48	c cleaning 13994 clauses out of 28009 with flag 624759/110002
76.40/73.03	c cleaning 14998 clauses out of 30019 with flag 743513/126006
84.07/80.63	c cleaning 15998 clauses out of 32016 with flag 869341/143001
93.91/90.49	c cleaning 17007 clauses out of 34017 with flag 1008989/161000
103.44/99.91	c cleaning 18002 clauses out of 36016 with flag 1159334/180006
112.82/109.33	c cleaning 18999 clauses out of 38008 with flag 1298622/200000
124.30/120.85	c cleaning 19997 clauses out of 40010 with flag 1450400/221001
135.17/131.74	c cleaning 20996 clauses out of 42012 with flag 1622608/243000
144.48/141.07	c cleaning 22004 clauses out of 44016 with flag 1777267/266000
154.85/151.44	c cleaning 23006 clauses out of 46014 with flag 1951690/290002
165.58/162.21	c cleaning 23999 clauses out of 48007 with flag 2147377/315001
178.26/174.94	c cleaning 24998 clauses out of 50009 with flag 2361995/341002
190.74/187.48	c cleaning 26000 clauses out of 52010 with flag 2575076/368001
203.98/200.72	c cleaning 26994 clauses out of 54009 with flag 2801333/396000
215.45/212.20	c cleaning 27999 clauses out of 56015 with flag 3036316/425000
226.64/223.45	c cleaning 29004 clauses out of 58014 with flag 3267666/455001
229.82/226.65	c starts		: 1639
229.82/226.66	c conflicts		: 462235
229.82/226.66	c decisions		: 1418387
229.82/226.66	c propagations		: 729727245
229.82/226.66	c inspects		: 2090531484
229.82/226.66	c shortcuts		: 0
229.82/226.66	c learnt literals	: 14
229.82/226.66	c learnt binary clauses	: 312
229.82/226.66	c learnt ternary clauses	: 555
229.82/226.66	c learnt constraints	: 462220
229.82/226.66	c ignored constraints	: 0
229.82/226.66	c root simplifications	: 0
229.82/226.66	c removed literals (reason simplification)	: 4418789
229.82/226.66	c reason swapping (by a shorter reason)	: 0
229.82/226.66	c Calls to reduceDB	: 26
229.82/226.66	c Number of update (reduction) of LBD	: 111040
229.82/226.66	c Imported unit clauses	: 0
229.82/226.66	c No decision after first conflict	: false
229.82/226.66	c number of reductions to clauses (during analyze)	: 0
229.82/226.66	c number of learned constraints concerned by reduction	: 0
229.82/226.66	c number of learning phase by resolution	: 0
229.82/226.66	c number of learning phase by cutting planes	: 0
229.82/226.66	c number of rounding to 1 operations	: 0
229.82/226.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
229.82/226.66	c number of reductions of the coefficients by power 2 	: 0
229.82/226.66	c number of right shift for reduction by power 2 	: 0
229.82/226.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
229.82/226.66	c number of ending skipping 	: 0
229.82/226.66	c number of internal skipping 	: 0
229.82/226.66	c number of derivation steps 	: 0
229.82/226.66	c number of skipped derivation steps 	: 0
229.82/226.66	c number of remaining unassigned 	: 0
229.82/226.66	c number of remaining assigned 	: 0
229.82/226.66	c number of falsified literals weakened from reason	: 0
229.82/226.66	c number of falsified literals weakened from conflict	: 0
229.82/226.66	c time for arithmetic operations	: 0
229.82/226.66	c minimum degree of deleted constraints	: null
229.82/226.66	c maximum degree of deleted constraints	: null
229.82/226.66	c number of deleted constraints	: 0
229.82/226.66	c speed (assignments/second)	: 3240193.61842894
229.82/226.66	c non guided choices	: 18006
229.82/226.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35926
229.82/226.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 312
229.82/226.69	s UNSATISFIABLE
229.82/226.69	c Total wall clock time (in seconds): 226.555

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 19:02:26 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491689-1751142704/watcher-4491689-1751142704 -o /tmp/evaluation-result-4491689-1751142704/solver-4491689-1751142704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751142696-13002 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491689-1751142704 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4491689-1751142704.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=13383, runsolver pid=13380

[startup+0.10006 s]*
/proc/loadavg: 1.67 1.25 1.76 6/340 13401
/proc/meminfo: memFree=129201484/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=18930384 memory=57600 CPUtime=0.12 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 6553 0 0 0 11 1 0 0 20 0 18 0 29948014 19384713216 14400 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4732596 14400 5327 1 0 547603 0
[pid=13383/tid=13385] ppid=13380 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 5060 0 0 0 7 1 0 0 20 0 18 0 29948015 19384713216 14400 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29948017 19384713216 14400 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29948018 19384713216 14400 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57600 KiB

[startup+0.206054 s]*
/proc/loadavg: 1.67 1.25 1.76 7/340 13401
/proc/meminfo: memFree=129196380/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=18930384 memory=68232 CPUtime=0.32 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 7076 0 0 0 30 2 0 0 20 0 18 0 29948014 19384713216 17058 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4732596 17058 5423 1 0 547969 0
[pid=13383/tid=13385] ppid=13380 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 5285 0 0 0 16 1 0 0 20 0 18 0 29948015 19384713216 17058 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29948017 19384713216 17058 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29948018 19384713216 17058 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68232 KiB

[startup+0.305845 s]*
/proc/loadavg: 1.67 1.25 1.76 7/340 13401
/proc/meminfo: memFree=129182708/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=18930384 memory=103236 CPUtime=0.52 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 8730 0 0 0 49 3 0 0 20 0 18 0 29948014 19384713216 25809 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4732596 25809 5423 1 0 548971 0
[pid=13383/tid=13385] ppid=13380 vsize=18930384 memory=-6000919507016051054 CPUtime=0.25 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 5302 0 0 0 24 1 0 0 20 0 18 0 29948015 19384713216 25809 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29948017 19384713216 25809 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29948018 19384713216 25809 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103236 KiB

[startup+0.700223 s]
/proc/loadavg: 1.67 1.25 1.76 7/341 13402
/proc/meminfo: memFree=129133556/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=18996948 memory=183932 CPUtime=1.24 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 10971 0 0 0 119 5 0 0 20 0 19 0 29948014 19452874752 45983 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4749237 45983 5455 1 0 551035 0
[pid=13383/tid=13385] ppid=13380 vsize=18996948 memory=17408 CPUtime=0.57 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 5331 0 0 0 55 2 0 0 20 0 19 0 29948015 19452874752 45983 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29948017 19452874752 46015 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 29948018 19452874752 46015 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183932 KiB

[startup+1.50022 s]
/proc/loadavg: 1.67 1.25 1.76 9/341 13402
/proc/meminfo: memFree=129060132/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=440768 CPUtime=2.83 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 19438 0 0 0 270 13 0 0 20 0 20 0 29948014 19521036288 110192 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 110192 5455 1 0 1081609 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=3328 CPUtime=1.18 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 5534 0 0 0 112 6 0 0 20 0 20 0 29948015 19521036288 110192 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 110192 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 110192 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440768 KiB

[startup+3.1057 s]
/proc/loadavg: 1.67 1.25 1.76 5/342 13403
/proc/meminfo: memFree=128788352/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=441920 CPUtime=5.37 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 19745 0 0 0 524 13 0 0 20 0 20 0 29948014 19521036288 110480 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 110480 5455 1 0 1081670 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=10752 CPUtime=2.78 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 5556 0 0 0 271 7 0 0 20 0 20 0 29948015 19521036288 110480 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 110480 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 110480 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 110480 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 441920 KiB

[startup+6.30023 s]
/proc/loadavg: 1.85 1.30 1.77 5/342 13403
/proc/meminfo: memFree=128753420/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=443744 CPUtime=8.91 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 28239 0 0 0 876 15 0 0 20 0 20 0 29948014 19521036288 110936 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 110936 5487 1 0 1081715 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=0 CPUtime=5.97 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 6903 0 0 0 590 7 0 0 20 0 20 0 29948015 19521036288 110936 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=4282244484372401526 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 110936 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=-6000919507016051054 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 110936 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 110936 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 443744 KiB

[startup+12.7002 s]
/proc/loadavg: 2.03 1.34 1.79 6/342 13403
/proc/meminfo: memFree=128694628/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=464544 CPUtime=16.04 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 34458 0 0 0 1587 17 0 0 20 0 20 0 29948014 19521036288 116136 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 116136 5487 1 0 1081717 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=0 CPUtime=12.32 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 7726 0 0 0 1224 8 0 0 20 0 20 0 29948015 19521036288 116136 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=437748 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 116136 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 116136 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 116136 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 464544 KiB

[startup+25.5002 s]
/proc/loadavg: 2.46 1.47 1.82 5/341 13470
/proc/meminfo: memFree=128650108/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=474880 CPUtime=28.93 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 37354 0 0 0 2873 20 0 0 20 0 20 0 29948014 19521036288 118720 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 118720 5487 1 0 1081717 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=464544 CPUtime=25.05 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 8689 0 0 0 2496 9 0 0 20 0 20 0 29948015 19521036288 118720 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=-6000919507016051054 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 118720 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=3024 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 118720 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=464544 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 118720 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 474880 KiB

[startup+51.1058 s]
/proc/loadavg: 3.05 1.69 1.89 6/341 13470
/proc/meminfo: memFree=128386520/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=495424 CPUtime=54.6 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 40402 0 0 0 5437 23 0 0 20 0 20 0 29948014 19521036288 123856 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 123856 5487 1 0 1081717 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=495424 CPUtime=50.55 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 9692 0 0 0 5043 12 0 0 20 0 20 0 29948015 19521036288 123856 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=481076 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 123856 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 123856 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=495424 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 123856 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 54.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 495424 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.07 2.00 5/341 13538
/proc/meminfo: memFree=126826924/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=831468 CPUtime=105.84 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 42814 0 0 0 10545 39 0 0 20 0 20 0 29948014 19521036288 207867 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 207867 5487 1 0 1081717 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=14848 CPUtime=101.47 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 10996 0 0 0 10122 25 0 0 20 0 20 0 29948015 19521036288 207867 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=831468 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 207867 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=698304 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 86 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 207867 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=718784 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 207867 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 105.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 831468 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 2.45 2.14 5/343 13546
/proc/meminfo: memFree=125466412/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=1323064 CPUtime=165.68 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 45399 0 0 0 16513 55 0 0 20 0 20 0 29948014 19521036288 330766 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 330766 5487 1 0 1081720 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=5632 CPUtime=161.26 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 12238 0 0 0 16086 40 0 0 20 0 20 0 29948015 19521036288 330766 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 330766 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=831468 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 158 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 330766 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=1323064 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 330766 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 165.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323064 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 2.77 2.27 5/343 13548
/proc/meminfo: memFree=124361824/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=2017336 CPUtime=225.57 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 47689 0 0 0 22479 78 0 0 20 0 20 0 29948014 19521036288 504334 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 504334 5487 1 0 1081720 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=5632 CPUtime=221.07 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 13842 0 0 0 22046 61 0 0 20 0 20 0 29948015 19521036288 504334 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=1323064 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 504334 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=1491000 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 159 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 504334 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 504334 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 225.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017336 KiB

[startup+226.705 s]
# the end of solver process 13383 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=229.139 s, system=0.809618 s

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

[startup+224 s]*
/proc/loadavg: 4.11 2.77 2.27 5/343 13548
/proc/meminfo: memFree=124310420/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=2054200 CPUtime=227.24 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 47740 0 0 0 22645 79 0 0 20 0 20 0 29948014 19521036288 513550 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 513550 5487 1 0 1081720 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=-6000919489953491310 CPUtime=222.74 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 13870 0 0 0 22212 62 0 0 20 0 20 0 29948015 19521036288 513550 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=7511282450444159598 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 513550 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=7040 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 159 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 513550 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=2220 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 513550 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 227.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2054200 KiB

[startup+225.6 s]
/proc/loadavg: 4.10 2.79 2.28 5/343 13548
/proc/meminfo: memFree=124298132/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=2070584 CPUtime=228.83 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 47750 0 0 0 22804 79 0 0 20 0 20 0 29948014 19521036288 517646 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 517646 5487 1 0 1081720 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=2033720 CPUtime=224.33 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 13880 0 0 0 22371 62 0 0 20 0 20 0 29948015 19521036288 517646 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 517646 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=1925176 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 159 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 517646 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 517646 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 228.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2070584 KiB

[startup+226.4 s]
/proc/loadavg: 4.10 2.79 2.28 5/343 13548
/proc/meminfo: memFree=124294288/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=2076728 CPUtime=229.62 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 47753 0 0 0 22883 79 0 0 20 0 20 0 29948014 19521036288 519182 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 519182 5487 1 0 1081720 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=4760 CPUtime=225.12 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 13883 0 0 0 22450 62 0 0 20 0 20 0 29948015 19521036288 519182 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=897548 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 519182 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=6644 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 159 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 519182 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=2072632 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 519182 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 229.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2076728 KiB

[startup+226.6 s]
/proc/loadavg: 4.10 2.79 2.28 5/343 13548
/proc/meminfo: memFree=124294288/131249988 swapFree=33010684/33010684
[pid=13383] ppid=13380 vsize=19063512 memory=2078776 CPUtime=229.82 cores=1,3
/proc/13383/stat : 13383 (java) S 13380 13383 11133 0 -1 4194304 47754 0 0 0 22903 79 0 0 20 0 20 0 29948014 19521036288 519694 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
/proc/13383/statm: 4765878 519694 5487 1 0 1081720 0
[pid=13383/tid=13385] ppid=13380 vsize=19063512 memory=4380 CPUtime=225.32 cores=1,3
/proc/13383/task/13385/stat : 13385 (java) R 13380 13383 11133 0 -1 4194368 13884 0 0 0 22470 62 0 0 20 0 20 0 29948015 19521036288 519694 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13394] ppid=13380 vsize=19063512 memory=-6000919507016051054 CPUtime=0 cores=1,3
/proc/13383/task/13394/stat : 13394 (Finalizer) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948017 19521036288 519694 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13401] ppid=13380 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/13383/task/13401/stat : 13401 (Common-Cleaner) S 13380 13383 11133 0 -1 4194368 159 0 0 0 0 0 0 0 20 0 20 0 29948018 19521036288 519694 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
[pid=13383/tid=13403] ppid=13380 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/13383/task/13403/stat : 13403 (Timer-0) S 13380 13383 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29948159 19521036288 519694 18446744073709551615 94789148655616 94789148659312 140721819961808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94789148667128 94789148667920 94789177913344 140721819969840 140721819970022 140721819970022 140721819975624 0
Current children cumulated CPU time: 229.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2078776 KiB

Child status: 20

Real time (s): 226.705
CPU time (s): 229.949
CPU user time (s): 229.139
CPU system time (s): 0.809618
CPU usage (%): 101.431
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2078776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.139
system time used= 0.809618
maximum resident set size= 2083540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 274288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10406
involuntary context switches= 2126


# summary of solver processes directly reported to runsolver:
#   pid: 13383
#   total CPU time (s): 229.949
#   total CPU user time (s): 229.139
#   total CPU system time (s): 0.809618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.472642 second user time and 1.09622 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-28 22:31:45
IDJOB=4491689
IDBENCH=147732
IDSOLVER=3364
FILE ID=nodeC020/4491689-1751142704
RUNJOBID= nodeC020-1751142696-13002
SLURM_JOB_ID= 9587420
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491689-1751142704/watcher-4491689-1751142704 -o /tmp/evaluation-result-4491689-1751142704/solver-4491689-1751142704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751142696-13002 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491689-1751142704 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4491689-1751142704.opb

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

MD5SUM BENCH= 62e5546fe4d774fb864c3bf961c813a7
RANDOM SEED=670306036

nodeC020 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.825
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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129230528 kB
MemAvailable:   128864936 kB
Buffers:            3280 kB
Cached:           434656 kB
SwapCached:            0 kB
Active:          1219836 kB
Inactive:         177884 kB
Active(anon):     977952 kB
Inactive(anon):        0 kB
Active(file):     241884 kB
Inactive(file):   177884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42076 kB
Writeback:             0 kB
AnonPages:        963312 kB
Mapped:           122480 kB
Shmem:             18056 kB
KReclaimable:      84408 kB
Slab:             167400 kB
SReclaimable:      84408 kB
SUnreclaim:        82992 kB
KernelStack:        5200 kB
PageTables:         5520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   10459932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC020 at 2025-06-28 22:35:31