Trace number 4515967

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.34 3518.57

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
MD5SUMd9b74fe8ba5c70cce21a95ed96e09832
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.168827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables484
Total number of constraints485
Number of constraints which are clauses484
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint484
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 487
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.17	c version PB25.v20250606
0.10/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.19	c java.vm.version	22.0.1+8-16
0.10/0.19	c java.vm.vendor	Oracle Corporation
0.10/0.19	c sun.arch.data.model	64
0.10/0.19	c java.version		22.0.1
0.10/0.19	c os.name		Linux
0.10/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.19	c os.arch		amd64
0.10/0.20	c Free memory 		2104792832
0.10/0.20	c Max memory 		16282288128
0.24/0.21	c Total memory 		2113929216
0.24/0.21	c Number of processors 	2
0.38/0.31	c Pseudo Boolean Optimization by upper bound
0.38/0.31	c --- Begin Solver configuration ---
0.38/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.38/0.31	c Learn all clauses as in MiniSAT
0.38/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.38/0.31	c Expensive reason simplification
0.38/0.31	c Glucose 2.1 dynamic restart strategy
0.38/0.31	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.38/0.31	c timeout=2147483s
0.38/0.31	c DB Simplification allowed=false
0.38/0.31	c Listener: none
0.38/0.31	c --- End Solver configuration ---
0.38/0.31	c solving HOME/instance-4515967-1751236134.opb
0.38/0.31	c reading problem ... 
0.38/0.31	c using VERIPB proof format
0.38/0.32	c  no objective function found
0.38/0.38	c ... done. Wall clock time 0.063s.
0.38/0.38	c declared #vars     484
0.38/0.38	c #constraints  485
0.38/0.38	c constraints type 
0.38/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 484
0.38/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.38/0.38	c 485 constraints processed.
3.78/2.12	c cleaning 2501 clauses out of 5001 with flag 10921/5001
4.89/2.87	c cleaning 4250 clauses out of 8499 with flag 23980/11000
5.83/3.68	c cleaning 5625 clauses out of 11249 with flag 39247/18000
7.24/4.78	c cleaning 6813 clauses out of 13625 with flag 56696/26001
8.55/5.87	c cleaning 7906 clauses out of 15812 with flag 76280/35001
9.92/7.13	c cleaning 8953 clauses out of 17905 with flag 98029/45000
11.97/8.94	c cleaning 9975 clauses out of 19953 with flag 122124/56001
13.95/10.86	c cleaning 10987 clauses out of 21978 with flag 148288/68001
16.32/13.17	c cleaning 11995 clauses out of 23990 with flag 176589/81000
18.70/15.47	c cleaning 12997 clauses out of 25995 with flag 207162/95000
21.41/18.17	c cleaning 13999 clauses out of 27998 with flag 239887/110000
24.80/21.41	c cleaning 14999 clauses out of 29999 with flag 274740/126000
27.94/24.33	c cleaning 15998 clauses out of 32000 with flag 311754/143000
31.35/27.57	c cleaning 16998 clauses out of 34002 with flag 350882/161000
35.55/31.69	c cleaning 18002 clauses out of 36006 with flag 392288/180002
40.09/36.27	c cleaning 18997 clauses out of 38002 with flag 435921/200000
44.93/40.96	c cleaning 20003 clauses out of 40005 with flag 481922/221000
49.03/45.04	c cleaning 21001 clauses out of 42003 with flag 530094/243001
53.51/49.40	c cleaning 21999 clauses out of 44002 with flag 580338/266001
58.83/54.69	c cleaning 22999 clauses out of 46002 with flag 632740/290000
66.43/61.88	c cleaning 24002 clauses out of 48004 with flag 687337/315001
72.28/67.73	c cleaning 25002 clauses out of 50003 with flag 744089/341002
78.37/73.81	c cleaning 25996 clauses out of 51999 with flag 802938/368000
85.69/80.79	c cleaning 27001 clauses out of 54004 with flag 863944/396001
92.67/87.72	c cleaning 28000 clauses out of 56003 with flag 927087/425001
99.49/94.66	c cleaning 29000 clauses out of 58004 with flag 992379/455002
106.26/101.09	c cleaning 30002 clauses out of 60003 with flag 1059633/486001
113.03/107.87	c cleaning 30999 clauses out of 62001 with flag 1129205/518001
121.84/116.38	c cleaning 32001 clauses out of 64001 with flag 1200964/551000
130.68/125.08	c cleaning 33000 clauses out of 66001 with flag 1275053/585001
140.18/134.57	c cleaning 33999 clauses out of 68000 with flag 1351128/620000
147.38/141.61	c cleaning 34991 clauses out of 70002 with flag 1429322/656001
156.69/150.81	c cleaning 36001 clauses out of 72010 with flag 1510004/693000
166.62/160.83	c cleaning 37003 clauses out of 74009 with flag 1592625/731000
177.98/171.88	c cleaning 38002 clauses out of 76007 with flag 1676970/770001
189.36/183.28	c cleaning 38997 clauses out of 78004 with flag 1764174/810000
203.71/197.30	c cleaning 40000 clauses out of 80009 with flag 1853543/851002
218.32/211.87	c cleaning 40997 clauses out of 82009 with flag 1945216/893002
233.95/227.74	c cleaning 41999 clauses out of 84011 with flag 2039280/936001
249.64/243.19	c cleaning 43000 clauses out of 86012 with flag 2135327/980001
265.75/259.61	c cleaning 44001 clauses out of 88011 with flag 2233364/1025000
281.90/275.73	c cleaning 45002 clauses out of 90011 with flag 2333468/1071001
299.50/293.30	c cleaning 46001 clauses out of 92009 with flag 2435562/1118001
316.57/310.07	c cleaning 47000 clauses out of 94007 with flag 2540258/1166000
334.04/327.22	c cleaning 48003 clauses out of 96007 with flag 2647012/1215000
351.44/344.41	c cleaning 49001 clauses out of 98005 with flag 2756532/1265001
371.16/364.03	c cleaning 49997 clauses out of 100005 with flag 2868045/1316002
388.27/380.07	c cleaning 51003 clauses out of 102007 with flag 2982045/1368001
407.63/399.41	c cleaning 51994 clauses out of 104004 with flag 3098032/1421001
430.08/421.78	c cleaning 52998 clauses out of 106009 with flag 3215894/1475000
446.52/438.00	c cleaning 54001 clauses out of 108012 with flag 3335880/1530001
467.44/458.86	c cleaning 55003 clauses out of 110010 with flag 3458069/1586000
490.15/481.04	c cleaning 56000 clauses out of 112008 with flag 3582253/1643001
508.82/499.72	c cleaning 57001 clauses out of 114008 with flag 3708697/1701001
531.23/522.11	c cleaning 58004 clauses out of 116007 with flag 3837065/1760001
557.48/548.04	c cleaning 59000 clauses out of 118003 with flag 3967857/1820001
581.08/571.67	c cleaning 60002 clauses out of 120003 with flag 4100674/1881001
604.57/594.95	c cleaning 60994 clauses out of 122000 with flag 4235775/1943000
625.80/615.90	c cleaning 61995 clauses out of 124007 with flag 4373012/2006001
649.95/640.49	c cleaning 63002 clauses out of 126012 with flag 4512128/2070001
675.56/665.88	c cleaning 63998 clauses out of 128010 with flag 4653517/2135001
702.95/692.83	c cleaning 65005 clauses out of 130011 with flag 4797148/2201000
734.44/724.01	c cleaning 66001 clauses out of 132006 with flag 4943452/2268000
757.13/746.77	c cleaning 67001 clauses out of 134005 with flag 5092031/2336000
789.99/779.63	c cleaning 68002 clauses out of 136006 with flag 5242948/2405002
821.01/810.50	c cleaning 68999 clauses out of 138003 with flag 5395859/2475001
850.71/840.27	c cleaning 70001 clauses out of 140004 with flag 5550534/2546001
886.38/874.40	c cleaning 70997 clauses out of 142003 with flag 5707197/2618001
922.97/910.71	c cleaning 71998 clauses out of 144005 with flag 5866385/2691000
956.86/944.52	c cleaning 72999 clauses out of 146007 with flag 6027381/2765000
991.26/978.74	c cleaning 73999 clauses out of 148008 with flag 6190537/2840000
1028.97/1016.15	c cleaning 74998 clauses out of 150009 with flag 6356330/2916000
1063.23/1050.29	c cleaning 76002 clauses out of 152011 with flag 6523973/2993000
1107.86/1094.56	c cleaning 76992 clauses out of 154010 with flag 6694091/3071001
1162.70/1149.20	c cleaning 78004 clauses out of 156017 with flag 6866472/3150000
1221.21/1207.42	c cleaning 79007 clauses out of 158013 with flag 7040965/3230000
1256.98/1243.01	c cleaning 79998 clauses out of 160007 with flag 7217630/3311001
1289.06/1274.84	c cleaning 81002 clauses out of 162009 with flag 7396380/3393001
1323.73/1308.01	c cleaning 82001 clauses out of 164006 with flag 7577461/3476000
1363.84/1347.73	c cleaning 83001 clauses out of 166005 with flag 7760631/3560000
1409.53/1393.45	c cleaning 84002 clauses out of 168005 with flag 7945778/3645001
1452.39/1435.13	c cleaning 84999 clauses out of 170002 with flag 8133456/3731000
1499.23/1481.76	c cleaning 85993 clauses out of 172005 with flag 8323065/3818002
1544.51/1526.07	c cleaning 87004 clauses out of 174010 with flag 8515026/3906000
1584.63/1565.78	c cleaning 87997 clauses out of 176006 with flag 8709075/3995000
1633.02/1612.49	c cleaning 89002 clauses out of 178009 with flag 8905323/4085000
1679.37/1657.06	c cleaning 90004 clauses out of 180007 with flag 9104315/4176000
1729.10/1705.25	c cleaning 90994 clauses out of 182003 with flag 9305071/4268000
1790.78/1763.53	c cleaning 91994 clauses out of 184010 with flag 9508206/4361001
1855.02/1826.35	c cleaning 93002 clauses out of 186015 with flag 9713380/4455000
1914.89/1885.13	c cleaning 94003 clauses out of 188013 with flag 9920391/4550000
1980.26/1949.74	c cleaning 95000 clauses out of 190010 with flag 10129536/4646000
2056.26/2023.80	c cleaning 96001 clauses out of 192011 with flag 10341199/4743001
2127.12/2093.03	c cleaning 97001 clauses out of 194011 with flag 10555207/4841002
2191.54/2156.15	c cleaning 97989 clauses out of 196008 with flag 10770552/4940000
2259.36/2222.55	c cleaning 99000 clauses out of 198019 with flag 10988131/5040000
2319.17/2279.20	c cleaning 100004 clauses out of 200020 with flag 11207449/5141001
2364.33/2323.41	c cleaning 101001 clauses out of 202016 with flag 11428815/5243001
2425.97/2382.79	c cleaning 102004 clauses out of 204015 with flag 11652644/5346001
2494.19/2448.88	c cleaning 102992 clauses out of 206010 with flag 11878251/5450000
2558.71/2513.27	c cleaning 104008 clauses out of 208018 with flag 12105824/5555000
2634.37/2587.87	c cleaning 105003 clauses out of 210011 with flag 12335870/5661001
2704.12/2656.23	c cleaning 106004 clauses out of 212007 with flag 12568494/5768000
2768.44/2716.99	c cleaning 106998 clauses out of 214004 with flag 12802989/5876001
2831.83/2778.47	c cleaning 108002 clauses out of 216005 with flag 13039431/5985000
2909.07/2852.31	c cleaning 108996 clauses out of 218004 with flag 13278531/6095001
2979.94/2919.36	c cleaning 109998 clauses out of 220007 with flag 13519887/6206000
3050.39/2988.20	c cleaning 111004 clauses out of 222009 with flag 13761955/6318000
3130.19/3066.08	c cleaning 111993 clauses out of 224005 with flag 14007429/6431000
3222.66/3154.49	c cleaning 113001 clauses out of 226012 with flag 14255953/6545000
3295.21/3224.84	c cleaning 113998 clauses out of 228012 with flag 14506484/6660001
3383.81/3308.21	c cleaning 115001 clauses out of 230013 with flag 14758848/6776000
3478.44/3400.25	c cleaning 115996 clauses out of 232012 with flag 15013931/6893000
3574.85/3494.19	c cleaning 117009 clauses out of 234017 with flag 15270861/7011001
3600.00/3518.46	c starts		: 1
3600.00/3518.47	c conflicts		: 7061291
3600.00/3518.47	c decisions		: 7390909
3600.00/3518.47	c propagations		: 68427250
3600.00/3518.47	c inspects		: 10581658061
3600.00/3518.47	c shortcuts		: 0
3600.00/3518.47	c learnt literals	: 0
3600.00/3518.47	c learnt binary clauses	: 0
3600.00/3518.47	c learnt ternary clauses	: 0
3600.00/3518.47	c learnt constraints	: 7061291
3600.00/3518.47	c ignored constraints	: 0
3600.00/3518.47	c root simplifications	: 0
3600.00/3518.47	c removed literals (reason simplification)	: 91560117
3600.00/3518.47	c reason swapping (by a shorter reason)	: 0
3600.00/3518.47	c Calls to reduceDB	: 114
3600.00/3518.47	c Number of update (reduction) of LBD	: 120828
3600.00/3518.47	c Imported unit clauses	: 0
3600.00/3518.47	c No decision after first conflict	: false
3600.00/3518.47	c number of reductions to clauses (during analyze)	: 0
3600.00/3518.47	c number of learned constraints concerned by reduction	: 0
3600.00/3518.47	c number of learning phase by resolution	: 0
3600.00/3518.47	c number of learning phase by cutting planes	: 0
3600.00/3518.47	c number of rounding to 1 operations	: 0
3600.00/3518.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3518.47	c number of reductions of the coefficients by power 2 	: 0
3600.00/3518.47	c number of right shift for reduction by power 2 	: 0
3600.00/3518.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3518.47	c number of ending skipping 	: 0
3600.00/3518.47	c number of internal skipping 	: 0
3600.00/3518.47	c number of derivation steps 	: 0
3600.00/3518.47	c number of skipped derivation steps 	: 0
3600.00/3518.47	c number of remaining unassigned 	: 0
3600.00/3518.47	c number of remaining assigned 	: 0
3600.00/3518.47	c number of falsified literals weakened from reason	: 0
3600.00/3518.47	c number of falsified literals weakened from conflict	: 0
3600.00/3518.47	c time for arithmetic operations	: 0
3600.00/3518.47	c timeout
3600.00/3518.48	c minimum degree of deleted constraints	: null
3600.00/3518.48	c maximum degree of deleted constraints	: null
3600.00/3518.48	c number of deleted constraints	: 0
3600.00/3518.49	c speed (assignments/second)	: 19450.05274152163
3600.00/3518.49	c non guided choices	: 197
3600.21/3518.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 167298
3600.21/3518.55	s UNKNOWN
3600.21/3518.55	c Total wall clock time (in seconds): 3518.245

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.39 4.55 4.48 7/335 31880
/proc/meminfo: memFree=108971604/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=18930384 memory=48292 CPUtime=0.1 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 5786 0 0 0 7 3 0 0 20 0 18 0 39292520 19384713216 12073 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4732596 12073 5306 1 0 546986 0
[pid=31862/tid=31864] ppid=31859 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 4682 0 0 0 5 3 0 0 20 0 18 0 39292522 19384713216 12073 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39292526 19384713216 12073 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=18930384 memory=59593594261064 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39292527 19384713216 12073 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48292 KiB

[startup+0.205872 s]*
/proc/loadavg: 4.39 4.55 4.48 5/335 31880
/proc/meminfo: memFree=108965492/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=18930384 memory=53280 CPUtime=0.24 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 6488 0 0 0 20 4 0 0 20 0 18 0 39292520 19384713216 13320 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4732596 13320 5338 1 0 547568 0
[pid=31862/tid=31864] ppid=31859 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 4994 0 0 0 15 3 0 0 20 0 18 0 39292522 19384713216 13320 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=18930384 memory=15877 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39292526 19384713216 13320 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39292527 19384713216 13320 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53280 KiB

[startup+0.30583 s]*
/proc/loadavg: 4.39 4.55 4.48 7/335 31880
/proc/meminfo: memFree=108953396/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=18930384 memory=59032 CPUtime=0.38 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 6821 0 0 0 33 5 0 0 20 0 18 0 39292520 19384713216 14758 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4732596 14758 5402 1 0 547785 0
[pid=31862/tid=31864] ppid=31859 vsize=18930384 memory=-6000919468411349868 CPUtime=0.27 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 5188 0 0 0 24 3 0 0 20 0 18 0 39292522 19384713216 14758 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39292526 19384713216 14758 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39292527 19384713216 14758 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59032 KiB

[startup+0.700249 s]
/proc/loadavg: 4.39 4.55 4.48 6/336 31881
/proc/meminfo: memFree=108863540/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=18996948 memory=88652 CPUtime=1.11 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 9069 0 0 0 104 7 0 0 20 0 19 0 39292520 19452874752 22163 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4749237 22163 5434 1 0 549029 0
[pid=31862/tid=31864] ppid=31859 vsize=18996948 memory=17280 CPUtime=0.66 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 5336 0 0 0 61 5 0 0 20 0 19 0 39292522 19452874752 22163 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39292526 19452874752 22163 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39292527 19452874752 22163 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39292559 19452874752 22163 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88652 KiB

[startup+1.50024 s]
/proc/loadavg: 4.39 4.55 4.48 6/336 31881
/proc/meminfo: memFree=108503536/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=169584 CPUtime=2.61 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 16949 0 0 0 248 13 0 0 20 0 20 0 39292520 19521036288 42396 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 42396 5498 1 0 551858 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=0 CPUtime=1.38 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 5700 0 0 0 129 9 0 0 20 0 20 0 39292522 19521036288 42396 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 42396 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 42396 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 42396 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169584 KiB

[startup+3.10585 s]
/proc/loadavg: 4.39 4.55 4.48 5/340 31885
/proc/meminfo: memFree=107694300/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=438192 CPUtime=5.29 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 20577 0 0 0 507 22 0 0 20 0 20 0 39292520 19521036288 109548 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 109548 5498 1 0 769442 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=10496 CPUtime=2.86 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 6750 0 0 0 271 15 0 0 20 0 20 0 39292522 19521036288 109548 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=-6000919468411349868 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 109548 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 109548 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 109548 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 438192 KiB

[startup+6.30105 s]
/proc/loadavg: 4.60 4.59 4.49 5/340 31885
/proc/meminfo: memFree=106653132/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=1049576 CPUtime=9.1 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 21734 0 0 0 871 39 0 0 20 0 20 0 39292520 19521036288 262394 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 262394 5498 1 0 1264517 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=0 CPUtime=5.8 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 6964 0 0 0 552 28 0 0 20 0 20 0 39292522 19521036288 262394 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 262394 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 262394 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=169584 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 262394 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1049576 KiB

[startup+12.7004 s]
/proc/loadavg: 4.56 4.58 4.49 5/340 31886
/proc/meminfo: memFree=104460460/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2720640 CPUtime=15.91 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 23093 0 0 0 1510 81 0 0 20 0 20 0 39292520 19521036288 680160 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 680160 5498 1 0 1462966 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=169584 CPUtime=11.95 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 7743 0 0 0 1130 65 0 0 20 0 20 0 39292522 19521036288 680160 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=2632576 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 680160 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 680160 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 680160 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2720640 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.55 4.48 5/340 31886
/proc/meminfo: memFree=102183880/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2915424 CPUtime=29.26 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 27757 0 0 0 2827 99 0 0 20 0 20 0 39292520 19521036288 728856 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 728856 5498 1 0 1462971 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=-6000919468411349868 CPUtime=24.4 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 9451 0 0 0 2362 78 0 0 20 0 20 0 39292522 19521036288 728856 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=2819120 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 728856 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 728856 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 728856 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 29.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2915424 KiB

[startup+51.1143 s]
/proc/loadavg: 4.50 4.55 4.48 5/340 31886
/proc/meminfo: memFree=99532480/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=3380392 CPUtime=55.36 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 32861 0 0 0 5402 134 0 0 20 0 20 0 39292520 19521036288 845098 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 845098 5498 1 0 1462973 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=3247264 CPUtime=48.98 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 10997 0 0 0 4797 101 0 0 20 0 20 0 39292522 19521036288 845098 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 845098 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0

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

[startup+3162.3 s]
/proc/loadavg: 4.37 4.40 4.36 5/343 32141
/proc/meminfo: memFree=31740936/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3230.55 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 230796 0 0 0 321324 1731 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3091.93 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 122151 0 0 0 307756 1437 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2263 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3230.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.36 4.35 5/343 32147
/proc/meminfo: memFree=30311012/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3292.72 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 230997 0 0 0 327516 1756 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3150.82 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 122308 0 0 0 313625 1457 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3292.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.34 4.34 5/343 32152
/proc/meminfo: memFree=29360300/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3356.27 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 231859 0 0 0 333844 1783 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3209.76 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 123025 0 0 0 319499 1477 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=2736 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3356.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.35 4.35 4/319 32183
/proc/meminfo: memFree=44695724/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3419.31 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 235962 0 0 0 340123 1808 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3268.62 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 125461 0 0 0 325365 1497 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2340 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3419.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB

[startup+3402.3 s]
/proc/loadavg: 3.64 4.15 4.27 4/315 32189
/proc/meminfo: memFree=78999988/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3480.5 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 239440 0 0 0 346219 1831 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3327.24 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) D 31859 31862 28556 0 -1 4194368 127027 0 0 0 331209 1515 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2360 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3480.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB

[startup+3462.3 s]
/proc/loadavg: 3.14 3.93 4.19 3/281 32225
/proc/meminfo: memFree=108767476/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3541.76 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 239849 0 0 0 352320 1856 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3386.28 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 127350 0 0 0 337093 1535 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=-6000919468411349868 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2389 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3541.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3518.4 s]
/proc/loadavg: 2.55 3.63 4.07 4/282 32228
/proc/meminfo: memFree=109596028/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19063512 memory=2479360 CPUtime=3600 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 240668 0 0 0 358120 1880 0 0 20 0 20 0 39292520 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4765878 619840 5530 1 0 629610 0
[pid=31862/tid=31864] ppid=31859 vsize=19063512 memory=14344 CPUtime=3441.2 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) R 31859 31862 28556 0 -1 4194368 128138 0 0 0 342565 1555 0 0 20 0 20 0 39292522 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19063512 memory=2479360 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39292526 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2389 0 0 0 0 0 0 0 20 0 20 0 39292527 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31881] ppid=31859 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/31862/task/31881/stat : 31881 (Timer-0) S 31859 31862 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39292559 19521036288 619840 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.49 s, system=18.85 s

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

[startup+3518.5 s]
/proc/loadavg: 2.55 3.63 4.07 4/282 32228
/proc/meminfo: memFree=109596028/131382120 swapFree=33010160/33010684
[pid=31862] ppid=31859 vsize=19263204 memory=2480128 CPUtime=3600.21 cores=1,3
/proc/31862/stat : 31862 (java) S 31859 31862 28556 0 -1 4194304 242118 0 0 0 358139 1882 0 0 20 0 21 0 39292520 19725520896 620032 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
/proc/31862/statm: 4815801 620032 5530 1 0 630551 0
[pid=31862/tid=31864] ppid=31859 vsize=19263204 memory=2479360 CPUtime=3441.26 cores=1,3
/proc/31862/task/31864/stat : 31864 (java) D 31859 31862 28556 0 -1 4194368 128333 0 0 0 342571 1555 0 0 20 0 21 0 39292522 19725520896 620032 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31873] ppid=31859 vsize=19263204 memory=4764 CPUtime=0 cores=1,3
/proc/31862/task/31873/stat : 31873 (Finalizer) S 31859 31862 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39292526 19725520896 620032 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
[pid=31862/tid=31880] ppid=31859 vsize=19263204 memory=17280 CPUtime=0 cores=1,3
/proc/31862/task/31880/stat : 31880 (Common-Cleaner) S 31859 31862 28556 0 -1 4194368 2389 0 0 0 0 0 0 0 20 0 21 0 39292527 19725520896 620032 18446744073709551615 93838182277120 93838182280816 140734605522640 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838182288632 93838182289424 93838215262208 140734605531440 140734605531622 140734605531622 140734605537224 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2480128 KiB

Child status: 143

Real time (s): 3518.57
CPU time (s): 3600.34
CPU user time (s): 3581.49
CPU system time (s): 18.85
CPU usage (%): 102.324
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5810864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.49
system time used= 18.85
maximum resident set size= 5810864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22952136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123028
involuntary context switches= 19662


# summary of solver processes directly reported to runsolver:
#   pid: 31862
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3581.49
#   total CPU system time (s): 18.85

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.347 second user time and 36.5801 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-30 00:28:54
IDJOB=4515967
IDBENCH=168324
IDSOLVER=3364
FILE ID=nodeC008/4515967-1751236134
RUNJOBID= nodeC008-1751232781-31326
SLURM_JOB_ID= 9587698
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515967-1751236134/watcher-4515967-1751236134 -o /tmp/evaluation-result-4515967-1751236134/solver-4515967-1751236134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751232781-31326 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515967-1751236134 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515967-1751236134.opb

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

MD5SUM BENCH= d9b74fe8ba5c70cce21a95ed96e09832
RANDOM SEED=1740147597

nodeC008 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		: 3491.842
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.72
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.212
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.72
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.360
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.72
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		: 3493.378
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.72
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		: 3491.630
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.72
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		: 3648.897
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.72
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		: 1197.478
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.72
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		: 1197.315
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        108978268 kB
MemAvailable:   112788056 kB
Buffers:            2144 kB
Cached:          4613264 kB
SwapCached:            4 kB
Active:         17388004 kB
Inactive:        4417800 kB
Active(anon):   17169600 kB
Inactive(anon):    38856 kB
Active(file):     218404 kB
Inactive(file):  4378944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            644484 kB
Writeback:             0 kB
AnonPages:      17190272 kB
Mapped:           122376 kB
Shmem:             17916 kB
KReclaimable:     104132 kB
Slab:             207524 kB
SReclaimable:     104132 kB
SUnreclaim:       103392 kB
KernelStack:        5120 kB
PageTables:        37252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   26109840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16910336 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC008 at 2025-06-30 01:27:33