Trace number 4486893

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) 3600.14 3602.14

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
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 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.02/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.14	c See www.sat4j.org for details.
0.02/0.14	c version PB25.v20250606
0.02/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.02/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.02/0.15	c java.vm.version	22.0.1+8-16
0.02/0.15	c java.vm.vendor	Oracle Corporation
0.02/0.15	c sun.arch.data.model	64
0.02/0.15	c java.version		22.0.1
0.02/0.15	c os.name		Linux
0.02/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.02/0.15	c os.arch		amd64
0.02/0.15	c Free memory 		2104792832
0.02/0.15	c Max memory 		16282288128
0.02/0.15	c Total memory 		2113929216
0.02/0.16	c Number of processors 	2
0.02/0.19	c Pseudo Boolean Optimization by upper bound
0.02/0.19	c --- Begin Solver configuration ---
0.02/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.02/0.19	c Learn all clauses as in MiniSAT
0.02/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.19	c Expensive reason simplification
0.02/0.19	c Glucose 2.1 dynamic restart strategy
0.02/0.19	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.02/0.19	c timeout=2147483s
0.02/0.19	c DB Simplification allowed=false
0.02/0.19	c Listener: none
0.02/0.19	c --- End Solver configuration ---
0.02/0.19	c solving HOME/instance-4486893-1751336169.opb
0.02/0.19	c reading problem ... 
0.02/0.19	c using VERIPB proof format
0.02/0.20	c  objective function found
0.76/0.55	c ... done. Wall clock time 0.351s.
0.76/0.55	c declared #vars     4500
0.76/0.55	c #constraints  72413
0.76/0.55	c constraints type 
0.76/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
0.76/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
0.76/0.55	c 72413 constraints processed.
0.76/0.56	c objective function length is 4500 literals
4.11/2.25	c cleaning 2492 clauses out of 5001 with flag 31209/5001
6.51/3.78	c cleaning 4250 clauses out of 8509 with flag 69903/11001
9.09/6.16	c cleaning 5613 clauses out of 11259 with flag 124053/18001
13.05/9.80	c cleaning 6806 clauses out of 13647 with flag 234720/26002
17.13/13.75	c cleaning 7900 clauses out of 15839 with flag 380123/35000
21.18/17.76	c cleaning 8955 clauses out of 17940 with flag 521367/45001
25.35/21.83	c cleaning 9983 clauses out of 19984 with flag 626219/56000
29.21/25.57	c cleaning 10988 clauses out of 22001 with flag 699867/68000
33.80/30.01	c cleaning 12004 clauses out of 24014 with flag 826333/81001
38.30/34.48	c cleaning 12994 clauses out of 26009 with flag 933796/95000
43.31/39.33	c cleaning 13991 clauses out of 28015 with flag 1030563/110000
48.33/44.24	c cleaning 15001 clauses out of 30025 with flag 1122535/126001
53.96/49.75	c cleaning 16003 clauses out of 32023 with flag 1227612/143000
60.12/55.75	c cleaning 16999 clauses out of 34021 with flag 1331443/161001
66.95/62.43	c cleaning 18002 clauses out of 36021 with flag 1463850/180000
74.39/69.76	c cleaning 19005 clauses out of 38021 with flag 1599811/200002
82.22/77.48	c cleaning 19991 clauses out of 40014 with flag 1730152/221000
90.66/85.75	c cleaning 21007 clauses out of 42025 with flag 1864488/243002
99.13/94.22	c cleaning 21994 clauses out of 44016 with flag 2001075/266000
109.71/104.50	c cleaning 22999 clauses out of 46022 with flag 2191209/290000
119.83/114.50	c cleaning 24012 clauses out of 48023 with flag 2346779/315000
131.04/125.63	c cleaning 24998 clauses out of 50011 with flag 2508593/341000
142.34/136.86	c cleaning 26002 clauses out of 52013 with flag 2683197/368000
155.15/149.40	c cleaning 26994 clauses out of 54011 with flag 2865925/396000
168.25/162.46	c cleaning 27987 clauses out of 56017 with flag 3060127/425000
182.61/176.75	c cleaning 29004 clauses out of 58031 with flag 3252225/455001
197.82/192.14	c cleaning 30011 clauses out of 60027 with flag 3485958/486001
213.30/207.49	c cleaning 31004 clauses out of 62016 with flag 3704423/518001
229.38/223.58	c cleaning 31999 clauses out of 64011 with flag 3931636/551000
247.06/241.18	c cleaning 33003 clauses out of 66013 with flag 4161074/585001
266.21/260.23	c cleaning 33995 clauses out of 68011 with flag 4446483/620002
285.62/279.61	c cleaning 35000 clauses out of 70017 with flag 4700065/656003
306.92/300.75	c cleaning 36001 clauses out of 72014 with flag 4959227/693000
328.12/321.94	c cleaning 37001 clauses out of 74014 with flag 5238551/731001
350.91/344.69	c cleaning 38002 clauses out of 76013 with flag 5531593/770001
375.52/369.02	c cleaning 38997 clauses out of 78011 with flag 5828082/810001
401.37/394.77	c cleaning 40004 clauses out of 80015 with flag 6136866/851002
428.13/421.40	c cleaning 41005 clauses out of 82010 with flag 6463044/893001
455.81/448.84	c cleaning 41992 clauses out of 84006 with flag 6800451/936002
484.83/477.81	c cleaning 42991 clauses out of 86013 with flag 7154265/980001
515.19/508.11	c cleaning 43999 clauses out of 88021 with flag 7515721/1025000
547.46/540.37	c cleaning 44997 clauses out of 90023 with flag 7892024/1071001
580.53/573.30	c cleaning 46005 clauses out of 92026 with flag 8279292/1118001
616.11/609.11	c cleaning 47011 clauses out of 94021 with flag 8680755/1166001
652.96/645.91	c cleaning 47997 clauses out of 96012 with flag 9101512/1215003
689.61/682.68	c cleaning 49002 clauses out of 98012 with flag 9532946/1265000
729.30/722.22	c cleaning 49998 clauses out of 100012 with flag 9973753/1316002
768.66/761.46	c cleaning 50995 clauses out of 102012 with flag 10441022/1368000
810.27/802.90	c cleaning 52003 clauses out of 104023 with flag 10920759/1421006
852.55/845.07	c cleaning 53006 clauses out of 106015 with flag 11412711/1475001
897.96/890.12	c cleaning 53993 clauses out of 108009 with flag 11923027/1530001
944.71/937.08	c cleaning 55002 clauses out of 110016 with flag 12447073/1586001
993.74/986.37	c cleaning 56003 clauses out of 112014 with flag 12986285/1643001
1044.18/1037.39	c cleaning 56995 clauses out of 114011 with flag 13540593/1701001
1095.99/1089.19	c cleaning 58002 clauses out of 116015 with flag 14111363/1760000
1149.75/1142.93	c cleaning 59000 clauses out of 118013 with flag 14702497/1820000
1205.23/1198.21	c cleaning 59993 clauses out of 120014 with flag 15304370/1881001
1261.39/1254.45	c cleaning 61010 clauses out of 122020 with flag 15935461/1943000
1319.25/1312.21	c cleaning 61995 clauses out of 124010 with flag 16578369/2006000
1379.07/1371.86	c cleaning 62999 clauses out of 126018 with flag 17234782/2070003
1441.66/1434.27	c cleaning 64004 clauses out of 128016 with flag 17913081/2135000
1504.44/1497.24	c cleaning 65003 clauses out of 130015 with flag 18602462/2201003
1569.59/1565.38	c cleaning 65995 clauses out of 132010 with flag 19315284/2268001
1637.03/1632.87	c cleaning 66997 clauses out of 134016 with flag 20045459/2336002
1706.64/1702.43	c cleaning 68002 clauses out of 136017 with flag 20792487/2405000
1778.39/1774.17	c cleaning 68995 clauses out of 138015 with flag 21557341/2475000
1853.03/1851.40	c cleaning 70001 clauses out of 140020 with flag 22345567/2546000
1931.13/1929.65	c cleaning 71001 clauses out of 142022 with flag 23150525/2618003
2008.72/2007.20	c cleaning 72004 clauses out of 144019 with flag 23974748/2691001
2089.51/2088.26	c cleaning 73003 clauses out of 146014 with flag 24811054/2765000
2171.44/2170.35	c cleaning 74001 clauses out of 148012 with flag 25668147/2840001
2255.93/2254.84	c cleaning 74997 clauses out of 150010 with flag 26550804/2916000
2343.95/2342.68	c cleaning 75996 clauses out of 152013 with flag 27453698/2993000
2432.79/2431.64	c cleaning 77000 clauses out of 154018 with flag 28373403/3071001
2524.53/2523.50	c cleaning 77995 clauses out of 156018 with flag 29309402/3150001
2619.70/2618.77	c cleaning 79008 clauses out of 158023 with flag 30272962/3230001
2716.24/2715.53	c cleaning 79998 clauses out of 160017 with flag 31250960/3311003
2813.75/2812.91	c cleaning 81000 clauses out of 162016 with flag 32254490/3393000
2915.33/2914.74	c cleaning 82010 clauses out of 164019 with flag 33279474/3476003
3018.83/3018.30	c cleaning 82992 clauses out of 166009 with flag 34324210/3560003
3123.98/3124.35	c cleaning 83999 clauses out of 168017 with flag 35390873/3645003
3232.28/3232.60	c cleaning 84994 clauses out of 170015 with flag 36475308/3731000
3345.07/3346.15	c cleaning 85997 clauses out of 172024 with flag 37581030/3818003
3458.15/3459.85	c cleaning 87008 clauses out of 174027 with flag 38703021/3906003
3572.08/3574.20	c cleaning 88001 clauses out of 176016 with flag 39848488/3995000
3600.00/3602.02	c starts		: 41086
3600.00/3602.02	c timeout
3600.00/3602.03	c conflicts		: 4022187
3600.00/3602.03	c decisions		: 26955954
3600.00/3602.03	c propagations		: 1369560413
3600.00/3602.03	c inspects		: 29436496108
3600.00/3602.03	c shortcuts		: 0
3600.00/3602.03	c learnt literals	: 0
3600.00/3602.03	c learnt binary clauses	: 0
3600.00/3602.03	c learnt ternary clauses	: 0
3600.00/3602.03	c learnt constraints	: 4022187
3600.00/3602.03	c ignored constraints	: 0
3600.00/3602.03	c root simplifications	: 0
3600.00/3602.03	c removed literals (reason simplification)	: 79252276
3600.00/3602.03	c reason swapping (by a shorter reason)	: 0
3600.00/3602.03	c Calls to reduceDB	: 85
3600.00/3602.03	c Number of update (reduction) of LBD	: 1615659
3600.00/3602.03	c Imported unit clauses	: 0
3600.00/3602.03	c No decision after first conflict	: false
3600.00/3602.03	c number of reductions to clauses (during analyze)	: 0
3600.00/3602.03	c number of learned constraints concerned by reduction	: 0
3600.00/3602.03	c number of learning phase by resolution	: 0
3600.00/3602.03	c number of learning phase by cutting planes	: 0
3600.00/3602.03	c number of rounding to 1 operations	: 0
3600.00/3602.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3602.03	c number of reductions of the coefficients by power 2 	: 0
3600.00/3602.03	c number of right shift for reduction by power 2 	: 0
3600.00/3602.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3602.03	c number of ending skipping 	: 0
3600.00/3602.03	c number of internal skipping 	: 0
3600.00/3602.04	c number of derivation steps 	: 0
3600.00/3602.04	c number of skipped derivation steps 	: 0
3600.00/3602.04	c number of remaining unassigned 	: 0
3600.00/3602.04	c number of remaining assigned 	: 0
3600.00/3602.04	c number of falsified literals weakened from reason	: 0
3600.00/3602.04	c number of falsified literals weakened from conflict	: 0
3600.00/3602.04	c time for arithmetic operations	: 0
3600.00/3602.04	c minimum degree of deleted constraints	: null
3600.00/3602.04	c maximum degree of deleted constraints	: null
3600.00/3602.04	c number of deleted constraints	: 0
3600.00/3602.04	c speed (assignments/second)	: 380281.4411128441
3600.00/3602.04	c non guided choices	: 0
3600.00/3602.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115202
3600.00/3602.09	s UNKNOWN
3600.00/3602.09	c Total wall clock time (in seconds): 3601.895

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486893-1751336169/watcher-4486893-1751336169 -o /tmp/evaluation-result-4486893-1751336169/solver-4486893-1751336169 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751336155-49841 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486893-1751336169 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4486893-1751336169.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=50155, runsolver pid=50152

[startup+0.100058 s]*
/proc/loadavg: 1.70 2.70 3.52 5/340 50173
/proc/meminfo: memFree=126540412/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=18930288 memory=45352 CPUtime=0.02 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 5410 0 0 0 1 1 0 0 20 0 18 0 49294809 19384614912 11338 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4732572 11338 4904 1 0 546679 0
[pid=50155/tid=50157] ppid=50152 vsize=18930288 memory=4026531960 CPUtime=0.01 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) D 50152 50155 49831 0 -1 4456512 4545 0 0 0 0 1 0 0 20 0 18 0 49294815 19384614912 11338 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=18930288 memory=237112656212 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49294818 19384614912 11338 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=18930288 memory=59585004336188 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49294818 19384614912 11338 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 45352 KiB

[startup+0.206982 s]*
/proc/loadavg: 1.70 2.70 3.52 6/340 50173
/proc/meminfo: memFree=126531036/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=18930384 memory=61368 CPUtime=0.21 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 6838 0 0 0 19 2 0 0 20 0 18 0 49294809 19384713216 15342 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4732596 15342 5448 1 0 547814 0
[pid=50155/tid=50157] ppid=50152 vsize=18930384 memory=4026663196 CPUtime=0.12 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 5237 0 0 0 11 1 0 0 20 0 18 0 49294815 19384713216 15342 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=18930384 memory=16163 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49294818 19384713216 15342 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49294818 19384713216 15342 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61368 KiB

[startup+0.313126 s]*
/proc/loadavg: 1.70 2.70 3.52 7/340 50173
/proc/meminfo: memFree=126502556/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=18930384 memory=81944 CPUtime=0.39 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 8476 0 0 0 37 2 0 0 20 0 18 0 49294809 19384713216 20486 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4732596 20486 5448 1 0 548837 0
[pid=50155/tid=50157] ppid=50152 vsize=18930384 memory=-6000919498476579946 CPUtime=0.2 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 5289 0 0 0 19 1 0 0 20 0 18 0 49294815 19384713216 20486 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49294818 19384713216 20486 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49294818 19384713216 20486 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81944 KiB

[startup+0.700208 s]
/proc/loadavg: 1.70 2.70 3.52 6/341 50174
/proc/meminfo: memFree=126422968/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=173716 CPUtime=1.13 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 14464 0 0 0 108 5 0 0 20 0 20 0 49294809 19521036288 43429 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 43429 5512 1 0 553197 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=18176 CPUtime=0.53 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 5457 0 0 0 50 3 0 0 20 0 20 0 49294815 19521036288 43429 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 43429 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 43429 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173716 KiB

[startup+1.50023 s]
/proc/loadavg: 2.04 2.76 3.53 6/342 50175
/proc/meminfo: memFree=126402808/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=187500 CPUtime=2.72 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 21697 0 0 0 265 7 0 0 20 0 20 0 49294809 19521036288 46875 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 46875 5512 1 0 554131 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=3200 CPUtime=1.25 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 5758 0 0 0 122 3 0 0 20 0 20 0 49294815 19521036288 46875 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 46875 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 46875 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 46875 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187500 KiB

[startup+3.10552 s]
/proc/loadavg: 2.04 2.76 3.53 6/342 50175
/proc/meminfo: memFree=126048128/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=221408 CPUtime=5.85 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 24416 0 0 0 575 10 0 0 20 0 20 0 49294809 19521036288 55352 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 55352 5512 1 0 554182 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=16360 CPUtime=2.74 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 6644 0 0 0 269 5 0 0 20 0 20 0 49294815 19521036288 55352 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 55352 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 55352 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 55352 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221408 KiB

[startup+6.30022 s]
/proc/loadavg: 2.20 2.78 3.54 6/342 50175
/proc/meminfo: memFree=125199892/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=666800 CPUtime=9.36 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 25586 0 0 0 914 22 0 0 20 0 20 0 49294809 19521036288 166700 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 166700 5512 1 0 660771 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=0 CPUtime=5.83 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 6981 0 0 0 568 15 0 0 20 0 20 0 49294815 19521036288 166700 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 166700 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 166700 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=187500 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 166700 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 666800 KiB

[startup+12.7002 s]
/proc/loadavg: 2.34 2.80 3.54 5/342 50175
/proc/meminfo: memFree=123884416/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=1315440 CPUtime=16.09 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 26460 0 0 0 1571 38 0 0 20 0 20 0 49294809 19521036288 328860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 328860 5512 1 0 788195 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=187500 CPUtime=12.01 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 7279 0 0 0 1175 26 0 0 20 0 20 0 49294815 19521036288 328860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=1313388 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 328860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 328860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 328860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315440 KiB

[startup+25.5002 s]
/proc/loadavg: 2.60 2.84 3.54 5/342 50175
/proc/meminfo: memFree=122694316/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=1479440 CPUtime=29.21 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 31743 0 0 0 2872 49 0 0 20 0 20 0 49294809 19521036288 369860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 369860 5544 1 0 788198 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=0 CPUtime=24.41 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 9363 0 0 0 2407 34 0 0 20 0 20 0 49294815 19521036288 369860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 369860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=1430288 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 369860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=1387268 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 369860 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 29.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1479440 KiB

[startup+51.1056 s]
/proc/loadavg: 3.21 2.96 3.56 5/343 50176
/proc/meminfo: memFree=121365184/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=2034648 CPUtime=55.4 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 37932 0 0 0 5464 76 0 0 20 0 20 0 49294809 19521036288 508662 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 508662 5544 1 0 788200 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=1479440 CPUtime=49.31 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 11261 0 0 0 4883 48 0 0 20 0 20 0 49294815 19521036288 508662 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=12672 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 508662 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 508662 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 50364
/proc/meminfo: memFree=85647312/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3281.65 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 150482 0 0 0 327167 998 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790933 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=16360 CPUtime=3230.94 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 71366 0 0 0 322204 890 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2254 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3281.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/344 50367
/proc/meminfo: memFree=85317920/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3341.07 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 152537 0 0 0 333097 1010 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790937 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=16360 CPUtime=3289.99 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 72646 0 0 0 328097 902 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2372 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3341.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/344 50369
/proc/meminfo: memFree=84970764/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3400.98 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 154443 0 0 0 339071 1027 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790939 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=16360 CPUtime=3348.98 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 73553 0 0 0 333982 916 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2487 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3400.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/344 50371
/proc/meminfo: memFree=84611540/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3460.64 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 155193 0 0 0 345023 1041 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790939 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3408.23 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 74048 0 0 0 339894 929 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2488 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3460.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/343 50374
/proc/meminfo: memFree=84264224/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3520.43 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 157126 0 0 0 350986 1057 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790939 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=10496 CPUtime=3467.23 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 75372 0 0 0 345779 944 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3520.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.09 4.09 6/343 50376
/proc/meminfo: memFree=83887948/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3580.36 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 162072 0 0 0 356963 1073 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790939 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=16360 CPUtime=3526.35 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 77819 0 0 0 351677 958 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2567 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3580.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]*
/proc/loadavg: 4.11 4.10 4.09 5/320 50420
/proc/meminfo: memFree=99389756/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19063512 memory=3110600 CPUtime=3600 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 162090 0 0 0 358924 1076 0 0 20 0 20 0 49294809 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4765878 777650 5544 1 0 790939 0
[pid=50155/tid=50157] ppid=50152 vsize=19063512 memory=-7089627355484873596 CPUtime=3545.99 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) R 50152 50155 49831 0 -1 4194368 77824 0 0 0 353638 961 0 0 20 0 20 0 49294815 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19063512 memory=-6000919498476579946 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2567 0 0 0 0 0 0 0 20 0 20 0 49294818 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50175] ppid=50152 vsize=19063512 memory=6628 CPUtime=0 cores=0,2
/proc/50155/task/50175/stat : 50175 (Timer-0) S 50152 50155 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49294869 19521036288 777650 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3110600 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.35 s, system=10.7931 s

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

[startup+3602.11 s]
/proc/loadavg: 4.11 4.10 4.09 5/320 50420
/proc/meminfo: memFree=99389756/131250000 swapFree=33010684/33010684
[pid=50155] ppid=50152 vsize=19263204 memory=3111368 CPUtime=3600.12 cores=0,2
/proc/50155/stat : 50155 (java) S 50152 50155 49831 0 -1 4194304 163620 0 0 0 358934 1078 0 0 20 0 17 0 49294809 19725520896 777842 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
/proc/50155/statm: 4815801 777842 5544 1 0 791877 0
[pid=50155/tid=50157] ppid=50152 vsize=19263204 memory=3110600 CPUtime=3546.01 cores=0,2
/proc/50155/task/50157/stat : 50157 (java) D 50152 50155 49831 0 -1 4194368 78027 0 0 0 353639 962 0 0 20 0 17 0 49294815 19725520896 777842 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50166] ppid=50152 vsize=19263204 memory=3110600 CPUtime=0 cores=0,2
/proc/50155/task/50166/stat : 50166 (Finalizer) S 50152 50155 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 17 0 49294818 19725520896 777842 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
[pid=50155/tid=50173] ppid=50152 vsize=19263204 memory=16360 CPUtime=0 cores=0,2
/proc/50155/task/50173/stat : 50173 (Common-Cleaner) S 50152 50155 49831 0 -1 4194368 2567 0 0 0 0 0 0 0 20 0 17 0 49294818 19725520896 777842 18446744073709551615 94392180244480 94392180248176 140727074377920 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94392180255992 94392180256784 94392184561664 140727074380080 140727074380262 140727074380262 140727074385864 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3111368 KiB

Child status: 143

Real time (s): 3602.14
CPU time (s): 3600.14
CPU user time (s): 3589.35
CPU system time (s): 10.7931
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3111368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.35
system time used= 10.7931
maximum resident set size= 3111624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14778752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117608
involuntary context switches= 26699


# summary of solver processes directly reported to runsolver:
#   pid: 50155
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3589.35
#   total CPU system time (s): 10.7931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27127 second user time and 17.1022 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-01 04:16:10
IDJOB=4486893
IDBENCH=147077
IDSOLVER=3364
FILE ID=nodeC018/4486893-1751336169
RUNJOBID= nodeC018-1751336155-49841
SLURM_JOB_ID= 9594383
Free space on /tmp= 432928 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486893-1751336169/watcher-4486893-1751336169 -o /tmp/evaluation-result-4486893-1751336169/solver-4486893-1751336169 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751336155-49841 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486893-1751336169 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4486893-1751336169.opb

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=1003451862

nodeC018 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.825
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.66
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.864
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.66
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		: 3603.159
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.66
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		: 3700.000
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.66
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.815
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.66
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		: 3599.831
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.66
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		: 3600.780
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.66
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.834
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126562652 kB
MemAvailable:   127823820 kB
Buffers:            3280 kB
Cached:          2062340 kB
SwapCached:            0 kB
Active:          2285372 kB
Inactive:        1804264 kB
Active(anon):    2042216 kB
Inactive(anon):        0 kB
Active(file):     243156 kB
Inactive(file):  1804264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69820 kB
Writeback:             0 kB
AnonPages:       2027328 kB
Mapped:           123552 kB
Shmem:             18076 kB
KReclaimable:     105572 kB
Slab:             196112 kB
SReclaimable:     105572 kB
SUnreclaim:        90540 kB
KernelStack:        5232 kB
PageTables:         7640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7047676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1824768 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC018 at 2025-07-01 05:16:12