Trace number 4446884

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 Default 2024-07-07? (TO) 3600.29 3594.15

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K196.opb
MD5SUM8df9702f370312ff59707c84e3b82f3b
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 benchmark77.5563
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 197
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4446884-1721344689.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.70/0.44	c ... done. Wall clock time 0.312s.
0.70/0.44	c declared #vars     23324
0.70/0.44	c #constraints  23718
0.70/0.44	c constraints type 
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
0.70/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
0.70/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.70/0.44	c 23718 constraints processed.
4.43/2.84	c cleaning 2478 clauses out of 4993 with flag 22509/5000
6.82/4.96	c cleaning 4225 clauses out of 8511 with flag 53981/11002
9.67/7.52	c cleaning 5616 clauses out of 11283 with flag 92586/18000
12.18/10.03	c cleaning 6790 clauses out of 13667 with flag 131926/26001
14.88/12.72	c cleaning 7400 clauses out of 15873 with flag 176454/35002
17.89/15.79	c cleaning 7796 clauses out of 18471 with flag 226145/45001
21.12/18.96	c cleaning 8877 clauses out of 21670 with flag 280061/56000
24.92/22.75	c cleaning 9374 clauses out of 24791 with flag 337504/68001
29.21/27.09	c cleaning 10197 clauses out of 28410 with flag 401834/81000
34.03/31.82	c cleaning 11069 clauses out of 32209 with flag 472437/95000
39.13/36.95	c cleaning 11833 clauses out of 36139 with flag 547809/110000
44.79/42.56	c cleaning 12776 clauses out of 40306 with flag 629243/126000
50.91/48.61	c cleaning 13515 clauses out of 44529 with flag 719252/143000
57.66/55.31	c cleaning 14333 clauses out of 49012 with flag 812358/161000
64.72/62.32	c cleaning 15155 clauses out of 53679 with flag 911363/180001
72.31/69.97	c cleaning 16061 clauses out of 58522 with flag 1013027/200000
80.76/78.36	c cleaning 16754 clauses out of 63461 with flag 1122569/221000
89.61/87.11	c cleaning 17490 clauses out of 68705 with flag 1238109/243000
99.55/97.03	c cleaning 18241 clauses out of 74213 with flag 1362503/266000
109.11/106.56	c cleaning 19540 clauses out of 79971 with flag 1490341/290000
119.39/116.85	c cleaning 20174 clauses out of 85431 with flag 1625616/315001
130.65/128.06	c cleaning 20717 clauses out of 91254 with flag 1768312/341000
142.27/139.69	c cleaning 21844 clauses out of 97540 with flag 1922557/368003
154.62/151.91	c cleaning 22606 clauses out of 103695 with flag 2078195/396002
167.94/164.91	c cleaning 23624 clauses out of 110087 with flag 2237116/425001
181.37/178.31	c cleaning 24079 clauses out of 116461 with flag 2404266/455000
195.52/192.47	c cleaning 25083 clauses out of 123381 with flag 2577405/486000
210.87/207.71	c cleaning 25799 clauses out of 130299 with flag 2751826/518001
226.26/223.16	c cleaning 27009 clauses out of 137498 with flag 2932163/551000
243.13/239.95	c cleaning 27770 clauses out of 144489 with flag 3126441/585000
260.72/257.43	c cleaning 28623 clauses out of 151718 with flag 3324442/620000
278.87/275.56	c cleaning 29463 clauses out of 159095 with flag 3536026/656000
297.83/294.43	c cleaning 30391 clauses out of 166634 with flag 3752834/693002
318.74/315.06	c cleaning 31342 clauses out of 174241 with flag 3976663/731000
339.96/336.23	c cleaning 31831 clauses out of 181899 with flag 4197220/770000
361.12/357.47	c cleaning 33051 clauses out of 190073 with flag 4430756/810005
383.63/379.80	c cleaning 33745 clauses out of 198017 with flag 4666995/851000
407.86/403.93	c cleaning 34266 clauses out of 206272 with flag 4917689/893000
432.71/428.80	c cleaning 35347 clauses out of 215007 with flag 5179908/936001
458.19/454.20	c cleaning 36234 clauses out of 223658 with flag 5439765/980000
483.81/479.73	c cleaning 37444 clauses out of 232423 with flag 5706329/1025000
512.33/508.17	c cleaning 38068 clauses out of 240980 with flag 5993380/1071001
541.11/536.54	c cleaning 39195 clauses out of 249911 with flag 6281862/1118000
570.27/565.64	c cleaning 40320 clauses out of 258718 with flag 6569597/1166002
601.41/596.84	c cleaning 40756 clauses out of 267397 with flag 6868598/1215003
632.31/627.60	c cleaning 42106 clauses out of 276638 with flag 7168969/1265000
664.57/659.89	c cleaning 42667 clauses out of 285534 with flag 7477387/1316003
699.67/694.80	c cleaning 43109 clauses out of 294864 with flag 7798211/1368000
735.86/730.93	c cleaning 44396 clauses out of 304755 with flag 8124477/1421000
771.75/766.76	c cleaning 45332 clauses out of 314358 with flag 8459833/1475000
810.10/805.10	c cleaning 46231 clauses out of 324026 with flag 8802490/1530000
850.15/845.21	c cleaning 47148 clauses out of 333796 with flag 9152535/1586001
890.80/885.98	c cleaning 48166 clauses out of 343646 with flag 9509484/1643000
932.17/926.81	c cleaning 48821 clauses out of 353480 with flag 9860889/1701001
976.16/970.77	c cleaning 49731 clauses out of 363656 with flag 10234843/1760000
1019.25/1013.72	c cleaning 50990 clauses out of 373925 with flag 10619908/1820000
1065.74/1060.17	c cleaning 51504 clauses out of 383934 with flag 11013775/1881001
1114.62/1108.98	c cleaning 52649 clauses out of 394425 with flag 11422996/1943000
1165.03/1159.28	c cleaning 53196 clauses out of 404778 with flag 11826171/2006003
1217.31/1211.49	c cleaning 54208 clauses out of 415579 with flag 12254077/2070000
1268.71/1262.99	c cleaning 55449 clauses out of 426369 with flag 12668303/2135000
1323.66/1318.01	c cleaning 56193 clauses out of 436919 with flag 13104223/2201000
1378.59/1372.97	c cleaning 57443 clauses out of 447723 with flag 13542440/2268000
1436.66/1430.25	c cleaning 58030 clauses out of 458281 with flag 13989722/2336002
1494.22/1488.20	c cleaning 58964 clauses out of 469253 with flag 14458612/2405005
1556.67/1550.86	c cleaning 59733 clauses out of 480282 with flag 14934405/2475000
1620.40/1614.50	c cleaning 60675 clauses out of 491547 with flag 15406150/2546000
1685.64/1679.79	c cleaning 61486 clauses out of 502872 with flag 15900189/2618000
1754.19/1748.04	c cleaning 62807 clauses out of 514386 with flag 16402330/2691000
1821.04/1814.81	c cleaning 63987 clauses out of 525578 with flag 16909803/2765000
1891.74/1885.96	c cleaning 64819 clauses out of 536591 with flag 17424142/2840000
1964.87/1959.48	c cleaning 65340 clauses out of 547771 with flag 17948301/2916000
2037.43/2032.24	c cleaning 67018 clauses out of 559431 with flag 18475305/2993000
2115.16/2110.48	c cleaning 67255 clauses out of 570414 with flag 19024850/3071001
2192.79/2187.88	c cleaning 68759 clauses out of 582157 with flag 19573947/3150000
2273.73/2268.70	c cleaning 69216 clauses out of 593397 with flag 20130653/3230000
2356.17/2350.42	c cleaning 70821 clauses out of 605181 with flag 20714614/3311003
2438.19/2432.40	c cleaning 71393 clauses out of 616355 with flag 21281245/3393000
2526.64/2520.89	c cleaning 72179 clauses out of 627961 with flag 21879149/3476000
2613.10/2607.94	c cleaning 73322 clauses out of 639782 with flag 22465958/3560000
2703.63/2698.33	c cleaning 74224 clauses out of 651460 with flag 23064139/3645000
2797.44/2792.18	c cleaning 74891 clauses out of 663235 with flag 23684915/3731001
2891.19/2885.75	c cleaning 76480 clauses out of 675343 with flag 24298321/3818000
2990.08/2984.68	c cleaning 76754 clauses out of 686861 with flag 24943500/3906000
3087.82/3082.28	c cleaning 78555 clauses out of 699107 with flag 25580199/3995000
3190.98/3185.25	c cleaning 78787 clauses out of 710547 with flag 26240510/4085000
3294.76/3289.00	c cleaning 80123 clauses out of 722759 with flag 26893460/4176000
3403.60/3397.77	c cleaning 81188 clauses out of 734634 with flag 27569669/4268000
3510.38/3504.39	c cleaning 81985 clauses out of 746448 with flag 28261571/4361002
3600.10/3594.02	c starts		: 25849
3600.10/3594.02	c conflicts		: 4438052
3600.10/3594.02	c decisions		: 215273533
3600.10/3594.02	c propagations		: 5066210795
3600.10/3594.02	c inspects		: 21496607660
3600.10/3594.02	c shortcuts		: 0
3600.10/3594.02	c learnt literals	: 110
3600.10/3594.02	c learnt binary clauses	: 302343
3600.10/3594.02	c learnt ternary clauses	: 245680
3600.10/3594.02	c learnt constraints	: 4437942
3600.10/3594.02	c ignored constraints	: 0
3600.10/3594.02	c root simplifications	: 0
3600.10/3594.02	c removed literals (reason simplification)	: 0
3600.10/3594.02	c reason swapping (by a shorter reason)	: 0
3600.10/3594.02	c Calls to reduceDB	: 89
3600.10/3594.02	c Number of update (reduction) of LBD	: 2917053
3600.10/3594.02	c Imported unit clauses	: 0
3600.10/3594.02	c No decision after first conflict	: false
3600.10/3594.02	c number of reductions to clauses (during analyze)	: 0
3600.10/3594.02	c number of learned constraints concerned by reduction	: 0
3600.10/3594.02	c number of learning phase by resolution	: 0
3600.10/3594.02	c number of learning phase by cutting planes	: 0
3600.10/3594.02	c number of rounding to 1 operations	: 0
3600.10/3594.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3594.02	c number of reductions of the coefficients by power 2 	: 0
3600.10/3594.02	c number of right shift for reduction by power 2 	: 0
3600.10/3594.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3594.02	c number of ending skipping 	: 0
3600.10/3594.02	c number of internal skipping 	: 0
3600.10/3594.02	c number of derivation steps 	: 0
3600.10/3594.02	c number of skipped derivation steps 	: 0
3600.10/3594.02	c number of remaining unassigned 	: 0
3600.10/3594.02	c number of remaining assigned 	: 0
3600.10/3594.02	c number of falsified literals weakened from reason	: 0
3600.10/3594.02	c number of falsified literals weakened from conflict	: 0
3600.10/3594.02	c time for arithmetic operations	: 0
3600.10/3594.02	c minimum degree of deleted constraints	: null
3600.10/3594.02	c maximum degree of deleted constraints	: null
3600.10/3594.02	c number of deleted constraints	: 0
3600.10/3594.02	c speed (assignments/second)	: 1409798.0491277203
3600.10/3594.02	c non guided choices	: 92401
3600.10/3594.04	c timeout
3600.25/3594.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 439168
3600.25/3594.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 302343
3600.25/3594.12	s UNKNOWN
3600.25/3594.12	c Total wall clock time (in seconds): 3593.993

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: 63968 MiB (56664 MiB free)
  memory of node 1: 64473 MiB (57143 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446884-1721344689/watcher-4446884-1721344689 -o /tmp/evaluation-result-4446884-1721344689/solver-4446884-1721344689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721341105-984136 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4446884-1721344689.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=986232, runsolver pid=986229

[startup+0.100322 s]*
/proc/loadavg: 4.13 4.16 4.13 5/328 986250
/proc/meminfo: memFree=116497288/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=18975048 memory=62720 CPUtime=0.13 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 7193 0 0 0 11 2 0 0 20 0 18 0 186639735 19430449152 15680 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4743762 15680 5620 1 0 549318 0
[pid=986232/tid=986234] ppid=986229 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) S 986229 986232 984125 0 -1 1077936192 5738 0 0 0 7 1 0 0 20 0 18 0 186639735 19430449152 15680 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186639738 19430449152 15680 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=18975048 memory=14971178779437607 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186639738 19430449152 15680 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62720 KiB

[startup+0.208165 s]*
/proc/loadavg: 4.13 4.16 4.13 7/328 986252
/proc/meminfo: memFree=116474704/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=18975048 memory=85600 CPUtime=0.33 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 8632 0 0 0 31 2 0 0 20 0 18 0 186639735 19430449152 21400 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4743762 21400 5803 1 0 550226 0
[pid=986232/tid=986234] ppid=986229 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 5894 0 0 0 17 2 0 0 20 0 18 0 186639735 19430449152 21400 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=18975048 memory=15997 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186639738 19430449152 21400 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186639738 19430449152 21400 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85600 KiB

[startup+0.305856 s]*
/proc/loadavg: 4.13 4.16 4.13 6/328 986252
/proc/meminfo: memFree=116443900/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=18975048 memory=118164 CPUtime=0.52 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 9120 0 0 0 49 3 0 0 20 0 18 0 186639735 19430449152 29541 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4743762 29541 5803 1 0 550548 0
[pid=986232/tid=986234] ppid=986229 vsize=18975048 memory=-8528525108368941756 CPUtime=0.28 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 5921 0 0 0 26 2 0 0 20 0 18 0 186639735 19430449152 29541 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186639738 19430449152 29541 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186639738 19430449152 29541 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118164 KiB

[startup+0.70864 s]
/proc/loadavg: 4.13 4.16 4.13 8/330 986254
/proc/meminfo: memFree=116386100/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=188184 CPUtime=1.28 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 16366 0 0 0 123 5 0 0 20 0 20 0 186639735 19566772224 47046 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 47046 5803 1 0 555930 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=5472 CPUtime=0.65 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 5994 0 0 0 62 3 0 0 20 0 20 0 186639735 19566772224 47046 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 47046 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=280364862202536 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 47046 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 47046 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188184 KiB

[startup+1.50064 s]
/proc/loadavg: 4.28 4.20 4.14 6/330 986254
/proc/meminfo: memFree=116369832/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=195216 CPUtime=2.83 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 25119 0 0 0 277 6 0 0 20 0 20 0 186639735 19566772224 48804 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 48804 5835 1 0 557135 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=13184 CPUtime=1.43 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 6104 0 0 0 140 3 0 0 20 0 20 0 186639735 19566772224 48804 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 48804 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 48804 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=280364862055696 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 48804 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195216 KiB

[startup+3.10594 s]
/proc/loadavg: 4.28 4.20 4.14 7/329 986321
/proc/meminfo: memFree=122154760/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=195656 CPUtime=4.94 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 27190 0 0 0 488 6 0 0 20 0 20 0 186639735 19566772224 48914 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 48914 5835 1 0 557196 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=0 CPUtime=3.03 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 7414 0 0 0 300 3 0 0 20 0 20 0 186639735 19566772224 48914 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 48914 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 48914 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 48914 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195656 KiB

[startup+6.30027 s]
/proc/loadavg: 4.26 4.19 4.14 5/330 986322
/proc/meminfo: memFree=122067492/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=195768 CPUtime=8.47 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 27489 0 0 0 840 7 0 0 20 0 20 0 186639735 19566772224 48942 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 48942 5835 1 0 557197 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=13184 CPUtime=6.22 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 7532 0 0 0 619 3 0 0 20 0 20 0 186639735 19566772224 48942 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 48942 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=195216 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 48942 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 48942 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195768 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.19 4.14 5/329 986390
/proc/meminfo: memFree=128090564/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=196212 CPUtime=14.88 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 30751 0 0 0 1480 8 0 0 20 0 20 0 186639735 19566772224 49053 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 49053 5851 1 0 557197 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=0 CPUtime=12.59 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 8200 0 0 0 1256 3 0 0 20 0 20 0 186639735 19566772224 49053 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 49053 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=204272 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 49053 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=-8528525108368941756 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 49053 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 14.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196212 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.20 4.14 5/330 986393
/proc/meminfo: memFree=127698068/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=245504 CPUtime=27.71 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 33943 0 0 0 2762 9 0 0 20 0 20 0 186639735 19566772224 61376 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 61376 5851 1 0 557197 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=245500 CPUtime=25.31 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 9531 0 0 0 2528 3 0 0 20 0 20 0 186639735 19566772224 61376 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 61376 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=196228 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 61376 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=196224 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 61376 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 27.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 245504 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.18 4.14 5/330 986397
/proc/meminfo: memFree=126533968/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=466904 CPUtime=53.46 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 42116 0 0 0 5332 14 0 0 20 0 20 0 186639735 19566772224 116726 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 116726 5858 1 0 557197 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=8192 CPUtime=50.56 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 11586 0 0 0 5053 3 0 0 20 0 20 0 186639735 19566772224 116726 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 116726 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.22 4.19 5/333 988179
/proc/meminfo: memFree=100764432/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=4530368 CPUtime=3288.06 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 262327 0 0 0 328586 220 0 0 20 0 20 0 186639735 19566772224 1132592 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1132592 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=4530368 CPUtime=3257.61 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 101268 0 0 0 325730 31 0 0 20 0 20 0 186639735 19566772224 1132592 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1132592 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=43852 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3035 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1132592 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1132592 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3288.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4530368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.22 4.19 5/333 988189
/proc/meminfo: memFree=100708232/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=4585724 CPUtime=3348.1 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 266631 0 0 0 334585 225 0 0 20 0 20 0 186639735 19566772224 1146431 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1146431 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=4530368 CPUtime=3317.31 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 103634 0 0 0 331699 32 0 0 20 0 20 0 186639735 19566772224 1146431 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=4585724 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1146431 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=4585724 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3073 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1146431 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=4585724 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1146431 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3348.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4585724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.21 4.18 5/334 988202
/proc/meminfo: memFree=100616436/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=4676348 CPUtime=3408.19 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 270983 0 0 0 340590 229 0 0 20 0 20 0 186639735 19566772224 1169087 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1169087 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=4585724 CPUtime=3376.96 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 105849 0 0 0 337664 32 0 0 20 0 20 0 186639735 19566772224 1169087 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=4585724 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1169087 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3150 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1169087 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=4676348 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1169087 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3408.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/334 988212
/proc/meminfo: memFree=100615324/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=4676664 CPUtime=3468.23 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 274812 0 0 0 346591 232 0 0 20 0 20 0 186639735 19566772224 1169166 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1169166 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=4585724 CPUtime=3436.63 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 107912 0 0 0 343631 32 0 0 20 0 20 0 186639735 19566772224 1169166 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=4585724 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1169166 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=4676664 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3227 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1169166 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1169166 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3468.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676664 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/331 988222
/proc/meminfo: memFree=100384820/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=4906232 CPUtime=3528.34 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 279276 0 0 0 352596 238 0 0 20 0 20 0 186639735 19566772224 1226558 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1226558 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=4585724 CPUtime=3496.26 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 110306 0 0 0 349594 32 0 0 20 0 20 0 186639735 19566772224 1226558 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1226558 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=32812 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3348 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1226558 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=4906232 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1226558 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3528.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4906232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.20 4.18 5/331 988233
/proc/meminfo: memFree=100183124/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=5104888 CPUtime=3588.42 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 283375 0 0 0 358598 244 0 0 20 0 20 0 186639735 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1276222 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=2612 CPUtime=3555.9 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 112454 0 0 0 355558 32 0 0 20 0 20 0 186639735 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=5104888 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=5104888 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3471 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3588.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5104888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594 s]*
/proc/loadavg: 4.32 4.22 4.19 5/329 988369
/proc/meminfo: memFree=114205112/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19108176 memory=5104888 CPUtime=3600.1 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 283834 0 0 0 359766 244 0 0 20 0 20 0 186639735 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4777044 1276222 5873 1 0 1459270 0
[pid=986232/tid=986234] ppid=986229 vsize=19108176 memory=-8672076238389813948 CPUtime=3567.57 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) R 986229 986232 984125 0 -1 4194368 112913 0 0 0 356725 32 0 0 20 0 20 0 186639735 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19108176 memory=4384822307787902 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19108176 memory=4367015373374530 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3471 0 0 0 0 0 0 0 20 0 20 0 186639738 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986254] ppid=986229 vsize=19108176 memory=4385092890723394 CPUtime=0 cores=4,6
/proc/986232/task/986254/stat : 986254 (Timer-0) S 986229 986232 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186639780 19566772224 1276222 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5104888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.82 s, system=2.46299 s

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

[startup+3594.11 s]
/proc/loadavg: 4.32 4.22 4.19 5/329 988369
/proc/meminfo: memFree=114205112/131524600 swapFree=131071996/131071996
[pid=986232] ppid=986229 vsize=19307868 memory=5105764 CPUtime=3600.25 cores=4,6
/proc/986232/stat : 986232 (java) S 986229 986232 984125 0 -1 1077936128 286792 0 0 0 359781 244 0 0 20 0 21 0 186639735 19771256832 1276441 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
/proc/986232/statm: 4826967 1276441 5872 1 0 1460227 0
[pid=986232/tid=986234] ppid=986229 vsize=19307868 memory=2612 CPUtime=3567.59 cores=4,6
/proc/986232/task/986234/stat : 986234 (java) S 986229 986232 984125 0 -1 1077936192 112981 0 0 0 356727 32 0 0 20 0 21 0 186639735 19771256832 1276441 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986243] ppid=986229 vsize=19307868 memory=4676664 CPUtime=0 cores=4,6
/proc/986232/task/986243/stat : 986243 (Finalizer) S 986229 986232 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 186639738 19771256832 1276441 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
[pid=986232/tid=986250] ppid=986229 vsize=19307868 memory=0 CPUtime=0 cores=4,6
/proc/986232/task/986250/stat : 986250 (Common-Cleaner) S 986229 986232 984125 0 -1 1077936192 3471 0 0 0 0 0 0 0 20 0 21 0 186639738 19771256832 1276441 134679101440 94803235966976 94803235970672 140734107731904 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94803235978488 94803235979280 94803248271360 140734107739142 140734107739232 140734107739232 140734107746248 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5105764 KiB

Child status: 143

Real time (s): 3594.15
CPU time (s): 3600.29
CPU user time (s): 3597.82
CPU system time (s): 2.46299
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5105764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.82
system time used= 2.46299
maximum resident set size= 5106760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109178
involuntary context switches= 8598


# summary of solver processes directly reported to runsolver:
#   pid: 986232
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3597.82
#   total CPU system time (s): 2.46299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56547 second user time and 19.4884 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 01:18:21
IDJOB=4446884
IDBENCH=158326
IDSOLVER=3058
FILE ID=nodeC035/4446884-1721344689
RUNJOBID= nodeC035-1721341105-984136
SLURM_JOB_ID= 7542728
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K196.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446884-1721344689/watcher-4446884-1721344689 -o /tmp/evaluation-result-4446884-1721344689/solver-4446884-1721344689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721341105-984136 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4446884-1721344689.opb

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

MD5SUM BENCH= 8df9702f370312ff59707c84e3b82f3b
RANDOM SEED=621290476

nodeC035.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3663.243
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3600.901
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
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		: 3599.946
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3687.020
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
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		: 3663.634
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3600.340
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
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		: 3655.746
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.65
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		: 3687.201
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116539556 kB
MemAvailable:   117496196 kB
Buffers:          487552 kB
Cached:          1302336 kB
SwapCached:            0 kB
Active:           954324 kB
Inactive:       13387608 kB
Active(anon):       1536 kB
Inactive(anon): 12588548 kB
Active(file):     952788 kB
Inactive(file):   799060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4904 kB
Writeback:            12 kB
AnonPages:      12552480 kB
Mapped:           126540 kB
Shmem:             37724 kB
KReclaimable:      89232 kB
Slab:             200876 kB
SReclaimable:      89232 kB
SUnreclaim:       111644 kB
KernelStack:        4948 kB
PageTables:        34888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17196836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70528 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12179456 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      199380 kB
DirectMap2M:    18448384 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC035 at 2024-07-19 02:18:16