Trace number 4513879

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.31 3605.25

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l080-r079-n1.opb
MD5SUM1372c66e4673859c6e3da379b7182901
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark879.083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4323
Total number of constraints9214
Number of constraints which are clauses7773
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.45/0.36	c Pseudo Boolean Optimization by upper bound
0.45/0.36	c --- Begin Solver configuration ---
0.45/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.36	c Learn all clauses as in MiniSAT
0.45/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.36	c Expensive reason simplification
0.45/0.36	c Glucose 2.1 dynamic restart strategy
0.45/0.36	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.45/0.36	c timeout=2147483s
0.45/0.36	c DB Simplification allowed=false
0.45/0.36	c Listener: none
0.45/0.36	c --- End Solver configuration ---
0.45/0.36	c solving HOME/instance-4513879-1751222453.opb
0.45/0.36	c reading problem ... 
0.45/0.37	c using VERIPB proof format
0.45/0.37	c  no objective function found
0.91/0.67	c ... done. Wall clock time 0.309s.
0.91/0.67	c declared #vars     4323
0.91/0.67	c #constraints  10655
0.91/0.67	c constraints type 
0.91/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7773
0.91/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1441
0.91/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1441
0.91/0.68	c 10655 constraints processed.
4.58/2.55	c cleaning 2501 clauses out of 5002 with flag 269887/5002
6.67/3.81	c cleaning 4246 clauses out of 8499 with flag 418430/11000
8.88/5.93	c cleaning 5622 clauses out of 11253 with flag 595560/18000
10.61/7.57	c cleaning 6806 clauses out of 13631 with flag 798017/26000
12.66/9.22	c cleaning 7900 clauses out of 15827 with flag 1021346/35002
14.83/11.31	c cleaning 8954 clauses out of 17926 with flag 1267259/45001
17.34/13.84	c cleaning 9977 clauses out of 19972 with flag 1531638/56001
19.73/16.21	c cleaning 10992 clauses out of 21995 with flag 1790991/68001
22.54/19.11	c cleaning 11999 clauses out of 24003 with flag 2093909/81001
26.13/22.61	c cleaning 12995 clauses out of 26003 with flag 2451910/95000
29.37/26.00	c cleaning 13994 clauses out of 28008 with flag 2803591/110000
33.39/29.90	c cleaning 14998 clauses out of 30016 with flag 3209493/126002
37.73/34.21	c cleaning 16000 clauses out of 32016 with flag 3612130/143000
43.91/40.20	c cleaning 17007 clauses out of 34017 with flag 4046275/161001
48.61/44.94	c cleaning 17998 clauses out of 36010 with flag 4462663/180001
54.00/50.37	c cleaning 18993 clauses out of 38012 with flag 4939561/200001
59.95/56.13	c cleaning 19995 clauses out of 40018 with flag 5439876/221000
66.71/63.21	c cleaning 21005 clauses out of 42023 with flag 6007139/243000
73.30/69.86	c cleaning 22000 clauses out of 44019 with flag 6571456/266001
80.29/76.85	c cleaning 23005 clauses out of 46021 with flag 7146335/290003
89.35/85.96	c cleaning 23993 clauses out of 48013 with flag 7753658/315000
98.27/95.38	c cleaning 25001 clauses out of 50020 with flag 8398646/341000
107.76/104.84	c cleaning 26004 clauses out of 52020 with flag 9088725/368001
117.23/114.39	c cleaning 26997 clauses out of 54018 with flag 9771994/396003
129.12/126.36	c cleaning 27999 clauses out of 56020 with flag 10481800/425002
139.82/137.08	c cleaning 29003 clauses out of 58022 with flag 11240724/455003
150.48/147.73	c cleaning 29998 clauses out of 60018 with flag 11984478/486002
158.20/155.57	c cleaning 31000 clauses out of 62020 with flag 12740182/518002
168.96/166.35	c cleaning 32000 clauses out of 64018 with flag 13549651/551000
178.74/176.19	c cleaning 33006 clauses out of 66018 with flag 14390071/585000
189.48/186.90	c cleaning 33990 clauses out of 68014 with flag 15283170/620002
200.70/198.13	c cleaning 35002 clauses out of 70022 with flag 16215256/656000
214.63/212.14	c cleaning 35996 clauses out of 72020 with flag 17085374/693000
227.21/224.77	c cleaning 37007 clauses out of 74026 with flag 18035291/731002
239.99/237.59	c cleaning 37997 clauses out of 76018 with flag 18945565/770001
256.33/253.91	c cleaning 38994 clauses out of 78020 with flag 19935727/810000
270.80/268.43	c cleaning 40007 clauses out of 80026 with flag 20930884/851000
287.03/284.79	c cleaning 41007 clauses out of 82020 with flag 21980565/893001
301.22/298.85	c cleaning 42004 clauses out of 84013 with flag 23099045/936001
315.97/313.65	c cleaning 43002 clauses out of 86011 with flag 24023556/980003
335.08/332.82	c cleaning 43993 clauses out of 88006 with flag 25016595/1025000
353.06/350.85	c cleaning 44997 clauses out of 90014 with flag 25968834/1071001
369.70/367.51	c cleaning 46003 clauses out of 92017 with flag 26884198/1118001
388.28/386.11	c cleaning 46999 clauses out of 94013 with flag 27713754/1166000
408.41/406.30	c cleaning 47992 clauses out of 96014 with flag 28563727/1215000
430.37/428.39	c cleaning 49002 clauses out of 98022 with flag 29465414/1265000
451.71/449.73	c cleaning 50004 clauses out of 100021 with flag 30373512/1316001
474.64/472.79	c cleaning 50996 clauses out of 102017 with flag 31338991/1368001
497.33/495.58	c cleaning 52005 clauses out of 104022 with flag 32323439/1421002
521.67/519.90	c cleaning 53003 clauses out of 106015 with flag 33363940/1475000
544.47/542.72	c cleaning 54006 clauses out of 108013 with flag 34396300/1530001
571.16/569.76	c cleaning 54997 clauses out of 110007 with flag 35469045/1586001
599.06/597.74	c cleaning 55997 clauses out of 112010 with flag 36581084/1643001
627.97/626.87	c cleaning 57003 clauses out of 114014 with flag 37738432/1701002
659.22/658.18	c cleaning 57997 clauses out of 116011 with flag 38920661/1760002
689.21/688.25	c cleaning 58994 clauses out of 118015 with flag 40068426/1820003
720.12/719.23	c cleaning 59997 clauses out of 120018 with flag 41242225/1881000
746.36/745.51	c cleaning 60995 clauses out of 122021 with flag 42326001/1943000
773.17/772.31	c cleaning 62004 clauses out of 124027 with flag 43234280/2006001
803.67/802.91	c cleaning 63003 clauses out of 126023 with flag 44206767/2070001
830.36/829.63	c cleaning 64006 clauses out of 128019 with flag 45279448/2135000
861.26/860.56	c cleaning 65002 clauses out of 130013 with flag 46436332/2201000
894.64/894.09	c cleaning 66000 clauses out of 132011 with flag 47663745/2268000
924.13/923.67	c cleaning 66999 clauses out of 134012 with flag 48838306/2336001
953.72/953.34	c cleaning 67996 clauses out of 136012 with flag 50045932/2405000
985.56/985.28	c cleaning 69002 clauses out of 138016 with flag 51296006/2475000
1022.07/1021.88	c cleaning 70000 clauses out of 140014 with flag 52621741/2546000
1061.04/1060.94	c cleaning 70998 clauses out of 142016 with flag 54025589/2618002
1103.60/1103.55	c cleaning 71998 clauses out of 144016 with flag 55451639/2691000
1141.42/1141.50	c cleaning 72996 clauses out of 146020 with flag 56816199/2765002
1183.89/1184.02	c cleaning 74001 clauses out of 148024 with flag 58165730/2840002
1228.95/1229.28	c cleaning 75001 clauses out of 150021 with flag 59509888/2916000
1275.86/1276.24	c cleaning 76008 clauses out of 152021 with flag 61052608/2993001
1319.08/1319.59	c cleaning 76997 clauses out of 154012 with flag 62563163/3071000
1368.00/1368.57	c cleaning 77998 clauses out of 156016 with flag 64017773/3150001
1413.26/1413.97	c cleaning 78995 clauses out of 158017 with flag 65515735/3230000
1467.82/1468.55	c cleaning 80004 clauses out of 160024 with flag 67143298/3311002
1524.46/1525.39	c cleaning 81007 clauses out of 162021 with flag 68860408/3393003
1580.25/1581.24	c cleaning 81998 clauses out of 164013 with flag 70346338/3476002
1635.77/1636.80	c cleaning 82998 clauses out of 166014 with flag 72002693/3560001
1696.12/1697.21	c cleaning 84003 clauses out of 168016 with flag 73778601/3645001
1762.15/1763.39	c cleaning 85003 clauses out of 170014 with flag 75585999/3731002
1836.18/1837.50	c cleaning 85998 clauses out of 172009 with flag 77364841/3818000
1911.00/1912.43	c cleaning 86999 clauses out of 174012 with flag 79083953/3906001
1985.03/1986.69	c cleaning 87994 clauses out of 176013 with flag 80790161/3995001
2051.31/2053.07	c cleaning 89004 clauses out of 178019 with flag 82493115/4085001
2111.01/2112.88	c cleaning 90002 clauses out of 180015 with flag 84243440/4176001
2170.94/2172.81	c cleaning 90993 clauses out of 182012 with flag 85973190/4268000
2244.26/2246.34	c cleaning 92003 clauses out of 184019 with flag 87890977/4361000
2321.80/2324.05	c cleaning 92998 clauses out of 186016 with flag 89850290/4455000
2390.05/2392.46	c cleaning 94000 clauses out of 188019 with flag 91656790/4550001
2461.04/2463.65	c cleaning 95003 clauses out of 190018 with flag 93461977/4646000
2532.82/2535.50	c cleaning 95993 clauses out of 192015 with flag 95321759/4743000
2611.65/2614.59	c cleaning 96998 clauses out of 194023 with flag 97178942/4841001
2688.45/2691.57	c cleaning 98005 clauses out of 196027 with flag 98962547/4940003
2766.80/2770.04	c cleaning 99004 clauses out of 198022 with flag 100788207/5040003
2842.16/2845.55	c cleaning 100005 clauses out of 200016 with flag 102579035/5141001
2932.29/2935.83	c cleaning 101004 clauses out of 202012 with flag 104715157/5243002
3030.42/3034.22	c cleaning 101991 clauses out of 204007 with flag 106834684/5346001
3109.37/3113.30	c cleaning 103002 clauses out of 206015 with flag 108844082/5450000
3188.53/3192.64	c cleaning 104001 clauses out of 208015 with flag 110914396/5555002
3290.39/3294.64	c cleaning 105000 clauses out of 210013 with flag 113050433/5661001
3385.17/3389.62	c cleaning 105996 clauses out of 212012 with flag 115212351/5768000
3477.00/3481.63	c cleaning 107000 clauses out of 214018 with flag 117201825/5876002
3572.29/3577.14	c cleaning 108003 clauses out of 216017 with flag 119363282/5985001
3600.03/3605.03	c timeout
3600.03/3605.05	c starts		: 4821
3600.03/3605.07	c conflicts		: 6023755
3600.03/3605.07	c decisions		: 7432065
3600.03/3605.07	c propagations		: 1952697738
3600.03/3605.07	c inspects		: 31869276880
3600.03/3605.07	c shortcuts		: 0
3600.03/3605.07	c learnt literals	: 0
3600.03/3605.07	c learnt binary clauses	: 0
3600.03/3605.07	c learnt ternary clauses	: 3578
3600.03/3605.07	c learnt constraints	: 6023755
3600.03/3605.07	c ignored constraints	: 0
3600.03/3605.07	c root simplifications	: 0
3600.03/3605.07	c removed literals (reason simplification)	: 682587370
3600.03/3605.07	c reason swapping (by a shorter reason)	: 0
3600.03/3605.07	c Calls to reduceDB	: 105
3600.03/3605.07	c Number of update (reduction) of LBD	: 2302622
3600.03/3605.07	c Imported unit clauses	: 0
3600.03/3605.07	c No decision after first conflict	: false
3600.03/3605.07	c number of reductions to clauses (during analyze)	: 0
3600.03/3605.07	c number of learned constraints concerned by reduction	: 0
3600.03/3605.07	c number of learning phase by resolution	: 0
3600.03/3605.07	c number of learning phase by cutting planes	: 0
3600.03/3605.07	c number of rounding to 1 operations	: 0
3600.03/3605.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3605.07	c number of reductions of the coefficients by power 2 	: 0
3600.03/3605.07	c number of right shift for reduction by power 2 	: 0
3600.03/3605.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3605.08	c number of ending skipping 	: 0
3600.03/3605.08	c number of internal skipping 	: 0
3600.03/3605.08	c number of derivation steps 	: 0
3600.03/3605.08	c number of skipped derivation steps 	: 0
3600.03/3605.08	c number of remaining unassigned 	: 0
3600.03/3605.08	c number of remaining assigned 	: 0
3600.03/3605.08	c number of falsified literals weakened from reason	: 0
3600.03/3605.08	c number of falsified literals weakened from conflict	: 0
3600.03/3605.08	c time for arithmetic operations	: 0
3600.03/3605.08	c minimum degree of deleted constraints	: null
3600.03/3605.08	c maximum degree of deleted constraints	: null
3600.03/3605.08	c number of deleted constraints	: 0
3600.03/3605.08	c speed (assignments/second)	: 541754.4958988967
3600.03/3605.08	c non guided choices	: 39547
3600.27/3605.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 146768
3600.27/3605.21	s UNKNOWN
3600.27/3605.21	c Total wall clock time (in seconds): 3604.85

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62381 MiB free)
  memory of node 1: 64465 MiB (63882 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=27058, runsolver pid=27055

[startup+0.100049 s]*
/proc/loadavg: 1.57 1.21 1.73 6/307 27076
/proc/meminfo: memFree=129256252/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=18930384 memory=47104 CPUtime=0.1 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 5658 0 0 0 6 4 0 0 20 0 18 0 37923970 19384713216 11776 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4732596 11776 5108 1 0 546876 0
[pid=27058/tid=27060] ppid=27055 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 4590 0 0 0 4 2 0 0 20 0 18 0 37923972 19384713216 11776 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=18930384 memory=16878 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37923977 19384713216 11776 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37923978 19384713216 11776 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47104 KiB

[startup+0.215954 s]*
/proc/loadavg: 1.57 1.21 1.73 6/307 27076
/proc/meminfo: memFree=129262000/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=18930384 memory=52012 CPUtime=0.27 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 6138 0 0 0 22 5 0 0 20 0 18 0 37923970 19384713216 13003 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4732596 13003 5364 1 0 547253 0
[pid=27058/tid=27060] ppid=27055 vsize=18930384 memory=4026631433 CPUtime=0.17 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) S 27055 27058 26767 0 -1 4194368 4977 0 0 0 14 3 0 0 20 0 18 0 37923972 19384713216 13003 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=18930384 memory=211342852430 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37923977 19384713216 13003 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=18930384 memory=52996524493243 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37923978 19384713216 13003 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52012 KiB

[startup+0.318817 s]*
/proc/loadavg: 1.57 1.21 1.73 6/307 27082
/proc/meminfo: memFree=129250420/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=18930384 memory=58528 CPUtime=0.45 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 6737 0 0 0 39 6 0 0 20 0 18 0 37923970 19384713216 14632 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4732596 14632 5364 1 0 547753 0
[pid=27058/tid=27060] ppid=27055 vsize=18930384 memory=-6000919485591741805 CPUtime=0.28 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 5188 0 0 0 24 4 0 0 20 0 18 0 37923972 19384713216 14632 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37923977 19384713216 14632 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37923978 19384713216 14632 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58528 KiB

[startup+0.70033 s]
/proc/loadavg: 1.57 1.21 1.73 7/317 27101
/proc/meminfo: memFree=129177448/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=18996948 memory=134028 CPUtime=1.09 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 8635 0 0 0 99 10 0 0 20 0 19 0 37923970 19452874752 33507 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4749237 33507 5428 1 0 549318 0
[pid=27058/tid=27060] ppid=27055 vsize=18996948 memory=17920 CPUtime=0.57 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 5395 0 0 0 50 7 0 0 20 0 19 0 37923972 19452874752 33507 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37923977 19452874752 33507 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=18996948 memory=21472 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37923978 19452874752 33507 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134028 KiB

[startup+1.50026 s]
/proc/loadavg: 1.57 1.21 1.73 9/329 27113
/proc/meminfo: memFree=128979584/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=18996948 memory=142504 CPUtime=2.65 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 12998 0 0 0 254 11 0 0 20 0 19 0 37923970 19452874752 35626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4749237 35626 5460 1 0 550095 0
[pid=27058/tid=27060] ppid=27055 vsize=18996948 memory=21472 CPUtime=1.31 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 5807 0 0 0 124 7 0 0 20 0 19 0 37923972 19452874752 35626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37923977 19452874752 35626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37923978 19452874752 35626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=18996948 memory=16464 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37924039 19452874752 35626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142504 KiB

[startup+3.10599 s]
/proc/loadavg: 1.92 1.29 1.76 8/332 27116
/proc/meminfo: memFree=128372844/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=177932 CPUtime=5.77 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 21808 0 0 0 563 14 0 0 20 0 20 0 37923970 19521036288 44483 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 44483 5492 1 0 554180 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=11136 CPUtime=2.87 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 6986 0 0 0 279 8 0 0 20 0 20 0 37923972 19521036288 44483 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=16464 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 44483 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 44483 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=21472 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 44483 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177932 KiB

[startup+6.30042 s]
/proc/loadavg: 1.92 1.29 1.76 6/332 27116
/proc/meminfo: memFree=127802828/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=246504 CPUtime=9.41 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 27936 0 0 0 924 17 0 0 20 0 20 0 37923970 19521036288 61626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 61626 5492 1 0 554183 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=0 CPUtime=6 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 7764 0 0 0 590 10 0 0 20 0 20 0 37923972 19521036288 61626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=21472 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 61626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 61626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=-6000919485591741805 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 61626 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 246504 KiB

[startup+12.7004 s]
/proc/loadavg: 2.32 1.40 1.79 5/332 27116
/proc/meminfo: memFree=126811196/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=457736 CPUtime=16.23 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 33057 0 0 0 1600 23 0 0 20 0 20 0 37923970 19521036288 114434 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 114434 5524 1 0 554183 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=11136 CPUtime=12.35 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 8655 0 0 0 1220 15 0 0 20 0 20 0 37923972 19521036288 114434 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=258860 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 114434 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 114434 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 114434 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 457736 KiB

[startup+25.5004 s]
/proc/loadavg: 2.58 1.49 1.81 5/332 27116
/proc/meminfo: memFree=125964508/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=707600 CPUtime=28.97 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 35199 0 0 0 2865 32 0 0 20 0 20 0 37923970 19521036288 176900 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 176900 5524 1 0 554183 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=0 CPUtime=25.01 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 9478 0 0 0 2478 23 0 0 20 0 20 0 37923972 19521036288 176900 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=545808 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 176900 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=541712 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 176900 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=541712 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 176900 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 707600 KiB

[startup+51.1142 s]
/proc/loadavg: 3.14 1.71 1.87 5/332 27117
/proc/meminfo: memFree=124032416/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=1324212 CPUtime=54.81 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 38140 0 0 0 5432 49 0 0 20 0 20 0 37923970 19521036288 331053 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 331053 5524 1 0 554183 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=1318044 CPUtime=50.49 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 10232 0 0 0 5010 39 0 0 20 0 20 0 37923972 19521036288 331053 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=1324212 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 331053 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=11136 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.06 5/330 27427
/proc/meminfo: memFree=111184448/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156024 CPUtime=3278.12 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 100229 0 0 0 327274 538 0 0 20 0 20 0 37923970 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539006 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=16464 CPUtime=3260.69 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 41376 0 0 0 325715 354 0 0 20 0 20 0 37923972 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=2121452 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=2121452 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 1786 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=2121452 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3278.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.06 5/330 27431
/proc/meminfo: memFree=111048540/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156024 CPUtime=3337.95 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 101328 0 0 0 333250 545 0 0 20 0 20 0 37923970 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539006 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=2121452 CPUtime=3320.48 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 42332 0 0 0 331689 359 0 0 20 0 20 0 37923972 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=2156024 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 1812 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539006 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3337.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.06 5/330 27433
/proc/meminfo: memFree=110913448/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3397.84 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 102598 0 0 0 339231 553 0 0 20 0 20 0 37923970 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539038 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3380.25 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 42646 0 0 0 337662 363 0 0 20 0 20 0 37923972 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3397.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.06 5/331 27436
/proc/meminfo: memFree=110799772/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3457.75 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 102698 0 0 0 345216 559 0 0 20 0 20 0 37923970 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539038 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3440.04 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 42679 0 0 0 343637 367 0 0 20 0 20 0 37923972 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3457.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156152 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.06 5/331 27439
/proc/meminfo: memFree=110637476/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3517.6 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 103779 0 0 0 351193 567 0 0 20 0 20 0 37923970 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539038 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3499.84 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 43597 0 0 0 349613 371 0 0 20 0 20 0 37923972 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3517.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.06 5/330 27441
/proc/meminfo: memFree=110507768/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3577.47 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 105398 0 0 0 357173 574 0 0 20 0 20 0 37923970 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539038 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=11136 CPUtime=3559.44 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 44236 0 0 0 355569 375 0 0 20 0 20 0 37923972 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 1949 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=21472 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3577.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.24 4.12 4.07 7/327 27638
/proc/meminfo: memFree=121591472/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19063512 memory=2156152 CPUtime=3600.03 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 106120 0 0 0 359423 580 0 0 20 0 20 0 37923970 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4765878 539038 5524 1 0 554717 0
[pid=27058/tid=27060] ppid=27055 vsize=19063512 memory=-6000919477068522861 CPUtime=3581.98 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) R 27055 27058 26767 0 -1 4194368 44704 0 0 0 357818 380 0 0 20 0 20 0 37923972 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19063512 memory=2156152 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37923977 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 20 0 37923978 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27113] ppid=27055 vsize=19063512 memory=2001728 CPUtime=0 cores=5,7
/proc/27058/task/27113/stat : 27113 (Timer-0) S 27055 27058 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924039 19521036288 539038 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2156152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.48 s, system=5.82828 s

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

[startup+3605.2 s]
/proc/loadavg: 4.24 4.12 4.07 7/327 27638
/proc/meminfo: memFree=121591472/131382120 swapFree=33010684/33010684
[pid=27058] ppid=27055 vsize=19263204 memory=2157176 CPUtime=3600.27 cores=5,7
/proc/27058/stat : 27058 (java) S 27055 27058 26767 0 -1 4194304 109161 0 0 0 359446 581 0 0 20 0 21 0 37923970 19725520896 539294 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
/proc/27058/statm: 4815801 539294 5524 1 0 555673 0
[pid=27058/tid=27060] ppid=27055 vsize=19263204 memory=17920 CPUtime=3582 cores=5,7
/proc/27058/task/27060/stat : 27060 (java) S 27055 27058 26767 0 -1 4194368 45205 0 0 0 357820 380 0 0 20 0 21 0 37923972 19725520896 539294 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27069] ppid=27055 vsize=19263204 memory=11136 CPUtime=0 cores=5,7
/proc/27058/task/27069/stat : 27069 (Finalizer) S 27055 27058 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37923977 19725520896 539294 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
[pid=27058/tid=27076] ppid=27055 vsize=19263204 memory=5632 CPUtime=0 cores=5,7
/proc/27058/task/27076/stat : 27076 (Common-Cleaner) S 27055 27058 26767 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 21 0 37923978 19725520896 539294 18446744073709551615 94446514073600 94446514077296 140722933001616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94446514085112 94446514085904 94446542561280 140722933004592 140722933004774 140722933004774 140722933010376 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2157176 KiB

Child status: 143

Real time (s): 3605.25
CPU time (s): 3600.31
CPU user time (s): 3594.48
CPU system time (s): 5.82828
CPU usage (%): 99.863
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2157176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.48
system time used= 5.82828
maximum resident set size= 2157304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4561944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108042
involuntary context switches= 9182


# summary of solver processes directly reported to runsolver:
#   pid: 27058
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3594.48
#   total CPU system time (s): 5.82828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4128 second user time and 39.0882 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 20:40:53
IDJOB=4513879
IDBENCH=162572
IDSOLVER=3364
FILE ID=nodeC003/4513879-1751222453
RUNJOBID= nodeC003-1751222447-26780
SLURM_JOB_ID= 9587679
Free space on /tmp= 432752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513879-1751222453/watcher-4513879-1751222453 -o /tmp/evaluation-result-4513879-1751222453/solver-4513879-1751222453 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26780 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513879-1751222453 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513879-1751222453.opb

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

MD5SUM BENCH= 1372c66e4673859c6e3da379b7182901
RANDOM SEED=1020605928

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

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2294.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129302300 kB
MemAvailable:   129505780 kB
Buffers:            3280 kB
Cached:          1013072 kB
SwapCached:            0 kB
Active:           796088 kB
Inactive:         765096 kB
Active(anon):     562828 kB
Inactive(anon):        0 kB
Active(file):     233260 kB
Inactive(file):   765096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35096 kB
Writeback:            12 kB
AnonPages:        547740 kB
Mapped:           122840 kB
Shmem:             17960 kB
KReclaimable:      89500 kB
Slab:             172568 kB
SReclaimable:      89500 kB
SUnreclaim:        83068 kB
KernelStack:        4620 kB
PageTables:         4368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4814508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-06-29 21:40:58