Trace number 4503573

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.23 3658.83

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-134.opb
MD5SUM8f50e455e41c11932a7c1290f673c930
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark107.722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4503573-1751163959.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
5.44/3.88	c ... done. Wall clock time 3.741s.
5.44/3.88	c declared #vars     48411
5.44/3.88	c #constraints  1123290
5.44/3.88	c constraints type 
5.44/3.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
5.44/3.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
5.44/3.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
5.44/3.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
5.44/3.88	c 1123290 constraints processed.
11.80/7.85	c cleaning 2497 clauses out of 5000 with flag 147192/5000
16.21/11.71	c cleaning 4235 clauses out of 8505 with flag 398255/11002
19.74/15.07	c cleaning 5617 clauses out of 11269 with flag 729096/18001
25.57/20.58	c cleaning 6810 clauses out of 13651 with flag 972879/26000
28.83/23.53	c cleaning 7918 clauses out of 15841 with flag 1208637/35000
34.92/29.64	c cleaning 8900 clauses out of 17924 with flag 1532001/45001
40.91/35.61	c cleaning 9907 clauses out of 20024 with flag 1884602/56001
47.39/42.11	c cleaning 10976 clauses out of 22116 with flag 2452245/68000
54.70/49.43	c cleaning 11873 clauses out of 24140 with flag 2919995/81000
62.20/56.97	c cleaning 13050 clauses out of 26267 with flag 3349714/95000
71.08/65.84	c cleaning 13985 clauses out of 28217 with flag 3722825/110000
76.63/71.49	c cleaning 15108 clauses out of 30235 with flag 3970096/126003
85.69/80.45	c cleaning 16040 clauses out of 32125 with flag 4420412/143001
95.22/89.37	c cleaning 17042 clauses out of 34083 with flag 4780555/161001
104.70/98.85	c cleaning 17900 clauses out of 36040 with flag 5339045/180000
115.91/109.96	c cleaning 19016 clauses out of 38132 with flag 5783456/200000
125.40/119.49	c cleaning 19727 clauses out of 40114 with flag 6075497/221000
134.88/128.95	c cleaning 21070 clauses out of 42390 with flag 6534788/243003
143.12/137.24	c cleaning 22043 clauses out of 44316 with flag 6773012/266000
154.30/148.42	c cleaning 22894 clauses out of 46272 with flag 7149156/290000
165.77/159.91	c cleaning 24105 clauses out of 48378 with flag 7463487/315000
174.42/168.67	c cleaning 25117 clauses out of 50273 with flag 7668469/341000
181.30/175.53	c cleaning 25972 clauses out of 52156 with flag 7928339/368000
195.56/189.72	c cleaning 27087 clauses out of 54185 with flag 8325672/396001
207.08/201.34	c cleaning 27850 clauses out of 56097 with flag 8651747/425000
225.74/220.09	c cleaning 29098 clauses out of 58248 with flag 9155645/455001
239.68/234.10	c cleaning 29952 clauses out of 60149 with flag 9612449/486000
251.74/246.16	c cleaning 31005 clauses out of 62198 with flag 9960796/518001
268.47/262.95	c cleaning 32026 clauses out of 64192 with flag 10483499/551000
286.33/280.83	c cleaning 32638 clauses out of 66170 with flag 11135601/585004
301.50/296.02	c cleaning 33847 clauses out of 68530 with flag 11525758/620002
313.14/307.66	c cleaning 34029 clauses out of 70682 with flag 11988175/656001
322.48/317.05	c cleaning 35786 clauses out of 73653 with flag 12382379/693001
334.55/329.10	c cleaning 37011 clauses out of 75866 with flag 12722515/731000
353.58/348.25	c cleaning 37437 clauses out of 77855 with flag 13318657/770000
374.47/369.14	c cleaning 38939 clauses out of 80418 with flag 14105671/810000
394.35/389.01	c cleaning 40436 clauses out of 82479 with flag 14500442/851000
412.06/406.84	c cleaning 41322 clauses out of 84043 with flag 15131791/893000
429.63/424.45	c cleaning 41479 clauses out of 85721 with flag 15795974/936000
444.92/439.80	c cleaning 43003 clauses out of 88242 with flag 16256262/980000
456.20/451.19	c cleaning 43723 clauses out of 90239 with flag 16665775/1025000
467.07/462.00	c cleaning 44929 clauses out of 92517 with flag 17103567/1071001
479.96/474.93	c cleaning 46424 clauses out of 94588 with flag 17469887/1118001
493.23/488.29	c cleaning 46547 clauses out of 96163 with flag 17865049/1166000
504.06/499.11	c cleaning 48178 clauses out of 98616 with flag 18279043/1215000
517.82/512.93	c cleaning 49497 clauses out of 100440 with flag 18733968/1265002
536.81/533.35	c cleaning 49678 clauses out of 101941 with flag 19281032/1316000
555.97/552.59	c cleaning 50958 clauses out of 104263 with flag 19724550/1368000
575.72/572.29	c cleaning 52094 clauses out of 106305 with flag 20156308/1421000
596.73/593.33	c cleaning 52417 clauses out of 108211 with flag 20646926/1475000
609.20/605.80	c cleaning 54237 clauses out of 110794 with flag 21145383/1530000
624.47/621.13	c cleaning 55337 clauses out of 112557 with flag 21604579/1586000
643.28/640.01	c cleaning 56433 clauses out of 114220 with flag 22008934/1643000
656.99/653.84	c cleaning 57231 clauses out of 115788 with flag 22436070/1701001
672.93/669.78	c cleaning 58167 clauses out of 117558 with flag 22973663/1760002
688.45/685.31	c cleaning 59057 clauses out of 119391 with flag 23598029/1820002
705.51/702.44	c cleaning 60303 clauses out of 121333 with flag 24066241/1881001
721.30/718.39	c cleaning 61404 clauses out of 123032 with flag 24586744/1943003
744.47/741.43	c cleaning 62234 clauses out of 124626 with flag 25207085/2006001
765.37/762.40	c cleaning 62850 clauses out of 126391 with flag 25885062/2070000
781.59/778.72	c cleaning 64223 clauses out of 128542 with flag 26435323/2135001
800.16/797.39	c cleaning 64917 clauses out of 130318 with flag 27046787/2201000
826.56/823.81	c cleaning 66169 clauses out of 132401 with flag 27803443/2268000
851.24/849.32	c cleaning 67033 clauses out of 134233 with flag 28348353/2336001
876.75/874.90	c cleaning 67814 clauses out of 136199 with flag 28996060/2405000
898.01/896.25	c cleaning 68889 clauses out of 138385 with flag 29747564/2475000
920.91/919.27	c cleaning 69796 clauses out of 140496 with flag 30463209/2546000
946.56/944.92	c cleaning 70988 clauses out of 142700 with flag 31090764/2618000
976.85/975.33	c cleaning 72027 clauses out of 144712 with flag 31694327/2691000
1002.66/1001.20	c cleaning 73128 clauses out of 146686 with flag 32336721/2765001
1024.79/1023.38	c cleaning 74224 clauses out of 148558 with flag 32890101/2840001
1049.33/1047.90	c cleaning 75131 clauses out of 150337 with flag 33548041/2916004
1079.52/1078.29	c cleaning 75945 clauses out of 152202 with flag 34129949/2993000
1132.75/1131.51	c cleaning 77100 clauses out of 154257 with flag 34994438/3071000
1162.66/1161.51	c cleaning 78039 clauses out of 156157 with flag 35641018/3150000
1190.95/1189.97	c cleaning 78848 clauses out of 158118 with flag 36401674/3230000
1220.34/1219.48	c cleaning 80119 clauses out of 160270 with flag 37094296/3311000
1267.81/1266.98	c cleaning 79829 clauses out of 162151 with flag 38636900/3393000
1335.40/1334.73	c cleaning 79991 clauses out of 165322 with flag 40524506/3476000
1370.89/1370.34	c cleaning 83007 clauses out of 169331 with flag 41312891/3560000
1402.40/1402.16	c cleaning 83810 clauses out of 171325 with flag 41952833/3645001
1427.47/1427.33	c cleaning 84788 clauses out of 173515 with flag 42675107/3731001
1454.33/1454.37	c cleaning 86469 clauses out of 175729 with flag 43359704/3818003
1499.40/1502.61	c cleaning 85540 clauses out of 177257 with flag 44446328/3906000
1558.87/1562.37	c cleaning 85256 clauses out of 180717 with flag 45674879/3995000
1623.10/1626.75	c cleaning 89150 clauses out of 185464 with flag 46804470/4085003
1693.95/1697.73	c cleaning 90817 clauses out of 187311 with flag 47504907/4176000
1723.94/1727.84	c cleaning 90887 clauses out of 188494 with flag 48151720/4268000
1774.79/1780.23	c cleaning 92442 clauses out of 190607 with flag 49122141/4361000
1809.27/1814.88	c cleaning 93015 clauses out of 192165 with flag 50003654/4455000
1841.62/1847.31	c cleaning 94281 clauses out of 194152 with flag 50890803/4550002
1876.12/1881.85	c cleaning 94861 clauses out of 195870 with flag 51661479/4646001
1937.31/1943.24	c cleaning 96218 clauses out of 198008 with flag 52684989/4743000
1977.34/1983.33	c cleaning 96856 clauses out of 199790 with flag 53657534/4841000
2110.30/2116.77	c cleaning 98786 clauses out of 201935 with flag 54566683/4940001
2160.65/2167.19	c cleaning 98656 clauses out of 203149 with flag 55873522/5040001
2216.66/2223.36	c cleaning 98136 clauses out of 205492 with flag 57698230/5141000
2275.76/2282.47	c cleaning 98243 clauses out of 209356 with flag 59656145/5243000
2345.20/2351.98	c cleaning 102257 clauses out of 214113 with flag 60469211/5346000
2390.46/2397.32	c cleaning 101856 clauses out of 215856 with flag 61599375/5450000
2434.10/2441.13	c cleaning 103580 clauses out of 219000 with flag 62682563/5555000
2479.81/2491.23	c cleaning 104586 clauses out of 221420 with flag 63884418/5661000
2518.15/2530.32	c cleaning 106223 clauses out of 223834 with flag 65000147/5768000
2606.35/2619.90	c cleaning 107694 clauses out of 225612 with flag 65916206/5876001
2655.60/2678.55	c cleaning 108082 clauses out of 226917 with flag 66880744/5985000
2715.93/2739.06	c cleaning 108977 clauses out of 228835 with flag 68074463/6095000
2774.68/2801.54	c cleaning 107619 clauses out of 230859 with flag 69888011/6206001
2849.58/2877.68	c cleaning 108310 clauses out of 235240 with flag 71508185/6318001
2908.49/2937.27	c cleaning 111726 clauses out of 239930 with flag 72489956/6431001
3003.16/3040.53	c cleaning 112974 clauses out of 242204 with flag 73615476/6545001
3066.07/3103.81	c cleaning 113653 clauses out of 244229 with flag 75016328/6660000
3146.01/3186.67	c cleaning 115376 clauses out of 246576 with flag 76314570/6776000
3362.97/3418.95	c cleaning 116965 clauses out of 248201 with flag 77347414/6893001
3485.11/3542.81	c cleaning 117611 clauses out of 249237 with flag 78359584/7011002
3545.01/3603.55	c cleaning 117631 clauses out of 250624 with flag 79537653/7130000
3600.06/3658.71	c timeout
3600.06/3658.71	c starts		: 36119
3600.06/3658.72	c conflicts		: 7216291
3600.06/3658.72	c decisions		: 122659813
3600.06/3658.72	c propagations		: 6142556192
3600.06/3658.72	c inspects		: 38208698983
3600.06/3658.72	c shortcuts		: 0
3600.06/3658.72	c learnt literals	: 14
3600.06/3658.72	c learnt binary clauses	: 4797
3600.06/3658.72	c learnt ternary clauses	: 14420
3600.06/3658.72	c learnt constraints	: 7216277
3600.06/3658.72	c ignored constraints	: 0
3600.06/3658.72	c root simplifications	: 0
3600.06/3658.72	c removed literals (reason simplification)	: 72934263
3600.06/3658.72	c reason swapping (by a shorter reason)	: 0
3600.06/3658.72	c Calls to reduceDB	: 115
3600.06/3658.72	c Number of update (reduction) of LBD	: 4383573
3600.06/3658.72	c Imported unit clauses	: 0
3600.06/3658.72	c No decision after first conflict	: false
3600.06/3658.72	c number of reductions to clauses (during analyze)	: 0
3600.06/3658.72	c number of learned constraints concerned by reduction	: 0
3600.06/3658.72	c number of learning phase by resolution	: 0
3600.06/3658.72	c number of learning phase by cutting planes	: 0
3600.06/3658.72	c number of rounding to 1 operations	: 0
3600.06/3658.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3658.72	c number of reductions of the coefficients by power 2 	: 0
3600.06/3658.72	c number of right shift for reduction by power 2 	: 0
3600.06/3658.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3658.72	c number of ending skipping 	: 0
3600.06/3658.72	c number of internal skipping 	: 0
3600.06/3658.72	c number of derivation steps 	: 0
3600.06/3658.72	c number of skipped derivation steps 	: 0
3600.06/3658.72	c number of remaining unassigned 	: 0
3600.06/3658.72	c number of remaining assigned 	: 0
3600.06/3658.72	c number of falsified literals weakened from reason	: 0
3600.06/3658.72	c number of falsified literals weakened from conflict	: 0
3600.06/3658.72	c time for arithmetic operations	: 0
3600.06/3658.72	c minimum degree of deleted constraints	: null
3600.06/3658.72	c maximum degree of deleted constraints	: null
3600.06/3658.72	c number of deleted constraints	: 0
3600.06/3658.72	c speed (assignments/second)	: 1680667.640172692
3600.06/3658.72	c non guided choices	: 12258786
3600.06/3658.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 214487
3600.06/3658.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4797
3600.06/3658.79	s UNKNOWN
3600.06/3658.79	c Total wall clock time (in seconds): 3658.657

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (57647 MiB free)
  memory of node 1: 64507 MiB (61851 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=18448, runsolver pid=18445

[startup+0.10006 s]*
/proc/loadavg: 4.17 4.24 4.19 5/342 18466
/proc/meminfo: memFree=122341284/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=18930384 memory=55532 CPUtime=0.12 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 6555 0 0 0 10 2 0 0 20 0 18 0 32075842 19384713216 13883 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4732596 13883 5330 1 0 547604 0
[pid=18448/tid=18450] ppid=18445 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 5051 0 0 0 6 1 0 0 20 0 18 0 32075843 19384713216 13883 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32075845 19384713216 13883 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32075845 19384713216 13883 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55532 KiB

[startup+0.20591 s]*
/proc/loadavg: 4.17 4.24 4.19 7/342 18466
/proc/meminfo: memFree=122322128/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=18930384 memory=78448 CPUtime=0.31 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 7080 0 0 0 29 2 0 0 20 0 18 0 32075842 19384713216 19612 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4732596 19612 5394 1 0 547947 0
[pid=18448/tid=18450] ppid=18445 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 5313 0 0 0 15 1 0 0 20 0 18 0 32075843 19384713216 19612 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32075845 19384713216 19612 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32075845 19384713216 19612 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78448 KiB

[startup+0.305988 s]*
/proc/loadavg: 4.17 4.24 4.19 6/342 18466
/proc/meminfo: memFree=122272284/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=18930384 memory=133720 CPUtime=0.51 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 8581 0 0 0 47 4 0 0 20 0 18 0 32075842 19384713216 33430 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4732596 33430 5394 1 0 548933 0
[pid=18448/tid=18450] ppid=18445 vsize=18930384 memory=-6000919485608256622 CPUtime=0.26 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 5339 0 0 0 23 3 0 0 20 0 18 0 32075843 19384713216 33430 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32075845 19384713216 33430 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32075845 19384713216 33430 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 133720 KiB

[startup+0.700229 s]
/proc/loadavg: 4.17 4.24 4.19 6/343 18467
/proc/meminfo: memFree=122218556/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=18996948 memory=179636 CPUtime=1.25 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 10766 0 0 0 119 6 0 0 20 0 19 0 32075842 19452874752 44909 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4749237 44909 5458 1 0 550555 0
[pid=18448/tid=18450] ppid=18445 vsize=18996948 memory=17536 CPUtime=0.58 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 5355 0 0 0 55 3 0 0 20 0 19 0 32075843 19452874752 44909 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32075845 19452874752 44909 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32075845 19452874752 44909 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 179636 KiB

[startup+1.50026 s]
/proc/loadavg: 4.24 4.25 4.20 6/343 18467
/proc/meminfo: memFree=121965052/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=18996948 memory=555444 CPUtime=2.82 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 17826 0 0 0 267 15 0 0 20 0 19 0 32075842 19452874752 138861 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4749237 138861 5458 1 0 1682672 0
[pid=18448/tid=18450] ppid=18445 vsize=18996948 memory=3328 CPUtime=1.25 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 5491 0 0 0 117 8 0 0 20 0 19 0 32075843 19452874752 138861 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32075845 19452874752 138861 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32075845 19452874752 138861 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 555444 KiB

[startup+3.10577 s]
/proc/loadavg: 4.24 4.25 4.20 5/343 18467
/proc/meminfo: memFree=120785796/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=18996948 memory=1627552 CPUtime=4.69 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 19594 0 1 0 432 37 0 0 20 0 19 0 32075842 19452874752 406888 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4749237 406888 5490 1 0 2163125 0
[pid=18448/tid=18450] ppid=18445 vsize=18996948 memory=10880 CPUtime=2.67 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 5951 0 0 0 240 27 0 0 20 0 19 0 32075843 19452874752 406888 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32075845 19452874752 406888 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32075845 19452874752 406888 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1627552 KiB

[startup+6.30029 s]
/proc/loadavg: 4.30 4.26 4.20 5/344 18468
/proc/meminfo: memFree=120225088/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=1981076 CPUtime=9.52 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 20472 0 1 0 906 46 0 0 20 0 20 0 32075842 19521036288 495269 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 495269 5490 1 0 2163617 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=5760 CPUtime=5.64 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 6215 0 0 0 532 32 0 0 20 0 20 0 32075843 19521036288 495269 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 495269 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 495269 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 495269 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1981076 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.26 4.20 5/344 18468
/proc/meminfo: memFree=120170908/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=1983248 CPUtime=17.42 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 27477 0 1 0 1695 47 0 0 20 0 20 0 32075842 19521036288 495812 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 495812 5522 1 0 2163762 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=10880 CPUtime=12.03 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 6632 0 0 0 1170 33 0 0 20 0 20 0 32075843 19521036288 495812 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=1980944 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 495812 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 495812 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 495812 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 17.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1983248 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.27 4.20 5/344 18468
/proc/meminfo: memFree=120034448/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=2016584 CPUtime=30.82 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 33628 0 1 0 3031 51 0 0 20 0 20 0 32075842 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 504146 5522 1 0 2164084 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=1980944 CPUtime=24.72 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 7535 0 0 0 2437 35 0 0 20 0 20 0 32075843 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=2022492 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=1981076 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 30.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2016584 KiB

[startup+51.1059 s]
/proc/loadavg: 4.32 4.27 4.21 5/344 18469
/proc/meminfo: memFree=119901272/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=2016584 CPUtime=56.4 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 39952 0 1 0 5584 56 0 0 20 0 20 0 32075842 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 504146 5522 1 0 2164101 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=224194199869 CPUtime=50.2 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 10017 0 0 0 4981 39 0 0 20 0 20 0 32075843 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=2016584 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 504146 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 56.4 s

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

[startup+3342.3 s]
/proc/loadavg: 3.14 3.66 3.94 4/319 18810
/proc/meminfo: memFree=96793392/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6726876 CPUtime=3286.76 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 252585 0 1 0 327736 940 0 0 20 0 20 0 32075842 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1681719 5522 1 0 2164228 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=10880 CPUtime=3269.17 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 128440 0 0 0 326122 795 0 0 20 0 20 0 32075843 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=2892 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3095 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3286.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6726876 KiB

[startup+3402.3 s]
/proc/loadavg: 3.20 3.59 3.90 4/319 18813
/proc/meminfo: memFree=96608740/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6726876 CPUtime=3346.42 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 254489 0 1 0 333697 945 0 0 20 0 20 0 32075842 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1681719 5522 1 0 2164228 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=6726876 CPUtime=3328.79 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 129928 0 0 0 332081 798 0 0 20 0 20 0 32075843 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3180 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3346.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6726876 KiB

[startup+3462.3 s]
/proc/loadavg: 3.14 3.49 3.84 4/319 18817
/proc/meminfo: memFree=96392160/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6726876 CPUtime=3406.22 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 256610 0 1 0 339666 956 0 0 20 0 20 0 32075842 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1681719 5522 1 0 2164228 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=6726876 CPUtime=3388.56 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 132025 0 0 0 338050 806 0 0 20 0 20 0 32075843 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3180 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1681719 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3406.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6726876 KiB

[startup+3522.3 s]
/proc/loadavg: 3.14 3.43 3.80 4/319 18819
/proc/meminfo: memFree=95948248/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6728668 CPUtime=3464.71 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 263206 0 1 0 345499 972 0 0 20 0 20 0 32075842 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1682167 5522 1 0 2164683 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=6726876 CPUtime=3446.74 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 133437 0 0 0 343853 821 0 0 20 0 20 0 32075843 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=6726876 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3256 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3464.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6728668 KiB

[startup+3582.3 s]
/proc/loadavg: 3.15 3.38 3.76 4/319 18821
/proc/meminfo: memFree=95757800/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6728668 CPUtime=3524.36 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 266169 0 1 0 351451 985 0 0 20 0 20 0 32075842 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1682167 5522 1 0 2164683 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=6728668 CPUtime=3506.37 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 136049 0 0 0 349804 833 0 0 20 0 20 0 32075843 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3336 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3524.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6728668 KiB

[startup+3642.3 s]
/proc/loadavg: 3.11 3.32 3.71 4/319 18824
/proc/meminfo: memFree=95571876/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6728668 CPUtime=3583.64 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 270835 0 1 0 357365 999 0 0 20 0 20 0 32075842 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1682167 5522 1 0 2164683 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=4760 CPUtime=3565.27 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 138087 0 0 0 355682 845 0 0 20 0 20 0 32075843 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3336 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1682167 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3583.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6728668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3658.7 s]
/proc/loadavg: 3.08 3.31 3.70 4/319 18824
/proc/meminfo: memFree=95332112/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19063512 memory=6935560 CPUtime=3600.06 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 273835 0 1 0 358999 1007 0 0 20 0 20 0 32075842 19521036288 1733890 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4765878 1733890 5522 1 0 2164683 0
[pid=18448/tid=18450] ppid=18445 vsize=19063512 memory=4760 CPUtime=3581.32 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) R 18445 18448 16344 0 -1 4194368 138540 0 0 0 357284 848 0 0 20 0 20 0 32075843 19521036288 1733890 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1733890 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3336 0 0 0 0 0 0 0 20 0 20 0 32075845 19521036288 1733890 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18468] ppid=18445 vsize=19063512 memory=6728668 CPUtime=0 cores=5,7
/proc/18448/task/18468/stat : 18468 (Timer-0) S 18445 18448 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32076231 19521036288 1733890 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6935560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.13 s, system=10.0954 s

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

[startup+3658.81 s]
/proc/loadavg: 3.08 3.31 3.70 4/319 18824
/proc/meminfo: memFree=95332112/131250000 swapFree=33010684/33010684
[pid=18448] ppid=18445 vsize=19263204 memory=6936328 CPUtime=3600.2 cores=5,7
/proc/18448/stat : 18448 (java) S 18445 18448 16344 0 -1 4194304 276760 0 1 0 359013 1007 0 0 20 0 15 0 32075842 19725520896 1734082 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
/proc/18448/statm: 4815801 1734082 5522 1 0 2165656 0
[pid=18448/tid=18450] ppid=18445 vsize=19263204 memory=215587488049 CPUtime=3581.34 cores=5,7
/proc/18448/task/18450/stat : 18450 (java) S 18445 18448 16344 0 -1 4194368 138930 0 0 0 357286 848 0 0 20 0 15 0 32075843 19725520896 1734082 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18459] ppid=18445 vsize=19263204 memory=4179398965411971830 CPUtime=0 cores=5,7
/proc/18448/task/18459/stat : 18459 (Finalizer) S 18445 18448 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 32075845 19725520896 1734082 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
[pid=18448/tid=18466] ppid=18445 vsize=19263204 memory=4122826888794359596 CPUtime=0 cores=5,7
/proc/18448/task/18466/stat : 18466 (Common-Cleaner) S 18445 18448 16344 0 -1 4194368 3336 0 0 0 0 0 0 0 20 0 15 0 32075845 19725520896 1734082 18446744073709551615 94719825702912 94719825706608 140729003165616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719825714424 94719825715216 94719843196928 140729003174192 140729003174374 140729003174374 140729003179976 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6936328 KiB

Child status: 143

Real time (s): 3658.83
CPU time (s): 3600.23
CPU user time (s): 3590.13
CPU system time (s): 10.0954
CPU usage (%): 98.3984
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6936328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.13
system time used= 10.0954
maximum resident set size= 6936456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276787
page faults= 1
swaps= 0
block input operations= 0
block output operations= 8832392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110888
involuntary context switches= 8218


# summary of solver processes directly reported to runsolver:
#   pid: 18448
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3590.13
#   total CPU system time (s): 10.0954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81147 second user time and 19.1754 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 04:26:00
IDJOB=4503573
IDBENCH=155522
IDSOLVER=3364
FILE ID=nodeC027/4503573-1751163959
RUNJOBID= nodeC027-1751156506-16357
SLURM_JOB_ID= 9587479
Free space on /tmp= 432972 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-134.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503573-1751163959/watcher-4503573-1751163959 -o /tmp/evaluation-result-4503573-1751163959/solver-4503573-1751163959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16357 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503573-1751163959 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503573-1751163959.opb

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

MD5SUM BENCH= 8f50e455e41c11932a7c1290f673c930
RANDOM SEED=1683543905

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122367464 kB
MemAvailable:   122799116 kB
Buffers:            3280 kB
Cached:          1241792 kB
SwapCached:            0 kB
Active:          7321440 kB
Inactive:        1000248 kB
Active(anon):    7094760 kB
Inactive(anon):        0 kB
Active(file):     226680 kB
Inactive(file):  1000248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            122504 kB
Writeback:            16 kB
AnonPages:       7080104 kB
Mapped:           122616 kB
Shmem:             18068 kB
KReclaimable:      87524 kB
Slab:             175432 kB
SReclaimable:      87524 kB
SUnreclaim:        87908 kB
KernelStack:        5248 kB
PageTables:        17456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   14511840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6852608 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432712 MiB
End job on nodeC027 at 2025-06-29 05:26:59