Trace number 4446554

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.29

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K197.opb
MD5SUMcd0a69270cffb0a3df5915a64d0aa68c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark34.2303
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23443
Total number of constraints23839
Number of constraints which are clauses23642
Number of constraints which are cardinality constraints (but not clauses)197
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint197
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 198
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.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.21	c os.arch		amd64
0.29/0.23	c Free memory 		2115194816
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.24	c Number of processors 	2
0.44/0.34	--- Begin Solver configuration ---
0.44/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.44/0.34	Learn all clauses as in MiniSAT
0.44/0.34	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.34	No reason simplification
0.44/0.34	Glucose 2.1 dynamic restart strategy
0.44/0.34	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.44/0.34	timeout=2147483s
0.44/0.34	DB Simplification allowed=false
0.44/0.34	Listener: none
0.44/0.34	--- End Solver configuration ---
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c No reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	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.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4446554-1721339946.opb
0.44/0.35	c reading problem ... 
0.44/0.35	c  no objective function found
1.53/0.95	c ... done. Wall clock time 0.598s.
1.53/0.95	c declared #vars     23443
1.53/0.95	c #constraints  23839
1.53/0.95	c constraints type 
1.53/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2548
1.53/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 197
1.53/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21092
1.53/0.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.53/0.95	c 23839 constraints processed.
5.46/3.49	c cleaning 2474 clauses out of 4996 with flag 22208/5002
8.21/5.54	c cleaning 4242 clauses out of 8516 with flag 51540/11000
10.78/7.64	c cleaning 5572 clauses out of 11271 with flag 89942/18002
13.50/9.82	c cleaning 6834 clauses out of 13694 with flag 133420/26002
15.99/12.33	c cleaning 7832 clauses out of 15858 with flag 178763/35000
18.99/15.32	c cleaning 7977 clauses out of 18026 with flag 228073/45003
22.74/19.08	c cleaning 8600 clauses out of 21044 with flag 279266/56000
26.73/23.02	c cleaning 9482 clauses out of 24441 with flag 342145/68000
31.39/27.64	c cleaning 10329 clauses out of 27955 with flag 408222/81000
36.48/32.73	c cleaning 10918 clauses out of 31626 with flag 480719/95000
42.25/38.41	c cleaning 11799 clauses out of 35705 with flag 558119/110000
47.92/44.08	c cleaning 12891 clauses out of 39904 with flag 638586/126001
54.18/50.12	c cleaning 13662 clauses out of 44011 with flag 724190/143000
61.26/57.27	c cleaning 14101 clauses out of 48349 with flag 815197/161001
68.81/64.73	c cleaning 15168 clauses out of 53246 with flag 911817/180001
76.58/72.48	c cleaning 16285 clauses out of 58075 with flag 1022540/200000
85.07/80.96	c cleaning 16874 clauses out of 62789 with flag 1146642/221000
94.11/90.00	c cleaning 17452 clauses out of 67914 with flag 1261797/243001
103.32/99.08	c cleaning 18559 clauses out of 73462 with flag 1382716/266002
113.37/109.09	c cleaning 18945 clauses out of 78900 with flag 1511594/290000
124.65/120.29	c cleaning 19992 clauses out of 84955 with flag 1653305/315000
135.55/131.11	c cleaning 21106 clauses out of 90961 with flag 1794684/341000
147.52/142.99	c cleaning 21589 clauses out of 96855 with flag 1944518/368000
161.81/156.85	c cleaning 22727 clauses out of 103264 with flag 2105006/396000
175.06/170.06	c cleaning 23407 clauses out of 109538 with flag 2263680/425002
189.42/184.35	c cleaning 24172 clauses out of 116131 with flag 2432457/455002
204.99/199.86	c cleaning 25173 clauses out of 122955 with flag 2607127/486000
220.53/215.38	c cleaning 26042 clauses out of 129785 with flag 2787226/518003
236.80/231.57	c cleaning 26584 clauses out of 136734 with flag 2974648/551000
253.58/248.28	c cleaning 27729 clauses out of 144153 with flag 3165223/585004
271.58/266.07	c cleaning 28383 clauses out of 151419 with flag 3364305/620002
290.82/285.22	c cleaning 29096 clauses out of 159033 with flag 3567072/656000
308.98/303.37	c cleaning 30557 clauses out of 166937 with flag 3776298/693000
330.67/324.79	c cleaning 30936 clauses out of 174374 with flag 3985358/731000
352.39/346.34	c cleaning 31744 clauses out of 182435 with flag 4206793/770001
375.08/368.98	c cleaning 32505 clauses out of 190688 with flag 4435681/810000
398.48/392.21	c cleaning 33535 clauses out of 199181 with flag 4670839/851000
423.08/416.78	c cleaning 34385 clauses out of 207645 with flag 4924629/893000
449.46/443.00	c cleaning 35419 clauses out of 216258 with flag 5172185/936000
477.06/470.24	c cleaning 36113 clauses out of 224838 with flag 5423426/980000
503.39/496.54	c cleaning 37222 clauses out of 233724 with flag 5689562/1025000
532.20/525.13	c cleaning 38161 clauses out of 242501 with flag 5963326/1071000
560.34/553.26	c cleaning 39021 clauses out of 251337 with flag 6234115/1118000
590.89/583.62	c cleaning 39660 clauses out of 260314 with flag 6519841/1166001
621.55/614.14	c cleaning 40757 clauses out of 269649 with flag 6807136/1215000
655.02/647.41	c cleaning 41663 clauses out of 278891 with flag 7104496/1265000
688.98/681.35	c cleaning 42656 clauses out of 288228 with flag 7413187/1316001
725.13/717.47	c cleaning 43083 clauses out of 297568 with flag 7732787/1368001
761.59/753.61	c cleaning 44449 clauses out of 307486 with flag 8053477/1421002
800.04/791.56	c cleaning 44974 clauses out of 317032 with flag 8384059/1475000
839.53/830.91	c cleaning 46055 clauses out of 327058 with flag 8733452/1530003
879.59/870.77	c cleaning 46986 clauses out of 336999 with flag 9078596/1586000
922.28/913.32	c cleaning 47810 clauses out of 347010 with flag 9444991/1643000
965.48/956.30	c cleaning 49015 clauses out of 357198 with flag 9813285/1701000
1010.45/1001.26	c cleaning 49376 clauses out of 367183 with flag 10178485/1760000
1057.97/1048.59	c cleaning 50749 clauses out of 377806 with flag 10564633/1820000
1106.26/1096.77	c cleaning 51611 clauses out of 388056 with flag 10952444/1881000
1154.71/1144.96	c cleaning 52632 clauses out of 398444 with flag 11342789/1943000
1205.60/1195.54	c cleaning 53544 clauses out of 408811 with flag 11743522/2006001
1259.00/1248.86	c cleaning 54426 clauses out of 419269 with flag 12166783/2070004
1313.28/1302.46	c cleaning 55738 clauses out of 429837 with flag 12585417/2135001
1371.20/1360.20	c cleaning 56072 clauses out of 440096 with flag 13017187/2201000
1429.84/1418.50	c cleaning 57160 clauses out of 451024 with flag 13454647/2268001
1488.00/1476.27	c cleaning 57944 clauses out of 461861 with flag 13888864/2336000
1548.74/1536.88	c cleaning 58938 clauses out of 472919 with flag 14344703/2405002
1611.64/1599.42	c cleaning 60022 clauses out of 483979 with flag 14821036/2475000
1676.50/1664.10	c cleaning 60643 clauses out of 494958 with flag 15299584/2546002
1740.59/1728.10	c cleaning 61717 clauses out of 506313 with flag 15772898/2618000
1809.63/1796.81	c cleaning 62676 clauses out of 517595 with flag 16257608/2691002
1878.75/1865.73	c cleaning 63867 clauses out of 528917 with flag 16757903/2765002
1950.95/1937.67	c cleaning 64690 clauses out of 540055 with flag 17259960/2840007
2024.48/2010.88	c cleaning 65791 clauses out of 551362 with flag 17776740/2916005
2102.77/2087.44	c cleaning 66090 clauses out of 562567 with flag 18305511/2993004
2178.51/2163.11	c cleaning 67418 clauses out of 574471 with flag 18830362/3071000
2258.02/2242.25	c cleaning 68657 clauses out of 586052 with flag 19369043/3150000
2342.83/2326.38	c cleaning 69107 clauses out of 597395 with flag 19921389/3230000
2426.77/2410.02	c cleaning 70493 clauses out of 609296 with flag 20477014/3311008
2514.01/2497.07	c cleaning 71343 clauses out of 620795 with flag 21043396/3393001
2602.09/2584.45	c cleaning 72568 clauses out of 632450 with flag 21601841/3476000
2694.07/2676.22	c cleaning 73104 clauses out of 643877 with flag 22201966/3560002
2788.43/2770.15	c cleaning 74186 clauses out of 655772 with flag 22801658/3645001
2883.33/2864.99	c cleaning 75345 clauses out of 667583 with flag 23418221/3731000
2981.98/2963.12	c cleaning 76474 clauses out of 679236 with flag 24026939/3818000
3084.09/3065.16	c cleaning 77182 clauses out of 690762 with flag 24664149/3906000
3184.92/3165.55	c cleaning 78211 clauses out of 702579 with flag 25307133/3995000
3294.80/3274.91	c cleaning 79218 clauses out of 714368 with flag 25972659/4085000
3402.03/3382.06	c cleaning 80100 clauses out of 726151 with flag 26635837/4176002
3515.39/3494.95	c cleaning 80892 clauses out of 738046 with flag 27325490/4268000
3600.08/3578.13	c timeout
3600.08/3578.13	c starts		: 24999
3600.08/3578.14	c conflicts		: 4338734
3600.08/3578.14	c decisions		: 212439831
3600.08/3578.14	c propagations		: 4981971858
3600.08/3578.14	c inspects		: 20971598226
3600.08/3578.14	c shortcuts		: 0
3600.08/3578.14	c learnt literals	: 160
3600.08/3578.14	c learnt binary clauses	: 298665
3600.08/3578.14	c learnt ternary clauses	: 242535
3600.08/3578.15	c learnt constraints	: 4338574
3600.08/3578.15	c ignored constraints	: 0
3600.08/3578.15	c root simplifications	: 0
3600.08/3578.15	c removed literals (reason simplification)	: 0
3600.08/3578.15	c reason swapping (by a shorter reason)	: 0
3600.08/3578.15	c Calls to reduceDB	: 88
3600.08/3578.15	c Number of update (reduction) of LBD	: 2839790
3600.08/3578.15	c Imported unit clauses	: 0
3600.08/3578.15	c No decision after first conflict	: false
3600.08/3578.15	c number of reductions to clauses (during analyze)	: 0
3600.08/3578.15	c number of learned constraints concerned by reduction	: 0
3600.08/3578.15	c number of learning phase by resolution	: 0
3600.08/3578.15	c number of learning phase by cutting planes	: 0
3600.08/3578.15	c number of rounding to 1 operations	: 0
3600.08/3578.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3578.15	c number of reductions of the coefficients by power 2 	: 0
3600.08/3578.15	c number of right shift for reduction by power 2 	: 0
3600.08/3578.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3578.15	c number of ending skipping 	: 0
3600.08/3578.15	c number of internal skipping 	: 0
3600.08/3578.15	c number of derivation steps 	: 0
3600.08/3578.15	c number of skipped derivation steps 	: 0
3600.08/3578.15	c number of remaining unassigned 	: 0
3600.08/3578.15	c number of remaining assigned 	: 0
3600.08/3578.15	c number of falsified literals weakened from reason	: 0
3600.08/3578.15	c number of falsified literals weakened from conflict	: 0
3600.08/3578.15	c time for arithmetic operations	: 0
3600.08/3578.15	c minimum degree of deleted constraints	: null
3600.08/3578.15	c maximum degree of deleted constraints	: null
3600.08/3578.15	c number of deleted constraints	: 0
3600.08/3578.15	c speed (assignments/second)	: 1392706.9651955476
3600.08/3578.15	c non guided choices	: 81132
3600.23/3578.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 429223
3600.23/3578.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 298665
3600.23/3578.26	s UNKNOWN
3600.23/3578.26	c Total wall clock time (in seconds): 3577.916

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

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

[startup+0.100072 s]*
/proc/loadavg: 3.64 4.05 4.13 14/313 973542
/proc/meminfo: memFree=123939356/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=18975048 memory=55728 CPUtime=0.13 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 6437 0 0 0 10 3 0 0 20 0 18 0 186150399 19430449152 13932 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4743762 13932 5644 1 0 550811 0
[pid=973485/tid=973492] ppid=973478 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 5330 0 0 0 6 3 0 0 20 0 18 0 186150400 19430449152 13932 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 13932 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=18975048 memory=15817798538627805 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150406 19430449152 13932 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55728 KiB

[startup+0.216381 s]*
/proc/loadavg: 3.64 4.05 4.13 8/313 973542
/proc/meminfo: memFree=123911880/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=18975048 memory=58392 CPUtime=0.29 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 7087 0 0 0 25 4 0 0 20 0 18 0 186150399 19430449152 14598 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4743762 14598 5669 1 0 551321 0
[pid=973485/tid=973492] ppid=973478 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 1077936192 5646 0 0 0 15 3 0 0 20 0 18 0 186150400 19430449152 14598 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=18975048 memory=3718 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 14598 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=18975048 memory=15815599515246110 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150406 19430449152 14598 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58392 KiB

[startup+0.315893 s]*
/proc/loadavg: 3.64 4.05 4.13 16/313 973542
/proc/meminfo: memFree=123890044/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=18975048 memory=63552 CPUtime=0.44 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 7330 0 0 0 40 4 0 0 20 0 18 0 186150399 19430449152 15888 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4743762 15888 5678 1 0 551497 0
[pid=973485/tid=973492] ppid=973478 vsize=18975048 memory=-8599173141401739964 CPUtime=0.26 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 5794 0 0 0 23 3 0 0 20 0 18 0 186150400 19430449152 15888 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 15888 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150406 19430449152 15888 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63552 KiB

[startup+0.700874 s]
/proc/loadavg: 3.64 4.05 4.13 14/313 973542
/proc/meminfo: memFree=123811424/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=18975048 memory=104464 CPUtime=1.14 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 9221 0 0 0 108 6 0 0 20 0 18 0 186150399 19430449152 26116 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4743762 26116 5804 1 0 552724 0
[pid=973485/tid=973492] ppid=973478 vsize=18975048 memory=5476 CPUtime=0.57 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 5912 0 0 0 53 4 0 0 20 0 18 0 186150400 19430449152 26116 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=18975048 memory=12320 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186150405 19430449152 26116 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186150406 19430449152 26116 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 104464 KiB

[startup+1.50087 s]
/proc/loadavg: 3.64 4.05 4.13 14/319 973548
/proc/meminfo: memFree=123479488/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=187008 CPUtime=2.72 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 18994 0 0 0 263 9 0 0 20 0 20 0 186150399 19566772224 46752 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 46752 5836 1 0 557362 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=12320 CPUtime=1.3 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 6151 0 0 0 124 6 0 0 20 0 20 0 186150400 19566772224 46752 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 46752 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 46752 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 46752 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187008 KiB

[startup+3.11453 s]
/proc/loadavg: 3.64 4.05 4.13 7/322 973557
/proc/meminfo: memFree=124298636/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=189300 CPUtime=5.15 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 20167 0 0 0 505 10 0 0 20 0 20 0 186150399 19566772224 47325 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 47325 5836 1 0 557707 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 6422 0 0 0 283 6 0 0 20 0 20 0 186150400 19566772224 47325 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 47325 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 47325 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 47325 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189300 KiB

[startup+6.30033 s]
/proc/loadavg: 3.67 4.05 4.13 6/322 973559
/proc/meminfo: memFree=124262776/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=190396 CPUtime=9.48 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 22865 0 0 0 937 11 0 0 20 0 20 0 186150399 19566772224 47599 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 47599 5852 1 0 557891 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=0 CPUtime=6.06 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 7521 0 0 0 600 6 0 0 20 0 20 0 186150400 19566772224 47599 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 47599 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 47599 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 47599 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190396 KiB

[startup+12.7005 s]
/proc/loadavg: 3.78 4.07 4.13 9/322 973559
/proc/meminfo: memFree=124245832/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=195860 CPUtime=16.39 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 30218 0 0 0 1626 13 0 0 20 0 20 0 186150399 19566772224 48965 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 48965 5868 1 0 558792 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=195860 CPUtime=12.33 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 8134 0 0 0 1227 6 0 0 20 0 20 0 186150400 19566772224 48965 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=126992 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 48965 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=281343577843424 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 48965 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 48965 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195860 KiB

[startup+25.5005 s]
/proc/loadavg: 3.91 4.08 4.14 8/321 973562
/proc/meminfo: memFree=123967788/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=255488 CPUtime=29.22 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 33131 0 0 0 2907 15 0 0 20 0 20 0 186150399 19566772224 63872 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 63872 5868 1 0 558796 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=195860 CPUtime=24.93 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 9580 0 0 0 2486 7 0 0 20 0 20 0 186150400 19566772224 63872 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=255488 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 63872 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=255484 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 63872 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=255468 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 63872 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 255488 KiB

[startup+51.114 s]
/proc/loadavg: 4.14 4.12 4.15 9/321 973565
/proc/meminfo: memFree=122972528/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=491384 CPUtime=55.17 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 42034 0 0 0 5494 23 0 0 20 0 20 0 186150399 19566772224 122846 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 122846 5874 1 0 558817 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=491384 CPUtime=49.96 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 11801 0 0 0 4989 7 0 0 20 0 20 0 186150400 19566772224 122846 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=413544 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 122846 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 122846 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.16 4.15 10/320 975295
/proc/meminfo: memFree=103958752/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=4831364 CPUtime=3241.94 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 184737 0 0 0 323911 283 0 0 20 0 20 0 186150399 19566772224 1207841 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1207841 5874 1 0 1539704 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=4414964 CPUtime=3192.66 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 66354 0 0 0 319241 25 0 0 20 0 20 0 186150400 19566772224 1207841 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=4414964 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1207841 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=4655064 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1594 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1207841 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=4831364 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1207841 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3241.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4831364 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.18 4.15 7/320 975305
/proc/meminfo: memFree=103496532/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=5081412 CPUtime=3302.18 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 185782 0 0 0 329929 289 0 0 20 0 20 0 186150399 19566772224 1270353 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1270353 5874 1 0 1539704 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=4831364 CPUtime=3252.14 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 67089 0 0 0 325189 25 0 0 20 0 20 0 186150400 19566772224 1270353 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=4831364 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1270353 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=4831364 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1594 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1270353 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1270353 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3302.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5081412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.15 10/322 975411
/proc/meminfo: memFree=102732200/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=5312840 CPUtime=3362.41 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 189020 0 0 0 335942 299 0 0 20 0 20 0 186150399 19566772224 1328210 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1328210 5874 1 0 1539704 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=5081412 CPUtime=3311.65 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 68554 0 0 0 331139 26 0 0 20 0 20 0 186150400 19566772224 1328210 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=4831364 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1328210 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=4831364 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1328210 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=12720 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1328210 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3362.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5312840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.19 4.16 8/317 975710
/proc/meminfo: memFree=101863504/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=5474632 CPUtime=3422.58 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 190650 0 0 0 341953 305 0 0 20 0 20 0 186150399 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1368658 5874 1 0 1539704 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=5312840 CPUtime=3371.24 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 70057 0 0 0 337098 26 0 0 20 0 20 0 186150400 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=5312840 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=5312840 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1710 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3422.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5474632 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.18 4.16 9/317 975720
/proc/meminfo: memFree=101449356/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=5474632 CPUtime=3482.48 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 192996 0 0 0 347939 309 0 0 20 0 20 0 186150399 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1368658 5874 1 0 1539704 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=5312840 CPUtime=3431.09 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 72231 0 0 0 343083 26 0 0 20 0 20 0 186150400 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=5312840 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1795 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=5474632 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1368658 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3482.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5474632 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.17 4.16 8/320 975824
/proc/meminfo: memFree=100664620/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=5722448 CPUtime=3542.72 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 197799 0 0 0 353955 317 0 0 20 0 20 0 186150399 19566772224 1430612 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1430612 5874 1 0 1539704 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=5474632 CPUtime=3490.56 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 75332 0 0 0 349029 27 0 0 20 0 20 0 186150400 19566772224 1430612 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1430612 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1824 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1430612 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=45680 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1430612 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3542.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5722448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.11 s]
/proc/loadavg: 4.29 4.21 4.17 8/321 975916
/proc/meminfo: memFree=99461728/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19108176 memory=6105464 CPUtime=3600.08 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 220560 0 0 0 359678 330 0 0 20 0 20 0 186150399 19566772224 1526366 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4777044 1526366 5874 1 0 2310240 0
[pid=973485/tid=973492] ppid=973478 vsize=19108176 memory=6058360 CPUtime=3545.91 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) R 973478 973485 973401 0 -1 4194368 85785 0 0 0 354561 30 0 0 20 0 20 0 186150400 19566772224 1526366 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19108176 memory=-8599173141401739964 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186150405 19566772224 1526366 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19108176 memory=-8599173141401739964 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1860 0 0 0 0 0 0 0 20 0 20 0 186150406 19566772224 1526366 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973548] ppid=973478 vsize=19108176 memory=6087032 CPUtime=0 cores=5,7
/proc/973485/task/973548/stat : 973548 (Timer-0) S 973478 973485 973401 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186150496 19566772224 1526366 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6105464 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.03 s, system=3.33794 s

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

[startup+3578.2 s]
/proc/loadavg: 4.29 4.21 4.17 8/321 975916
/proc/meminfo: memFree=99461728/131655788 swapFree=131071996/131071996
[pid=973485] ppid=973478 vsize=19307868 memory=6116540 CPUtime=3600.23 cores=5,7
/proc/973485/stat : 973485 (java) S 973478 973485 973401 0 -1 1077936128 223620 0 0 0 359692 331 0 0 20 0 21 0 186150399 19771256832 1529135 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
/proc/973485/statm: 4826967 1529135 5904 1 0 2311145 0
[pid=973485/tid=973492] ppid=973478 vsize=19307868 memory=108 CPUtime=3545.93 cores=5,7
/proc/973485/task/973492/stat : 973492 (java) S 973478 973485 973401 0 -1 1077936192 86080 0 0 0 354563 30 0 0 20 0 21 0 186150400 19771256832 1529135 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973532] ppid=973478 vsize=19307868 memory=1900 CPUtime=0 cores=5,7
/proc/973485/task/973532/stat : 973532 (Finalizer) S 973478 973485 973401 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 186150405 19771256832 1529135 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
[pid=973485/tid=973540] ppid=973478 vsize=19307868 memory=2276 CPUtime=0 cores=5,7
/proc/973485/task/973540/stat : 973540 (Common-Cleaner) S 973478 973485 973401 0 -1 1077936192 1860 0 0 0 0 0 0 0 20 0 21 0 186150406 19771256832 1529135 134679101440 93831470817280 93831470820976 140737239131856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93831470828792 93831470829584 93831472324608 140737239135238 140737239135328 140737239135328 140737239142344 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6116540 KiB

Child status: 143

Real time (s): 3578.29
CPU time (s): 3600.37
CPU user time (s): 3597.03
CPU system time (s): 3.33794
CPU usage (%): 100.617
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6116540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.03
system time used= 3.33794
maximum resident set size= 6117468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109617
involuntary context switches= 3446


# summary of solver processes directly reported to runsolver:
#   pid: 973485
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.03
#   total CPU system time (s): 3.33794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7174 second user time and 40.8761 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= cd0a69270cffb0a3df5915a64d0aa68c
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:        124098748 kB
MemAvailable:   129838468 kB
Buffers:          518264 kB
Cached:          5993672 kB
SwapCached:            0 kB
Active:          1057844 kB
Inactive:        5799384 kB
Active(anon):       3256 kB
Inactive(anon):   379752 kB
Active(file):    1054588 kB
Inactive(file):  5419632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            994584 kB
Writeback:             0 kB
AnonPages:        344716 kB
Mapped:           869840 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