Trace number 4493453

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.2 3558.22

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.9468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4493453-1751153733.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.51/0.38	c ... done. Wall clock time 0.248s.
0.51/0.38	c declared #vars     14400
0.51/0.38	c #constraints  1088
0.51/0.38	c constraints type 
0.51/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
0.51/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.51/0.38	c 1088 constraints processed.
6.69/4.59	c cleaning 2492 clauses out of 5000 with flag 16823/5000
11.44/8.91	c cleaning 4249 clauses out of 8508 with flag 37469/11000
17.26/14.44	c cleaning 5611 clauses out of 11259 with flag 62802/18000
23.78/20.81	c cleaning 6803 clauses out of 13649 with flag 91973/26001
30.85/27.77	c cleaning 7906 clauses out of 15845 with flag 126227/35000
39.20/36.23	c cleaning 8955 clauses out of 17939 with flag 165873/45000
48.28/45.13	c cleaning 9956 clauses out of 19984 with flag 208907/56000
57.98/54.79	c cleaning 10994 clauses out of 22034 with flag 257944/68006
69.64/66.35	c cleaning 12002 clauses out of 24034 with flag 311258/81000
81.25/77.89	c cleaning 12998 clauses out of 26032 with flag 369643/95000
94.20/90.65	c cleaning 13979 clauses out of 28035 with flag 431662/110001
107.77/104.11	c cleaning 15015 clauses out of 30055 with flag 497842/126000
122.40/118.49	c cleaning 15986 clauses out of 32041 with flag 570078/143001
138.35/134.40	c cleaning 17007 clauses out of 34055 with flag 645795/161001
155.29/151.13	c cleaning 17995 clauses out of 36047 with flag 728513/180000
173.70/169.13	c cleaning 19009 clauses out of 38052 with flag 814128/200000
192.50/187.70	c cleaning 20000 clauses out of 40043 with flag 904945/221000
211.36/206.53	c cleaning 21005 clauses out of 42043 with flag 1001994/243000
232.23/227.30	c cleaning 22002 clauses out of 44038 with flag 1103203/266000
254.10/248.94	c cleaning 22999 clauses out of 46036 with flag 1211793/290000
277.25/272.05	c cleaning 24001 clauses out of 48037 with flag 1326052/315000
301.59/296.17	c cleaning 25003 clauses out of 50039 with flag 1446260/341003
327.67/321.90	c cleaning 25988 clauses out of 52035 with flag 1571933/368002
354.47/348.62	c cleaning 26996 clauses out of 54045 with flag 1702680/396000
382.59/376.57	c cleaning 28003 clauses out of 56049 with flag 1841030/425000
410.15/404.06	c cleaning 29022 clauses out of 58046 with flag 1983801/455000
440.29/433.95	c cleaning 29981 clauses out of 60026 with flag 2132523/486002
471.09/464.50	c cleaning 31017 clauses out of 62043 with flag 2286917/518000
502.85/496.23	c cleaning 32001 clauses out of 64027 with flag 2450237/551001
535.20/528.27	c cleaning 32995 clauses out of 66025 with flag 2617317/585000
569.77/562.62	c cleaning 33991 clauses out of 68031 with flag 2789851/620001
605.37/597.92	c cleaning 35009 clauses out of 70039 with flag 2971360/656000
642.25/634.30	c cleaning 35984 clauses out of 72030 with flag 3156272/693000
680.15/671.85	c cleaning 36996 clauses out of 74046 with flag 3350380/731000
719.63/711.00	c cleaning 37993 clauses out of 76050 with flag 3547808/770000
759.96/751.19	c cleaning 39010 clauses out of 78057 with flag 3754985/810000
802.16/793.22	c cleaning 39997 clauses out of 80047 with flag 3968809/851000
845.67/836.67	c cleaning 41015 clauses out of 82050 with flag 4186023/893000
890.42/881.18	c cleaning 41989 clauses out of 84036 with flag 4410371/936001
935.75/926.19	c cleaning 42986 clauses out of 86046 with flag 4641184/980000
983.52/973.51	c cleaning 44000 clauses out of 88060 with flag 4877894/1025000
1032.40/1021.82	c cleaning 45011 clauses out of 90062 with flag 5122402/1071002
1083.50/1072.64	c cleaning 46003 clauses out of 92049 with flag 5373458/1118000
1134.93/1123.58	c cleaning 47002 clauses out of 94047 with flag 5627565/1166001
1187.61/1176.10	c cleaning 47994 clauses out of 96045 with flag 5892152/1215001
1241.00/1228.90	c cleaning 48997 clauses out of 98052 with flag 6164517/1265002
1296.23/1284.07	c cleaning 49986 clauses out of 100053 with flag 6446975/1316000
1353.34/1340.59	c cleaning 50999 clauses out of 102067 with flag 6732484/1368000
1413.50/1399.57	c cleaning 52024 clauses out of 104068 with flag 7027341/1421000
1471.99/1457.81	c cleaning 53001 clauses out of 106044 with flag 7328852/1475000
1532.60/1518.14	c cleaning 53986 clauses out of 108044 with flag 7634739/1530001
1596.07/1580.80	c cleaning 55011 clauses out of 110057 with flag 7948126/1586000
1661.81/1645.44	c cleaning 55990 clauses out of 112046 with flag 8268452/1643000
1728.76/1711.25	c cleaning 57009 clauses out of 114057 with flag 8601522/1701001
1798.22/1779.77	c cleaning 57987 clauses out of 116047 with flag 8946413/1760000
1867.96/1848.50	c cleaning 59009 clauses out of 118060 with flag 9293944/1820000
1939.16/1918.73	c cleaning 60027 clauses out of 120053 with flag 9649260/1881002
2012.45/1990.91	c cleaning 60966 clauses out of 122024 with flag 10004126/1943000
2086.93/2064.52	c cleaning 61979 clauses out of 124058 with flag 10369933/2006000
2163.37/2139.89	c cleaning 63002 clauses out of 126082 with flag 10748824/2070003
2242.18/2217.61	c cleaning 64031 clauses out of 128078 with flag 11133234/2135001
2321.34/2296.31	c cleaning 65001 clauses out of 130046 with flag 11519138/2201000
2402.38/2376.32	c cleaning 66002 clauses out of 132045 with flag 11914861/2268000
2486.22/2459.06	c cleaning 66995 clauses out of 134043 with flag 12321303/2336000
2570.66/2543.60	c cleaning 67997 clauses out of 136048 with flag 12735433/2405000
2657.95/2629.17	c cleaning 68990 clauses out of 138051 with flag 13153912/2475000
2745.40/2715.78	c cleaning 70012 clauses out of 140061 with flag 13581817/2546000
2835.38/2804.34	c cleaning 71002 clauses out of 142049 with flag 14019675/2618000
2927.79/2895.65	c cleaning 71997 clauses out of 144048 with flag 14469373/2691001
3022.07/2988.48	c cleaning 72998 clauses out of 146050 with flag 14926817/2765000
3115.73/3080.89	c cleaning 74004 clauses out of 148052 with flag 15389320/2840000
3211.76/3176.17	c cleaning 74992 clauses out of 150049 with flag 15860476/2916001
3309.53/3271.79	c cleaning 76014 clauses out of 152058 with flag 16332262/2993002
3408.48/3369.56	c cleaning 76991 clauses out of 154042 with flag 16816109/3071000
3506.78/3466.24	c cleaning 77990 clauses out of 156051 with flag 17306455/3150000
3600.03/3558.12	c timeout
3600.03/3558.12	c starts		: 20453
3600.03/3558.13	c conflicts		: 3228026
3600.03/3558.13	c decisions		: 73614837
3600.03/3558.13	c propagations		: 806383015
3600.03/3558.13	c inspects		: 8028610999
3600.03/3558.13	c shortcuts		: 0
3600.03/3558.13	c learnt literals	: 0
3600.03/3558.13	c learnt binary clauses	: 0
3600.03/3558.13	c learnt ternary clauses	: 0
3600.03/3558.13	c learnt constraints	: 3228026
3600.03/3558.13	c ignored constraints	: 0
3600.03/3558.13	c root simplifications	: 0
3600.03/3558.13	c removed literals (reason simplification)	: 108696824
3600.03/3558.13	c reason swapping (by a shorter reason)	: 0
3600.03/3558.13	c Calls to reduceDB	: 75
3600.03/3558.13	c Number of update (reduction) of LBD	: 1101111
3600.03/3558.13	c Imported unit clauses	: 0
3600.03/3558.13	c No decision after first conflict	: false
3600.03/3558.13	c number of reductions to clauses (during analyze)	: 0
3600.03/3558.13	c number of learned constraints concerned by reduction	: 0
3600.03/3558.13	c number of learning phase by resolution	: 0
3600.03/3558.13	c number of learning phase by cutting planes	: 0
3600.03/3558.13	c number of rounding to 1 operations	: 0
3600.03/3558.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3558.13	c number of reductions of the coefficients by power 2 	: 0
3600.03/3558.13	c number of right shift for reduction by power 2 	: 0
3600.03/3558.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3558.14	c number of ending skipping 	: 0
3600.03/3558.14	c number of internal skipping 	: 0
3600.03/3558.14	c number of derivation steps 	: 0
3600.03/3558.14	c number of skipped derivation steps 	: 0
3600.03/3558.14	c number of remaining unassigned 	: 0
3600.03/3558.14	c number of remaining assigned 	: 0
3600.03/3558.14	c number of falsified literals weakened from reason	: 0
3600.03/3558.14	c number of falsified literals weakened from conflict	: 0
3600.03/3558.14	c time for arithmetic operations	: 0
3600.03/3558.14	c minimum degree of deleted constraints	: null
3600.03/3558.14	c maximum degree of deleted constraints	: null
3600.03/3558.14	c number of deleted constraints	: 0
3600.03/3558.14	c speed (assignments/second)	: 226655.33412971682
3600.03/3558.14	c non guided choices	: 18726
3600.03/3558.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156087
3600.03/3558.20	s UNKNOWN
3600.03/3558.20	c Total wall clock time (in seconds): 3558.066

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 (58206 MiB free)
  memory of node 1: 64507 MiB (60375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493453-1751153733/watcher-4493453-1751153733 -o /tmp/evaluation-result-4493453-1751153733/solver-4493453-1751153733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493453-1751153733 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493453-1751153733.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
solver pid=15543, runsolver pid=15540
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.35 4.30 4.23 5/343 15561
/proc/meminfo: memFree=121396668/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=18930384 memory=57708 CPUtime=0.12 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 6583 0 0 0 11 1 0 0 20 0 18 0 31052869 19384713216 14427 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4732596 14427 5335 1 0 547621 0
[pid=15543/tid=15545] ppid=15540 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 31052871 19384713216 14427 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31052873 19384713216 14427 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31052873 19384713216 14427 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.205782 s]*
/proc/loadavg: 4.35 4.30 4.23 7/343 15561
/proc/meminfo: memFree=121368268/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=18930384 memory=77024 CPUtime=0.31 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 7246 0 0 0 29 2 0 0 20 0 18 0 31052869 19384713216 19256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4732596 19256 5431 1 0 548093 0
[pid=15543/tid=15545] ppid=15540 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 5276 0 0 0 15 2 0 0 20 0 18 0 31052871 19384713216 19256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=18930384 memory=16912 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31052873 19384713216 19256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31052873 19384713216 19256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 77024 KiB

[startup+0.305752 s]*
/proc/loadavg: 4.35 4.30 4.23 6/343 15561
/proc/meminfo: memFree=121294668/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=18930384 memory=144692 CPUtime=0.51 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 8727 0 0 0 47 4 0 0 20 0 18 0 31052869 19384713216 36173 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4732596 36173 5431 1 0 549070 0
[pid=15543/tid=15545] ppid=15540 vsize=18930384 memory=-6000919507083028334 CPUtime=0.26 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 5318 0 0 0 23 3 0 0 20 0 18 0 31052871 19384713216 36173 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31052873 19384713216 36173 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31052873 19384713216 36173 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 144692 KiB

[startup+0.700211 s]
/proc/loadavg: 4.35 4.30 4.23 6/345 15563
/proc/meminfo: memFree=121270220/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=167184 CPUtime=1.26 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 11123 0 0 0 121 5 0 0 20 0 20 0 31052869 19521036288 41796 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 41796 5463 1 0 551352 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=17280 CPUtime=0.58 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 5379 0 0 0 55 3 0 0 20 0 20 0 31052871 19521036288 41796 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 41796 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 41796 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 41796 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167184 KiB

[startup+1.50021 s]
/proc/loadavg: 4.35 4.30 4.23 5/345 15563
/proc/meminfo: memFree=121257260/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=169036 CPUtime=2.84 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 16051 0 0 0 278 6 0 0 20 0 20 0 31052869 19521036288 42259 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 42259 5463 1 0 551655 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 5761 0 0 0 131 3 0 0 20 0 20 0 31052871 19521036288 42259 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 42259 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 42259 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 42259 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169036 KiB

[startup+3.106 s]
/proc/loadavg: 4.35 4.30 4.23 7/344 15628
/proc/meminfo: memFree=122511452/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=205848 CPUtime=5.2 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 21193 0 0 0 511 9 0 0 20 0 20 0 31052869 19521036288 51462 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 51462 5463 1 0 553656 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=11008 CPUtime=2.86 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 6147 0 0 0 282 4 0 0 20 0 20 0 31052871 19521036288 51462 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=-6000919507083028334 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 51462 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 51462 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 51462 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205848 KiB

[startup+6.30024 s]
/proc/loadavg: 4.40 4.32 4.23 7/343 15693
/proc/meminfo: memFree=122303716/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=488548 CPUtime=8.8 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 25905 0 0 0 863 17 0 0 20 0 20 0 31052869 19521036288 122137 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 122137 5463 1 0 698302 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 6998 0 0 0 588 10 0 0 20 0 20 0 31052871 19521036288 122137 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 122137 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 122137 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=177328 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 122137 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 488548 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.33 4.23 5/345 15695
/proc/meminfo: memFree=121540236/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=721024 CPUtime=15.49 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 26676 0 0 0 1525 24 0 0 20 0 20 0 31052869 19521036288 180256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 180256 5495 1 0 698642 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=177328 CPUtime=12.21 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 7242 0 0 0 1206 15 0 0 20 0 20 0 31052871 19521036288 180256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 180256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=704640 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 180256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 180256 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 721024 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.33 4.24 5/346 15697
/proc/meminfo: memFree=119912232/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=1437144 CPUtime=28.56 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 31763 0 0 0 2812 44 0 0 20 0 20 0 31052869 19521036288 359286 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 359286 5495 1 0 834424 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=-6000919507083028334 CPUtime=24.71 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 9233 0 0 0 2441 30 0 0 20 0 20 0 31052871 19521036288 359286 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=1408456 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 359286 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=177328 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 359286 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=504932 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 359286 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 28.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1437144 KiB

[startup+51.1056 s]
/proc/loadavg: 4.35 4.32 4.23 4/346 15697
/proc/meminfo: memFree=118634228/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=1951252 CPUtime=54.4 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 36595 0 0 0 5374 66 0 0 20 0 20 0 31052869 19521036288 487813 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 487813 5495 1 0 834428 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=1828368 CPUtime=49.51 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 11588 0 0 0 4909 42 0 0 20 0 20 0 31052871 19521036288 487813 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=1828368 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 487813 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.19 4.18 6/346 15948
/proc/meminfo: memFree=92487540/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3258.57 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 203883 0 0 0 324628 1229 0 0 20 0 20 0 31052869 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 822439 5495 1 0 836547 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=20096 CPUtime=3155.48 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 97570 0 0 0 314465 1083 0 0 20 0 20 0 31052871 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3289500 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=3289756 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3258.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3289756 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.18 4.18 5/347 15951
/proc/meminfo: memFree=92020384/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3320.2 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 206532 0 0 0 330771 1249 0 0 20 0 20 0 31052869 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 822439 5495 1 0 836547 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3214.39 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 99541 0 0 0 320338 1101 0 0 20 0 20 0 31052871 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3289756 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1682 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=-6000919507083028334 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3320.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3289756 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.16 4.17 5/347 15955
/proc/meminfo: memFree=91559036/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3381.07 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 210908 0 0 0 336837 1270 0 0 20 0 20 0 31052869 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 822439 5495 1 0 836547 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3273.34 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 102465 0 0 0 326215 1119 0 0 20 0 20 0 31052871 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1701 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3381.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3289756 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.14 4.16 5/345 15957
/proc/meminfo: memFree=91101440/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3441.6 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 211987 0 0 0 342870 1290 0 0 20 0 20 0 31052869 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 822439 5495 1 0 836547 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3332.22 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 102896 0 0 0 332085 1137 0 0 20 0 20 0 31052871 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3289756 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=3289756 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 822439 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3441.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3289756 KiB

[startup+3462.3 s]
/proc/loadavg: 3.64 4.02 4.12 4/319 15992
/proc/meminfo: memFree=106224348/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3290140 CPUtime=3502.74 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 216878 0 0 0 348963 1311 0 0 20 0 20 0 31052869 19521036288 822535 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 822535 5495 1 0 836625 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=3289756 CPUtime=3391.21 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 105492 0 0 0 337966 1155 0 0 20 0 20 0 31052871 19521036288 822535 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822535 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3289756 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 822535 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 822535 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3502.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3290140 KiB

[startup+3522.3 s]
/proc/loadavg: 3.29 3.85 4.05 4/319 15994
/proc/meminfo: memFree=105948844/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3297660 CPUtime=3564.29 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 222770 0 0 0 355095 1334 0 0 20 0 20 0 31052869 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 824415 5495 1 0 836690 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=3290140 CPUtime=3449.69 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 109157 0 0 0 343793 1176 0 0 20 0 20 0 31052871 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=-6000919507083028334 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1806 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=3297660 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3564.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3297660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.11 s]
/proc/loadavg: 3.23 3.77 4.02 4/319 15995
/proc/meminfo: memFree=105777996/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19063512 memory=3297660 CPUtime=3600.03 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 222975 0 0 0 358658 1345 0 0 20 0 20 0 31052869 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4765878 824415 5495 1 0 836690 0
[pid=15543/tid=15545] ppid=15540 vsize=19063512 memory=3297660 CPUtime=3484.65 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) R 15540 15543 13865 0 -1 4194368 109236 0 0 0 347279 1186 0 0 20 0 20 0 31052871 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19063512 memory=3297660 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19063512 memory=3297660 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1862 0 0 0 0 0 0 0 20 0 20 0 31052873 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15563] ppid=15540 vsize=19063512 memory=3297660 CPUtime=0 cores=5,7
/proc/15543/task/15563/stat : 15563 (Timer-0) S 15540 15543 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31052909 19521036288 824415 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3297660 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.71 s, system=13.4814 s

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

[startup+3558.2 s]
/proc/loadavg: 3.23 3.77 4.02 4/319 15995
/proc/meminfo: memFree=105777996/131249996 swapFree=33010684/33010684
[pid=15543] ppid=15540 vsize=19263204 memory=3298428 CPUtime=3600.17 cores=5,7
/proc/15543/stat : 15543 (java) S 15540 15543 13865 0 -1 4194304 225118 0 0 0 358671 1346 0 0 20 0 15 0 31052869 19725520896 824607 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
/proc/15543/statm: 4815801 824607 5495 1 0 837629 0
[pid=15543/tid=15545] ppid=15540 vsize=19263204 memory=5216 CPUtime=3484.68 cores=5,7
/proc/15543/task/15545/stat : 15545 (java) D 15540 15543 13865 0 -1 4194368 109501 0 0 0 347281 1187 0 0 20 0 15 0 31052871 19725520896 824607 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15554] ppid=15540 vsize=19263204 memory=5432 CPUtime=0 cores=5,7
/proc/15543/task/15554/stat : 15554 (Finalizer) S 15540 15543 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 31052873 19725520896 824607 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
[pid=15543/tid=15561] ppid=15540 vsize=19263204 memory=5188 CPUtime=0 cores=5,7
/proc/15543/task/15561/stat : 15561 (Common-Cleaner) S 15540 15543 13865 0 -1 4194368 1862 0 0 0 0 0 0 0 20 0 15 0 31052873 19725520896 824607 18446744073709551615 94853283442688 94853283446384 140734691777632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94853283454200 94853283454992 94853290598400 140734691785008 140734691785190 140734691785190 140734691790792 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3298428 KiB

Child status: 143

Real time (s): 3558.22
CPU time (s): 3600.2
CPU user time (s): 3586.71
CPU system time (s): 13.4814
CPU usage (%): 101.18
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3298428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.71
system time used= 13.4814
maximum resident set size= 3298684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25301160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122124
involuntary context switches= 11076


# summary of solver processes directly reported to runsolver:
#   pid: 15543
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3586.71
#   total CPU system time (s): 13.4814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.44 second user time and 13.1035 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 01:35:33
IDJOB=4493453
IDBENCH=147863
IDSOLVER=3364
FILE ID=nodeC030/4493453-1751153733
RUNJOBID= nodeC030-1751146486-13878
SLURM_JOB_ID= 9587459
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493453-1751153733/watcher-4493453-1751153733 -o /tmp/evaluation-result-4493453-1751153733/solver-4493453-1751153733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493453-1751153733 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493453-1751153733.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=147764718

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.329
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.318
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.533
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.588
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.342
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.325
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.930
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3607.306
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121428676 kB
MemAvailable:   122385940 kB
Buffers:            3280 kB
Cached:          1766668 kB
SwapCached:            0 kB
Active:          7751336 kB
Inactive:        1510172 kB
Active(anon):    7509380 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  1510172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            183636 kB
Writeback:             0 kB
AnonPages:       7494680 kB
Mapped:           122700 kB
Shmem:             18064 kB
KReclaimable:      88348 kB
Slab:             179216 kB
SReclaimable:      88348 kB
SUnreclaim:        90868 kB
KernelStack:        5264 kB
PageTables:        18332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9967440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7290880 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 02:34:51