Trace number 4519522

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.39 3600.62

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height13_pigeons12_holes11.opb
MD5SUM5816d4059f03195ecbecc759cd86d928
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark0.904486
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14070
Total number of constraints2961
Number of constraints which are clauses1533
Number of constraints which are cardinality constraints (but not clauses)1050
Number of constraints which are nor clauses,nor cardinality constraints378
Minimum length of a constraint11
Maximum length of a constraint16
Number of terms in the objective function 210
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 210
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 210
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.20	c See www.sat4j.org for details.
0.10/0.22	c version PB25.v20250606
0.26/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.25	c java.vm.version	22.0.1+8-16
0.26/0.25	c java.vm.vendor	Oracle Corporation
0.26/0.25	c sun.arch.data.model	64
0.26/0.25	c java.version		22.0.1
0.26/0.25	c os.name		Linux
0.26/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.25	c os.arch		amd64
0.26/0.26	c Free memory 		2104792832
0.26/0.26	c Max memory 		16282288128
0.26/0.26	c Total memory 		2113929216
0.26/0.27	c Number of processors 	2
0.40/0.38	c Pseudo Boolean Optimization by upper bound
0.40/0.38	c --- Begin Solver configuration ---
0.40/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.38	c Learn all clauses as in MiniSAT
0.40/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.38	c Expensive reason simplification
0.40/0.38	c Glucose 2.1 dynamic restart strategy
0.40/0.38	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.40/0.38	c timeout=2147483s
0.40/0.38	c DB Simplification allowed=false
0.40/0.38	c Listener: none
0.40/0.38	c --- End Solver configuration ---
0.40/0.38	c solving HOME/instance-4519522-1751559231.opb
0.40/0.38	c reading problem ... 
0.40/0.39	c  objective function found
1.09/0.79	c ... done. Wall clock time 0.387s.
1.09/0.79	c declared #vars     14070
1.09/0.79	c #constraints  2961
1.09/0.79	c constraints type 
1.09/0.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1428
1.09/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1533
1.09/0.79	c 2961 constraints processed.
1.28/0.83	c objective function length is 210 literals
2.84/1.66	c cleaning 2491 clauses out of 5000 with flag 30896/5000
3.60/2.16	c cleaning 4256 clauses out of 8511 with flag 76816/11002
4.18/2.65	c cleaning 5622 clauses out of 11253 with flag 130142/18000
5.17/3.43	c cleaning 6810 clauses out of 13631 with flag 189324/26000
6.86/4.61	c cleaning 7911 clauses out of 15821 with flag 251467/35000
8.03/5.73	c cleaning 8953 clauses out of 17911 with flag 321899/45001
9.45/7.20	c cleaning 9978 clauses out of 19958 with flag 397354/56001
11.23/8.92	c cleaning 10987 clauses out of 21979 with flag 484163/68000
13.24/10.92	c cleaning 11991 clauses out of 23992 with flag 574741/81000
14.35/12.03	c cleaning 12992 clauses out of 26003 with flag 667493/95002
16.73/14.47	c cleaning 13994 clauses out of 28009 with flag 772494/110000
18.63/16.34	c cleaning 15008 clauses out of 30016 with flag 908458/126001
20.51/18.19	c cleaning 15997 clauses out of 32008 with flag 1053626/143001
22.76/20.37	c cleaning 16996 clauses out of 34012 with flag 1223037/161002
26.35/23.93	c cleaning 17995 clauses out of 36014 with flag 1425621/180000
29.15/26.78	c cleaning 19001 clauses out of 38020 with flag 1697611/200001
32.65/30.30	c cleaning 20009 clauses out of 40022 with flag 1918748/221004
34.55/32.12	c cleaning 20990 clauses out of 42009 with flag 2090444/243000
36.64/34.21	c cleaning 22005 clauses out of 44021 with flag 2249858/266002
40.63/38.21	c cleaning 23001 clauses out of 46014 with flag 2419980/290000
44.05/41.61	c cleaning 23993 clauses out of 48014 with flag 2630357/315001
51.35/49.00	c cleaning 25009 clauses out of 50021 with flag 2827098/341001
55.84/53.42	c cleaning 26001 clauses out of 52011 with flag 3031999/368000
60.85/58.46	c cleaning 27004 clauses out of 54012 with flag 3259922/396002
67.24/64.84	c cleaning 27993 clauses out of 56006 with flag 3467219/425000
73.75/71.35	c cleaning 29003 clauses out of 58013 with flag 3713551/455000
82.24/79.83	c cleaning 30000 clauses out of 60012 with flag 3959561/486002
89.45/87.11	c cleaning 31000 clauses out of 62011 with flag 4230322/518001
97.55/95.17	c cleaning 32003 clauses out of 64011 with flag 4462217/551001
105.82/103.41	c cleaning 32996 clauses out of 66008 with flag 4715148/585001
116.81/114.48	c cleaning 34000 clauses out of 68012 with flag 4973653/620001
132.73/130.39	c cleaning 35003 clauses out of 70011 with flag 5236660/656000
148.91/146.56	c cleaning 35999 clauses out of 72008 with flag 5498199/693000
166.01/163.66	c cleaning 36996 clauses out of 74009 with flag 5786186/731000
183.41/181.09	c cleaning 38004 clauses out of 76013 with flag 6093574/770000
202.13/199.78	c cleaning 39001 clauses out of 78009 with flag 6423818/810000
234.68/232.33	c cleaning 40002 clauses out of 80012 with flag 6764813/851004
260.97/258.65	c cleaning 41001 clauses out of 82008 with flag 7120834/893002
282.16/279.87	c cleaning 42001 clauses out of 84005 with flag 7494467/936000
295.52/293.13	c cleaning 42951 clauses out of 86005 with flag 7873951/980001
301.00/298.66	c cleaning 44023 clauses out of 88053 with flag 8211356/1025000
334.48/332.13	c cleaning 45012 clauses out of 90032 with flag 8553303/1071002
359.84/357.54	c cleaning 46006 clauses out of 92018 with flag 8897566/1118000
380.97/378.68	c cleaning 47000 clauses out of 94012 with flag 9237120/1166000
397.15/394.81	c cleaning 48004 clauses out of 96013 with flag 9576449/1215001
413.14/410.80	c cleaning 49002 clauses out of 98008 with flag 9982426/1265000
424.63/422.30	c cleaning 49993 clauses out of 100006 with flag 10356209/1316000
453.05/450.75	c cleaning 51002 clauses out of 102013 with flag 10762781/1368000
481.61/479.32	c cleaning 52001 clauses out of 104011 with flag 11199745/1421000
524.56/522.32	c cleaning 53003 clauses out of 106011 with flag 11600371/1475001
532.57/530.29	c cleaning 53973 clauses out of 108007 with flag 12021544/1530000
549.64/547.40	c cleaning 54989 clauses out of 110034 with flag 12499612/1586000
576.46/574.14	c cleaning 55995 clauses out of 112045 with flag 12987529/1643000
599.44/597.19	c cleaning 57020 clauses out of 114052 with flag 13504169/1701002
634.29/632.07	c cleaning 58007 clauses out of 116031 with flag 13972259/1760001
663.22/660.92	c cleaning 59011 clauses out of 118026 with flag 14474687/1820003
699.86/697.67	c cleaning 59999 clauses out of 120013 with flag 15005287/1881001
744.72/742.11	c cleaning 60993 clauses out of 122014 with flag 15513900/1943001
750.68/747.82	c cleaning 61931 clauses out of 124022 with flag 15965614/2006002
792.18/789.11	c cleaning 63041 clauses out of 126089 with flag 16460108/2070000
830.24/827.25	c cleaning 64021 clauses out of 128050 with flag 16968340/2135002
869.67/866.79	c cleaning 65005 clauses out of 130028 with flag 17464150/2201001
936.87/934.07	c cleaning 65997 clauses out of 132023 with flag 17989961/2268001
1006.25/1003.42	c cleaning 67006 clauses out of 134025 with flag 18530004/2336000
1041.99/1039.24	c cleaning 68001 clauses out of 136019 with flag 19077476/2405000
1073.06/1070.31	c cleaning 69004 clauses out of 138018 with flag 19611130/2475000
1097.62/1094.85	c cleaning 70004 clauses out of 140015 with flag 20253525/2546001
1108.82/1106.02	c cleaning 70994 clauses out of 142010 with flag 20795606/2618000
1152.91/1149.84	c cleaning 71992 clauses out of 144016 with flag 21356175/2691000
1167.98/1164.93	c cleaning 72998 clauses out of 146024 with flag 21836684/2765000
1181.55/1178.53	c cleaning 73998 clauses out of 148027 with flag 22374072/2840001
1206.22/1203.23	c cleaning 75005 clauses out of 150029 with flag 22923025/2916001
1216.44/1213.58	c cleaning 75974 clauses out of 152023 with flag 23471226/2993000
1229.24/1226.32	c cleaning 77005 clauses out of 154050 with flag 24096612/3071001
1252.71/1249.88	c cleaning 78009 clauses out of 156046 with flag 24673650/3150002
1271.99/1269.19	c cleaning 79005 clauses out of 158036 with flag 25268635/3230001
1295.14/1292.38	c cleaning 79982 clauses out of 160032 with flag 25887163/3311002
1323.18/1320.38	c cleaning 81017 clauses out of 162048 with flag 26461759/3393000
1349.74/1346.90	c cleaning 81991 clauses out of 164032 with flag 27066711/3476001
1398.65/1395.98	c cleaning 82994 clauses out of 166040 with flag 27748127/3560000
1423.76/1421.09	c cleaning 84010 clauses out of 168046 with flag 28416074/3645000
1444.51/1441.84	c cleaning 85008 clauses out of 170036 with flag 29014526/3731000
1462.51/1459.82	c cleaning 86008 clauses out of 172028 with flag 29676201/3818000
1496.77/1494.17	c cleaning 86989 clauses out of 174021 with flag 30396701/3906001
1551.60/1549.09	c cleaning 87996 clauses out of 176033 with flag 31155706/3995002
1576.34/1573.82	c cleaning 88968 clauses out of 178035 with flag 31900691/4085000
1622.39/1619.94	c cleaning 90027 clauses out of 180067 with flag 32576904/4176000
1762.83/1760.52	c cleaning 91016 clauses out of 182042 with flag 33310156/4268002
1941.77/1939.87	c cleaning 92009 clauses out of 184025 with flag 34016632/4361001
2090.88/2089.12	c cleaning 93008 clauses out of 186016 with flag 34809649/4455001
2242.17/2240.72	c cleaning 93995 clauses out of 188007 with flag 35615307/4550000
2461.66/2460.23	c cleaning 95000 clauses out of 190012 with flag 36450376/4646000
2600.63/2599.49	c cleaning 96000 clauses out of 192015 with flag 37385189/4743003
2760.57/2759.61	c cleaning 97003 clauses out of 194012 with flag 38174697/4841000
2981.85/2981.32	c cleaning 97999 clauses out of 196010 with flag 38979128/4940001
3178.89/3178.65	c cleaning 98997 clauses out of 198011 with flag 39802567/5040001
3214.52/3214.38	c cleaning 99984 clauses out of 200013 with flag 40599673/5141000
3258.31/3258.17	c cleaning 101011 clauses out of 202030 with flag 41568095/5243001
3341.76/3341.71	c cleaning 102011 clauses out of 204022 with flag 42412133/5346004
3530.53/3530.81	c cleaning 102975 clauses out of 206010 with flag 43160279/5450003
3600.22/3600.50	c starts		: 33451
3600.22/3600.51	c timeout
3600.22/3600.51	c conflicts		: 5538544
3600.22/3600.51	c decisions		: 8479959
3600.22/3600.51	c propagations		: 80722917
3600.22/3600.51	c inspects		: 33221737615
3600.22/3600.51	c shortcuts		: 0
3600.22/3600.51	c learnt literals	: 0
3600.22/3600.51	c learnt binary clauses	: 1
3600.22/3600.51	c learnt ternary clauses	: 5
3600.22/3600.51	c learnt constraints	: 5538544
3600.22/3600.51	c ignored constraints	: 0
3600.22/3600.51	c root simplifications	: 0
3600.22/3600.51	c removed literals (reason simplification)	: 27018819
3600.22/3600.51	c reason swapping (by a shorter reason)	: 0
3600.22/3600.51	c Calls to reduceDB	: 100
3600.22/3600.51	c Number of update (reduction) of LBD	: 4110191
3600.22/3600.51	c Imported unit clauses	: 0
3600.22/3600.51	c No decision after first conflict	: false
3600.22/3600.51	c number of reductions to clauses (during analyze)	: 0
3600.22/3600.51	c number of learned constraints concerned by reduction	: 0
3600.22/3600.51	c number of learning phase by resolution	: 0
3600.22/3600.51	c number of learning phase by cutting planes	: 0
3600.22/3600.51	c number of rounding to 1 operations	: 0
3600.22/3600.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.22/3600.51	c number of reductions of the coefficients by power 2 	: 0
3600.22/3600.51	c number of right shift for reduction by power 2 	: 0
3600.22/3600.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.22/3600.51	c number of ending skipping 	: 0
3600.22/3600.51	c number of internal skipping 	: 0
3600.22/3600.51	c number of derivation steps 	: 0
3600.22/3600.52	c number of skipped derivation steps 	: 0
3600.22/3600.52	c number of remaining unassigned 	: 0
3600.22/3600.52	c number of remaining assigned 	: 0
3600.22/3600.52	c number of falsified literals weakened from reason	: 0
3600.22/3600.52	c number of falsified literals weakened from conflict	: 0
3600.22/3600.52	c time for arithmetic operations	: 0
3600.22/3600.52	c minimum degree of deleted constraints	: null
3600.22/3600.52	c maximum degree of deleted constraints	: null
3600.22/3600.52	c number of deleted constraints	: 0
3600.22/3600.53	c speed (assignments/second)	: 22425.056984311082
3600.22/3600.53	c non guided choices	: 545907
3600.22/3600.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 191575
3600.22/3600.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.22/3600.59	s UNKNOWN
3600.22/3600.59	c Total wall clock time (in seconds): 3600.204

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519522-1751559231/watcher-4519522-1751559231 -o /tmp/evaluation-result-4519522-1751559231/solver-4519522-1751559231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751552048-79301 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4519522-1751559231.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 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=80241, runsolver pid=80238
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.21 4.19 4.18 5/299 80259
/proc/meminfo: memFree=121883164/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=18930344 memory=46888 CPUtime=0.1 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 5630 0 0 0 6 4 0 0 20 0 18 0 71601979 19384672256 11722 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4732586 11722 5082 1 0 546862 0
[pid=80241/tid=80243] ppid=80238 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 4572 0 0 0 3 3 0 0 20 0 18 0 71601981 19384713216 11722 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71601986 19384713216 11754 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71601987 19384713216 11754 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46888 KiB

[startup+0.221874 s]*
/proc/loadavg: 4.21 4.19 4.18 4/299 80259
/proc/meminfo: memFree=121879068/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=18930384 memory=51876 CPUtime=0.26 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 6098 0 0 0 21 5 0 0 20 0 18 0 71601979 19384713216 12969 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4732596 12969 5370 1 0 547214 0
[pid=80241/tid=80243] ppid=80238 vsize=18930384 memory=4026795017 CPUtime=0.17 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) S 80238 80241 79288 0 -1 4194368 4947 0 0 0 13 4 0 0 20 0 18 0 71601981 19384713216 12969 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=18930384 memory=211342852430 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71601986 19384713216 12969 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=18930384 memory=55195547749698 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71601987 19384713216 12969 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51876 KiB

[startup+0.317669 s]*
/proc/loadavg: 4.21 4.19 4.18 6/302 80265
/proc/meminfo: memFree=121865052/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=18930384 memory=58032 CPUtime=0.4 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 6614 0 0 0 34 6 0 0 20 0 18 0 71601979 19384713216 14508 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4732596 14508 5370 1 0 547653 0
[pid=80241/tid=80243] ppid=80238 vsize=18930384 memory=-7811076227026090366 CPUtime=0.25 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 5104 0 0 0 21 4 0 0 20 0 18 0 71601981 19384713216 14508 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71601986 19384713216 14508 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71601987 19384713216 14508 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58032 KiB

[startup+0.700371 s]
/proc/loadavg: 4.21 4.19 4.18 7/302 80265
/proc/meminfo: memFree=121355384/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=18996948 memory=156720 CPUtime=1.09 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 8648 0 0 0 98 11 0 0 20 0 19 0 71601979 19452874752 39180 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4749237 39180 5466 1 0 549250 0
[pid=80241/tid=80243] ppid=80238 vsize=18996948 memory=18560 CPUtime=0.54 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 5309 0 0 0 47 7 0 0 20 0 19 0 71601981 19452874752 39180 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71601986 19452874752 39180 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71601987 19452874752 39180 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156720 KiB

[startup+1.50031 s]
/proc/loadavg: 4.21 4.19 4.18 5/301 80289
/proc/meminfo: memFree=121284148/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=166464 CPUtime=2.64 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 14301 0 0 0 249 15 0 0 20 0 20 0 71601979 19521036288 41616 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 41616 5498 1 0 551664 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=3200 CPUtime=1.25 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 5726 0 0 0 117 8 0 0 20 0 20 0 71601981 19521036288 41616 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 41616 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 41616 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 41616 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166464 KiB

[startup+3.11388 s]
/proc/loadavg: 4.21 4.19 4.18 5/323 80316
/proc/meminfo: memFree=120598964/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=168768 CPUtime=4.89 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 16834 0 0 0 473 16 0 0 20 0 20 0 71601979 19521036288 42192 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 42192 5530 1 0 552099 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=11264 CPUtime=2.83 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 6754 0 0 0 275 8 0 0 20 0 20 0 71601981 19521036288 42192 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 42192 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 42192 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 42192 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168768 KiB

[startup+6.30049 s]
/proc/loadavg: 4.35 4.22 4.19 5/324 80317
/proc/meminfo: memFree=118281136/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=165580 CPUtime=8.63 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 17757 0 0 0 847 16 0 0 20 0 20 0 71601979 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 41395 5530 1 0 552099 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=0 CPUtime=6.01 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 7188 0 0 0 592 9 0 0 20 0 20 0 71601981 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=-3967418655009478193 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165580 KiB

[startup+12.7004 s]
/proc/loadavg: 4.32 4.21 4.19 7/324 80384
/proc/meminfo: memFree=120930892/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=165580 CPUtime=15.04 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 19431 0 0 0 1487 17 0 0 20 0 20 0 71601979 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 41395 5530 1 0 552099 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=11264 CPUtime=12.39 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 7986 0 0 0 1230 9 0 0 20 0 20 0 71601981 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 41395 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 15.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165580 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.22 4.19 5/325 80385
/proc/meminfo: memFree=119966508/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=184168 CPUtime=27.95 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 23000 0 0 0 2777 18 0 0 20 0 20 0 71601979 19521036288 46042 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 46042 5530 1 0 552099 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=0 CPUtime=25.11 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 8540 0 0 0 2502 9 0 0 20 0 20 0 71601981 19521036288 46042 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=184168 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 46042 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=184168 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 46042 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 46042 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 27.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184168 KiB

[startup+51.1143 s]
/proc/loadavg: 4.41 4.25 4.20 5/325 80386
/proc/meminfo: memFree=117459260/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=227488 CPUtime=53.56 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 24615 0 0 0 5334 22 0 0 20 0 20 0 71601979 19521036288 56872 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 56872 5530 1 0 552099 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=227488 CPUtime=50.51 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 9013 0 0 0 5042 9 0 0 20 0 20 0 71601981 19521036288 56872 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=227488 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 56872 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 56872 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=227488 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.58 4.37 4.30 5/325 80545
/proc/meminfo: memFree=92184580/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3282.45 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 63836 0 0 0 327977 268 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3268.51 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 21058 0 0 0 326836 15 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1078 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3282.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.45 4.34 5/325 80547
/proc/meminfo: memFree=92180248/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3342.36 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 64566 0 0 0 333965 271 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3328.36 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 21573 0 0 0 332821 15 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1183 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3342.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.33 4.30 4/300 80583
/proc/meminfo: memFree=107444684/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3402.24 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 64721 0 0 0 339948 276 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3388.18 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 21622 0 0 0 338802 16 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1183 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3402.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB

[startup+3462.3 s]
/proc/loadavg: 3.44 4.10 4.22 4/300 80585
/proc/meminfo: memFree=107444552/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3462.16 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 65438 0 0 0 345936 280 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3447.77 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 21655 0 0 0 344761 16 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1183 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3462.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB

[startup+3522.3 s]
/proc/loadavg: 3.31 3.95 4.16 4/301 80590
/proc/meminfo: memFree=107445788/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3522.04 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 65643 0 0 0 351922 282 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3507.59 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 21786 0 0 0 350743 16 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1183 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3522.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB

[startup+3582.3 s]
/proc/loadavg: 2.88 3.72 4.07 3/276 80625
/proc/meminfo: memFree=118848164/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3581.93 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 66407 0 0 0 357906 287 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=18560 CPUtime=3567.42 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 22467 0 0 0 356726 16 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3581.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.4 s]
/proc/loadavg: 2.41 3.56 4.01 2/251 80660
/proc/meminfo: memFree=127410600/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3600.01 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 66665 0 0 0 359711 290 0 0 20 0 20 0 71601979 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4765878 357291 5530 1 0 554959 0
[pid=80241/tid=80243] ppid=80238 vsize=19063512 memory=1429164 CPUtime=3585.45 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) R 80238 80241 79288 0 -1 4194368 22649 0 0 0 358528 17 0 0 20 0 20 0 71601981 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19063512 memory=1429164 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71601986 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19063512 memory=4892 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 71601987 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80282] ppid=80238 vsize=19063512 memory=17448 CPUtime=0 cores=5,7
/proc/80241/task/80282/stat : 80282 (Timer-0) S 80238 80241 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71602064 19521036288 357291 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1429164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.46 s, system=2.92776 s

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

[startup+3600.6 s]
/proc/loadavg: 2.41 3.56 4.01 2/251 80660
/proc/meminfo: memFree=127410600/131382112 swapFree=33009904/33010684
[pid=80241] ppid=80238 vsize=19263204 memory=1432144 CPUtime=3600.37 cores=5,7
/proc/80241/stat : 80241 (java) S 80238 80241 79288 0 -1 4194304 70009 0 0 0 359746 291 0 0 20 0 16 0 71601979 19725520896 358036 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
/proc/80241/statm: 4815801 358036 5562 1 0 555878 0
[pid=80241/tid=80243] ppid=80238 vsize=19263204 memory=12416 CPUtime=3585.48 cores=5,7
/proc/80241/task/80243/stat : 80243 (java) S 80238 80241 79288 0 -1 4194368 22741 0 0 0 358531 17 0 0 20 0 16 0 71601981 19725520896 358036 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80252] ppid=80238 vsize=19263204 memory=-6000919472740265063 CPUtime=0 cores=5,7
/proc/80241/task/80252/stat : 80252 (Finalizer) S 80238 80241 79288 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 71601986 19725520896 358036 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
[pid=80241/tid=80259] ppid=80238 vsize=19263204 memory=6784 CPUtime=0 cores=5,7
/proc/80241/task/80259/stat : 80259 (Common-Cleaner) S 80238 80241 79288 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 16 0 71601987 19725520896 358036 18446744073709551615 94683843117056 94683843120752 140729184062944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94683843128568 94683843129360 94683863281664 140729184065921 140729184066022 140729184066022 140729184071624 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1432144 KiB

Child status: 143

Real time (s): 3600.62
CPU time (s): 3600.39
CPU user time (s): 3597.46
CPU system time (s): 2.92776
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1432144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.46
system time used= 2.92776
maximum resident set size= 1432272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119747
involuntary context switches= 3889


# summary of solver processes directly reported to runsolver:
#   pid: 80241
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3597.46
#   total CPU system time (s): 2.92776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8157 second user time and 38.5703 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 18:13:51
IDJOB=4519522
IDBENCH=177262
IDSOLVER=3363
FILE ID=nodeC001/4519522-1751559231
RUNJOBID= nodeC001-1751552048-79301
SLURM_JOB_ID= 9598733
Free space on /tmp= 432496 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height13_pigeons12_holes11.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519522-1751559231/watcher-4519522-1751559231 -o /tmp/evaluation-result-4519522-1751559231/solver-4519522-1751559231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751552048-79301 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4519522-1751559231.opb

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

MD5SUM BENCH= 5816d4059f03195ecbecc759cd86d928
RANDOM SEED=70241230

nodeC001 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		: 3618.309
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.49
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		: 3491.193
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.49
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.517
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.165
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.49
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.721
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.173
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.49
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.133
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.49
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.817
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121916984 kB
MemAvailable:   123027028 kB
Buffers:            1668 kB
Cached:          1895248 kB
SwapCached:          128 kB
Active:          7213532 kB
Inactive:        1657580 kB
Active(anon):    6963704 kB
Inactive(anon):    28268 kB
Active(file):     249828 kB
Inactive(file):  1629312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11756 kB
Writeback:             0 kB
AnonPages:       6976916 kB
Mapped:           123612 kB
Shmem:             17776 kB
KReclaimable:     140680 kB
Slab:             226576 kB
SReclaimable:     140680 kB
SUnreclaim:        85896 kB
KernelStack:        4576 kB
PageTables:        17240 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9689556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149960 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6760448 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432508 MiB
End job on nodeC001 at 2025-07-03 19:13:52