Trace number 4492913

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-06? (TO) 3600.34 3584.17

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUM215f0e018374322050c4154ba04558db
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.010022
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version PB25.v20250606
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.19	c Free memory 		2104792832
0.12/0.19	c Max memory 		16282288128
0.12/0.19	c Total memory 		2113929216
0.12/0.20	c Number of processors 	2
0.29/0.30	c Pseudo Boolean Optimization by upper bound
0.29/0.30	c --- Begin Solver configuration ---
0.29/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.30	c Learn all clauses as in MiniSAT
0.29/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.30	c Expensive reason simplification
0.29/0.30	c Glucose 2.1 dynamic restart strategy
0.29/0.30	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.29/0.30	c timeout=2147483s
0.29/0.30	c DB Simplification allowed=false
0.29/0.30	c Listener: none
0.29/0.30	c --- End Solver configuration ---
0.29/0.30	c solving HOME/instance-4492913-1751149078.opb
0.29/0.30	c reading problem ... 
0.29/0.31	c using VERIPB proof format
0.29/0.31	c  no objective function found
0.46/0.39	c ... done. Wall clock time 0.082s.
0.46/0.39	c declared #vars     1050
0.46/0.39	c #constraints  65
0.46/0.39	c constraints type 
0.46/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.46/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.46/0.39	c 65 constraints processed.
3.91/2.11	c cleaning 2491 clauses out of 5002 with flag 31063/5002
6.48/3.73	c cleaning 4056 clauses out of 8510 with flag 90574/11001
9.68/6.50	c cleaning 5725 clauses out of 11454 with flag 171500/18001
13.70/10.35	c cleaning 6864 clauses out of 13730 with flag 259968/26002
18.55/14.94	c cleaning 7931 clauses out of 15868 with flag 351640/35004
22.62/18.94	c cleaning 8962 clauses out of 17933 with flag 455960/45000
30.07/26.23	c cleaning 9973 clauses out of 19971 with flag 580267/56000
37.10/33.22	c cleaning 10991 clauses out of 21999 with flag 705945/68001
45.22/41.14	c cleaning 11995 clauses out of 24008 with flag 827086/81001
53.68/49.56	c cleaning 12997 clauses out of 26013 with flag 938623/95001
63.61/59.34	c cleaning 13999 clauses out of 28019 with flag 1049100/110004
75.41/71.04	c cleaning 14996 clauses out of 30016 with flag 1172292/126000
88.71/84.03	c cleaning 15992 clauses out of 32020 with flag 1312794/143000
102.55/97.77	c cleaning 17013 clauses out of 34032 with flag 1440050/161004
116.55/111.42	c cleaning 17997 clauses out of 36015 with flag 1560412/180000
130.71/125.40	c cleaning 18998 clauses out of 38018 with flag 1698134/200000
151.46/145.96	c cleaning 20002 clauses out of 40020 with flag 1863125/221000
174.69/170.13	c cleaning 21002 clauses out of 42019 with flag 2048283/243001
202.67/197.93	c cleaning 21999 clauses out of 44016 with flag 2256869/266000
233.00/228.14	c cleaning 23005 clauses out of 46020 with flag 2463647/290003
263.56/258.73	c cleaning 24000 clauses out of 48015 with flag 2678567/315003
297.01/292.18	c cleaning 24997 clauses out of 50012 with flag 2900735/341000
320.90/315.90	c cleaning 26000 clauses out of 52015 with flag 3105429/368000
350.25/345.28	c cleaning 27004 clauses out of 54015 with flag 3318881/396000
386.02/379.69	c cleaning 27995 clauses out of 56012 with flag 3603261/425001
431.08/424.88	c cleaning 29000 clauses out of 58019 with flag 3889093/455003
476.65/470.11	c cleaning 30001 clauses out of 60018 with flag 4189985/486002
531.10/524.85	c cleaning 30993 clauses out of 62015 with flag 4516425/518000
584.99/578.59	c cleaning 32001 clauses out of 64023 with flag 4839864/551001
639.03/632.77	c cleaning 33003 clauses out of 66022 with flag 5190772/585001
705.72/699.39	c cleaning 34003 clauses out of 68019 with flag 5584981/620001
766.06/759.60	c cleaning 35000 clauses out of 70016 with flag 5976908/656001
831.24/824.47	c cleaning 36000 clauses out of 72017 with flag 6362409/693002
906.21/899.42	c cleaning 37005 clauses out of 74018 with flag 6785468/731003
972.00/963.92	c cleaning 37997 clauses out of 76011 with flag 7151960/770001
1035.04/1026.96	c cleaning 39002 clauses out of 78016 with flag 7472788/810003
1104.18/1095.79	c cleaning 39999 clauses out of 80011 with flag 7797722/851000
1164.51/1156.06	c cleaning 40999 clauses out of 82014 with flag 8205613/893002
1228.89/1220.18	c cleaning 41994 clauses out of 84014 with flag 8659360/936001
1326.24/1317.16	c cleaning 42998 clauses out of 86020 with flag 9101535/980001
1410.02/1400.92	c cleaning 44006 clauses out of 88023 with flag 9553979/1025002
1489.14/1478.27	c cleaning 45000 clauses out of 90016 with flag 10040642/1071001
1575.14/1564.09	c cleaning 46005 clauses out of 92020 with flag 10563470/1118005
1668.49/1657.17	c cleaning 46992 clauses out of 94010 with flag 11117449/1166000
1757.87/1745.14	c cleaning 48005 clauses out of 96021 with flag 11603422/1215003
1844.57/1831.62	c cleaning 49000 clauses out of 98015 with flag 12146139/1265002
1957.88/1945.03	c cleaning 50001 clauses out of 100013 with flag 12660089/1316000
2051.70/2038.75	c cleaning 51002 clauses out of 102014 with flag 13234634/1368002
2148.87/2134.98	c cleaning 52002 clauses out of 104012 with flag 13801879/1421002
2272.71/2258.33	c cleaning 52999 clauses out of 106010 with flag 14346725/1475002
2390.87/2375.99	c cleaning 53995 clauses out of 108009 with flag 14975341/1530000
2501.95/2486.82	c cleaning 55002 clauses out of 110017 with flag 15602941/1586003
2632.48/2617.46	c cleaning 55996 clauses out of 112012 with flag 16229861/1643000
2742.99/2727.93	c cleaning 56999 clauses out of 114019 with flag 16860242/1701003
2894.79/2879.91	c cleaning 57998 clauses out of 116017 with flag 17511678/1760000
3036.13/3019.68	c cleaning 58996 clauses out of 118020 with flag 18204716/1820001
3173.43/3157.03	c cleaning 60006 clauses out of 120024 with flag 18893906/1881001
3316.57/3300.38	c cleaning 61000 clauses out of 122017 with flag 19595481/1943000
3461.27/3445.10	c cleaning 62004 clauses out of 124020 with flag 20276943/2006003
3600.08/3584.04	c timeout
3600.08/3584.04	c starts		: 400
3600.08/3584.05	c conflicts		: 2056869
3600.08/3584.05	c decisions		: 2570857
3600.08/3584.05	c propagations		: 47370730
3600.08/3584.05	c inspects		: 10513619575
3600.08/3584.05	c shortcuts		: 0
3600.08/3584.05	c learnt literals	: 0
3600.08/3584.05	c learnt binary clauses	: 0
3600.08/3584.05	c learnt ternary clauses	: 0
3600.08/3584.06	c learnt constraints	: 2056869
3600.08/3584.06	c ignored constraints	: 0
3600.08/3584.06	c root simplifications	: 0
3600.08/3584.06	c removed literals (reason simplification)	: 40376098
3600.08/3584.06	c reason swapping (by a shorter reason)	: 0
3600.08/3584.06	c Calls to reduceDB	: 59
3600.08/3584.06	c Number of update (reduction) of LBD	: 1409119
3600.08/3584.06	c Imported unit clauses	: 0
3600.08/3584.06	c No decision after first conflict	: false
3600.08/3584.06	c number of reductions to clauses (during analyze)	: 0
3600.08/3584.06	c number of learned constraints concerned by reduction	: 0
3600.08/3584.06	c number of learning phase by resolution	: 0
3600.08/3584.06	c number of learning phase by cutting planes	: 0
3600.08/3584.06	c number of rounding to 1 operations	: 0
3600.08/3584.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3584.06	c number of reductions of the coefficients by power 2 	: 0
3600.08/3584.06	c number of right shift for reduction by power 2 	: 0
3600.08/3584.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3584.06	c number of ending skipping 	: 0
3600.08/3584.06	c number of internal skipping 	: 0
3600.08/3584.06	c number of derivation steps 	: 0
3600.08/3584.06	c number of skipped derivation steps 	: 0
3600.08/3584.06	c number of remaining unassigned 	: 0
3600.08/3584.06	c number of remaining assigned 	: 0
3600.08/3584.06	c number of falsified literals weakened from reason	: 0
3600.08/3584.06	c number of falsified literals weakened from conflict	: 0
3600.08/3584.06	c time for arithmetic operations	: 0
3600.08/3584.06	c minimum degree of deleted constraints	: null
3600.08/3584.07	c maximum degree of deleted constraints	: null
3600.08/3584.07	c number of deleted constraints	: 0
3600.08/3584.07	c speed (assignments/second)	: 13218.500369314243
3600.08/3584.07	c non guided choices	: 968
3600.27/3584.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 112882
3600.27/3584.12	s UNKNOWN
3600.27/3584.12	c Total wall clock time (in seconds): 3583.817

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492913-1751149078/watcher-4492913-1751149078 -o /tmp/evaluation-result-4492913-1751149078/solver-4492913-1751149078 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13825 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492913-1751149078 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492913-1751149078.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14897, runsolver pid=14894

[startup+0.100075 s]*
/proc/loadavg: 4.45 4.21 4.15 7/331 14915
/proc/meminfo: memFree=126507940/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=18930384 memory=48640 CPUtime=0.12 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 5816 0 0 0 10 2 0 0 20 0 18 0 30586938 19384713216 12160 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4732596 12160 5336 1 0 547020 0
[pid=14897/tid=14899] ppid=14894 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 4697 0 0 0 6 2 0 0 20 0 18 0 30586940 19384713216 12160 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30586944 19384713216 12160 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30586945 19384713216 12160 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48640 KiB

[startup+0.210319 s]*
/proc/loadavg: 4.45 4.21 4.15 6/331 14915
/proc/meminfo: memFree=126495844/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=18930384 memory=55668 CPUtime=0.29 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 6528 0 0 0 26 3 0 0 20 0 18 0 30586938 19384713216 13917 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4732596 13917 5368 1 0 547587 0
[pid=14897/tid=14899] ppid=14894 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 5041 0 0 0 15 2 0 0 20 0 18 0 30586940 19384713216 13917 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30586944 19384713216 13917 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30586945 19384713216 13917 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55668 KiB

[startup+0.315185 s]*
/proc/loadavg: 4.45 4.21 4.15 7/331 14915
/proc/meminfo: memFree=126446692/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=18930384 memory=59072 CPUtime=0.46 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 6835 0 0 0 42 4 0 0 20 0 18 0 30586938 19384713216 14768 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4732596 14768 5432 1 0 547817 0
[pid=14897/tid=14899] ppid=14894 vsize=18930384 memory=-6000919489819076718 CPUtime=0.27 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 5249 0 0 0 24 3 0 0 20 0 18 0 30586940 19384713216 14768 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30586944 19384713216 14768 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30586945 19384713216 14768 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59072 KiB

[startup+0.700391 s]
/proc/loadavg: 4.45 4.21 4.15 7/332 14916
/proc/meminfo: memFree=126407120/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=18996948 memory=77676 CPUtime=1.14 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 8669 0 0 0 109 5 0 0 20 0 19 0 30586938 19452874752 19419 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4749237 19419 5432 1 0 548943 0
[pid=14897/tid=14899] ppid=14894 vsize=18996948 memory=17408 CPUtime=0.58 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 5352 0 0 0 55 3 0 0 20 0 19 0 30586940 19452874752 19419 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30586944 19452874752 19419 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 30586945 19452874752 19419 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30586979 19452874752 19419 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77676 KiB

[startup+1.50039 s]
/proc/loadavg: 4.45 4.21 4.15 6/332 14916
/proc/meminfo: memFree=126280752/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=166552 CPUtime=2.71 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 16279 0 0 0 261 10 0 0 20 0 20 0 30586938 19521036288 41638 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 41638 5464 1 0 551211 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=0 CPUtime=1.33 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 5759 0 0 0 127 6 0 0 20 0 20 0 30586940 19521036288 41638 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 41638 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 41638 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 41638 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166552 KiB

[startup+3.1056 s]
/proc/loadavg: 4.49 4.22 4.16 6/333 14917
/proc/meminfo: memFree=125895244/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=206280 CPUtime=5.75 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 22213 0 0 0 560 15 0 0 20 0 20 0 30586938 19521036288 51570 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 51570 5464 1 0 553831 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=11264 CPUtime=2.83 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 6512 0 0 0 275 8 0 0 20 0 20 0 30586940 19521036288 51570 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=-6000919489819076718 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 51570 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 51570 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 51570 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206280 KiB

[startup+6.30023 s]
/proc/loadavg: 4.49 4.22 4.16 5/333 14917
/proc/meminfo: memFree=125041648/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=638320 CPUtime=9.45 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 23387 0 0 0 919 26 0 0 20 0 20 0 30586938 19521036288 159580 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 159580 5464 1 0 831645 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=0 CPUtime=5.76 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 6739 0 0 0 559 17 0 0 20 0 20 0 30586940 19521036288 159580 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 159580 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 159580 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=166960 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 159580 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 638320 KiB

[startup+12.7004 s]
/proc/loadavg: 4.41 4.21 4.15 5/333 14917
/proc/meminfo: memFree=124198620/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=1166712 CPUtime=16.22 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 24856 0 0 0 1579 43 0 0 20 0 20 0 30586938 19521036288 291678 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 291678 5464 1 0 1207721 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=166960 CPUtime=11.84 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) S 14894 14897 13812 0 -1 4194368 7085 0 0 0 1155 29 0 0 20 0 20 0 30586940 19521036288 291678 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=1109320 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 291678 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 291678 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 291678 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1166712 KiB

[startup+25.5005 s]
/proc/loadavg: 4.51 4.24 4.16 5/333 14917
/proc/meminfo: memFree=122465264/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=2239224 CPUtime=29.38 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 28268 0 0 0 2864 74 0 0 20 0 20 0 30586938 19521036288 559806 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 559806 5464 1 0 1324701 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=-6000919489819076718 CPUtime=24.07 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 8366 0 0 0 2356 51 0 0 20 0 20 0 30586940 19521036288 559806 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=1839724 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 559806 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 559806 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 559806 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2239224 KiB

[startup+51.1159 s]
/proc/loadavg: 4.34 4.22 4.16 6/333 14917
/proc/meminfo: memFree=120183980/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=2536400 CPUtime=55.42 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 32634 0 0 0 5446 96 0 0 20 0 20 0 30586938 19521036288 634100 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 634100 5464 1 0 1324705 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=2427740 CPUtime=48.56 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) S 14894 14897 13812 0 -1 4194368 10367 0 0 0 4792 64 0 0 20 0 20 0 30586940 19521036288 634100 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 634100 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0

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

[startup+3282.3 s]
/proc/loadavg: 4.19 4.23 4.24 5/330 15091
/proc/meminfo: memFree=72716088/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3298.64 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 243648 0 0 0 328628 1236 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3227.97 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 136516 0 0 0 321828 969 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=6852048 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3180 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3298.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.25 4.25 5/329 15094
/proc/meminfo: memFree=72393092/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3358.53 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 248561 0 0 0 334599 1254 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=6852048 CPUtime=3287.53 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 139531 0 0 0 327768 985 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3358.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.22 4.24 5/329 15096
/proc/meminfo: memFree=72107548/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3418.73 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 252252 0 0 0 340601 1272 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3346.49 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 141443 0 0 0 333651 998 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3266 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3418.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.18 4.22 5/331 15102
/proc/meminfo: memFree=71632892/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3478.59 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 253726 0 0 0 346571 1288 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3406 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 142709 0 0 0 339589 1011 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3289 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3478.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.25 4.24 5/333 15177
/proc/meminfo: memFree=91976288/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3538.33 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 258320 0 0 0 352530 1303 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=4252 CPUtime=3464.93 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 145812 0 0 0 345468 1025 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3289 0 0 0 0 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=-6000919489819076718 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3538.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.26 4.25 5/332 15245
/proc/meminfo: memFree=105939228/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3598.37 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 259925 0 0 0 358519 1318 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=-6000919502821812078 CPUtime=3524.52 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 147197 0 0 0 351415 1037 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0.01 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3374 0 0 0 1 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3598.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584 s]*
/proc/loadavg: 4.28 4.26 4.25 4/309 15272
/proc/meminfo: memFree=109888312/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19063512 memory=6870140 CPUtime=3600.08 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 259969 0 0 0 358689 1319 0 0 20 0 20 0 30586938 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4765878 1717535 5496 1 0 1730473 0
[pid=14897/tid=14899] ppid=14894 vsize=19063512 memory=-6000919489936517486 CPUtime=3526.24 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) R 14894 14897 13812 0 -1 4194368 147241 0 0 0 351586 1038 0 0 20 0 20 0 30586940 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19063512 memory=6964 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30586944 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19063512 memory=5704 CPUtime=0.01 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3374 0 0 0 1 0 0 0 20 0 20 0 30586945 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14916] ppid=14894 vsize=19063512 memory=22768 CPUtime=0 cores=5,7
/proc/14897/task/14916/stat : 14916 (Timer-0) S 14894 14897 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30586979 19521036288 1717535 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6870140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.1 s, system=13.2386 s

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

[startup+3584.12 s]
/proc/loadavg: 4.28 4.26 4.25 4/309 15272
/proc/meminfo: memFree=109888312/131382116 swapFree=33010684/33010684
[pid=14897] ppid=14894 vsize=19263204 memory=6871036 CPUtime=3600.27 cores=5,7
/proc/14897/stat : 14897 (java) S 14894 14897 13812 0 -1 4194304 262413 0 0 0 358708 1319 0 0 20 0 21 0 30586938 19725520896 1717759 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
/proc/14897/statm: 4815801 1717759 5528 1 0 1731422 0
[pid=14897/tid=14899] ppid=14894 vsize=19263204 memory=6870140 CPUtime=3526.26 cores=5,7
/proc/14897/task/14899/stat : 14899 (java) S 14894 14897 13812 0 -1 4194368 147697 0 0 0 351588 1038 0 0 20 0 21 0 30586940 19725520896 1717759 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14908] ppid=14894 vsize=19263204 memory=6870140 CPUtime=0 cores=5,7
/proc/14897/task/14908/stat : 14908 (Finalizer) S 14894 14897 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30586944 19725520896 1717759 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
[pid=14897/tid=14915] ppid=14894 vsize=19263204 memory=17408 CPUtime=0.01 cores=5,7
/proc/14897/task/14915/stat : 14915 (Common-Cleaner) S 14894 14897 13812 0 -1 4194368 3374 0 0 0 1 0 0 0 20 0 21 0 30586945 19725520896 1717759 18446744073709551615 94076795551744 94076795555440 140733271057216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94076795563256 94076795564048 94076810686464 140733271062832 140733271063014 140733271063014 140733271068616 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6871036 KiB

Child status: 143

Real time (s): 3584.17
CPU time (s): 3600.34
CPU user time (s): 3587.1
CPU system time (s): 13.2386
CPU usage (%): 100.451
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6871036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.1
system time used= 13.2386
maximum resident set size= 6871292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10657952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114255
involuntary context switches= 21806


# summary of solver processes directly reported to runsolver:
#   pid: 14897
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3587.1
#   total CPU system time (s): 13.2386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8767 second user time and 34.1811 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 00:17:58
IDJOB=4492913
IDBENCH=147832
IDSOLVER=3364
FILE ID=nodeC004/4492913-1751149078
RUNJOBID= nodeC004-1751145467-13825
SLURM_JOB_ID= 9587447
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492913-1751149078/watcher-4492913-1751149078 -o /tmp/evaluation-result-4492913-1751149078/solver-4492913-1751149078 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13825 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492913-1751149078 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492913-1751149078.opb

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

MD5SUM BENCH= 215f0e018374322050c4154ba04558db
RANDOM SEED=284392333

nodeC004 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	: 0xb00001f
cpu MHz		: 3554.673
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3490.949
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.523
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.210
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.530
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1496.514
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1696.053
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126538152 kB
MemAvailable:   126408344 kB
Buffers:            3280 kB
Cached:           682148 kB
SwapCached:            0 kB
Active:          3883468 kB
Inactive:         450328 kB
Active(anon):    3666132 kB
Inactive(anon):        0 kB
Active(file):     217336 kB
Inactive(file):   450328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            204940 kB
Writeback:             0 kB
AnonPages:       3650584 kB
Mapped:           122112 kB
Shmem:             17976 kB
KReclaimable:      84312 kB
Slab:             172188 kB
SReclaimable:      84312 kB
SUnreclaim:        87876 kB
KernelStack:        5056 kB
PageTables:        10700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11004396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3450880 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC004 at 2025-06-29 01:17:42