Trace number 4446764

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.36 3580.39

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K193.opb
MD5SUMa57909b893e448cbfc1c45d11e8afcf3
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 benchmark62.0014
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22967
Total number of constraints23355
Number of constraints which are clauses23162
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint193
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 194
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		22.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		2115194816
0.00/0.11	c Max memory 		16282288128
0.00/0.11	c Total memory 		2122317824
0.16/0.12	c Number of processors 	2
0.16/0.15	--- Begin Solver configuration ---
0.16/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.15	Learn all clauses as in MiniSAT
0.16/0.15	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.15	No reason simplification
0.16/0.15	Glucose 2.1 dynamic restart strategy
0.16/0.15	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.16/0.15	timeout=2147483s
0.16/0.15	DB Simplification allowed=false
0.16/0.15	Listener: none
0.16/0.15	--- End Solver configuration ---
0.16/0.15	c Pseudo Boolean Optimization by upper bound
0.16/0.15	c --- Begin Solver configuration ---
0.16/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.15	c Learn all clauses as in MiniSAT
0.16/0.15	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.15	c No reason simplification
0.16/0.15	c Glucose 2.1 dynamic restart strategy
0.16/0.15	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.16/0.15	c timeout=2147483s
0.16/0.15	c DB Simplification allowed=false
0.16/0.15	c Listener: none
0.16/0.15	c --- End Solver configuration ---
0.16/0.15	c solving HOME/instance-4446764-1721343525.opb
0.16/0.15	c reading problem ... 
0.16/0.16	c  no objective function found
1.25/0.80	c ... done. Wall clock time 0.641s.
1.25/0.80	c declared #vars     22967
1.25/0.80	c #constraints  23355
1.25/0.80	c constraints type 
1.25/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2496
1.25/0.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 193
1.25/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20664
1.25/0.80	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.25/0.80	c 23355 constraints processed.
4.53/3.03	c cleaning 2488 clauses out of 4992 with flag 24439/5000
7.03/4.92	c cleaning 4228 clauses out of 8499 with flag 55207/11000
10.01/7.24	c cleaning 5600 clauses out of 11268 with flag 94118/18001
12.42/9.63	c cleaning 6753 clauses out of 13663 with flag 135291/26000
14.79/12.07	c cleaning 7746 clauses out of 15909 with flag 180315/35001
17.48/14.77	c cleaning 8156 clauses out of 18161 with flag 231088/45000
20.85/18.19	c cleaning 8895 clauses out of 21005 with flag 288240/56001
24.42/21.78	c cleaning 9656 clauses out of 24108 with flag 351421/68000
28.19/25.58	c cleaning 10447 clauses out of 27448 with flag 419449/81000
32.95/30.25	c cleaning 11407 clauses out of 31001 with flag 491885/95000
37.82/35.12	c cleaning 12093 clauses out of 34592 with flag 570196/110000
42.97/40.29	c cleaning 12979 clauses out of 38496 with flag 653877/126000
49.46/46.64	c cleaning 13676 clauses out of 42517 with flag 745656/143000
55.77/52.95	c cleaning 14515 clauses out of 46839 with flag 841582/161000
62.12/59.21	c cleaning 15367 clauses out of 51328 with flag 948357/180005
70.43/67.38	c cleaning 16058 clauses out of 55956 with flag 1052299/200000
78.02/75.00	c cleaning 16892 clauses out of 60896 with flag 1163842/221000
86.21/83.07	c cleaning 17726 clauses out of 66002 with flag 1278583/243000
95.06/91.85	c cleaning 18365 clauses out of 71276 with flag 1397690/266001
104.15/100.89	c cleaning 19415 clauses out of 76909 with flag 1528301/290000
114.03/110.60	c cleaning 20417 clauses out of 82494 with flag 1664651/315001
124.82/121.34	c cleaning 20897 clauses out of 88074 with flag 1803051/341000
136.10/132.51	c cleaning 21753 clauses out of 94176 with flag 1946976/368001
148.59/145.05	c cleaning 22796 clauses out of 100424 with flag 2102601/396002
162.11/158.37	c cleaning 23429 clauses out of 106625 with flag 2262023/425000
174.78/170.93	c cleaning 24357 clauses out of 113197 with flag 2430562/455001
188.46/184.46	c cleaning 25097 clauses out of 119839 with flag 2603747/486000
203.15/199.01	c cleaning 25864 clauses out of 126742 with flag 2783509/518000
218.62/214.46	c cleaning 26715 clauses out of 133877 with flag 2974516/551000
235.41/231.17	c cleaning 27616 clauses out of 141162 with flag 3168871/585000
251.68/247.31	c cleaning 28961 clauses out of 148549 with flag 3371297/620003
269.15/264.76	c cleaning 29558 clauses out of 155583 with flag 3585837/656000
289.22/284.22	c cleaning 30353 clauses out of 163021 with flag 3791035/693000
308.28/303.27	c cleaning 31264 clauses out of 170669 with flag 4012584/731001
328.66/323.59	c cleaning 31974 clauses out of 178404 with flag 4237514/770000
350.14/344.97	c cleaning 32796 clauses out of 186430 with flag 4473322/810000
372.35/367.06	c cleaning 33511 clauses out of 194634 with flag 4715696/851000
396.62/391.48	c cleaning 34500 clauses out of 203122 with flag 4965891/893000
421.96/416.78	c cleaning 35282 clauses out of 211622 with flag 5230221/936000
447.66/442.46	c cleaning 36493 clauses out of 220345 with flag 5498459/980005
475.09/469.45	c cleaning 37406 clauses out of 228848 with flag 5774680/1025001
502.38/496.65	c cleaning 37839 clauses out of 237441 with flag 6049179/1071001
529.87/524.09	c cleaning 39067 clauses out of 246601 with flag 6330194/1118000
559.48/553.42	c cleaning 39893 clauses out of 255533 with flag 6626324/1166000
589.07/582.90	c cleaning 40710 clauses out of 264640 with flag 6924460/1215000
621.86/615.58	c cleaning 41388 clauses out of 273930 with flag 7237167/1265001
653.88/647.30	c cleaning 42838 clauses out of 283539 with flag 7542333/1316000
687.27/680.63	c cleaning 43404 clauses out of 292703 with flag 7873658/1368002
722.79/715.93	c cleaning 44208 clauses out of 302298 with flag 8206251/1421002
760.81/753.57	c cleaning 44959 clauses out of 312088 with flag 8553322/1475000
797.56/790.05	c cleaning 46420 clauses out of 322129 with flag 8906160/1530000
834.74/827.19	c cleaning 47370 clauses out of 331710 with flag 9261169/1586001
874.64/866.70	c cleaning 48166 clauses out of 341339 with flag 9617145/1643000
916.08/907.88	c cleaning 49003 clauses out of 351172 with flag 9990318/1701000
959.26/950.91	c cleaning 49969 clauses out of 361169 with flag 10379006/1760000
1003.70/995.11	c cleaning 50648 clauses out of 371200 with flag 10776796/1820000
1047.69/1039.08	c cleaning 51730 clauses out of 381553 with flag 11171256/1881001
1095.02/1086.12	c cleaning 52747 clauses out of 391823 with flag 11577732/1943001
1143.20/1134.27	c cleaning 53410 clauses out of 402075 with flag 11987812/2006000
1193.20/1183.95	c cleaning 54474 clauses out of 412666 with flag 12405938/2070001
1245.27/1235.44	c cleaning 55599 clauses out of 423191 with flag 12829810/2135000
1298.33/1288.36	c cleaning 56486 clauses out of 433593 with flag 13264248/2201001
1353.29/1342.96	c cleaning 57063 clauses out of 444106 with flag 13711840/2268000
1410.76/1399.90	c cleaning 58182 clauses out of 455043 with flag 14164325/2336000
1469.93/1458.94	c cleaning 59082 clauses out of 465860 with flag 14635068/2405000
1530.28/1519.20	c cleaning 59799 clauses out of 476777 with flag 15096625/2475000
1590.66/1579.38	c cleaning 61288 clauses out of 487978 with flag 15584104/2546000
1656.03/1644.67	c cleaning 62149 clauses out of 498690 with flag 16075070/2618000
1720.75/1709.54	c cleaning 62998 clauses out of 509545 with flag 16588608/2691004
1784.52/1773.08	c cleaning 64164 clauses out of 520542 with flag 17092564/2765000
1852.30/1840.54	c cleaning 65126 clauses out of 531379 with flag 17602457/2840001
1925.82/1913.80	c cleaning 66024 clauses out of 542252 with flag 18141124/2916000
1999.53/1986.93	c cleaning 66916 clauses out of 553228 with flag 18675388/2993000
2074.65/2061.55	c cleaning 67965 clauses out of 564312 with flag 19232684/3071000
2150.97/2137.69	c cleaning 68914 clauses out of 575347 with flag 19789419/3150000
2229.69/2215.77	c cleaning 69527 clauses out of 586433 with flag 20353659/3230000
2309.74/2295.53	c cleaning 70857 clauses out of 597906 with flag 20929777/3311000
2389.45/2374.65	c cleaning 71919 clauses out of 609049 with flag 21497398/3393000
2473.96/2458.95	c cleaning 72688 clauses out of 620130 with flag 22100811/3476000
2559.39/2543.93	c cleaning 73870 clauses out of 631442 with flag 22698795/3560000
2648.51/2633.28	c cleaning 74490 clauses out of 642572 with flag 23325205/3645000
2744.03/2728.46	c cleaning 75080 clauses out of 654084 with flag 23965465/3731002
2835.43/2819.75	c cleaning 76326 clauses out of 666002 with flag 24601195/3818000
2932.64/2916.51	c cleaning 77660 clauses out of 677678 with flag 25265966/3906002
3032.70/3016.16	c cleaning 78693 clauses out of 689016 with flag 25945584/3995000
3130.44/3113.76	c cleaning 79900 clauses out of 700323 with flag 26615997/4085000
3231.66/3214.54	c cleaning 80860 clauses out of 711421 with flag 27285997/4176000
3337.71/3319.07	c cleaning 81368 clauses out of 722561 with flag 27965333/4268000
3447.35/3427.82	c cleaning 82584 clauses out of 734194 with flag 28667848/4361001
3559.22/3539.30	c cleaning 82859 clauses out of 745612 with flag 29382473/4455003
3600.04/3580.22	c timeout
3600.04/3580.22	c starts		: 25706
3600.04/3580.23	c conflicts		: 4495733
3600.04/3580.23	c decisions		: 210981203
3600.04/3580.23	c propagations		: 5023048879
3600.04/3580.23	c inspects		: 21568240843
3600.04/3580.23	c shortcuts		: 0
3600.04/3580.23	c learnt literals	: 70
3600.04/3580.23	c learnt binary clauses	: 298197
3600.04/3580.23	c learnt ternary clauses	: 244021
3600.04/3580.23	c learnt constraints	: 4495663
3600.04/3580.23	c ignored constraints	: 0
3600.04/3580.23	c root simplifications	: 0
3600.04/3580.23	c removed literals (reason simplification)	: 0
3600.04/3580.23	c reason swapping (by a shorter reason)	: 0
3600.04/3580.23	c Calls to reduceDB	: 90
3600.04/3580.23	c Number of update (reduction) of LBD	: 2980811
3600.04/3580.23	c Imported unit clauses	: 0
3600.04/3580.23	c No decision after first conflict	: false
3600.04/3580.23	c number of reductions to clauses (during analyze)	: 0
3600.04/3580.23	c number of learned constraints concerned by reduction	: 0
3600.04/3580.23	c number of learning phase by resolution	: 0
3600.04/3580.23	c number of learning phase by cutting planes	: 0
3600.04/3580.23	c number of rounding to 1 operations	: 0
3600.04/3580.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3580.23	c number of reductions of the coefficients by power 2 	: 0
3600.04/3580.23	c number of right shift for reduction by power 2 	: 0
3600.04/3580.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3580.23	c number of ending skipping 	: 0
3600.04/3580.23	c number of internal skipping 	: 0
3600.04/3580.23	c number of derivation steps 	: 0
3600.04/3580.23	c number of skipped derivation steps 	: 0
3600.04/3580.23	c number of remaining unassigned 	: 0
3600.04/3580.23	c number of remaining assigned 	: 0
3600.04/3580.23	c number of falsified literals weakened from reason	: 0
3600.04/3580.23	c number of falsified literals weakened from conflict	: 0
3600.04/3580.23	c time for arithmetic operations	: 0
3600.04/3580.24	c minimum degree of deleted constraints	: null
3600.04/3580.24	c maximum degree of deleted constraints	: null
3600.04/3580.24	c number of deleted constraints	: 0
3600.04/3580.24	c speed (assignments/second)	: 1403315.5917936312
3600.04/3580.24	c non guided choices	: 99825
3600.24/3580.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 405286
3600.24/3580.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 298197
3600.24/3580.34	s UNKNOWN
3600.24/3580.34	c Total wall clock time (in seconds): 3580.193

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: 64096 MiB (54317 MiB free)
  memory of node 1: 64473 MiB (55976 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446764-1721343525/watcher-4446764-1721343525 -o /tmp/evaluation-result-4446764-1721343525/solver-4446764-1721343525 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721339958-973414 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4446764-1721343525.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=976027, runsolver pid=976024

[startup+0.105783 s]*
/proc/loadavg: 4.29 4.21 4.17 10/316 976045
/proc/meminfo: memFree=112895364/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=18975048 memory=60008 CPUtime=0.16 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 6898 0 0 0 14 2 0 0 20 0 18 0 186508278 19430449152 15002 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4743762 15002 5740 1 0 551171 0
[pid=976027/tid=976029] ppid=976024 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 5722 0 0 0 8 1 0 0 20 0 18 0 186508278 19430449152 15002 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 15002 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=18975048 memory=15817798538627805 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 15002 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60008 KiB

[startup+0.213739 s]*
/proc/loadavg: 4.58 4.27 4.19 11/316 976045
/proc/meminfo: memFree=112875088/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=18975048 memory=69232 CPUtime=0.36 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 7647 0 0 0 33 3 0 0 20 0 18 0 186508278 19430449152 17308 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4743762 17308 5787 1 0 551811 0
[pid=976027/tid=976029] ppid=976024 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 5957 0 0 0 18 2 0 0 20 0 18 0 186508278 19430449152 17308 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=18975048 memory=3718 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 17308 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=18975048 memory=15815599515246110 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 17308 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69232 KiB

[startup+0.316922 s]*
/proc/loadavg: 4.58 4.27 4.19 10/316 976045
/proc/meminfo: memFree=112844552/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=18975048 memory=77880 CPUtime=0.54 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 8531 0 0 0 50 4 0 0 20 0 18 0 186508278 19430449152 19470 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4743762 19470 5841 1 0 552099 0
[pid=976027/tid=976029] ppid=976024 vsize=18975048 memory=-8888815277598614204 CPUtime=0.27 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 5964 0 0 0 25 2 0 0 20 0 18 0 186508278 19430449152 19470 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 19470 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 19470 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77880 KiB

[startup+0.700775 s]
/proc/loadavg: 4.58 4.27 4.19 8/316 976045
/proc/meminfo: memFree=112761344/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=18975048 memory=135960 CPUtime=1.25 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 10725 0 0 0 120 5 0 0 20 0 18 0 186508278 19430449152 33990 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4743762 33990 5841 1 0 553475 0
[pid=976027/tid=976029] ppid=976024 vsize=18975048 memory=5476 CPUtime=0.57 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 6008 0 0 0 54 3 0 0 20 0 18 0 186508278 19430449152 33990 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=18975048 memory=12320 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 33990 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186508283 19430449152 33990 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 135960 KiB

[startup+1.50077 s]
/proc/loadavg: 4.58 4.27 4.19 8/299 976052
/proc/meminfo: memFree=118616036/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=183596 CPUtime=2.77 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 16552 0 0 0 269 8 0 0 20 0 20 0 186508278 19566772224 45899 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 45899 5856 1 0 555942 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=12320 CPUtime=1.29 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 6226 0 0 0 125 4 0 0 20 0 20 0 186508278 19566772224 45899 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 45899 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 45899 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 45899 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183596 KiB

[startup+3.10577 s]
/proc/loadavg: 4.58 4.27 4.19 8/297 976162
/proc/meminfo: memFree=124510816/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=183964 CPUtime=4.66 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 20248 0 0 0 457 9 0 0 20 0 20 0 186508278 19566772224 45991 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 45991 5856 1 0 555987 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=0 CPUtime=2.88 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 7439 0 0 0 284 4 0 0 20 0 20 0 186508278 19566772224 45991 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 45991 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 45991 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 45991 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183964 KiB

[startup+6.30078 s]
/proc/loadavg: 4.62 4.28 4.20 8/320 976186
/proc/meminfo: memFree=124328416/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=193068 CPUtime=9.12 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 26999 0 0 0 902 10 0 0 20 0 20 0 186508278 19566772224 48267 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 48267 5872 1 0 558207 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=0 CPUtime=6.04 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 7620 0 0 0 600 4 0 0 20 0 20 0 186508278 19566772224 48267 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 48267 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 48267 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 48267 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193068 KiB

[startup+12.7008 s]
/proc/loadavg: 4.57 4.28 4.19 5/320 976186
/proc/meminfo: memFree=124301356/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=190556 CPUtime=15.49 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 28533 0 0 0 1538 11 0 0 20 0 20 0 186508278 19566772224 47639 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 47639 5888 1 0 558207 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=-8888815277598614204 CPUtime=12.33 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 8114 0 0 0 1229 4 0 0 20 0 20 0 186508278 19566772224 47639 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=190556 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 47639 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 47639 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=190556 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 47639 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190556 KiB

[startup+25.5008 s]
/proc/loadavg: 4.48 4.27 4.19 5/320 976190
/proc/meminfo: memFree=124114888/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=231644 CPUtime=28.19 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 30809 0 0 0 2805 14 0 0 20 0 20 0 186508278 19566772224 57911 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 57911 5888 1 0 558207 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=12320 CPUtime=24.81 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 9183 0 0 0 2477 4 0 0 20 0 20 0 186508278 19566772224 57911 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=190556 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 57911 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 57911 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=3472328296227672571 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 57911 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 231644 KiB

[startup+51.1058 s]
/proc/loadavg: 4.42 4.27 4.19 6/320 976194
/proc/meminfo: memFree=123193044/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=457468 CPUtime=53.99 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 40357 0 0 0 5378 21 0 0 20 0 20 0 186508278 19566772224 114367 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 114367 5898 1 0 558223 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=5476 CPUtime=49.74 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 11371 0 0 0 4970 4 0 0 20 0 20 0 186508278 19566772224 114367 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 114367 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 114367 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0

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

[startup+3222.3 s]
/proc/loadavg: 4.20 4.15 4.14 5/320 977398
/proc/meminfo: memFree=103229360/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=5516488 CPUtime=3239.45 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 164447 0 0 0 323654 291 0 0 20 0 20 0 186508278 19566772224 1379122 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1379122 5898 1 0 1459521 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=5276872 CPUtime=3189.95 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 53405 0 0 0 318973 22 0 0 20 0 20 0 186508278 19566772224 1379122 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=5276872 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1379122 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1323 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1379122 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=5516488 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1379122 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3239.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5516488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.15 4.14 5/320 977408
/proc/meminfo: memFree=102496992/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=5906596 CPUtime=3301.06 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 182562 0 0 0 329803 303 0 0 20 0 20 0 186508278 19566772224 1476649 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1476649 5898 1 0 2198065 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=5843108 CPUtime=3249.52 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 60420 0 0 0 324927 25 0 0 20 0 20 0 186508278 19566772224 1476649 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=5516488 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1476649 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1324 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1476649 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=16164 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1476649 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3301.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5906596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.14 5/320 977418
/proc/meminfo: memFree=101695856/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=6109856 CPUtime=3361.34 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 187503 0 0 0 335825 309 0 0 20 0 20 0 186508278 19566772224 1527464 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1527464 5898 1 0 2198065 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=12720 CPUtime=3309.12 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 61469 0 0 0 330884 28 0 0 20 0 20 0 186508278 19566772224 1527464 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=6109856 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1527464 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=6109856 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1324 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1527464 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=1900 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1527464 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3361.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6109856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.86 4.34 4.21 5/319 977811
/proc/meminfo: memFree=101073512/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=6150816 CPUtime=3421.22 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 189007 0 0 0 341810 312 0 0 20 0 20 0 186508278 19566772224 1537704 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1537704 5898 1 0 2198065 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=6109856 CPUtime=3368.95 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 62890 0 0 0 336866 29 0 0 20 0 20 0 186508278 19566772224 1537704 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=6109856 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1537704 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1400 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1537704 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=6120096 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1537704 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3421.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6150816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.58 4.38 4.23 5/319 977822
/proc/meminfo: memFree=99947164/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=6304688 CPUtime=3481.77 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 191635 0 0 0 347858 319 0 0 20 0 20 0 186508278 19566772224 1576172 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1576172 5898 1 0 2198177 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=6109856 CPUtime=3428.3 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 64090 0 0 0 342801 29 0 0 20 0 20 0 186508278 19566772224 1576172 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1576172 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=6304684 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1400 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1576172 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=6109856 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1576172 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3481.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6304688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.34 4.22 5/319 977832
/proc/meminfo: memFree=99185492/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=6305148 CPUtime=3542.25 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 198296 0 0 0 353902 323 0 0 20 0 20 0 186508278 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1576287 5898 1 0 2198302 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=12720 CPUtime=3487.63 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 65657 0 0 0 348733 30 0 0 20 0 20 0 186508278 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=6305148 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1486 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3542.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6305148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.2 s]
/proc/loadavg: 4.34 4.34 4.23 6/319 978078
/proc/meminfo: memFree=104621444/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19108176 memory=6305148 CPUtime=3600.04 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 199749 0 0 0 359680 324 0 0 20 0 20 0 186508278 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4777044 1576287 5898 1 0 2198302 0
[pid=976027/tid=976029] ppid=976024 vsize=19108176 memory=19428 CPUtime=3545.38 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) R 976024 976027 973401 0 -1 4194368 67095 0 0 0 354508 30 0 0 20 0 20 0 186508278 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19108176 memory=-8888815277598614204 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1495 0 0 0 0 0 0 0 20 0 20 0 186508283 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976052] ppid=976024 vsize=19108176 memory=16164 CPUtime=0 cores=5,7
/proc/976027/task/976052/stat : 976052 (Timer-0) S 976024 976027 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186508360 19566772224 1576287 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6305148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.06 s, system=3.29229 s

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

[startup+3580.3 s]
/proc/loadavg: 4.34 4.34 4.23 6/319 978078
/proc/meminfo: memFree=104621444/131655788 swapFree=131071996/131071996
[pid=976027] ppid=976024 vsize=19307868 memory=6305948 CPUtime=3600.24 cores=5,7
/proc/976027/stat : 976027 (java) S 976024 976027 973401 0 -1 1077936128 202329 0 0 0 359699 325 0 0 20 0 21 0 186508278 19771256832 1576487 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
/proc/976027/statm: 4826967 1576487 5897 1 0 2199212 0
[pid=976027/tid=976029] ppid=976024 vsize=19307868 memory=-8888815277598614204 CPUtime=3545.4 cores=5,7
/proc/976027/task/976029/stat : 976029 (java) S 976024 976027 973401 0 -1 1077936192 67178 0 0 0 354510 30 0 0 20 0 21 0 186508278 19771256832 1576487 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976038] ppid=976024 vsize=19307868 memory=6305148 CPUtime=0 cores=5,7
/proc/976027/task/976038/stat : 976038 (Finalizer) S 976024 976027 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 186508283 19771256832 1576487 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
[pid=976027/tid=976045] ppid=976024 vsize=19307868 memory=6305148 CPUtime=0 cores=5,7
/proc/976027/task/976045/stat : 976045 (Common-Cleaner) S 976024 976027 973401 0 -1 1077936192 1495 0 0 0 0 0 0 0 20 0 21 0 186508283 19771256832 1576487 134679101440 94291917373440 94291917377136 140733771829248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94291917384952 94291917385744 94291923841024 140733771834374 140733771834464 140733771834464 140733771841480 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6305948 KiB

Child status: 143

Real time (s): 3580.39
CPU time (s): 3600.36
CPU user time (s): 3597.06
CPU system time (s): 3.29229
CPU usage (%): 100.558
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6305948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.06
system time used= 3.29229
maximum resident set size= 6307040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202622
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109731
involuntary context switches= 6862


# summary of solver processes directly reported to runsolver:
#   pid: 976027
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3597.06
#   total CPU system time (s): 3.29229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1088 second user time and 36.9701 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-19 00:58:57
IDJOB=4446764
IDBENCH=158306
IDSOLVER=3058
FILE ID=nodeC004/4446764-1721343525
RUNJOBID= nodeC004-1721339958-973414
SLURM_JOB_ID= 7542718
Free space on /tmp= 723772 MiB

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

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

MD5SUM BENCH= a57909b893e448cbfc1c45d11e8afcf3
RANDOM SEED=870653055

nodeC004.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	: 0xb00001f
cpu MHz		: 3542.510
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3611.358
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.437
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.379
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1795.962
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.159
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.308
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.316
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112941296 kB
MemAvailable:   117810820 kB
Buffers:          521616 kB
Cached:          5130396 kB
SwapCached:            0 kB
Active:          1065636 kB
Inactive:       16949048 kB
Active(anon):       3360 kB
Inactive(anon): 12397016 kB
Active(file):    1062276 kB
Inactive(file):  4552032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4520 kB
Writeback:             0 kB
AnonPages:      12362060 kB
Mapped:           126684 kB
Shmem:             37700 kB
KReclaimable:     190832 kB
Slab:             304860 kB
SReclaimable:     190832 kB
SUnreclaim:       114028 kB
KernelStack:        4832 kB
PageTables:        34324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18569676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58752 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11993088 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:      242504 kB
DirectMap2M:    29022208 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC004 at 2024-07-19 01:58:37