Trace number 4507236

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 2025-06-06? (TO) 3600.32 3584.01

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K177.opb
MD5SUM4b187363ec0683eba575f162bd763393
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 benchmark211.425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.12/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.19	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.43/0.37	c Pseudo Boolean Optimization by upper bound
0.43/0.37	c --- Begin Solver configuration ---
0.43/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.37	c Learn all clauses as in MiniSAT
0.43/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.37	c Expensive reason simplification
0.43/0.37	c Glucose 2.1 dynamic restart strategy
0.43/0.37	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.43/0.37	c timeout=2147483s
0.43/0.37	c DB Simplification allowed=false
0.43/0.37	c Listener: none
0.43/0.37	c --- End Solver configuration ---
0.43/0.37	c solving HOME/instance-4507236-1751189958.opb
0.43/0.37	c reading problem ... 
0.43/0.37	c  no objective function found
1.71/1.03	c ... done. Wall clock time 0.649s.
1.71/1.03	c declared #vars     21063
1.71/1.03	c #constraints  21419
1.71/1.03	c constraints type 
1.71/1.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1.71/1.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
1.71/1.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1.71/1.03	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.71/1.03	c 21419 constraints processed.
5.50/3.62	c cleaning 2489 clauses out of 4993 with flag 22659/5002
7.90/5.76	c cleaning 4235 clauses out of 8496 with flag 55185/11000
11.22/8.34	c cleaning 5589 clauses out of 11255 with flag 90180/18000
14.14/11.28	c cleaning 6812 clauses out of 13664 with flag 130868/26000
17.44/14.52	c cleaning 7726 clauses out of 15851 with flag 176928/35000
21.13/18.23	c cleaning 8133 clauses out of 18126 with flag 226861/45002
25.22/22.30	c cleaning 8991 clauses out of 20990 with flag 281322/56000
30.49/27.52	c cleaning 9779 clauses out of 23990 with flag 338465/68000
37.78/34.87	c cleaning 10588 clauses out of 27206 with flag 405747/81000
43.75/40.78	c cleaning 11337 clauses out of 30613 with flag 475405/95000
50.24/47.25	c cleaning 12032 clauses out of 34274 with flag 550540/110000
57.72/54.69	c cleaning 12822 clauses out of 38228 with flag 634297/126000
65.78/62.61	c cleaning 13635 clauses out of 42403 with flag 720005/143000
75.12/71.85	c cleaning 14456 clauses out of 46760 with flag 811509/161000
83.71/80.47	c cleaning 15432 clauses out of 51298 with flag 910863/180001
94.38/91.05	c cleaning 16075 clauses out of 55861 with flag 1014850/200000
104.05/100.78	c cleaning 17005 clauses out of 60782 with flag 1125114/221006
114.63/111.25	c cleaning 17932 clauses out of 65769 with flag 1239018/243000
126.88/123.41	c cleaning 18756 clauses out of 70834 with flag 1357136/266000
139.13/135.66	c cleaning 19252 clauses out of 76070 with flag 1485448/290000
151.45/147.96	c cleaning 20300 clauses out of 81816 with flag 1616729/315000
164.75/161.13	c cleaning 21184 clauses out of 87509 with flag 1752662/341000
178.41/174.74	c cleaning 22336 clauses out of 93322 with flag 1893253/368000
192.99/189.24	c cleaning 22845 clauses out of 98984 with flag 2040041/396000
208.27/204.47	c cleaning 23464 clauses out of 105137 with flag 2197458/425001
226.94/222.54	c cleaning 24573 clauses out of 111671 with flag 2368298/455001
243.08/238.63	c cleaning 25314 clauses out of 118095 with flag 2534934/486000
261.04/256.51	c cleaning 25881 clauses out of 124776 with flag 2711066/518000
279.63/275.10	c cleaning 26971 clauses out of 131895 with flag 2887524/551000
300.83/296.29	c cleaning 27902 clauses out of 138923 with flag 3075715/585000
321.01/316.39	c cleaning 28821 clauses out of 146014 with flag 3267446/620000
342.78/338.19	c cleaning 29511 clauses out of 153192 with flag 3473036/656000
365.95/361.21	c cleaning 30297 clauses out of 160676 with flag 3680231/693000
389.28/384.45	c cleaning 31198 clauses out of 168380 with flag 3894769/731002
413.82/408.98	c cleaning 31845 clauses out of 176177 with flag 4119160/770000
438.86/434.00	c cleaning 32925 clauses out of 184333 with flag 4348974/810003
466.59/461.10	c cleaning 34208 clauses out of 192402 with flag 4594474/851000
493.92/488.41	c cleaning 34650 clauses out of 200193 with flag 4842360/893000
522.38/516.78	c cleaning 35947 clauses out of 208541 with flag 5088091/936000
551.38/545.65	c cleaning 37000 clauses out of 216595 with flag 5348106/980001
582.12/576.41	c cleaning 36973 clauses out of 224591 with flag 5615215/1025000
614.09/608.39	c cleaning 38328 clauses out of 233620 with flag 5892952/1071004
647.31/641.49	c cleaning 39363 clauses out of 242287 with flag 6178800/1118001
681.81/675.81	c cleaning 40282 clauses out of 250923 with flag 6469890/1166000
718.52/712.43	c cleaning 40728 clauses out of 259639 with flag 6769885/1215000
757.52/750.76	c cleaning 41863 clauses out of 268911 with flag 7084644/1265002
794.34/787.64	c cleaning 43192 clauses out of 278046 with flag 7395727/1316000
834.81/828.07	c cleaning 43470 clauses out of 286855 with flag 7724053/1368002
875.67/868.82	c cleaning 45089 clauses out of 296385 with flag 8050315/1421002
918.97/912.05	c cleaning 45764 clauses out of 305292 with flag 8384039/1475000
962.46/955.47	c cleaning 46655 clauses out of 314526 with flag 8726839/1530000
1008.74/1001.64	c cleaning 47454 clauses out of 323870 with flag 9094179/1586000
1056.75/1049.45	c cleaning 48066 clauses out of 333413 with flag 9465516/1643000
1104.55/1097.22	c cleaning 49223 clauses out of 343344 with flag 9837265/1701000
1154.53/1147.06	c cleaning 50004 clauses out of 353120 with flag 10236369/1760000
1207.06/1199.50	c cleaning 51112 clauses out of 363116 with flag 10625997/1820001
1262.23/1253.62	c cleaning 52196 clauses out of 373002 with flag 11030425/1881000
1318.01/1309.43	c cleaning 52901 clauses out of 382804 with flag 11442093/1943000
1376.16/1367.57	c cleaning 53888 clauses out of 392902 with flag 11866461/2006001
1435.05/1426.29	c cleaning 54815 clauses out of 403012 with flag 12303762/2070000
1496.53/1487.35	c cleaning 55712 clauses out of 413197 with flag 12737062/2135001
1560.16/1550.69	c cleaning 56458 clauses out of 423484 with flag 13182588/2201001
1625.87/1616.17	c cleaning 57541 clauses out of 434027 with flag 13633690/2268003
1692.22/1682.38	c cleaning 58679 clauses out of 444484 with flag 14091308/2336001
1761.54/1751.66	c cleaning 59368 clauses out of 454806 with flag 14583458/2405002
1831.73/1821.65	c cleaning 60218 clauses out of 465433 with flag 15080635/2475000
1902.85/1892.78	c cleaning 61270 clauses out of 476219 with flag 15578677/2546004
1977.05/1965.68	c cleaning 62274 clauses out of 486945 with flag 16073979/2618000
2052.32/2040.87	c cleaning 63281 clauses out of 497672 with flag 16583216/2691001
2132.92/2121.19	c cleaning 64361 clauses out of 508390 with flag 17112155/2765000
2210.10/2198.27	c cleaning 65305 clauses out of 519024 with flag 17643510/2840000
2293.41/2281.22	c cleaning 65824 clauses out of 529716 with flag 18196804/2916001
2381.78/2369.28	c cleaning 67079 clauses out of 540897 with flag 18753774/2993007
2466.27/2453.60	c cleaning 67976 clauses out of 551811 with flag 19292929/3071000
2556.64/2543.84	c cleaning 68757 clauses out of 562837 with flag 19884944/3150002
2649.07/2636.07	c cleaning 70219 clauses out of 574080 with flag 20467163/3230002
2742.68/2729.61	c cleaning 70585 clauses out of 584859 with flag 21095551/3311000
2838.77/2825.50	c cleaning 71830 clauses out of 596276 with flag 21698821/3393004
2937.11/2923.63	c cleaning 72527 clauses out of 607441 with flag 22324735/3476000
3040.19/3026.40	c cleaning 73658 clauses out of 618916 with flag 22970639/3560002
3147.29/3132.39	c cleaning 74630 clauses out of 630257 with flag 23615250/3645001
3250.92/3235.89	c cleaning 75629 clauses out of 641625 with flag 24261116/3731000
3364.64/3348.90	c cleaning 76671 clauses out of 652997 with flag 24929292/3818001
3476.39/3460.43	c cleaning 77820 clauses out of 664324 with flag 25603138/3906001
3590.91/3574.75	c cleaning 78389 clauses out of 675503 with flag 26283381/3995000
3600.00/3583.82	c timeout
3600.00/3583.83	c starts		: 24382
3600.00/3583.83	c conflicts		: 4004288
3600.00/3583.83	c decisions		: 150161638
3600.00/3583.83	c propagations		: 4057951604
3600.00/3583.83	c inspects		: 17688872081
3600.00/3583.83	c shortcuts		: 0
3600.00/3583.83	c learnt literals	: 211
3600.00/3583.83	c learnt binary clauses	: 248669
3600.00/3583.83	c learnt ternary clauses	: 221731
3600.00/3583.83	c learnt constraints	: 4004077
3600.00/3583.84	c ignored constraints	: 0
3600.00/3583.84	c root simplifications	: 0
3600.00/3583.84	c removed literals (reason simplification)	: 39590518
3600.00/3583.84	c reason swapping (by a shorter reason)	: 0
3600.00/3583.84	c Calls to reduceDB	: 85
3600.00/3583.84	c Number of update (reduction) of LBD	: 2906271
3600.00/3583.84	c Imported unit clauses	: 0
3600.00/3583.84	c No decision after first conflict	: false
3600.00/3583.84	c number of reductions to clauses (during analyze)	: 0
3600.00/3583.84	c number of learned constraints concerned by reduction	: 0
3600.00/3583.84	c number of learning phase by resolution	: 0
3600.00/3583.84	c number of learning phase by cutting planes	: 0
3600.00/3583.84	c number of rounding to 1 operations	: 0
3600.00/3583.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3583.84	c number of reductions of the coefficients by power 2 	: 0
3600.00/3583.84	c number of right shift for reduction by power 2 	: 0
3600.00/3583.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3583.84	c number of ending skipping 	: 0
3600.00/3583.84	c number of internal skipping 	: 0
3600.00/3583.84	c number of derivation steps 	: 0
3600.00/3583.84	c number of skipped derivation steps 	: 0
3600.00/3583.84	c number of remaining unassigned 	: 0
3600.00/3583.84	c number of remaining assigned 	: 0
3600.00/3583.84	c number of falsified literals weakened from reason	: 0
3600.00/3583.84	c number of falsified literals weakened from conflict	: 0
3600.00/3583.84	c time for arithmetic operations	: 0
3600.00/3583.85	c minimum degree of deleted constraints	: null
3600.00/3583.85	c maximum degree of deleted constraints	: null
3600.00/3583.85	c number of deleted constraints	: 0
3600.00/3583.85	c speed (assignments/second)	: 1132621.1348284595
3600.00/3583.85	c non guided choices	: 52714
3600.19/3583.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 357733
3600.19/3583.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 248669
3600.19/3583.97	s UNKNOWN
3600.19/3583.97	c Total wall clock time (in seconds): 3583.596

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: 63794 MiB (54873 MiB free)
  memory of node 1: 64507 MiB (63808 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507236-1751189958/watcher-4507236-1751189958 -o /tmp/evaluation-result-4507236-1751189958/solver-4507236-1751189958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24219 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507236-1751189958.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=25052, runsolver pid=25049
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.16 4.12 4.13 5/301 25070
/proc/meminfo: memFree=121508216/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=18930384 memory=48040 CPUtime=0.12 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 5738 0 0 0 8 4 0 0 20 0 18 0 34675624 19384713216 12010 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4732596 12010 5266 1 0 546974 0
[pid=25052/tid=25054] ppid=25049 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 4626 0 0 0 5 2 0 0 20 0 18 0 34675627 19384713216 12010 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=18930384 memory=215637835243 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675632 19384713216 12010 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=18930384 memory=18050 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675633 19384713216 12010 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48040 KiB

[startup+0.219653 s]*
/proc/loadavg: 4.16 4.12 4.13 5/303 25076
/proc/meminfo: memFree=121504120/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=18930384 memory=51872 CPUtime=0.28 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 6156 0 0 0 23 5 0 0 20 0 18 0 34675624 19384713216 12968 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4732596 12968 5330 1 0 547260 0
[pid=25052/tid=25054] ppid=25049 vsize=18930384 memory=3472328300254199928 CPUtime=0.17 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 4974 0 0 0 14 3 0 0 20 0 18 0 34675627 19384713216 12968 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675632 19384713216 12968 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675633 19384713216 12968 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51872 KiB

[startup+0.313958 s]*
/proc/loadavg: 4.16 4.12 4.13 5/303 25079
/proc/meminfo: memFree=121518120/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=18930384 memory=57944 CPUtime=0.43 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 6651 0 0 0 37 6 0 0 20 0 18 0 34675624 19384713216 14486 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4732596 14486 5330 1 0 547692 0
[pid=25052/tid=25054] ppid=25049 vsize=18930384 memory=-6000919476968253293 CPUtime=0.25 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 5136 0 0 0 21 4 0 0 20 0 18 0 34675627 19384713216 14486 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675632 19384713216 14486 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675633 19384713216 14486 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57944 KiB

[startup+0.700387 s]
/proc/loadavg: 4.16 4.12 4.13 5/302 25091
/proc/meminfo: memFree=121509740/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=18930384 memory=90712 CPUtime=1.11 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 8655 0 0 0 102 9 0 0 20 0 18 0 34675624 19384713216 22678 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4732596 22678 5426 1 0 548989 0
[pid=25052/tid=25054] ppid=25049 vsize=18930384 memory=17152 CPUtime=0.6 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 5295 0 0 0 55 5 0 0 20 0 18 0 34675627 19384713216 22678 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=18930384 memory=10624 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675632 19384713216 22678 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675633 19384713216 22678 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90712 KiB

[startup+1.50029 s]
/proc/loadavg: 4.16 4.12 4.13 6/300 25136
/proc/meminfo: memFree=125807412/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=172272 CPUtime=2.67 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 13996 0 0 0 253 14 0 0 20 0 20 0 34675624 19521036288 43068 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 43068 5490 1 0 551676 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=0 CPUtime=1.33 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 5534 0 0 0 125 8 0 0 20 0 20 0 34675627 19521036288 43068 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 43068 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 43068 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172272 KiB

[startup+3.11344 s]
/proc/loadavg: 4.16 4.12 4.13 6/303 25210
/proc/meminfo: memFree=129677904/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=172784 CPUtime=4.79 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 14851 0 0 0 464 15 0 0 20 0 20 0 34675624 19521036288 43196 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 43196 5490 1 0 551685 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=10624 CPUtime=2.93 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 5760 0 0 0 285 8 0 0 20 0 20 0 34675627 19521036288 43196 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 43196 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 43196 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 43196 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172784 KiB

[startup+6.30038 s]
/proc/loadavg: 4.30 4.15 4.14 6/323 25259
/proc/meminfo: memFree=129506784/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=183992 CPUtime=9.02 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 27146 0 0 0 880 22 0 0 20 0 20 0 34675624 19521036288 45998 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 45998 5522 1 0 554721 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=0 CPUtime=6.09 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 7486 0 0 0 600 9 0 0 20 0 20 0 34675627 19521036288 45998 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 45998 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 45998 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 45998 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183992 KiB

[startup+12.7004 s]
/proc/loadavg: 4.28 4.14 4.14 6/326 25262
/proc/meminfo: memFree=129336308/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=182616 CPUtime=15.64 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 33093 0 0 0 1540 24 0 0 20 0 20 0 34675624 19521036288 45654 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 45654 5522 1 0 554721 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=10624 CPUtime=12.39 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 8171 0 0 0 1229 10 0 0 20 0 20 0 34675627 19521036288 45654 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=182616 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 45654 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 45654 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 45654 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 15.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182616 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.14 4.14 5/326 25262
/proc/meminfo: memFree=129253380/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=250416 CPUtime=28.49 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 35132 0 0 0 2823 26 0 0 20 0 20 0 34675624 19521036288 62604 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 62604 5522 1 0 554721 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=182616 CPUtime=25.07 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 8838 0 0 0 2497 10 0 0 20 0 20 0 34675627 19521036288 62604 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=7307186531346312556 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 62604 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 62604 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=182616 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 62604 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 28.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 250416 KiB

[startup+51.1133 s]
/proc/loadavg: 4.20 4.14 4.14 5/326 25263
/proc/meminfo: memFree=128765704/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=330560 CPUtime=54.15 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 37104 0 0 0 5385 30 0 0 20 0 20 0 34675624 19521036288 82640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 82640 5522 1 0 554721 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=330560 CPUtime=50.41 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 9577 0 0 0 5031 10 0 0 20 0 20 0 34675627 19521036288 82640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=4481 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 82640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 82640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=182616 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 82640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0

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

[startup+3282.3 s]
/proc/loadavg: 4.11 4.22 4.21 5/326 25421
/proc/meminfo: memFree=110582824/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4367412 CPUtime=3297.71 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 115833 0 0 0 329442 329 0 0 20 0 20 0 34675624 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1091853 5522 1 0 1526666 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=4367412 CPUtime=3258.65 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 56622 0 0 0 325814 51 0 0 20 0 20 0 34675627 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=4330464 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 607 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=4367412 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3297.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4367412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.19 4.20 5/326 25423
/proc/meminfo: memFree=110574648/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4367412 CPUtime=3357.58 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 117340 0 0 0 335426 332 0 0 20 0 20 0 34675624 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1091853 5522 1 0 1526667 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=4330464 CPUtime=3318.46 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 58089 0 0 0 331794 52 0 0 20 0 20 0 34675627 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=4367412 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 638 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=4367412 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1091853 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3357.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4367412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.20 6/326 25429
/proc/meminfo: memFree=110283920/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4367924 CPUtime=3417.95 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 117847 0 0 0 341459 336 0 0 20 0 20 0 34675624 19521036288 1091981 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1091981 5522 1 0 1526884 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=4252 CPUtime=3377.99 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 58252 0 0 0 337746 53 0 0 20 0 20 0 34675627 19521036288 1091981 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=4367924 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1091981 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=4367924 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 644 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1091981 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1091981 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3417.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4367924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.16 4.18 5/326 25431
/proc/meminfo: memFree=109870116/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4370432 CPUtime=3478.29 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 119486 0 0 0 347488 341 0 0 20 0 20 0 34675624 19521036288 1092608 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1092608 5522 1 0 1526975 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=4367924 CPUtime=3437.49 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 59746 0 0 0 343695 54 0 0 20 0 20 0 34675627 19521036288 1092608 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=4370432 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1092608 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 644 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1092608 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=5724 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1092608 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3478.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4370432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.20 4.19 5/326 25433
/proc/meminfo: memFree=109378612/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4370560 CPUtime=3538.61 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 121622 0 0 0 353516 345 0 0 20 0 20 0 34675624 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1092640 5522 1 0 1527024 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=4367924 CPUtime=3497.06 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 61489 0 0 0 349651 55 0 0 20 0 20 0 34675627 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=4370432 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=4370560 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 671 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3538.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4370560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.21 4.19 5/326 25435
/proc/meminfo: memFree=109038408/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4370560 CPUtime=3598.5 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 121917 0 0 0 359501 349 0 0 20 0 20 0 34675624 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1092640 5522 1 0 1527024 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=4370432 CPUtime=3556.89 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 61748 0 0 0 355634 55 0 0 20 0 20 0 34675627 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=4370560 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 676 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=-6000919468428650349 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3598.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4370560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.8 s]
/proc/loadavg: 4.28 4.21 4.19 5/326 25435
/proc/meminfo: memFree=109038408/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19063512 memory=4370560 CPUtime=3600 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 121920 0 0 0 359651 349 0 0 20 0 20 0 34675624 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4765878 1092640 5522 1 0 1527024 0
[pid=25052/tid=25054] ppid=25049 vsize=19063512 memory=17152 CPUtime=3558.39 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) R 25049 25052 24204 0 -1 4194368 61751 0 0 0 355784 55 0 0 20 0 20 0 34675627 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675632 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 676 0 0 0 0 0 0 0 20 0 20 0 34675633 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25137] ppid=25049 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/25052/task/25137/stat : 25137 (Timer-0) S 25049 25052 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675730 19521036288 1092640 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4370560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.8 s, system=3.52793 s

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

[startup+3583.91 s]
/proc/loadavg: 4.28 4.21 4.19 5/326 25435
/proc/meminfo: memFree=109038408/131382112 swapFree=33010684/33010684
[pid=25052] ppid=25049 vsize=19263204 memory=4371328 CPUtime=3600.19 cores=1,3
/proc/25052/stat : 25052 (java) S 25049 25052 24204 0 -1 4194304 123389 0 0 0 359669 350 0 0 20 0 21 0 34675624 19725520896 1092832 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
/proc/25052/statm: 4815801 1092832 5522 1 0 1527954 0
[pid=25052/tid=25054] ppid=25049 vsize=19263204 memory=4370560 CPUtime=3558.41 cores=1,3
/proc/25052/task/25054/stat : 25054 (java) S 25049 25052 24204 0 -1 4194368 61837 0 0 0 355786 55 0 0 20 0 21 0 34675627 19725520896 1092832 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25063] ppid=25049 vsize=19263204 memory=4370560 CPUtime=0 cores=1,3
/proc/25052/task/25063/stat : 25063 (Finalizer) S 25049 25052 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34675632 19725520896 1092832 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
[pid=25052/tid=25070] ppid=25049 vsize=19263204 memory=5760 CPUtime=0 cores=1,3
/proc/25052/task/25070/stat : 25070 (Common-Cleaner) S 25049 25052 24204 0 -1 4194368 676 0 0 0 0 0 0 0 20 0 21 0 34675633 19725520896 1092832 18446744073709551615 94672751026176 94672751029872 140728815737264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94672751037688 94672751038480 94672777187328 140728815741313 140728815741414 140728815741414 140728815747016 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4371328 KiB

Child status: 143

Real time (s): 3584.01
CPU time (s): 3600.32
CPU user time (s): 3596.8
CPU system time (s): 3.52793
CPU usage (%): 100.455
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4371328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.8
system time used= 3.52793
maximum resident set size= 4371456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109381
involuntary context switches= 6369


# summary of solver processes directly reported to runsolver:
#   pid: 25052
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.8
#   total CPU system time (s): 3.52793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.418 second user time and 38.2164 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 11:39:18
IDJOB=4507236
IDBENCH=158331
IDSOLVER=3363
FILE ID=nodeC009/4507236-1751189958
RUNJOBID= nodeC009-1751182786-24219
SLURM_JOB_ID= 9587563
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K177.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507236-1751189958/watcher-4507236-1751189958 -o /tmp/evaluation-result-4507236-1751189958/solver-4507236-1751189958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24219 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4507236-1751189958.opb

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

MD5SUM BENCH= 4b187363ec0683eba575f162bd763393
RANDOM SEED=334202659

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3636.390
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 1197.234
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.085
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.008
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 3579.149
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.228
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 3700.000
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.229
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121531212 kB
MemAvailable:   121530872 kB
Buffers:            3280 kB
Cached:           809416 kB
SwapCached:            0 kB
Active:          8740840 kB
Inactive:         564236 kB
Active(anon):    8510348 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   564236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2164 kB
Writeback:             0 kB
AnonPages:       8495512 kB
Mapped:           122164 kB
Shmem:             17960 kB
KReclaimable:      88736 kB
Slab:             170444 kB
SReclaimable:      88736 kB
SUnreclaim:        81708 kB
KernelStack:        4608 kB
PageTables:        19996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11795580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8228864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC009 at 2025-06-29 12:39:03