Trace number 4519523

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 VeriPB 2025-06-06? (TO) 3537.81 3700.21

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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.22	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.28/0.34	c Pseudo Boolean Optimization by upper bound
0.28/0.34	c --- Begin Solver configuration ---
0.28/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.34	c Learn all clauses as in MiniSAT
0.28/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.34	c Expensive reason simplification
0.28/0.34	c Glucose 2.1 dynamic restart strategy
0.28/0.34	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.28/0.34	c timeout=2147483s
0.28/0.34	c DB Simplification allowed=false
0.28/0.34	c Listener: none
0.28/0.34	c --- End Solver configuration ---
0.28/0.35	c solving HOME/instance-4519523-1751559731.opb
0.28/0.35	c reading problem ... 
0.49/11.32	c using VERIPB proof format
0.49/11.33	c  objective function found
1.22/11.73	c ... done. Wall clock time 11.364s.
1.22/11.73	c declared #vars     14070
1.22/11.73	c #constraints  2961
1.22/11.73	c constraints type 
1.22/11.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1428
1.22/11.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1533
1.22/11.73	c 2961 constraints processed.
1.22/11.76	c objective function length is 210 literals
3.98/13.17	c cleaning 2491 clauses out of 5000 with flag 30896/5000
5.35/13.88	c cleaning 4256 clauses out of 8511 with flag 76816/11002
6.74/14.50	c cleaning 5622 clauses out of 11253 with flag 130142/18000
7.69/15.37	c cleaning 6810 clauses out of 13631 with flag 189324/26000
9.69/17.15	c cleaning 7911 clauses out of 15821 with flag 251467/35000
11.19/18.42	c cleaning 8953 clauses out of 17911 with flag 321899/45001
12.80/20.09	c cleaning 9978 clauses out of 19958 with flag 397354/56001
14.95/22.05	c cleaning 10987 clauses out of 21979 with flag 484163/68000
17.39/24.38	c cleaning 11991 clauses out of 23992 with flag 574741/81000
18.80/25.74	c cleaning 12992 clauses out of 26003 with flag 667493/95002
22.01/28.91	c cleaning 13994 clauses out of 28009 with flag 772494/110000
24.23/31.17	c cleaning 15008 clauses out of 30016 with flag 908458/126001
26.61/33.42	c cleaning 15997 clauses out of 32008 with flag 1053626/143001
30.66/37.45	c cleaning 16996 clauses out of 34012 with flag 1223037/161002
35.65/42.50	c cleaning 17995 clauses out of 36014 with flag 1425621/180000
39.96/48.61	c cleaning 19001 clauses out of 38020 with flag 1697611/200001
43.56/52.29	c cleaning 20009 clauses out of 40022 with flag 1918748/221004
45.65/54.33	c cleaning 20990 clauses out of 42009 with flag 2090444/243000
48.08/56.73	c cleaning 22005 clauses out of 44021 with flag 2249858/266002
52.17/60.83	c cleaning 23001 clauses out of 46014 with flag 2419980/290000
55.42/64.06	c cleaning 23993 clauses out of 48014 with flag 2630357/315001
62.88/71.57	c cleaning 25009 clauses out of 50021 with flag 2827098/341001
67.44/76.19	c cleaning 26001 clauses out of 52011 with flag 3031999/368000
72.51/81.28	c cleaning 27004 clauses out of 54012 with flag 3259922/396002
78.70/87.49	c cleaning 27993 clauses out of 56006 with flag 3467219/425000
84.88/93.69	c cleaning 29003 clauses out of 58013 with flag 3713551/455000
93.07/101.85	c cleaning 30000 clauses out of 60012 with flag 3959561/486002
100.90/120.86	c cleaning 31000 clauses out of 62011 with flag 4230322/518001
108.48/128.41	c cleaning 32003 clauses out of 64011 with flag 4462217/551001
115.96/135.96	c cleaning 32996 clauses out of 66008 with flag 4715148/585001
125.82/145.87	c cleaning 34000 clauses out of 68012 with flag 4973653/620001
137.49/157.58	c cleaning 35003 clauses out of 70011 with flag 5236660/656000
150.08/187.03	c cleaning 35999 clauses out of 72008 with flag 5498199/693000
165.33/202.35	c cleaning 36996 clauses out of 74009 with flag 5786186/731000
180.80/217.89	c cleaning 38004 clauses out of 76013 with flag 6093574/770000
200.20/237.33	c cleaning 39001 clauses out of 78009 with flag 6423818/810000
235.07/272.33	c cleaning 40002 clauses out of 80012 with flag 6764813/851004
263.89/301.24	c cleaning 41001 clauses out of 82008 with flag 7120834/893002
286.47/324.06	c cleaning 42001 clauses out of 84005 with flag 7494467/936000
300.84/338.40	c cleaning 42951 clauses out of 86005 with flag 7873951/980001
307.65/344.86	c cleaning 44023 clauses out of 88053 with flag 8211356/1025000
344.77/382.10	c cleaning 45012 clauses out of 90032 with flag 8553303/1071002
374.92/427.87	c cleaning 46006 clauses out of 92018 with flag 8897566/1118000
399.00/453.40	c cleaning 47000 clauses out of 94012 with flag 9237120/1166000
417.39/471.83	c cleaning 48004 clauses out of 96013 with flag 9576449/1215001
435.61/490.16	c cleaning 49002 clauses out of 98008 with flag 9982426/1265000
448.52/503.05	c cleaning 49993 clauses out of 100006 with flag 10356209/1316000
472.61/527.23	c cleaning 51002 clauses out of 102013 with flag 10762781/1368000
504.92/559.65	c cleaning 52001 clauses out of 104011 with flag 11199745/1421000
552.69/607.58	c cleaning 53003 clauses out of 106011 with flag 11600371/1475001
561.94/616.51	c cleaning 53973 clauses out of 108007 with flag 12021544/1530000
578.02/632.69	c cleaning 54989 clauses out of 110034 with flag 12499612/1586000
609.03/673.36	c cleaning 55995 clauses out of 112045 with flag 12987529/1643000
632.90/697.39	c cleaning 57020 clauses out of 114052 with flag 13504169/1701002
671.37/738.07	c cleaning 58007 clauses out of 116031 with flag 13972259/1760001
702.29/768.98	c cleaning 59011 clauses out of 118026 with flag 14474687/1820003
741.89/818.16	c cleaning 59999 clauses out of 120013 with flag 15005287/1881001
789.47/865.07	c cleaning 60993 clauses out of 122014 with flag 15513900/1943001
795.38/870.70	c cleaning 61931 clauses out of 124022 with flag 15965614/2006002
839.66/922.03	c cleaning 63041 clauses out of 126089 with flag 16460108/2070000
880.60/962.82	c cleaning 64021 clauses out of 128050 with flag 16968340/2135002
922.23/1004.52	c cleaning 65005 clauses out of 130028 with flag 17464150/2201001
994.16/1102.15	c cleaning 65997 clauses out of 132023 with flag 17989961/2268001
1069.27/1185.55	c cleaning 67006 clauses out of 134025 with flag 18530004/2336000
1109.90/1226.32	c cleaning 68001 clauses out of 136019 with flag 19077476/2405000
1146.66/1265.10	c cleaning 69004 clauses out of 138018 with flag 19611130/2475000
1172.88/1291.37	c cleaning 70004 clauses out of 140015 with flag 20253525/2546001
1185.34/1303.87	c cleaning 70994 clauses out of 142010 with flag 20795606/2618000
1232.31/1350.90	c cleaning 71992 clauses out of 144016 with flag 21356175/2691000
1249.37/1368.01	c cleaning 72998 clauses out of 146024 with flag 21836684/2765000
1264.59/1383.25	c cleaning 73998 clauses out of 148027 with flag 22374072/2840001
1292.26/1410.98	c cleaning 75005 clauses out of 150029 with flag 22923025/2916001
1303.98/1422.68	c cleaning 75974 clauses out of 152023 with flag 23471226/2993000
1317.80/1436.41	c cleaning 77005 clauses out of 154050 with flag 24096612/3071001
1343.44/1462.22	c cleaning 78009 clauses out of 156046 with flag 24673650/3150002
1363.98/1492.67	c cleaning 79005 clauses out of 158036 with flag 25268635/3230001
1389.14/1517.88	c cleaning 79982 clauses out of 160032 with flag 25887163/3311002
1419.34/1548.11	c cleaning 81017 clauses out of 162048 with flag 26461759/3393000
1449.93/1579.80	c cleaning 81991 clauses out of 164032 with flag 27066711/3476001
1505.94/1635.92	c cleaning 82994 clauses out of 166040 with flag 27748127/3560000
1533.61/1663.70	c cleaning 84010 clauses out of 168046 with flag 28416074/3645000
1556.40/1686.44	c cleaning 85008 clauses out of 170036 with flag 29014526/3731000
1575.46/1705.55	c cleaning 86008 clauses out of 172028 with flag 29676201/3818000
1616.90/1748.80	c cleaning 86989 clauses out of 174021 with flag 30396701/3906001
1674.45/1809.79	c cleaning 87996 clauses out of 176033 with flag 31155706/3995002
1701.29/1836.55	c cleaning 88968 clauses out of 178035 with flag 31900691/4085000
1752.25/1887.53	c cleaning 90027 clauses out of 180067 with flag 32576904/4176000
1896.60/2033.90	c cleaning 91016 clauses out of 182042 with flag 33310156/4268002
2085.23/2223.87	c cleaning 92009 clauses out of 184025 with flag 34016632/4361001
2235.85/2377.00	c cleaning 93008 clauses out of 186016 with flag 34809649/4455001
2396.93/2538.78	c cleaning 93995 clauses out of 188007 with flag 35615307/4550000
2621.45/2767.47	c cleaning 95000 clauses out of 190012 with flag 36450376/4646000
2775.00/2921.20	c cleaning 96000 clauses out of 192015 with flag 37385189/4743003
2942.30/3090.38	c cleaning 97003 clauses out of 194012 with flag 38174697/4841000
3177.23/3329.65	c cleaning 97999 clauses out of 196010 with flag 38979128/4940001
3387.81/3543.87	c cleaning 98997 clauses out of 198011 with flag 39802567/5040001
3429.16/3585.27	c cleaning 99984 clauses out of 200013 with flag 40599673/5141000
3474.29/3630.27	c cleaning 101011 clauses out of 202030 with flag 41568095/5243001
3537.56/3700.03	c timeout
3537.56/3700.04	c starts		: 30994
3537.56/3700.05	c conflicts		: 5335687
3537.56/3700.05	c decisions		: 8099527
3537.56/3700.05	c propagations		: 77809640
3537.56/3700.05	c inspects		: 30899609658
3537.56/3700.06	c shortcuts		: 0
3537.56/3700.06	c learnt literals	: 0
3537.56/3700.06	c learnt binary clauses	: 1
3537.56/3700.06	c learnt ternary clauses	: 5
3537.56/3700.06	c learnt constraints	: 5335687
3537.56/3700.06	c ignored constraints	: 0
3537.56/3700.06	c root simplifications	: 0
3537.56/3700.06	c removed literals (reason simplification)	: 25982547
3537.56/3700.06	c reason swapping (by a shorter reason)	: 0
3537.56/3700.06	c Calls to reduceDB	: 98
3537.56/3700.06	c Number of update (reduction) of LBD	: 3935608
3537.56/3700.06	c Imported unit clauses	: 0
3537.56/3700.06	c No decision after first conflict	: false
3537.56/3700.06	c number of reductions to clauses (during analyze)	: 0
3537.56/3700.06	c number of learned constraints concerned by reduction	: 0
3537.56/3700.06	c number of learning phase by resolution	: 0
3537.56/3700.06	c number of learning phase by cutting planes	: 0
3537.56/3700.06	c number of rounding to 1 operations	: 0
3537.56/3700.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3537.56/3700.06	c number of reductions of the coefficients by power 2 	: 0
3537.56/3700.06	c number of right shift for reduction by power 2 	: 0
3537.56/3700.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3537.56/3700.06	c number of ending skipping 	: 0
3537.56/3700.06	c number of internal skipping 	: 0
3537.56/3700.06	c number of derivation steps 	: 0
3537.56/3700.06	c number of skipped derivation steps 	: 0
3537.56/3700.06	c number of remaining unassigned 	: 0
3537.56/3700.06	c number of remaining assigned 	: 0
3537.56/3700.06	c number of falsified literals weakened from reason	: 0
3537.56/3700.06	c number of falsified literals weakened from conflict	: 0
3537.56/3700.06	c time for arithmetic operations	: 0
3537.56/3700.06	c minimum degree of deleted constraints	: null
3537.56/3700.06	c maximum degree of deleted constraints	: null
3537.56/3700.06	c number of deleted constraints	: 0
3537.56/3700.07	c speed (assignments/second)	: 21096.50264405662
3537.56/3700.07	c non guided choices	: 523378
3537.72/3700.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 193704
3537.72/3700.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3537.72/3700.19	s UNKNOWN
3537.72/3700.19	c Total wall clock time (in seconds): 3699.848

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=80628, runsolver pid=80625

[startup+0.100075 s]*
/proc/loadavg: 2.31 3.67 4.01 7/256 80646
/proc/meminfo: memFree=129703652/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=47004 CPUtime=0.1 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 5598 0 0 0 6 4 0 0 20 0 18 0 71652477 19384713216 11751 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 11751 5174 1 0 546866 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 4638 0 0 0 4 3 0 0 20 0 18 0 71652479 19384713216 11751 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=215637833027 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 11751 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=17772 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 11751 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47004 KiB

[startup+0.215846 s]*
/proc/loadavg: 2.31 3.67 4.01 5/257 80652
/proc/meminfo: memFree=129691556/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=52092 CPUtime=0.28 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 6171 0 0 0 23 5 0 0 20 0 18 0 71652477 19384713216 13023 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 13023 5366 1 0 547278 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) S 80625 80628 80589 0 -1 4194368 4995 0 0 0 14 3 0 0 20 0 18 0 71652479 19384713216 13023 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 13023 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 13023 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52092 KiB

[startup+0.318981 s]*
/proc/loadavg: 2.31 3.67 4.01 9/276 80673
/proc/meminfo: memFree=129654448/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=58636 CPUtime=0.47 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 6770 0 0 0 42 5 0 0 20 0 18 0 71652477 19384713216 14659 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 14659 5366 1 0 547779 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=-6000919498476252263 CPUtime=0.29 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 5228 0 0 0 25 4 0 0 20 0 18 0 71652479 19384713216 14659 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 14659 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 14659 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58636 KiB

[startup+0.700363 s]
/proc/loadavg: 2.31 3.67 4.01 3/281 80683
/proc/meminfo: memFree=129641808/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=59020 CPUtime=0.48 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 6791 0 0 0 43 5 0 0 20 0 18 0 71652477 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 14755 5430 1 0 547801 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=19072 CPUtime=0.3 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) D 80625 80628 80589 0 -1 4456512 5241 0 0 0 26 4 0 0 20 0 18 0 71652479 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB

[startup+1.50036 s]
/proc/loadavg: 2.31 3.67 4.01 2/296 80700
/proc/meminfo: memFree=129588940/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=59020 CPUtime=0.48 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 6791 0 0 0 43 5 0 0 20 0 18 0 71652477 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 14755 5430 1 0 547801 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=3200 CPUtime=0.3 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) D 80625 80628 80589 0 -1 4456512 5241 0 0 0 26 4 0 0 20 0 18 0 71652479 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB

[startup+3.11232 s]
/proc/loadavg: 2.31 3.67 4.01 1/318 80727
/proc/meminfo: memFree=129557100/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=59020 CPUtime=0.49 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 6791 0 0 0 43 6 0 0 20 0 18 0 71652477 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 14755 5430 1 0 547801 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=11264 CPUtime=0.3 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) D 80625 80628 80589 0 -1 4456512 5241 0 0 0 26 4 0 0 20 0 18 0 71652479 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 2.44 3.68 4.01 1/318 80727
/proc/meminfo: memFree=129557236/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=18930384 memory=59020 CPUtime=0.49 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 6791 0 0 0 43 6 0 0 20 0 18 0 71652477 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4732596 14755 5430 1 0 547801 0
[pid=80628/tid=80630] ppid=80625 vsize=18930384 memory=11264 CPUtime=0.3 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) D 80625 80628 80589 0 -1 4456512 5241 0 0 0 26 4 0 0 20 0 18 0 71652479 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=18930384 memory=-6000919485641682023 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652485 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=18930384 memory=59020 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652486 19384713216 14755 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 2.57 3.68 4.01 9/323 80732
/proc/meminfo: memFree=126819348/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=176956 CPUtime=3.18 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 20375 0 0 0 304 14 0 0 20 0 20 0 71652477 19521036288 44239 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 44239 5494 1 0 554236 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=59020 CPUtime=1.38 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 5897 0 0 0 130 8 0 0 20 0 20 0 71652479 19521036288 44239 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=59020 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 44239 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 44239 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=19072 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 44239 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176956 KiB
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 3.18 3.77 4.03 8/325 80735
/proc/meminfo: memFree=115095504/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=875036 CPUtime=18.6 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 31073 0 0 0 1821 39 0 0 20 0 20 0 71652477 19521036288 218759 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 218759 5526 1 0 554395 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=14720 CPUtime=14.03 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 9123 0 0 0 1372 31 0 0 20 0 20 0 71652479 19521036288 218759 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=19072 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 218759 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=502300 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 218759 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=-3547329456323894588 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 218759 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 18.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 875036 KiB
heavy processes:

[startup+51.1136 s]
/proc/loadavg: 3.54 3.80 4.03 6/327 80737
/proc/meminfo: memFree=111474544/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=1252152 CPUtime=42.47 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 34205 0 0 0 4186 61 0 0 20 0 20 0 71652477 19521036288 313038 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 313038 5526 1 0 554395 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=1252152 CPUtime=37.58 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 10603 0 0 0 3709 49 0 0 20 0 20 0 71652479 19521036288 313038 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=1252152 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 313038 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=281075544895584 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 313038 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 313038 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0

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

[startup+3342.3 s]
/proc/loadavg: 4.55 4.40 4.27 5/331 80920
/proc/meminfo: memFree=75788400/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3189.94 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 87640 0 0 0 318369 625 0 0 20 0 20 0 71652477 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 540030 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3170.83 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 36566 0 0 0 316667 416 0 0 20 0 20 0 71652479 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 1907 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3189.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.35 4.26 5/330 80922
/proc/meminfo: memFree=75593736/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3249.78 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 88131 0 0 0 324348 630 0 0 20 0 20 0 71652477 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 540030 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3230.63 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 37053 0 0 0 322644 419 0 0 20 0 20 0 71652479 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 1908 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3249.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.32 4.25 5/328 80923
/proc/meminfo: memFree=75414916/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3309.63 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 88361 0 0 0 330328 635 0 0 20 0 20 0 71652477 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 540030 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3290.43 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 37179 0 0 0 328623 420 0 0 20 0 20 0 71652479 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3309.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.29 4.25 5/329 80926
/proc/meminfo: memFree=75114304/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3366.37 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 89438 0 0 0 335996 641 0 0 20 0 20 0 71652477 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 540030 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3346.98 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 37927 0 0 0 334275 423 0 0 20 0 20 0 71652479 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=-6000919485641682023 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3366.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.26 4.24 5/329 80928
/proc/meminfo: memFree=74841820/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3426.26 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 90852 0 0 0 341975 651 0 0 20 0 20 0 71652477 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 540030 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3406.61 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 38962 0 0 0 340231 430 0 0 20 0 20 0 71652479 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 2039 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 540030 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3426.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2160120 KiB

[startup+3642.3 s]
/proc/loadavg: 4.18 4.25 4.24 2/331 80934
/proc/meminfo: memFree=74526004/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2167400 CPUtime=3481.17 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 91984 0 0 0 347451 666 0 0 20 0 20 0 71652477 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 541850 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=2160120 CPUtime=3460.92 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) D 80625 80628 80589 0 -1 4194368 39365 0 0 0 345650 442 0 0 20 0 20 0 71652479 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=2160120 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 2081 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3481.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167400 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.15 4.23 4.23 5/332 80937
/proc/meminfo: memFree=74285656/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19063512 memory=2167400 CPUtime=3537.56 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 92037 0 0 0 353082 674 0 0 20 0 20 0 71652477 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4765878 541850 5558 1 0 555744 0
[pid=80628/tid=80630] ppid=80625 vsize=19063512 memory=-6000919481380203623 CPUtime=3517.19 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) R 80625 80628 80589 0 -1 4194368 39407 0 0 0 351271 448 0 0 20 0 20 0 71652479 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19063512 memory=-4421386491952655199 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652485 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19063512 memory=2432 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 2081 0 0 0 0 0 0 0 20 0 20 0 71652486 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80731] ppid=80625 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/80628/task/80731/stat : 80731 (Timer-0) S 80625 80628 80589 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71653657 19521036288 541850 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3537.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3531.06 s, system=6.75863 s

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

[startup+3700.12 s]
/proc/loadavg: 4.15 4.23 4.23 5/332 80937
/proc/meminfo: memFree=74285656/131382112 swapFree=33010416/33010684
[pid=80628] ppid=80625 vsize=19263204 memory=2168168 CPUtime=3537.72 cores=0,2
/proc/80628/stat : 80628 (java) S 80625 80628 80589 0 -1 4194304 93848 0 0 0 353097 675 0 0 20 0 21 0 71652477 19725520896 542042 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
/proc/80628/statm: 4815801 542042 5558 1 0 556679 0
[pid=80628/tid=80630] ppid=80625 vsize=19263204 memory=2160120 CPUtime=3517.22 cores=0,2
/proc/80628/task/80630/stat : 80630 (java) S 80625 80628 80589 0 -1 4194368 39718 0 0 0 351274 448 0 0 20 0 21 0 71652479 19725520896 542042 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80639] ppid=80625 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/80628/task/80639/stat : 80639 (Finalizer) S 80625 80628 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71652485 19725520896 542042 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
[pid=80628/tid=80646] ppid=80625 vsize=19263204 memory=2167400 CPUtime=0 cores=0,2
/proc/80628/task/80646/stat : 80646 (Common-Cleaner) S 80625 80628 80589 0 -1 4194368 2081 0 0 0 0 0 0 0 20 0 21 0 71652486 19725520896 542042 18446744073709551615 94125031350272 94125031353968 140722525427216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125031361784 94125031362576 94125054046208 140722525432112 140722525432294 140722525432294 140722525437896 0
Current children cumulated CPU time: 3537.72 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2168168 KiB

Child status: 143

Real time (s): 3700.21
CPU time (s): 3537.81
CPU user time (s): 3531.06
CPU system time (s): 6.75863
CPU usage (%): 95.6113
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2168168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3531.06
system time used= 6.75863
maximum resident set size= 2168296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4096552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112143
involuntary context switches= 11485


# summary of solver processes directly reported to runsolver:
#   pid: 80628
#   total CPU time (s): 3537.81
#   total CPU user time (s): 3531.06
#   total CPU system time (s): 6.75863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1773 second user time and 38.9751 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-03 18:22:11
IDJOB=4519523
IDBENCH=177262
IDSOLVER=3364
FILE ID=nodeC005/4519523-1751559731
RUNJOBID= nodeC005-1751559731-80599
SLURM_JOB_ID= 9598757
Free space on /tmp= 429484 MiB

SOLVER NAME= Sat4j Resolution VeriPB 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519523-1751559731/watcher-4519523-1751559731 -o /tmp/evaluation-result-4519523-1751559731/solver-4519523-1751559731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751559731-80599 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519523-1751559731 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4519523-1751559731.opb

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

MD5SUM BENCH= 5816d4059f03195ecbecc759cd86d928
RANDOM SEED=1413805054

nodeC005 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		: 1197.243
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.90
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.264
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.90
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		: 1196.978
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.90
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.455
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.90
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		: 1197.655
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.90
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.242
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.90
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.239
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.90
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.664
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129737448 kB
MemAvailable:   129864968 kB
Buffers:            2128 kB
Cached:           916000 kB
SwapCached:           24 kB
Active:           733748 kB
Inactive:         269480 kB
Active(anon):      99872 kB
Inactive(anon):     3164 kB
Active(file):     633876 kB
Inactive(file):   266316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         88132 kB
Mapped:           103532 kB
Shmem:             17936 kB
KReclaimable:     133908 kB
Slab:             221452 kB
SReclaimable:     133908 kB
SUnreclaim:        87544 kB
KernelStack:        3700 kB
PageTables:         2712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     366236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429400 MiB
End job on nodeC005 at 2025-07-03 19:23:51