Trace number 4447004

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.32 3570.05

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K83.opb
MD5SUMbcb1c72c6ad4afea1adf0a0324f1d09c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
Number of bits of the biggest sum of numbers7
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.11	c version CUSTOM.v20240707
0.14/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.11	c java.vm.version	22.0.1+8-16
0.14/0.11	c java.vm.vendor	Oracle Corporation
0.14/0.11	c sun.arch.data.model	64
0.14/0.11	c java.version		22.0.1
0.14/0.11	c os.name		Linux
0.14/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.11	c os.arch		amd64
0.14/0.12	c Free memory 		2113181440
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2122317824
0.14/0.12	c Number of processors 	2
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Glucose 2.1 dynamic restart strategy
0.14/0.16	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.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Glucose 2.1 dynamic restart strategy
0.14/0.16	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.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4447004-1721347105.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
0.53/0.36	c ... done. Wall clock time 0.204s.
0.53/0.38	c declared #vars     5644
0.53/0.38	c #constraints  5812
0.53/0.38	c constraints type 
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
0.53/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
0.53/0.38	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.53/0.38	c 5812 constraints processed.
2.40/1.49	c cleaning 2493 clauses out of 4993 with flag 24856/5002
3.60/2.13	c cleaning 4249 clauses out of 8498 with flag 61728/11003
4.31/2.77	c cleaning 5591 clauses out of 11243 with flag 108435/18001
5.22/3.51	c cleaning 6783 clauses out of 13648 with flag 164584/26002
6.08/4.37	c cleaning 7912 clauses out of 15860 with flag 231371/35000
7.19/5.41	c cleaning 8931 clauses out of 17947 with flag 300077/45001
8.68/6.96	c cleaning 9811 clauses out of 20015 with flag 366636/56001
10.28/8.52	c cleaning 10507 clauses out of 22205 with flag 435715/68002
11.59/9.81	c cleaning 11208 clauses out of 24699 with flag 508319/81004
13.08/11.37	c cleaning 12066 clauses out of 27487 with flag 589619/95000
14.80/13.01	c cleaning 12965 clauses out of 30420 with flag 682589/110001
16.84/15.04	c cleaning 13960 clauses out of 33454 with flag 782351/126000
18.90/17.08	c cleaning 14600 clauses out of 36494 with flag 883243/143000
21.26/19.37	c cleaning 15536 clauses out of 39896 with flag 996144/161002
23.80/21.88	c cleaning 16570 clauses out of 43360 with flag 1113304/180002
26.56/24.58	c cleaning 17355 clauses out of 46788 with flag 1241380/200000
29.55/27.51	c cleaning 18314 clauses out of 50432 with flag 1382377/221000
32.81/30.75	c cleaning 19211 clauses out of 54121 with flag 1523684/243003
36.12/34.07	c cleaning 20329 clauses out of 57907 with flag 1674447/266000
39.69/37.59	c cleaning 21313 clauses out of 61577 with flag 1838957/290000
43.57/41.39	c cleaning 21935 clauses out of 65263 with flag 2006153/315001
47.68/45.43	c cleaning 23016 clauses out of 69329 with flag 2190333/341003
52.17/49.89	c cleaning 23760 clauses out of 73312 with flag 2376304/368003
56.67/54.30	c cleaning 24807 clauses out of 77551 with flag 2569715/396003
61.86/59.46	c cleaning 25868 clauses out of 81741 with flag 2778492/425000
67.64/65.17	c cleaning 26555 clauses out of 85873 with flag 3005572/455000
73.53/71.10	c cleaning 27791 clauses out of 90320 with flag 3250062/486002
79.90/77.35	c cleaning 28722 clauses out of 94527 with flag 3499295/518000
86.49/83.86	c cleaning 29629 clauses out of 98805 with flag 3744843/551000
93.51/90.80	c cleaning 30549 clauses out of 103176 with flag 4003357/585000
101.11/98.23	c cleaning 31697 clauses out of 107626 with flag 4268257/620000
109.21/106.30	c cleaning 32708 clauses out of 111929 with flag 4566243/656000
119.26/115.89	c cleaning 33535 clauses out of 116223 with flag 4860981/693002
128.43/124.90	c cleaning 34490 clauses out of 120686 with flag 5193955/731000
137.72/134.19	c cleaning 35638 clauses out of 125197 with flag 5515319/770001
147.48/143.85	c cleaning 36457 clauses out of 129559 with flag 5850210/810001
158.40/154.57	c cleaning 37605 clauses out of 134101 with flag 6215883/851001
169.18/165.37	c cleaning 38273 clauses out of 138495 with flag 6571754/893000
180.86/176.94	c cleaning 39484 clauses out of 143224 with flag 6958167/936002
193.69/189.64	c cleaning 40464 clauses out of 147739 with flag 7393544/980001
206.89/202.64	c cleaning 41552 clauses out of 152274 with flag 7824757/1025000
219.96/215.63	c cleaning 42420 clauses out of 156722 with flag 8242101/1071000
235.62/231.11	c cleaning 43497 clauses out of 161304 with flag 8691239/1118002
251.27/246.66	c cleaning 44361 clauses out of 165806 with flag 9176216/1166001
266.64/261.87	c cleaning 45526 clauses out of 170445 with flag 9655525/1215001
283.37/278.45	c cleaning 46832 clauses out of 174918 with flag 10165069/1265000
301.78/296.74	c cleaning 47498 clauses out of 179089 with flag 10754497/1316003
320.38/315.02	c cleaning 48828 clauses out of 183588 with flag 11334421/1368000
338.68/333.25	c cleaning 49699 clauses out of 187760 with flag 11865445/1421000
359.08/353.38	c cleaning 50766 clauses out of 192062 with flag 12431702/1475001
379.85/373.88	c cleaning 51973 clauses out of 196296 with flag 13002034/1530001
402.57/396.45	c cleaning 52595 clauses out of 200322 with flag 13664516/1586000
427.47/421.08	c cleaning 54234 clauses out of 204728 with flag 14355986/1643001
451.37/444.89	c cleaning 54728 clauses out of 208493 with flag 14986499/1701000
477.22/470.49	c cleaning 55790 clauses out of 212765 with flag 15742603/1760000
505.61/498.53	c cleaning 57090 clauses out of 216975 with flag 16570723/1820000
531.44/524.22	c cleaning 57724 clauses out of 220885 with flag 17254816/1881000
559.28/551.80	c cleaning 58944 clauses out of 225161 with flag 17973168/1943000
590.53/582.60	c cleaning 59771 clauses out of 229217 with flag 18734833/2006000
619.32/611.19	c cleaning 61553 clauses out of 233446 with flag 19455883/2070000
650.14/641.73	c cleaning 62376 clauses out of 236893 with flag 20210126/2135000
681.57/672.91	c cleaning 63163 clauses out of 240519 with flag 21018735/2201002
716.89/707.92	c cleaning 63903 clauses out of 244355 with flag 21876623/2268001
749.16/739.97	c cleaning 65102 clauses out of 248451 with flag 22714623/2336000
785.79/776.39	c cleaning 66101 clauses out of 252349 with flag 23599707/2405000
826.06/816.34	c cleaning 67252 clauses out of 256248 with flag 24579740/2475000
864.65/854.63	c cleaning 68474 clauses out of 259999 with flag 25489152/2546003
903.25/892.99	c cleaning 69394 clauses out of 263521 with flag 26347391/2618000
941.42/930.55	c cleaning 70284 clauses out of 267127 with flag 27259972/2691000
980.95/969.92	c cleaning 71414 clauses out of 270844 with flag 28156562/2765001
1024.46/1013.12	c cleaning 72518 clauses out of 274431 with flag 29140046/2840002
1070.41/1058.86	c cleaning 73438 clauses out of 277912 with flag 30130694/2916001
1117.78/1105.81	c cleaning 74399 clauses out of 281474 with flag 31205834/2993001
1169.25/1156.90	c cleaning 75849 clauses out of 285075 with flag 32458988/3071001
1213.77/1201.04	c cleaning 76418 clauses out of 288225 with flag 33502816/3150000
1270.52/1257.44	c cleaning 77709 clauses out of 291808 with flag 34948020/3230001
1327.97/1314.54	c cleaning 78936 clauses out of 295098 with flag 36345953/3311000
1382.75/1369.00	c cleaning 80001 clauses out of 298162 with flag 37674804/3393000
1432.12/1417.95	c cleaning 80410 clauses out of 301163 with flag 38736153/3476002
1494.36/1479.04	c cleaning 81756 clauses out of 304751 with flag 40257659/3560000
1556.17/1540.39	c cleaning 82933 clauses out of 307996 with flag 41734082/3645001
1621.95/1605.69	c cleaning 84104 clauses out of 311063 with flag 43388223/3731001
1688.17/1671.33	c cleaning 84783 clauses out of 313958 with flag 44974896/3818000
1778.24/1760.90	c cleaning 85415 clauses out of 317177 with flag 47059779/3906002
1852.13/1834.62	c cleaning 86950 clauses out of 320761 with flag 48884618/3995001
1926.65/1908.78	c cleaning 88123 clauses out of 323810 with flag 50865210/4085000
1998.57/1980.51	c cleaning 89142 clauses out of 326688 with flag 52657924/4176001
2064.93/2046.48	c cleaning 89922 clauses out of 329546 with flag 53936072/4268001
2131.78/2112.81	c cleaning 91144 clauses out of 332623 with flag 55276726/4361000
2194.99/2175.25	c cleaning 91997 clauses out of 335479 with flag 56499605/4455000
2261.32/2240.52	c cleaning 93376 clauses out of 338483 with flag 57869562/4550001
2330.58/2309.26	c cleaning 93839 clauses out of 341106 with flag 59213519/4646000
2409.77/2388.23	c cleaning 95004 clauses out of 344268 with flag 60825778/4743001
2509.01/2486.95	c cleaning 96188 clauses out of 347263 with flag 62806657/4841000
2582.29/2559.53	c cleaning 97165 clauses out of 350075 with flag 64337689/4940000
2675.20/2652.28	c cleaning 97746 clauses out of 352911 with flag 66263090/5040001
2754.53/2731.00	c cleaning 99207 clauses out of 356164 with flag 67974422/5141000
2855.94/2831.81	c cleaning 100697 clauses out of 358958 with flag 70156255/5243001
2943.94/2919.17	c cleaning 100609 clauses out of 361260 with flag 71900849/5346000
3036.98/3011.51	c cleaning 102253 clauses out of 364651 with flag 74010305/5450000
3125.60/3099.48	c cleaning 103469 clauses out of 367401 with flag 76177111/5555003
3214.53/3187.61	c cleaning 104013 clauses out of 369931 with flag 77736423/5661002
3336.53/3308.98	c cleaning 105566 clauses out of 372918 with flag 79882017/5768002
3450.96/3422.08	c cleaning 106439 clauses out of 375350 with flag 82130518/5876000
3564.88/3535.17	c cleaning 107611 clauses out of 377911 with flag 84610410/5985000
3600.08/3569.92	c timeout
3600.08/3569.92	c starts		: 56526
3600.08/3569.93	c conflicts		: 6044344
3600.08/3569.93	c decisions		: 77083143
3600.08/3569.93	c propagations		: 2133564285
3600.08/3569.93	c inspects		: 26717400519
3600.08/3569.93	c shortcuts		: 0
3600.08/3569.93	c learnt literals	: 40
3600.08/3569.93	c learnt binary clauses	: 95244
3600.08/3569.93	c learnt ternary clauses	: 103721
3600.08/3569.93	c learnt constraints	: 6044304
3600.08/3569.93	c ignored constraints	: 0
3600.08/3569.93	c root simplifications	: 0
3600.08/3569.93	c removed literals (reason simplification)	: 0
3600.08/3569.93	c reason swapping (by a shorter reason)	: 0
3600.08/3569.93	c Calls to reduceDB	: 105
3600.08/3569.93	c Number of update (reduction) of LBD	: 5597673
3600.08/3569.93	c Imported unit clauses	: 0
3600.08/3569.93	c No decision after first conflict	: false
3600.08/3569.93	c number of reductions to clauses (during analyze)	: 0
3600.08/3569.93	c number of learned constraints concerned by reduction	: 0
3600.08/3569.93	c number of learning phase by resolution	: 0
3600.08/3569.93	c number of learning phase by cutting planes	: 0
3600.08/3569.93	c number of rounding to 1 operations	: 0
3600.08/3569.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3569.93	c number of reductions of the coefficients by power 2 	: 0
3600.08/3569.93	c number of right shift for reduction by power 2 	: 0
3600.08/3569.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3569.93	c number of ending skipping 	: 0
3600.08/3569.93	c number of internal skipping 	: 0
3600.08/3569.93	c number of derivation steps 	: 0
3600.08/3569.93	c number of skipped derivation steps 	: 0
3600.08/3569.93	c number of remaining unassigned 	: 0
3600.08/3569.93	c number of remaining assigned 	: 0
3600.08/3569.93	c number of falsified literals weakened from reason	: 0
3600.08/3569.93	c number of falsified literals weakened from conflict	: 0
3600.08/3569.93	c time for arithmetic operations	: 0
3600.08/3569.93	c minimum degree of deleted constraints	: null
3600.08/3569.93	c maximum degree of deleted constraints	: null
3600.08/3569.93	c number of deleted constraints	: 0
3600.08/3569.93	c speed (assignments/second)	: 597713.4012075493
3600.08/3569.93	c non guided choices	: 1246
3600.08/3570.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 234400
3600.08/3570.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 95244
3600.08/3570.00	s UNKNOWN
3600.08/3570.00	c Total wall clock time (in seconds): 3569.844

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447004-1721347105/watcher-4447004-1721347105 -o /tmp/evaluation-result-4447004-1721347105/solver-4447004-1721347105 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721339958-973414 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4447004-1721347105.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=978129, runsolver pid=978126

[startup+0.101717 s]*
/proc/loadavg: 4.39 4.35 4.23 8/318 978147
/proc/meminfo: memFree=110843248/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=18975048 memory=59484 CPUtime=0.14 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 6762 0 0 0 12 2 0 0 20 0 18 0 186866366 19430449152 14871 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4743762 14871 5685 1 0 551033 0
[pid=978129/tid=978131] ppid=978126 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) S 978126 978129 973401 0 -1 1077936192 5647 0 0 0 7 1 0 0 20 0 18 0 186866366 19430449152 14871 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=18975048 memory=3718 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186866369 19430449152 14871 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=18975048 memory=15815599515246110 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186866369 19430449152 14871 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59484 KiB

[startup+0.214603 s]*
/proc/loadavg: 4.39 4.35 4.23 8/292 978157
/proc/meminfo: memFree=118043504/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=18975048 memory=70176 CPUtime=0.35 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 7431 0 0 0 32 3 0 0 20 0 18 0 186866366 19430449152 17544 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4743762 17544 5707 1 0 551594 0
[pid=978129/tid=978131] ppid=978126 vsize=18975048 memory=7872697190685737277 CPUtime=0.2 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 5925 0 0 0 18 2 0 0 20 0 18 0 186866366 19430449152 17544 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=18975048 memory=215671374179 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186866369 19430449152 17544 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=18975048 memory=15816703237975355 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186866369 19430449152 17544 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70176 KiB

[startup+0.313338 s]*
/proc/loadavg: 4.39 4.35 4.23 7/294 978161
/proc/meminfo: memFree=118026896/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=18975048 memory=83304 CPUtime=0.53 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 7559 0 0 0 50 3 0 0 20 0 18 0 186866366 19430449152 20826 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4743762 20826 5792 1 0 551642 0
[pid=978129/tid=978131] ppid=978126 vsize=18975048 memory=-6098642885219874751 CPUtime=0.29 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 5941 0 0 0 27 2 0 0 20 0 18 0 186866366 19430449152 20826 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186866369 19430449152 20849 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186866369 19430449152 20849 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83304 KiB

[startup+0.700371 s]
/proc/loadavg: 4.39 4.35 4.23 8/299 978195
/proc/meminfo: memFree=118003212/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19041612 memory=101952 CPUtime=1.24 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 10470 0 0 0 120 4 0 0 20 0 19 0 186866366 19498610688 25488 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4760403 25488 5808 1 0 553909 0
[pid=978129/tid=978131] ppid=978126 vsize=19041612 memory=5476 CPUtime=0.62 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 5996 0 0 0 60 2 0 0 20 0 19 0 186866366 19498610688 25488 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186866369 19498610688 25488 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19041612 memory=353 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 186866369 19498610688 25488 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186866403 19498610688 25488 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101952 KiB

[startup+1.50959 s]
/proc/loadavg: 4.39 4.35 4.23 9/316 978212
/proc/meminfo: memFree=117908912/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19041612 memory=113992 CPUtime=2.62 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 14693 0 0 0 257 5 0 0 20 0 19 0 186866366 19498610688 28498 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4760403 28498 5840 1 0 554126 0
[pid=978129/tid=978131] ppid=978126 vsize=19041612 memory=12320 CPUtime=1.41 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 6962 0 0 0 139 2 0 0 20 0 19 0 186866366 19498610688 28498 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186866369 19498610688 28498 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19041612 memory=4580 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 186866369 19498610688 28498 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186866403 19498610688 28498 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113992 KiB

[startup+3.10659 s]
/proc/loadavg: 4.39 4.35 4.23 9/315 978279
/proc/meminfo: memFree=124501060/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19041612 memory=154280 CPUtime=4.73 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 22114 0 0 0 467 6 0 0 20 0 19 0 186866366 19498610688 38570 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4760403 38570 5840 1 0 557512 0
[pid=978129/tid=978131] ppid=978126 vsize=19041612 memory=0 CPUtime=2.99 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 7276 0 0 0 296 3 0 0 20 0 19 0 186866366 19498610688 38570 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186866369 19498610688 38570 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 186866369 19498610688 38570 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19041612 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 186866403 19498610688 38570 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154280 KiB

[startup+6.30023 s]
/proc/loadavg: 4.36 4.35 4.23 5/318 978284
/proc/meminfo: memFree=124320764/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=185172 CPUtime=8.09 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 23115 0 0 0 802 7 0 0 20 0 20 0 186866366 19566772224 46293 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 46293 5856 1 0 557803 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=0 CPUtime=6.11 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 7308 0 0 0 608 3 0 0 20 0 20 0 186866366 19566772224 46293 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 46293 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 46293 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 46293 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185172 KiB

[startup+12.7004 s]
/proc/loadavg: 4.41 4.36 4.24 5/319 978285
/proc/meminfo: memFree=124218940/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=191812 CPUtime=14.49 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 25833 0 0 0 1441 8 0 0 20 0 20 0 186866366 19566772224 47953 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 47953 5892 1 0 557803 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=0 CPUtime=12.47 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 7975 0 0 0 1243 4 0 0 20 0 20 0 186866366 19566772224 47953 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=191812 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 47953 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 47953 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 47953 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191812 KiB

[startup+25.5005 s]
/proc/loadavg: 4.42 4.36 4.24 5/319 978288
/proc/meminfo: memFree=123444024/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=398880 CPUtime=27.55 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 30682 0 0 0 2741 14 0 0 20 0 20 0 186866366 19566772224 99720 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 99720 5892 1 0 557803 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=191812 CPUtime=24.7 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 9217 0 0 0 2466 4 0 0 20 0 20 0 186866366 19566772224 99720 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 99720 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=323064 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 99720 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=185172 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 99720 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 27.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 398880 KiB

[startup+51.1134 s]
/proc/loadavg: 4.77 4.45 4.28 5/319 978292
/proc/meminfo: memFree=121678688/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=871196 CPUtime=53.48 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 34848 0 0 0 5323 25 0 0 20 0 20 0 186866366 19566772224 217799 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 217799 5892 1 0 676856 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=0 CPUtime=49.67 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 10844 0 0 0 4961 6 0 0 20 0 20 0 186866366 19566772224 217799 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=191812 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 217799 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0

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

[startup+3222.3 s]
/proc/loadavg: 3.22 3.51 3.88 4/294 979600
/proc/meminfo: memFree=99556572/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=8372656 CPUtime=3249.59 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 204507 0 0 0 324626 333 0 0 20 0 20 0 186866366 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2093164 5892 1 0 2354805 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=7315848 CPUtime=3180.54 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 74385 0 0 0 318019 35 0 0 20 0 20 0 186866366 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=7635340 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1268 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=8030604 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3249.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8372656 KiB

[startup+3282.3 s]
/proc/loadavg: 3.21 3.45 3.83 4/294 979611
/proc/meminfo: memFree=99549928/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=8372656 CPUtime=3309.48 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 205367 0 0 0 330613 335 0 0 20 0 20 0 186866366 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2093164 5892 1 0 2354805 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=8372656 CPUtime=3240.39 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 75162 0 0 0 324004 35 0 0 20 0 20 0 186866366 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=8372656 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=8372656 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1346 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2093164 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3309.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8372656 KiB

[startup+3342.3 s]
/proc/loadavg: 3.23 3.41 3.79 4/294 979621
/proc/meminfo: memFree=98609580/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=9306896 CPUtime=3371.4 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 226244 0 0 0 336780 360 0 0 20 0 20 0 186866366 19566772224 2326724 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2326724 5892 1 0 3311045 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=-8744698981421195964 CPUtime=3299.25 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 85158 0 0 0 329887 38 0 0 20 0 20 0 186866366 19566772224 2326724 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2326724 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1346 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2326724 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=-7088514796984950651 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2326724 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3371.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9306896 KiB

[startup+3402.3 s]
/proc/loadavg: 3.18 3.36 3.75 4/295 980018
/proc/meminfo: memFree=98291848/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=9624336 CPUtime=3431.29 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 227282 0 0 0 342759 370 0 0 20 0 20 0 186866366 19566772224 2405572 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2405572 5892 1 0 3311045 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=9542416 CPUtime=3359.09 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 86193 0 0 0 335864 45 0 0 20 0 20 0 186866366 19566772224 2406084 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=9480976 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2406084 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=9554704 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1347 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2406084 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=9601808 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2406084 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3431.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9624336 KiB

[startup+3462.3 s]
/proc/loadavg: 3.25 3.34 3.72 4/295 980029
/proc/meminfo: memFree=97685684/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=9845540 CPUtime=3491.55 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 227914 0 0 0 348777 378 0 0 20 0 20 0 186866366 19566772224 2461385 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2461385 5892 1 0 3311050 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=9845540 CPUtime=3418.55 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 86617 0 0 0 341807 48 0 0 20 0 20 0 186866366 19566772224 2461385 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2461385 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=280449956594624 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1347 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2461385 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=9845540 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2461385 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3491.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9845540 KiB

[startup+3522.3 s]
/proc/loadavg: 3.21 3.31 3.68 4/295 980039
/proc/meminfo: memFree=97172460/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=10029888 CPUtime=3552.09 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 233011 0 0 0 354825 384 0 0 20 0 20 0 186866366 19566772224 2507472 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2507472 5892 1 0 3311050 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=0 CPUtime=3477.69 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 88123 0 0 0 347721 48 0 0 20 0 20 0 186866366 19566772224 2507472 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=280449956594624 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2507472 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=9845540 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1471 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2507472 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=10029888 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2507472 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3552.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10029888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.9 s]
/proc/loadavg: 3.21 3.30 3.66 4/295 980215
/proc/meminfo: memFree=97001448/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19108176 memory=10033984 CPUtime=3600.08 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 235188 0 0 0 359621 387 0 0 20 0 20 0 186866366 19566772224 2508496 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4777044 2508496 5892 1 0 3311050 0
[pid=978129/tid=978131] ppid=978126 vsize=19108176 memory=10029888 CPUtime=3524.65 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) R 978126 978129 973401 0 -1 4194368 89584 0 0 0 352416 49 0 0 20 0 20 0 186866366 19566772224 2508496 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2508496 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1471 0 0 0 0 0 0 0 20 0 20 0 186866369 19566772224 2508496 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978165] ppid=978126 vsize=19108176 memory=-8744698981421195964 CPUtime=0 cores=5,7
/proc/978129/task/978165/stat : 978165 (Timer-0) S 978126 978129 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186866403 19566772224 2508496 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10033984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.42 s, system=3.90756 s

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

[startup+3570.01 s]*
/proc/loadavg: 3.21 3.30 3.66 6/295 980218
/proc/meminfo: memFree=97000800/131655788 swapFree=131071996/131071996
[pid=978129] ppid=978126 vsize=19307868 memory=10034812 CPUtime=3600.28 cores=5,7
/proc/978129/stat : 978129 (java) S 978126 978129 973401 0 -1 1077936128 237949 0 0 0 359641 387 0 0 20 0 17 0 186866366 19771256832 2508703 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
/proc/978129/statm: 4826967 2508703 5904 1 0 3311997 0
[pid=978129/tid=978131] ppid=978126 vsize=19307868 memory=-8599738268903580348 CPUtime=3524.67 cores=5,7
/proc/978129/task/978131/stat : 978131 (java) S 978126 978129 973401 0 -1 1077936192 89760 0 0 0 352418 49 0 0 20 0 17 0 186866366 19771256832 2508703 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978140] ppid=978126 vsize=19307868 memory=-4421386500576734047 CPUtime=0 cores=5,7
/proc/978129/task/978140/stat : 978140 (Finalizer) S 978126 978129 973401 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 17 0 186866369 19771256832 2508703 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
[pid=978129/tid=978147] ppid=978126 vsize=19307868 memory=13648 CPUtime=0 cores=5,7
/proc/978129/task/978147/stat : 978147 (Common-Cleaner) S 978126 978129 973401 0 -1 1077936192 1471 0 0 0 0 0 0 0 20 0 17 0 186866369 19771256832 2508703 134679101440 94424238436352 94424238440048 140721514689280 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94424238447864 94424238448656 94424247058432 140721514697734 140721514697824 140721514697824 140721514704840 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 10034812 KiB

Child status: 143

Real time (s): 3570.05
CPU time (s): 3600.32
CPU user time (s): 3596.42
CPU system time (s): 3.90756
CPU usage (%): 100.848
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 10034812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.42
system time used= 3.90756
maximum resident set size= 10035848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110535
involuntary context switches= 4703


# summary of solver processes directly reported to runsolver:
#   pid: 978129
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.42
#   total CPU system time (s): 3.90756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.215 second user time and 36.0842 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-19 01:58:38
IDJOB=4447004
IDBENCH=158345
IDSOLVER=3058
FILE ID=nodeC004/4447004-1721347105
RUNJOBID= nodeC004-1721339958-973414
SLURM_JOB_ID= 7542718
Free space on /tmp= 723776 MiB

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

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

MD5SUM BENCH= bcb1c72c6ad4afea1adf0a0324f1d09c
RANDOM SEED=2084491751

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		: 3511.061
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		: 3572.484
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.310
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.370
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		: 3626.177
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.167
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		: 1696.361
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.312
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:        110887304 kB
MemAvailable:   115774976 kB
Buffers:          525096 kB
Cached:          5145412 kB
SwapCached:            0 kB
Active:          1069668 kB
Inactive:       18994592 kB
Active(anon):       3368 kB
Inactive(anon): 14428400 kB
Active(file):    1066300 kB
Inactive(file):  4566192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2880 kB
Writeback:             0 kB
AnonPages:      14393672 kB
Mapped:           126760 kB
Shmem:             37700 kB
KReclaimable:     190760 kB
Slab:             304944 kB
SReclaimable:     190760 kB
SUnreclaim:       114184 kB
KernelStack:        4880 kB
PageTables:        38292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   23549024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58816 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13983744 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= 723776 MiB
End job on nodeC004 at 2024-07-19 02:58:08