Trace number 4446584

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.37 3578.1

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K151.opb
MD5SUMabcade21393c5164863b40206a5f4f64
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 variables17969
Total number of constraints18273
Number of constraints which are clauses18122
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint151
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 152
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.14/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.15	c See www.sat4j.org for details.
0.14/0.17	c version CUSTOM.v20240707
0.14/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.19	c java.vm.version	22.0.1+8-16
0.14/0.19	c java.vm.vendor	Oracle Corporation
0.14/0.19	c sun.arch.data.model	64
0.14/0.19	c java.version		22.0.1
0.14/0.19	c os.name		Linux
0.14/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.19	c os.arch		amd64
0.14/0.20	c Free memory 		2115194816
0.14/0.20	c Max memory 		16282288128
0.14/0.20	c Total memory 		2122317824
0.14/0.21	c Number of processors 	2
0.33/0.30	--- Begin Solver configuration ---
0.33/0.30	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.33/0.30	Learn all clauses as in MiniSAT
0.33/0.30	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.30	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.33/0.30	No reason simplification
0.33/0.30	Glucose 2.1 dynamic restart strategy
0.33/0.30	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.33/0.30	timeout=2147483s
0.33/0.30	DB Simplification allowed=false
0.33/0.30	Listener: none
0.33/0.30	--- End Solver configuration ---
0.33/0.30	c Pseudo Boolean Optimization by upper bound
0.33/0.30	c --- Begin Solver configuration ---
0.33/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.33/0.30	c Learn all clauses as in MiniSAT
0.33/0.30	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.33/0.30	c No reason simplification
0.33/0.30	c Glucose 2.1 dynamic restart strategy
0.33/0.30	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.33/0.30	c timeout=2147483s
0.33/0.30	c DB Simplification allowed=false
0.33/0.30	c Listener: none
0.33/0.30	c --- End Solver configuration ---
0.33/0.30	c solving HOME/instance-4446584-1721339946.opb
0.33/0.30	c reading problem ... 
0.33/0.30	c  no objective function found
1.37/0.83	c ... done. Wall clock time 0.524s.
1.37/0.84	c declared #vars     17969
1.37/0.84	c #constraints  18273
1.37/0.84	c constraints type 
1.37/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1950
1.37/0.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 151
1.37/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16170
1.37/0.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.37/0.84	c 18273 constraints processed.
3.89/2.36	c cleaning 2497 clauses out of 4996 with flag 23432/5000
5.50/3.57	c cleaning 4238 clauses out of 8496 with flag 57253/11001
7.83/5.12	c cleaning 5597 clauses out of 11253 with flag 98190/18000
9.99/6.72	c cleaning 6802 clauses out of 13648 with flag 145500/26000
11.68/8.47	c cleaning 7889 clauses out of 15850 with flag 193395/35006
13.78/10.50	c cleaning 8835 clauses out of 17954 with flag 245573/45000
16.42/13.06	c cleaning 9008 clauses out of 20117 with flag 302783/56000
19.36/15.97	c cleaning 9784 clauses out of 23110 with flag 364458/68001
22.35/19.00	c cleaning 10795 clauses out of 26323 with flag 433486/81000
25.76/22.39	c cleaning 11509 clauses out of 29523 with flag 505338/95000
29.67/26.19	c cleaning 12362 clauses out of 33012 with flag 585243/110000
33.68/30.17	c cleaning 13236 clauses out of 36649 with flag 666217/126000
38.10/34.47	c cleaning 14175 clauses out of 40414 with flag 755413/143002
43.17/39.38	c cleaning 14924 clauses out of 44239 with flag 852466/161003
48.26/44.45	c cleaning 15673 clauses out of 48311 with flag 958187/180000
53.76/49.84	c cleaning 16559 clauses out of 52629 with flag 1064007/200000
59.55/55.69	c cleaning 17337 clauses out of 57070 with flag 1181334/221000
65.90/61.98	c cleaning 18237 clauses out of 61733 with flag 1300513/243000
72.99/68.96	c cleaning 18885 clauses out of 66496 with flag 1428518/266001
80.89/76.78	c cleaning 19739 clauses out of 71612 with flag 1564608/290004
88.98/84.70	c cleaning 20544 clauses out of 76869 with flag 1697593/315000
97.19/92.84	c cleaning 21845 clauses out of 82325 with flag 1841263/341000
105.87/101.52	c cleaning 22680 clauses out of 87475 with flag 1995214/368000
115.85/111.42	c cleaning 22840 clauses out of 92795 with flag 2154948/396001
125.93/121.44	c cleaning 23923 clauses out of 98951 with flag 2319473/425001
137.96/133.10	c cleaning 24718 clauses out of 105024 with flag 2493108/455000
148.91/143.90	c cleaning 25613 clauses out of 111308 with flag 2670438/486002
160.39/155.38	c cleaning 26645 clauses out of 117690 with flag 2852028/518001
172.46/167.29	c cleaning 27497 clauses out of 124043 with flag 3036977/551000
184.06/178.73	c cleaning 28984 clauses out of 130543 with flag 3234583/585003
197.05/191.74	c cleaning 29366 clauses out of 136554 with flag 3435865/620000
210.83/205.45	c cleaning 30138 clauses out of 143188 with flag 3647486/656000
224.84/219.34	c cleaning 31161 clauses out of 150049 with flag 3858157/693000
240.47/234.86	c cleaning 31884 clauses out of 156885 with flag 4079755/731001
257.64/251.77	c cleaning 32965 clauses out of 163999 with flag 4314525/770000
275.17/269.21	c cleaning 33515 clauses out of 171034 with flag 4557485/810002
292.56/286.51	c cleaning 34809 clauses out of 178520 with flag 4806819/851004
311.08/304.95	c cleaning 35784 clauses out of 185708 with flag 5063695/893001
329.70/323.40	c cleaning 36918 clauses out of 192919 with flag 5328260/936000
349.91/343.52	c cleaning 37703 clauses out of 200003 with flag 5597104/980002
370.47/363.98	c cleaning 38587 clauses out of 207302 with flag 5890347/1025005
394.51/387.40	c cleaning 39373 clauses out of 214709 with flag 6182469/1071001
417.38/410.20	c cleaning 40107 clauses out of 222334 with flag 6489112/1118000
439.70/432.43	c cleaning 41357 clauses out of 230228 with flag 6792111/1166001
462.44/455.06	c cleaning 42283 clauses out of 237870 with flag 7097648/1215000
488.46/480.82	c cleaning 42935 clauses out of 245586 with flag 7424663/1265000
513.88/506.12	c cleaning 43886 clauses out of 253651 with flag 7746280/1316000
540.15/532.23	c cleaning 45282 clauses out of 261763 with flag 8088167/1368000
567.33/559.37	c cleaning 45785 clauses out of 269478 with flag 8439948/1421000
596.29/588.10	c cleaning 46805 clauses out of 277692 with flag 8789999/1475000
625.56/617.22	c cleaning 47825 clauses out of 285886 with flag 9156903/1530000
658.08/649.19	c cleaning 48732 clauses out of 294061 with flag 9535814/1586000
689.73/680.76	c cleaning 49689 clauses out of 302328 with flag 9919094/1643000
723.57/714.22	c cleaning 50357 clauses out of 310641 with flag 10320655/1701002
757.68/748.22	c cleaning 51397 clauses out of 319282 with flag 10717193/1760000
793.35/783.62	c cleaning 52341 clauses out of 327884 with flag 11127233/1820002
829.93/819.93	c cleaning 53207 clauses out of 336538 with flag 11539855/1881001
866.91/856.89	c cleaning 54699 clauses out of 345331 with flag 11971346/1943001
905.72/895.44	c cleaning 55315 clauses out of 353631 with flag 12426909/2006000
945.62/935.16	c cleaning 56534 clauses out of 362314 with flag 12874230/2070000
989.23/978.70	c cleaning 57243 clauses out of 370779 with flag 13351130/2135000
1031.59/1020.87	c cleaning 57850 clauses out of 379531 with flag 13816835/2201000
1075.33/1064.38	c cleaning 59073 clauses out of 388679 with flag 14308529/2268000
1121.65/1110.11	c cleaning 60073 clauses out of 397606 with flag 14810037/2336000
1168.54/1156.99	c cleaning 61118 clauses out of 406534 with flag 15311609/2405002
1215.40/1203.83	c cleaning 62240 clauses out of 415414 with flag 15809012/2475000
1265.70/1253.96	c cleaning 62825 clauses out of 424181 with flag 16337271/2546007
1316.25/1304.43	c cleaning 64067 clauses out of 433349 with flag 16860389/2618000
1369.56/1357.56	c cleaning 64654 clauses out of 442282 with flag 17395629/2691000
1423.32/1410.86	c cleaning 66231 clauses out of 451628 with flag 17936794/2765000
1479.14/1466.58	c cleaning 66772 clauses out of 460397 with flag 18498700/2840000
1537.83/1525.04	c cleaning 67824 clauses out of 469625 with flag 19072153/2916000
1597.41/1584.49	c cleaning 68787 clauses out of 478800 with flag 19656574/2993000
1658.14/1645.04	c cleaning 69900 clauses out of 488012 with flag 20244192/3071000
1721.96/1708.54	c cleaning 70843 clauses out of 497110 with flag 20845036/3150000
1792.11/1778.31	c cleaning 71501 clauses out of 506268 with flag 21482040/3230002
1861.40/1847.27	c cleaning 72546 clauses out of 515764 with flag 22125387/3311000
1933.10/1918.20	c cleaning 74128 clauses out of 525220 with flag 22823147/3393002
2004.56/1989.49	c cleaning 75019 clauses out of 534086 with flag 23467605/3476001
2080.29/2064.54	c cleaning 75752 clauses out of 543064 with flag 24132242/3560000
2155.40/2139.34	c cleaning 77133 clauses out of 552311 with flag 24803480/3645000
2232.01/2215.67	c cleaning 78028 clauses out of 561184 with flag 25483446/3731006
2310.28/2293.64	c cleaning 78968 clauses out of 570150 with flag 26192807/3818000
2394.63/2377.49	c cleaning 79516 clauses out of 579183 with flag 26916460/3906001
2481.01/2463.50	c cleaning 80614 clauses out of 588667 with flag 27740682/3995002
2567.54/2550.03	c cleaning 81572 clauses out of 598057 with flag 28485848/4085006
2654.62/2636.97	c cleaning 83124 clauses out of 607483 with flag 29245419/4176004
2745.41/2727.26	c cleaning 83653 clauses out of 616355 with flag 30008994/4268000
2836.11/2817.74	c cleaning 84577 clauses out of 625701 with flag 30796184/4361000
2932.05/2913.59	c cleaning 85635 clauses out of 635123 with flag 31598343/4455001
3024.47/3005.43	c cleaning 86859 clauses out of 644488 with flag 32398346/4550001
3123.65/3104.47	c cleaning 87766 clauses out of 653631 with flag 33237183/4646004
3225.59/3205.91	c cleaning 88703 clauses out of 662861 with flag 34050417/4743001
3327.57/3307.36	c cleaning 89681 clauses out of 672157 with flag 34881422/4841000
3437.33/3416.03	c cleaning 90676 clauses out of 681476 with flag 35772654/4940000
3546.47/3524.95	c cleaning 91645 clauses out of 690799 with flag 36633170/5040000
3600.05/3577.92	c timeout
3600.05/3577.92	c starts		: 31056
3600.05/3577.95	c conflicts		: 5096610
3600.05/3577.95	c decisions		: 150556151
3600.05/3577.95	c propagations		: 4412807684
3600.05/3577.95	c inspects		: 23319637652
3600.05/3577.95	c shortcuts		: 0
3600.05/3577.95	c learnt literals	: 142
3600.05/3577.95	c learnt binary clauses	: 230317
3600.05/3577.95	c learnt ternary clauses	: 211830
3600.05/3577.95	c learnt constraints	: 5096468
3600.05/3577.95	c ignored constraints	: 0
3600.05/3577.95	c root simplifications	: 0
3600.05/3577.95	c removed literals (reason simplification)	: 0
3600.05/3577.95	c reason swapping (by a shorter reason)	: 0
3600.05/3577.95	c Calls to reduceDB	: 96
3600.05/3577.95	c Number of update (reduction) of LBD	: 3799002
3600.05/3577.95	c Imported unit clauses	: 0
3600.05/3577.95	c No decision after first conflict	: false
3600.05/3577.95	c number of reductions to clauses (during analyze)	: 0
3600.05/3577.95	c number of learned constraints concerned by reduction	: 0
3600.05/3577.95	c number of learning phase by resolution	: 0
3600.05/3577.95	c number of learning phase by cutting planes	: 0
3600.05/3577.95	c number of rounding to 1 operations	: 0
3600.05/3577.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3577.95	c number of reductions of the coefficients by power 2 	: 0
3600.05/3577.95	c number of right shift for reduction by power 2 	: 0
3600.05/3577.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3577.95	c number of ending skipping 	: 0
3600.05/3577.95	c number of internal skipping 	: 0
3600.05/3577.95	c number of derivation steps 	: 0
3600.05/3577.95	c number of skipped derivation steps 	: 0
3600.05/3577.95	c number of remaining unassigned 	: 0
3600.05/3577.95	c number of remaining assigned 	: 0
3600.05/3577.95	c number of falsified literals weakened from reason	: 0
3600.05/3577.95	c number of falsified literals weakened from conflict	: 0
3600.05/3577.95	c time for arithmetic operations	: 0
3600.05/3577.95	c minimum degree of deleted constraints	: null
3600.05/3577.95	c maximum degree of deleted constraints	: null
3600.05/3577.95	c number of deleted constraints	: 0
3600.05/3577.95	c speed (assignments/second)	: 1233628.5310766052
3600.05/3577.95	c non guided choices	: 29340
3600.24/3578.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 425446
3600.24/3578.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 230317
3600.24/3578.07	s UNKNOWN
3600.24/3578.07	c Total wall clock time (in seconds): 3577.771

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.101123 s]*
/proc/loadavg: 3.64 4.05 4.13 13/313 973542
/proc/meminfo: memFree=123940700/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=18975048 memory=56160 CPUtime=0.14 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 6483 0 0 0 11 3 0 0 20 0 18 0 186150398 19430449152 14040 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4743762 14040 5705 1 0 550831 0
[pid=973473/tid=973479] ppid=973465 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 5390 0 0 0 7 2 0 0 20 0 18 0 186150399 19430449152 14040 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=18975048 memory=3718 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150404 19430449152 14040 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=18975048 memory=15815599515246110 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 14040 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56160 KiB

[startup+0.22711 s]*
/proc/loadavg: 3.64 4.05 4.13 8/313 973542
/proc/meminfo: memFree=123911880/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=18975048 memory=63200 CPUtime=0.33 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 7194 0 0 0 29 4 0 0 20 0 18 0 186150398 19430449152 15800 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4743762 15800 5712 1 0 551389 0
[pid=973473/tid=973479] ppid=973465 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 5734 0 0 0 18 3 0 0 20 0 18 0 186150399 19430449152 15800 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=18975048 memory=3718 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150404 19430449152 15800 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=18975048 memory=15815599515246110 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 15800 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63200 KiB

[startup+0.313437 s]*
/proc/loadavg: 3.64 4.05 4.13 15/313 973542
/proc/meminfo: memFree=123893440/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=18975048 memory=64200 CPUtime=0.48 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 7429 0 0 0 44 4 0 0 20 0 18 0 186150398 19430449152 16050 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4743762 16050 5728 1 0 551576 0
[pid=973473/tid=973479] ppid=973465 vsize=18975048 memory=-8599173141401739964 CPUtime=0.28 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) S 973465 973473 973401 0 -1 1077936192 5868 0 0 0 25 3 0 0 20 0 18 0 186150399 19430449152 16050 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150404 19430449152 16050 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 16050 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64200 KiB

[startup+0.701105 s]
/proc/loadavg: 3.64 4.05 4.13 11/313 973542
/proc/meminfo: memFree=123815688/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=18975048 memory=110548 CPUtime=1.17 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 9196 0 0 0 111 6 0 0 20 0 18 0 186150398 19430449152 27637 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4743762 27637 5845 1 0 552687 0
[pid=973473/tid=973479] ppid=973465 vsize=18975048 memory=5476 CPUtime=0.61 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 5926 0 0 0 57 4 0 0 20 0 18 0 186150399 19430449152 27637 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=18975048 memory=12320 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150404 19430449152 27637 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 27637 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 110548 KiB

[startup+1.50427 s]
/proc/loadavg: 3.64 4.05 4.13 13/319 973548
/proc/meminfo: memFree=123479824/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=174780 CPUtime=2.74 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 13691 0 0 0 265 9 0 0 20 0 20 0 186150398 19566772224 43695 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 43695 5877 1 0 554216 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=12320 CPUtime=1.33 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 6158 0 0 0 128 5 0 0 20 0 20 0 186150399 19566772224 43695 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 43695 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 43695 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 43695 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174780 KiB

[startup+3.11411 s]
/proc/loadavg: 3.64 4.05 4.13 7/322 973557
/proc/meminfo: memFree=124298636/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=178304 CPUtime=5.01 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 16400 0 0 0 492 9 0 0 20 0 20 0 186150398 19566772224 44576 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 44576 5893 1 0 554936 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 7495 0 0 0 286 5 0 0 20 0 20 0 186150399 19566772224 44576 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 44576 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 44576 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 44576 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178304 KiB

[startup+6.30045 s]
/proc/loadavg: 3.67 4.05 4.13 7/322 973559
/proc/meminfo: memFree=124262776/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=192548 CPUtime=9.58 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 23136 0 0 0 946 12 0 0 20 0 20 0 186150398 19566772224 48137 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 48137 5925 1 0 558413 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=0 CPUtime=6.08 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 7582 0 0 0 603 5 0 0 20 0 20 0 186150399 19566772224 48137 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 48137 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 48137 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=45680 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 48137 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 9.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192548 KiB

[startup+12.7004 s]
/proc/loadavg: 3.78 4.07 4.13 6/322 973559
/proc/meminfo: memFree=124245832/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=210168 CPUtime=16.11 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 27955 0 0 0 1596 15 0 0 20 0 20 0 186150398 19566772224 52542 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 52542 5925 1 0 558413 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=0 CPUtime=12.34 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 8312 0 0 0 1229 5 0 0 20 0 20 0 186150399 19566772224 52542 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=210168 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 52542 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=210100 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 52542 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 52542 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 16.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210168 KiB

[startup+25.5004 s]
/proc/loadavg: 3.91 4.08 4.14 6/321 973562
/proc/meminfo: memFree=123967788/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=358232 CPUtime=29.06 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 33214 0 0 0 2887 19 0 0 20 0 20 0 186150398 19566772224 89558 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 89558 5925 1 0 558413 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=210168 CPUtime=24.8 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 9708 0 0 0 2475 5 0 0 20 0 20 0 186150399 19566772224 89558 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 89558 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=280208 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 89558 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=45680 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 89558 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 358232 KiB

[startup+51.1141 s]
/proc/loadavg: 4.14 4.12 4.15 6/321 973565
/proc/meminfo: memFree=122972528/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=581952 CPUtime=55.07 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 40483 0 0 0 5481 26 0 0 20 0 20 0 186150398 19566772224 145488 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 145488 5925 1 0 558422 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=508088 CPUtime=50 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 11853 0 0 0 4994 6 0 0 20 0 20 0 186150399 19566772224 145488 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 145488 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=3471202396320837713 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 145488 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0

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

/proc/meminfo: memFree=103958752/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=5944136 CPUtime=3241.96 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 214347 0 0 0 323870 326 0 0 20 0 20 0 186150398 19566772224 1486034 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1486034 5925 1 0 1706862 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=12720 CPUtime=3189.58 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 79292 0 0 0 318931 27 0 0 20 0 20 0 186150399 19566772224 1486034 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=5516080 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1486034 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=5657400 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 1860 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1486034 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=5944136 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1486034 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3241.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5944136 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.18 4.15 6/320 975305
/proc/meminfo: memFree=103496532/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=6153032 CPUtime=3302.19 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 216325 0 0 0 329885 334 0 0 20 0 20 0 186150398 19566772224 1538258 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1538258 5925 1 0 1706862 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=6153032 CPUtime=3249.11 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 81040 0 0 0 324884 27 0 0 20 0 20 0 186150399 19566772224 1538258 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1538258 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 1860 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1538258 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=6153032 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1538258 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3302.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6153032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.15 8/323 975406
/proc/meminfo: memFree=102731892/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=6442000 CPUtime=3362.5 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 221340 0 0 0 335907 343 0 0 20 0 20 0 186150398 19566772224 1610500 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1610500 5925 1 0 1706862 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=45680 CPUtime=3308.56 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 83966 0 0 0 330828 28 0 0 20 0 20 0 186150399 19566772224 1610500 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=45680 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1610500 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=6442000 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 1907 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1610500 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=6442000 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1610500 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3362.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6442000 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.19 4.16 6/317 975710
/proc/meminfo: memFree=101863504/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=6911616 CPUtime=3423.64 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 241936 0 0 0 342006 358 0 0 20 0 20 0 186150398 19566772224 1727904 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1727904 5925 1 0 2637536 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=45680 CPUtime=3368 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 91205 0 0 0 336769 31 0 0 20 0 20 0 186150399 19566772224 1727904 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1727904 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=6876800 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 1949 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1727904 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=6880896 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1727904 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3423.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6911616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.18 4.16 6/317 975720
/proc/meminfo: memFree=101449356/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=7174404 CPUtime=3483.97 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 250984 0 0 0 348028 369 0 0 20 0 20 0 186150398 19566772224 1793601 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1793601 5925 1 0 2637536 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=45680 CPUtime=3427.46 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 94744 0 0 0 342711 35 0 0 20 0 20 0 186150399 19566772224 1793601 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=7174352 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1793601 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=7069312 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 2059 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1793601 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=7174404 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1793601 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3483.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7174404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.17 4.16 7/320 975819
/proc/meminfo: memFree=100664636/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=7186692 CPUtime=3543.87 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 254571 0 0 0 354016 371 0 0 20 0 20 0 186150398 19566772224 1796673 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1796673 5925 1 0 2637536 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=12720 CPUtime=3487.31 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 98007 0 0 0 348695 36 0 0 20 0 20 0 186150399 19566772224 1796673 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1796673 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=12720 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 2196 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1796673 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=7180548 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1796673 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3543.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7186692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.9 s]
/proc/loadavg: 4.29 4.21 4.17 6/320 975913
/proc/meminfo: memFree=99468252/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19108176 memory=7429072 CPUtime=3600.05 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 263759 0 0 0 359625 380 0 0 20 0 20 0 186150398 19566772224 1857268 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4777044 1857268 5925 1 0 2637552 0
[pid=973473/tid=973479] ppid=973465 vsize=19108176 memory=12720 CPUtime=3542.37 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) R 973465 973473 973401 0 -1 4194368 101344 0 0 0 354198 39 0 0 20 0 20 0 186150399 19566772224 1857268 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19108176 memory=7297288 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150404 19566772224 1857268 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19108176 memory=7429072 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 2196 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1857268 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973546] ppid=973465 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/973473/task/973546/stat : 973546 (Timer-0) S 973465 973473 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150483 19566772224 1857268 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7429072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.53 s, system=3.83836 s

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

[startup+3578.01 s]*
/proc/loadavg: 4.29 4.21 4.17 7/321 975916
/proc/meminfo: memFree=99461728/131655788 swapFree=131071996/131071996
[pid=973473] ppid=973465 vsize=19307868 memory=7429752 CPUtime=3600.24 cores=4,6
/proc/973473/stat : 973473 (java) S 973465 973473 973401 0 -1 1077936128 266912 0 0 0 359643 381 0 0 20 0 21 0 186150398 19771256832 1857438 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
/proc/973473/statm: 4826967 1857438 5924 1 0 2638439 0
[pid=973473/tid=973479] ppid=973465 vsize=19307868 memory=-8599173141401739964 CPUtime=3542.39 cores=4,6
/proc/973473/task/973479/stat : 973479 (java) S 973465 973473 973401 0 -1 1077936192 101605 0 0 0 354200 39 0 0 20 0 21 0 186150399 19771256832 1857438 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973516] ppid=973465 vsize=19307868 memory=31984 CPUtime=0 cores=4,6
/proc/973473/task/973516/stat : 973516 (Finalizer) S 973465 973473 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 186150404 19771256832 1857438 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=973530] ppid=973465 vsize=19307868 memory=19428 CPUtime=0 cores=4,6
/proc/973473/task/973530/stat : 973530 (Common-Cleaner) S 973465 973473 973401 0 -1 1077936192 2196 0 0 0 0 0 0 0 20 0 21 0 186150405 19771256832 1857438 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
[pid=973473/tid=975915] ppid=973465 vsize=19307868 memory=108 CPUtime=0.08 cores=4,6
/proc/973473/task/975915/stat : 975915 (Thread-0) R 973465 973473 973401 0 -1 4194368 471 0 0 0 8 0 0 0 20 0 21 0 186508190 19771256832 1857438 134679101440 94143957286912 94143957290608 140727903873264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143957298424 94143957299216 94143974395904 140727903880198 140727903880288 140727903880288 140727903887304 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7429752 KiB

Child status: 143

Real time (s): 3578.1
CPU time (s): 3600.37
CPU user time (s): 3596.53
CPU system time (s): 3.83836
CPU usage (%): 100.622
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7429752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 3.83836
maximum resident set size= 7430680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267603
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109452
involuntary context switches= 7928


# summary of solver processes directly reported to runsolver:
#   pid: 973473
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 3.83836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5559 second user time and 37.9636 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-18 23:59:18
IDJOB=4446584
IDBENCH=158279
IDSOLVER=3058
FILE ID=nodeC004/4446584-1721339946
RUNJOBID= nodeC004-1721339958-973412
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/ShortestPathNG/normalized-NG_K151.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446584-1721339946/watcher-4446584-1721339946 -o /tmp/evaluation-result-4446584-1721339946/solver-4446584-1721339946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721339958-973412 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4446584-1721339946.opb

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

MD5SUM BENCH= abcade21393c5164863b40206a5f4f64
RANDOM SEED=703462606

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		: 3492.148
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		: 2095.289
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.307
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.346
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		: 1197.320
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		: 1197.324
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.310
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.308
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:        124095760 kB
MemAvailable:   129833212 kB
Buffers:          518264 kB
Cached:          5991404 kB
SwapCached:            0 kB
Active:          1057844 kB
Inactive:        5803504 kB
Active(anon):       3256 kB
Inactive(anon):   386140 kB
Active(file):    1054588 kB
Inactive(file):  5417364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            992316 kB
Writeback:             0 kB
AnonPages:        351388 kB
Mapped:           861740 kB
Shmem:             37704 kB
KReclaimable:     211396 kB
Slab:             326984 kB
SReclaimable:     211396 kB
SUnreclaim:       115588 kB
KernelStack:        3696 kB
PageTables:        11368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     689544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58688 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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 00:58:56