Trace number 4545046

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.16 3538.58

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4545046-1753236993.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.88/0.53	c ... done. Wall clock time 0.39s.
0.88/0.53	c declared #vars     5363
0.88/0.53	c #constraints  78527
0.88/0.53	c constraints type 
0.88/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74420
0.88/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 53
0.88/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3984
0.88/0.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.88/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 69
0.88/0.53	c 78527 constraints processed.
6.93/3.86	c cleaning 2488 clauses out of 5000 with flag 32255/5000
9.94/6.67	c cleaning 4250 clauses out of 8513 with flag 83442/11001
14.05/10.50	c cleaning 5629 clauses out of 11264 with flag 155803/18002
18.39/14.68	c cleaning 6811 clauses out of 13634 with flag 238814/26001
24.36/20.49	c cleaning 7898 clauses out of 15822 with flag 351309/35000
30.64/26.50	c cleaning 8960 clauses out of 17926 with flag 480755/45002
37.86/33.59	c cleaning 9958 clauses out of 19964 with flag 636287/56000
46.73/42.12	c cleaning 10998 clauses out of 22007 with flag 817936/68001
56.10/51.23	c cleaning 12002 clauses out of 24009 with flag 1011411/81001
67.09/61.97	c cleaning 12999 clauses out of 26007 with flag 1237097/95001
79.80/74.34	c cleaning 14001 clauses out of 28009 with flag 1498115/110002
92.80/87.03	c cleaning 14973 clauses out of 30006 with flag 1774255/126000
107.82/101.79	c cleaning 15999 clauses out of 32033 with flag 2076197/143000
123.85/117.43	c cleaning 16998 clauses out of 34034 with flag 2399519/161000
140.14/133.47	c cleaning 18013 clauses out of 36036 with flag 2779330/180000
158.44/151.41	c cleaning 18993 clauses out of 38023 with flag 3168679/200000
180.22/172.70	c cleaning 19998 clauses out of 40030 with flag 3588246/221000
203.68/195.53	c cleaning 20997 clauses out of 42033 with flag 4016185/243001
227.21/218.87	c cleaning 22003 clauses out of 44036 with flag 4490376/266001
254.34/245.47	c cleaning 23013 clauses out of 46032 with flag 4989481/290000
283.13/273.98	c cleaning 24001 clauses out of 48020 with flag 5493517/315001
315.27/305.45	c cleaning 25006 clauses out of 50019 with flag 6020014/341001
348.79/338.60	c cleaning 25992 clauses out of 52014 with flag 6608269/368002
384.32/373.51	c cleaning 27006 clauses out of 54020 with flag 7196295/396000
423.56/411.69	c cleaning 28002 clauses out of 56014 with flag 7799980/425000
464.06/451.55	c cleaning 28988 clauses out of 58012 with flag 8438055/455000
505.53/492.79	c cleaning 29996 clauses out of 60024 with flag 9082236/486000
549.13/535.63	c cleaning 31008 clauses out of 62028 with flag 9752398/518000
596.18/581.81	c cleaning 31998 clauses out of 64020 with flag 10476239/551000
644.02/629.00	c cleaning 32999 clauses out of 66022 with flag 11225689/585000
696.47/680.27	c cleaning 34009 clauses out of 68027 with flag 11986745/620004
751.24/734.47	c cleaning 34995 clauses out of 70014 with flag 12747082/656000
810.82/792.83	c cleaning 35975 clauses out of 72019 with flag 13581360/693000
873.79/855.20	c cleaning 36998 clauses out of 74044 with flag 14454498/731000
936.02/916.23	c cleaning 38005 clauses out of 76048 with flag 15347640/770002
1003.01/982.02	c cleaning 39006 clauses out of 78042 with flag 16263136/810001
1072.77/1051.23	c cleaning 40007 clauses out of 80036 with flag 17214146/851001
1147.05/1124.48	c cleaning 40988 clauses out of 82028 with flag 18191420/893000
1224.71/1201.21	c cleaning 42007 clauses out of 84041 with flag 19216024/936001
1312.20/1287.52	c cleaning 43004 clauses out of 86037 with flag 20244777/980004
1395.39/1369.54	c cleaning 44010 clauses out of 88029 with flag 21255953/1025000
1489.18/1460.92	c cleaning 44997 clauses out of 90021 with flag 22291661/1071002
1583.60/1553.97	c cleaning 45992 clauses out of 92022 with flag 23356418/1118000
1679.91/1649.02	c cleaning 46996 clauses out of 94030 with flag 24423833/1166000
1781.95/1748.97	c cleaning 47993 clauses out of 96034 with flag 25518664/1215000
1889.55/1855.37	c cleaning 48999 clauses out of 98042 with flag 26611811/1265001
2001.42/1965.12	c cleaning 50011 clauses out of 100042 with flag 27761978/1316000
2117.92/2080.10	c cleaning 51007 clauses out of 102031 with flag 28918882/1368000
2238.44/2198.41	c cleaning 52008 clauses out of 104024 with flag 30108311/1421000
2362.97/2321.69	c cleaning 53001 clauses out of 106018 with flag 31273654/1475002
2490.08/2446.55	c cleaning 53996 clauses out of 108015 with flag 32493391/1530000
2625.30/2579.48	c cleaning 54995 clauses out of 110020 with flag 33759130/1586001
2771.03/2722.36	c cleaning 55991 clauses out of 112024 with flag 34990776/1643000
2921.32/2871.45	c cleaning 57004 clauses out of 114034 with flag 36185776/1701001
3077.25/3025.09	c cleaning 58007 clauses out of 116029 with flag 37417628/1760000
3237.33/3182.64	c cleaning 58991 clauses out of 118023 with flag 38641498/1820001
3401.53/3344.05	c cleaning 60011 clauses out of 120031 with flag 39922697/1881000
3558.34/3497.67	c cleaning 60985 clauses out of 122020 with flag 41174658/1943000
3600.03/3538.51	c starts		: 5863
3600.03/3538.51	c conflicts		: 1968645
3600.03/3538.51	c decisions		: 5868430
3600.03/3538.51	c propagations		: 613913586
3600.03/3538.51	c inspects		: 22360429830
3600.03/3538.51	c shortcuts		: 0
3600.03/3538.51	c learnt literals	: 0
3600.03/3538.51	c learnt binary clauses	: 4
3600.03/3538.51	c learnt ternary clauses	: 9
3600.03/3538.51	c learnt constraints	: 1968645
3600.03/3538.51	c ignored constraints	: 0
3600.03/3538.51	c root simplifications	: 0
3600.03/3538.51	c removed literals (reason simplification)	: 80283986
3600.03/3538.51	c reason swapping (by a shorter reason)	: 0
3600.03/3538.51	c Calls to reduceDB	: 58
3600.03/3538.51	c Number of update (reduction) of LBD	: 1050408
3600.03/3538.51	c Imported unit clauses	: 0
3600.03/3538.51	c No decision after first conflict	: false
3600.03/3538.51	c number of reductions to clauses (during analyze)	: 0
3600.03/3538.51	c number of learned constraints concerned by reduction	: 0
3600.03/3538.51	c number of learning phase by resolution	: 0
3600.03/3538.51	c number of learning phase by cutting planes	: 0
3600.03/3538.51	c number of rounding to 1 operations	: 0
3600.03/3538.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3538.51	c number of reductions of the coefficients by power 2 	: 0
3600.03/3538.51	c number of right shift for reduction by power 2 	: 0
3600.03/3538.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3538.51	c number of ending skipping 	: 0
3600.03/3538.51	c number of internal skipping 	: 0
3600.03/3538.51	c number of derivation steps 	: 0
3600.03/3538.51	c number of skipped derivation steps 	: 0
3600.03/3538.51	c number of remaining unassigned 	: 0
3600.03/3538.51	c number of remaining assigned 	: 0
3600.03/3538.51	c number of falsified literals weakened from reason	: 0
3600.03/3538.51	c number of falsified literals weakened from conflict	: 0
3600.03/3538.51	c time for arithmetic operations	: 0
3600.03/3538.51	c minimum degree of deleted constraints	: null
3600.03/3538.51	c maximum degree of deleted constraints	: null
3600.03/3538.51	c number of deleted constraints	: 0
3600.03/3538.51	c speed (assignments/second)	: 173520.8336277573
3600.03/3538.52	c non guided choices	: 585
3600.03/3538.54	c timeout
3600.03/3538.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 86676
3600.03/3538.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.03/3538.56	s UNKNOWN
3600.03/3538.56	c Total wall clock time (in seconds): 3538.427

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545046-1753236993/watcher-4545046-1753236993 -o /tmp/evaluation-result-4545046-1753236993/solver-4545046-1753236993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178286 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545046-1753236993 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545046-1753236993.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

Current StackSize limit: 8192 KiB

solver pid=178999, runsolver pid=178996

[startup+0.100063 s]*
/proc/loadavg: 4.81 4.87 4.83 5/343 179017
/proc/meminfo: memFree=70403016/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=18930384 memory=57680 CPUtime=0.13 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 6558 0 0 0 11 2 0 0 20 0 18 0 239379171 19384713216 14420 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4732596 14420 5335 1 0 547604 0
[pid=178999/tid=179001] ppid=178996 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 239379173 19384713216 14420 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239379175 19384713216 14420 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239379175 19384713216 14420 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57680 KiB

[startup+0.205824 s]*
/proc/loadavg: 4.81 4.87 4.83 6/343 179017
/proc/meminfo: memFree=70395896/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=18930384 memory=66576 CPUtime=0.31 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 7154 0 0 0 29 2 0 0 20 0 18 0 239379171 19384713216 16644 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4732596 16644 5431 1 0 548067 0
[pid=178999/tid=179001] ppid=178996 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 5322 0 0 0 15 1 0 0 20 0 18 0 239379173 19384713216 16644 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239379175 19384713216 16644 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239379175 19384713216 16644 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66576 KiB

[startup+0.305787 s]*
/proc/loadavg: 4.81 4.87 4.83 6/343 179017
/proc/meminfo: memFree=70387768/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=18930384 memory=103168 CPUtime=0.51 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 8566 0 0 0 48 3 0 0 20 0 18 0 239379171 19384713216 25792 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4732596 25792 5431 1 0 548965 0
[pid=178999/tid=179001] ppid=178996 vsize=18930384 memory=-8742719860491723452 CPUtime=0.26 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 5339 0 0 0 24 2 0 0 20 0 18 0 239379173 19384713216 25792 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239379175 19384713216 25792 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239379175 19384713216 25792 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103168 KiB

[startup+0.700215 s]
/proc/loadavg: 4.81 4.87 4.83 6/344 179018
/proc/meminfo: memFree=70330480/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=170832 CPUtime=1.26 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 12635 0 0 0 121 5 0 0 20 0 20 0 239379171 19521036288 42708 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 42708 5463 1 0 552348 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=27264 CPUtime=0.59 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 5442 0 0 0 56 3 0 0 20 0 20 0 239379173 19521036288 42708 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 42708 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 42708 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170832 KiB

[startup+1.50863 s]
/proc/loadavg: 4.81 4.87 4.83 6/345 179019
/proc/meminfo: memFree=70291100/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=192092 CPUtime=2.84 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 21733 0 0 0 276 8 0 0 20 0 20 0 239379171 19521036288 48023 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 48023 5495 1 0 554844 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3328 CPUtime=1.32 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) S 178996 178999 178273 0 -1 4194368 5769 0 0 0 128 4 0 0 20 0 20 0 239379173 19521036288 48023 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 48023 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 48023 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 48023 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192092 KiB

[startup+3.10569 s]
/proc/loadavg: 5.07 4.92 4.85 6/345 179019
/proc/meminfo: memFree=70010244/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=415064 CPUtime=5.98 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 27009 0 0 0 583 15 0 0 20 0 20 0 239379171 19521036288 103766 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 103766 5495 1 0 876990 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=14720 CPUtime=2.73 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 6323 0 0 0 264 9 0 0 20 0 20 0 239379173 19521036288 103766 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 103766 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 103766 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 103766 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 415064 KiB

[startup+6.30022 s]
/proc/loadavg: 5.07 4.92 4.85 5/345 179019
/proc/meminfo: memFree=69326420/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=1118712 CPUtime=9.63 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 28674 0 0 0 932 31 0 0 20 0 20 0 239379171 19521036288 279678 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 279678 5495 1 0 1202904 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=0 CPUtime=5.81 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 7314 0 0 0 558 23 0 0 20 0 20 0 239379173 19521036288 279678 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 279678 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 279678 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=196196 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 279678 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 9.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1118712 KiB

[startup+12.7003 s]
/proc/loadavg: 5.06 4.92 4.85 5/345 179019
/proc/meminfo: memFree=68605060/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=1587952 CPUtime=16.5 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 29117 0 0 0 1604 46 0 0 20 0 20 0 239379171 19521036288 396988 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 396988 5495 1 0 1202909 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=196196 CPUtime=11.85 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 7456 0 0 0 1154 31 0 0 20 0 20 0 239379173 19521036288 396988 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=1514144 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 396988 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 396988 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 396988 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1587952 KiB

[startup+25.5002 s]
/proc/loadavg: 5.05 4.92 4.85 5/345 179019
/proc/meminfo: memFree=67085164/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=2545724 CPUtime=29.64 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 33298 0 0 0 2892 72 0 0 20 0 20 0 239379171 19521036288 636431 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 636431 5527 1 0 1328245 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=0 CPUtime=24.2 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 9362 0 0 0 2369 51 0 0 20 0 20 0 239379173 19521036288 636431 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 636431 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=2545724 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 636431 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=2432936 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 636431 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 29.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2545724 KiB

[startup+51.1057 s]
/proc/loadavg: 4.76 4.87 4.83 5/345 179019
/proc/meminfo: memFree=65636600/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3108988 CPUtime=56 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 37296 0 0 0 5499 101 0 0 20 0 20 0 239379171 19521036288 777247 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 777247 5527 1 0 1328248 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=2545724 CPUtime=48.88 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 11540 0 0 0 4821 67 0 0 20 0 20 0 239379173 19521036288 777247 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=28160 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 777247 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 777247 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0

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

/proc/meminfo: memFree=64802792/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3277.72 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 285335 0 0 0 326191 1581 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826230 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3170.13 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 151954 0 0 0 315615 1398 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3277.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.22 4.24 5/340 179340
/proc/meminfo: memFree=64409408/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3338.14 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 287187 0 0 0 332209 1605 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826230 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3229.4 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 153047 0 0 0 321521 1419 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1695 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3338.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.26 4.25 5/340 179342
/proc/meminfo: memFree=63905428/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3399.83 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 291055 0 0 0 338358 1625 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826230 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3288.73 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 155895 0 0 0 327437 1436 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=27264 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1709 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3399.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.24 4.25 5/340 179345
/proc/meminfo: memFree=63303504/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3460.64 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 291982 0 0 0 344409 1655 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826230 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3347.91 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 156646 0 0 0 333328 1463 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1709 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3460.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

[startup+3462.3 s]
/proc/loadavg: 3.99 4.19 4.23 4/315 179385
/proc/meminfo: memFree=72390724/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3521.32 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 295368 0 0 0 350457 1675 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826240 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3407.03 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 158526 0 0 0 339222 1481 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=-8742719860491723452 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3521.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

[startup+3522.3 s]
/proc/loadavg: 3.61 4.04 4.17 5/314 179387
/proc/meminfo: memFree=71841036/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3583.69 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 303550 0 0 0 356672 1697 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826240 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3466.05 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 163698 0 0 0 345103 1502 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1918 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3583.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.5 s]
/proc/loadavg: 3.51 3.99 4.15 4/314 179387
/proc/meminfo: memFree=71651668/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3600.03 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 303555 0 0 0 358300 1703 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826240 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3482.06 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 163700 0 0 0 346699 1507 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1918 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.11 s, system=17.0487 s

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

[startup+3538.5 s]
/proc/loadavg: 3.51 3.99 4.15 4/314 179387
/proc/meminfo: memFree=71651668/131250000 swapFree=33009904/33010684
[pid=178999] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3600.03 cores=5,7
/proc/178999/stat : 178999 (java) S 178996 178999 178273 0 -1 4194304 303555 0 0 0 358300 1703 0 0 20 0 20 0 239379171 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
/proc/178999/statm: 4765878 812168 5527 1 0 826240 0
[pid=178999/tid=179001] ppid=178996 vsize=19063512 memory=3248672 CPUtime=3482.06 cores=5,7
/proc/178999/task/179001/stat : 179001 (java) R 178996 178999 178273 0 -1 4194368 163700 0 0 0 346699 1507 0 0 20 0 20 0 239379173 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179010] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179010/stat : 179010 (Finalizer) S 178996 178999 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179017] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179017/stat : 179017 (Common-Cleaner) S 178996 178999 178273 0 -1 4194368 1918 0 0 0 0 0 0 0 20 0 20 0 239379175 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
[pid=178999/tid=179019] ppid=178996 vsize=19063512 memory=3248672 CPUtime=0 cores=5,7
/proc/178999/task/179019/stat : 179019 (Timer-0) S 178996 178999 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239379225 19521036288 812168 18446744073709551615 94584143937536 94584143941232 140721332282192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94584143949048 94584143949840 94584175091712 140721332283732 140721332283876 140721332283876 140721332289480 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3248672 KiB

Child status: 143

Real time (s): 3538.58
CPU time (s): 3600.16
CPU user time (s): 3583.11
CPU system time (s): 17.0487
CPU usage (%): 101.74
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6932032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.11
system time used= 17.0487
maximum resident set size= 6932032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22330784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119111
involuntary context switches= 13456


# summary of solver processes directly reported to runsolver:
#   pid: 178999
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3583.11
#   total CPU system time (s): 17.0487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.3614 second user time and 17.1645 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 04:16:33
IDJOB=4545046
IDBENCH=180696
IDSOLVER=3364
FILE ID=nodeC027/4545046-1753236993
RUNJOBID= nodeC027-1753233633-178286
SLURM_JOB_ID= 9687850
Free space on /tmp= 350800 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545046-1753236993/watcher-4545046-1753236993 -o /tmp/evaluation-result-4545046-1753236993/solver-4545046-1753236993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178286 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545046-1753236993 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545046-1753236993.opb

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=531765477

nodeC027 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		: 3599.679
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.29
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.636
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.29
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		: 3597.091
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.29
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		: 3599.927
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.29
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.640
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.29
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		: 3601.114
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.29
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		: 3599.040
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.29
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		: 3599.640
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        70441404 kB
MemAvailable:   94207608 kB
Buffers:            1204 kB
Cached:         24449296 kB
SwapCached:            8 kB
Active:         35837512 kB
Inactive:       24035808 kB
Active(anon):   35401808 kB
Inactive(anon):    47324 kB
Active(file):     435704 kB
Inactive(file): 23988484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            552508 kB
Writeback:            20 kB
AnonPages:      35426004 kB
Mapped:           128836 kB
Shmem:             26224 kB
KReclaimable:     362108 kB
Slab:             461424 kB
SReclaimable:     362108 kB
SUnreclaim:        99316 kB
KernelStack:        5280 kB
PageTables:        72976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   39379844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  34572288 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 392336 MiB
End job on nodeC027 at 2025-07-23 05:15:32