Trace number 4506949

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 VeriPB 2025-06-06? (TO) 3589.56 3700.18

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
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.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.24/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.25	c java.vm.version	22.0.1+8-16
0.24/0.25	c java.vm.vendor	Oracle Corporation
0.24/0.25	c sun.arch.data.model	64
0.24/0.25	c java.version		22.0.1
0.24/0.25	c os.name		Linux
0.24/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.25	c os.arch		amd64
0.24/0.26	c Free memory 		2104792832
0.24/0.26	c Max memory 		16282288128
0.24/0.26	c Total memory 		2113929216
0.24/0.27	c Number of processors 	2
0.40/0.37	c Pseudo Boolean Optimization by upper bound
0.40/0.37	c --- Begin Solver configuration ---
0.40/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.37	c Learn all clauses as in MiniSAT
0.40/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.37	c Expensive reason simplification
0.40/0.37	c Glucose 2.1 dynamic restart strategy
0.40/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.40/0.37	c timeout=2147483s
0.40/0.37	c DB Simplification allowed=false
0.40/0.37	c Listener: none
0.40/0.37	c --- End Solver configuration ---
0.40/0.38	c solving HOME/instance-4506949-1751182786.opb
0.40/0.38	c reading problem ... 
0.40/0.38	c using VERIPB proof format
0.40/0.38	c  no objective function found
1.50/0.96	c ... done. Wall clock time 0.581s.
1.50/0.97	c declared #vars     15827
1.50/0.97	c #constraints  16095
1.50/0.97	c constraints type 
1.50/0.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
1.50/0.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
1.50/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
1.50/0.97	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.50/0.97	c 16095 constraints processed.
6.71/3.73	c cleaning 2495 clauses out of 4993 with flag 26365/5002
9.38/6.00	c cleaning 4238 clauses out of 8491 with flag 59449/11000
14.03/13.09	c cleaning 5588 clauses out of 11249 with flag 97941/18000
17.14/16.04	c cleaning 6802 clauses out of 13659 with flag 145130/26000
20.87/19.75	c cleaning 7889 clauses out of 15857 with flag 195232/35001
25.65/24.51	c cleaning 8939 clauses out of 17961 with flag 247544/45000
30.31/29.16	c cleaning 9149 clauses out of 20018 with flag 305582/56000
35.14/33.90	c cleaning 9984 clauses out of 22866 with flag 373982/68001
40.60/39.05	c cleaning 10598 clauses out of 25870 with flag 441764/81000
46.09/44.68	c cleaning 11399 clauses out of 29265 with flag 513803/95000
53.07/57.60	c cleaning 12454 clauses out of 32858 with flag 596222/110000
59.74/64.23	c cleaning 13016 clauses out of 36401 with flag 679357/126002
66.72/71.20	c cleaning 13983 clauses out of 40383 with flag 764354/143002
75.86/80.17	c cleaning 14815 clauses out of 44395 with flag 860443/161000
83.59/88.16	c cleaning 15775 clauses out of 48572 with flag 963462/180000
93.06/97.58	c cleaning 16324 clauses out of 52793 with flag 1072636/200000
101.87/106.30	c cleaning 17118 clauses out of 57467 with flag 1189001/221000
111.97/116.37	c cleaning 18152 clauses out of 62342 with flag 1313249/243003
122.18/126.41	c cleaning 18794 clauses out of 67183 with flag 1439871/266000
134.51/138.60	c cleaning 19828 clauses out of 72386 with flag 1571842/290000
147.47/151.51	c cleaning 20774 clauses out of 77564 with flag 1716774/315010
161.49/165.46	c cleaning 21515 clauses out of 82777 with flag 1869866/341001
176.17/180.08	c cleaning 22129 clauses out of 88260 with flag 2030225/368001
189.71/193.45	c cleaning 23137 clauses out of 94123 with flag 2194628/396000
203.83/207.48	c cleaning 24254 clauses out of 99983 with flag 2359859/425000
218.22/221.97	c cleaning 25015 clauses out of 105726 with flag 2535578/455000
233.93/237.51	c cleaning 25933 clauses out of 111710 with flag 2715661/486000
251.09/254.65	c cleaning 26661 clauses out of 117775 with flag 2907920/518000
269.09/272.63	c cleaning 27796 clauses out of 124113 with flag 3108742/551001
289.98/293.24	c cleaning 28277 clauses out of 130312 with flag 3316946/585000
311.19/314.40	c cleaning 29483 clauses out of 137034 with flag 3533816/620002
332.12/337.00	c cleaning 30151 clauses out of 143544 with flag 3746163/656000
354.25/358.89	c cleaning 31062 clauses out of 150391 with flag 3975586/693001
377.17/381.16	c cleaning 31967 clauses out of 157327 with flag 4217881/731000
401.25/405.15	c cleaning 32977 clauses out of 164365 with flag 4467943/770006
425.00/428.94	c cleaning 33612 clauses out of 171378 with flag 4719819/810000
451.82/455.56	c cleaning 34701 clauses out of 178766 with flag 4995753/851000
480.50/484.27	c cleaning 36016 clauses out of 186065 with flag 5279444/893000
507.86/511.63	c cleaning 36435 clauses out of 193047 with flag 5562118/936000
538.19/541.99	c cleaning 37488 clauses out of 200610 with flag 5862410/980000
568.31/571.87	c cleaning 38252 clauses out of 208123 with flag 6175745/1025001
599.41/602.96	c cleaning 39337 clauses out of 215873 with flag 6495064/1071003
632.91/640.13	c cleaning 40219 clauses out of 223532 with flag 6817819/1118000
666.56/678.81	c cleaning 41411 clauses out of 231318 with flag 7158331/1166005
702.32/714.42	c cleaning 41663 clauses out of 238902 with flag 7511423/1215001
737.93/749.91	c cleaning 42792 clauses out of 247238 with flag 7880338/1265001
776.81/788.03	c cleaning 43888 clauses out of 255445 with flag 8243449/1316001
815.97/827.10	c cleaning 45086 clauses out of 263562 with flag 8607196/1368006
856.01/867.17	c cleaning 46060 clauses out of 271472 with flag 8986726/1421002
897.17/908.30	c cleaning 46955 clauses out of 279410 with flag 9393885/1475001
939.49/950.45	c cleaning 48362 clauses out of 287455 with flag 9802315/1530001
984.83/995.63	c cleaning 48730 clauses out of 295095 with flag 10233987/1586004
1031.57/1042.18	c cleaning 49535 clauses out of 303360 with flag 10684943/1643000
1079.18/1089.64	c cleaning 50935 clauses out of 311824 with flag 11126600/1701000
1131.16/1142.05	c cleaning 51710 clauses out of 319888 with flag 11599522/1760001
1184.16/1194.09	c cleaning 52400 clauses out of 328176 with flag 12072426/1820000
1236.96/1246.60	c cleaning 53657 clauses out of 336779 with flag 12547456/1881003
1291.80/1301.15	c cleaning 54684 clauses out of 345118 with flag 13034659/1943000
1348.96/1363.30	c cleaning 55689 clauses out of 353432 with flag 13544883/2006000
1409.02/1423.17	c cleaning 56727 clauses out of 361742 with flag 14063280/2070000
1470.79/1508.70	c cleaning 57792 clauses out of 370015 with flag 14588055/2135001
1535.33/1573.08	c cleaning 58627 clauses out of 378225 with flag 15178118/2201003
1601.23/1669.58	c cleaning 59467 clauses out of 386595 with flag 15747113/2268000
1670.56/1762.95	c cleaning 60279 clauses out of 395127 with flag 16319341/2336000
1742.07/1833.51	c cleaning 61341 clauses out of 403848 with flag 16922179/2405000
1813.73/1905.11	c cleaning 62356 clauses out of 412505 with flag 17521696/2475000
1888.00/1981.19	c cleaning 63439 clauses out of 421149 with flag 18136312/2546000
1960.61/2070.25	c cleaning 64415 clauses out of 429708 with flag 18752072/2618000
2042.11/2166.27	c cleaning 65548 clauses out of 438293 with flag 19430743/2691001
2125.39/2253.82	c cleaning 66628 clauses out of 446744 with flag 20093063/2765001
2205.59/2332.97	c cleaning 68035 clauses out of 455116 with flag 20775460/2840001
2292.77/2418.25	c cleaning 68803 clauses out of 463079 with flag 21459267/2916000
2380.17/2504.61	c cleaning 69461 clauses out of 471277 with flag 22141650/2993002
2470.73/2595.65	c cleaning 70547 clauses out of 479814 with flag 22888996/3071000
2565.48/2687.16	c cleaning 71456 clauses out of 488267 with flag 23613537/3150000
2659.91/2779.32	c cleaning 72235 clauses out of 496810 with flag 24421930/3230000
2761.22/2881.83	c cleaning 73987 clauses out of 505581 with flag 25452921/3311007
2864.10/2982.46	c cleaning 74653 clauses out of 513587 with flag 26309802/3393000
2968.48/3084.72	c cleaning 75808 clauses out of 521934 with flag 27208313/3476000
3070.06/3185.07	c cleaning 76935 clauses out of 530127 with flag 28006258/3560001
3181.10/3295.78	c cleaning 77739 clauses out of 538191 with flag 28849193/3645000
3294.85/3408.35	c cleaning 78494 clauses out of 546452 with flag 29722831/3731001
3412.28/3524.81	c cleaning 79098 clauses out of 554957 with flag 30610436/3818001
3537.31/3648.42	c cleaning 81110 clauses out of 563858 with flag 31727666/3906000
3589.26/3700.04	c timeout
3589.26/3700.05	c starts		: 29246
3589.26/3700.05	c conflicts		: 3953789
3589.26/3700.05	c decisions		: 91415925
3589.26/3700.05	c propagations		: 3339284544
3589.26/3700.05	c inspects		: 17301728880
3589.26/3700.05	c shortcuts		: 0
3589.26/3700.05	c learnt literals	: 184
3589.26/3700.05	c learnt binary clauses	: 171017
3589.26/3700.05	c learnt ternary clauses	: 174304
3589.26/3700.05	c learnt constraints	: 3953605
3589.26/3700.05	c ignored constraints	: 0
3589.26/3700.05	c root simplifications	: 0
3589.26/3700.05	c removed literals (reason simplification)	: 52551254
3589.26/3700.05	c reason swapping (by a shorter reason)	: 0
3589.26/3700.05	c Calls to reduceDB	: 84
3589.26/3700.05	c Number of update (reduction) of LBD	: 3308953
3589.26/3700.05	c Imported unit clauses	: 0
3589.26/3700.05	c No decision after first conflict	: false
3589.26/3700.05	c number of reductions to clauses (during analyze)	: 0
3589.26/3700.05	c number of learned constraints concerned by reduction	: 0
3589.26/3700.05	c number of learning phase by resolution	: 0
3589.26/3700.05	c number of learning phase by cutting planes	: 0
3589.26/3700.05	c number of rounding to 1 operations	: 0
3589.26/3700.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3589.26/3700.05	c number of reductions of the coefficients by power 2 	: 0
3589.26/3700.05	c number of right shift for reduction by power 2 	: 0
3589.26/3700.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3589.26/3700.05	c number of ending skipping 	: 0
3589.26/3700.05	c number of internal skipping 	: 0
3589.26/3700.05	c number of derivation steps 	: 0
3589.26/3700.05	c number of skipped derivation steps 	: 0
3589.26/3700.05	c number of remaining unassigned 	: 0
3589.26/3700.05	c number of remaining assigned 	: 0
3589.26/3700.05	c number of falsified literals weakened from reason	: 0
3589.26/3700.05	c number of falsified literals weakened from conflict	: 0
3589.26/3700.05	c time for arithmetic operations	: 0
3589.26/3700.05	c minimum degree of deleted constraints	: null
3589.26/3700.05	c maximum degree of deleted constraints	: null
3589.26/3700.06	c number of deleted constraints	: 0
3589.26/3700.06	c speed (assignments/second)	: 902736.2401901018
3589.26/3700.06	c non guided choices	: 13928
3589.45/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 359520
3589.45/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 171017
3589.45/3700.17	s UNKNOWN
3589.45/3700.17	c Total wall clock time (in seconds): 3699.792

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: 63837 MiB (63317 MiB free)
  memory of node 1: 64465 MiB (63932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506949-1751182786/watcher-4506949-1751182786 -o /tmp/evaluation-result-4506949-1751182786/solver-4506949-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20304 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506949-1751182786 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506949-1751182786.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20350, runsolver pid=20344

[startup+0.100072 s]*
/proc/loadavg: 0.49 0.95 1.66 14/315 20427
/proc/meminfo: memFree=130244960/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=18930344 memory=45240 CPUtime=0.08 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 5344 0 99 0 4 4 0 0 20 0 18 0 33957449 19384672256 11310 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4732586 11310 4880 1 0 546656 0
[pid=20350/tid=20364] ppid=20344 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 4492 0 99 0 2 3 0 0 20 0 18 0 33957452 19384672256 11310 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=18930344 memory=2576 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384672256 11310 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=18930344 memory=54096036103158 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384672256 11310 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45240 KiB

[startup+0.214615 s]*
/proc/loadavg: 0.49 0.95 1.66 7/319 20431
/proc/meminfo: memFree=130231300/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=18930384 memory=51692 CPUtime=0.24 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 6049 0 99 0 19 5 0 0 20 0 18 0 33957449 19384713216 12923 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4732596 12923 5328 1 0 547212 0
[pid=20350/tid=20364] ppid=20344 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 4886 0 99 0 12 3 0 0 20 0 18 0 33957452 19384713216 12923 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384713216 12923 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384713216 12923 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51692 KiB

[startup+0.314825 s]*
/proc/loadavg: 0.49 0.95 1.66 11/319 20431
/proc/meminfo: memFree=130216808/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=18930384 memory=57916 CPUtime=0.4 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 6578 0 99 0 34 6 0 0 20 0 18 0 33957449 19384713216 14479 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4732596 14479 5328 1 0 547679 0
[pid=20350/tid=20364] ppid=20344 vsize=18930384 memory=-6000919477018389613 CPUtime=0.24 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 5044 0 99 0 20 4 0 0 20 0 18 0 33957452 19384713216 14479 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384713216 14479 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384713216 14479 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57916 KiB

[startup+0.700447 s]
/proc/loadavg: 0.49 0.95 1.66 10/319 20431
/proc/meminfo: memFree=130182976/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=18930384 memory=87144 CPUtime=1.1 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 8638 0 99 0 102 8 0 0 20 0 18 0 33957449 19384713216 21786 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4732596 21786 5392 1 0 549072 0
[pid=20350/tid=20364] ppid=20344 vsize=18930384 memory=17024 CPUtime=0.52 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 5220 0 99 0 46 6 0 0 20 0 18 0 33957452 19384713216 21786 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384713216 21786 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384713216 21786 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87144 KiB

[startup+1.50037 s]
/proc/loadavg: 0.49 0.95 1.66 15/323 20435
/proc/meminfo: memFree=129822940/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=173204 CPUtime=2.66 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 16787 0 99 0 253 13 0 0 20 0 20 0 33957449 19521036288 43301 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 43301 5456 1 0 552364 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=3200 CPUtime=1.15 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 5795 0 99 0 107 8 0 0 20 0 20 0 33957452 19521036288 43301 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 43301 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 43301 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 43301 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173204 KiB

[startup+3.10594 s]
/proc/loadavg: 0.49 0.95 1.66 9/327 20439
/proc/meminfo: memFree=129714164/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=181548 CPUtime=5.78 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 18407 0 99 0 564 14 0 0 20 0 20 0 33957449 19521036288 45387 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 45387 5456 1 0 552630 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=14464 CPUtime=2.69 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 6213 0 99 0 260 9 0 0 20 0 20 0 33957452 19521036288 45387 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 45387 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 45387 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 45387 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181548 KiB

[startup+6.30041 s]
/proc/loadavg: 0.93 1.03 1.68 6/327 20439
/proc/meminfo: memFree=129611528/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19066936 memory=206840 CPUtime=10.11 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 24059 0 99 0 994 17 0 0 20 0 20 0 33957449 19524542464 51710 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4766734 51710 5456 1 0 554692 0
[pid=20350/tid=20364] ppid=20344 vsize=19066936 memory=0 CPUtime=5.8 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 6814 0 99 0 571 9 0 0 20 0 20 0 33957452 19524542464 51710 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19066936 memory=11264 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19524542464 51710 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19066936 memory=3200 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 33957459 19524542464 51710 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19066936 memory=173332 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19524542464 51710 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 10.11 s
Current children cumulated vsize: 19066936 KiB
Current children cumulated memory: 206840 KiB

[startup+12.7004 s]
/proc/loadavg: 1.17 1.08 1.69 6/329 20441
/proc/meminfo: memFree=129570880/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=246812 CPUtime=13.71 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 27465 0 99 0 1351 20 0 0 20 0 20 0 33957449 19521036288 61703 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 61703 5488 1 0 555109 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=173332 CPUtime=8.25 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 6997 0 99 0 815 10 0 0 20 0 20 0 33957452 19521036288 61703 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=209816 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 61703 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 61703 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 61703 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 13.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 246812 KiB

[startup+25.5004 s]
/proc/loadavg: 1.80 1.23 1.73 5/329 20441
/proc/meminfo: memFree=128334400/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=653520 CPUtime=26.65 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 32595 0 99 0 2633 32 0 0 20 0 20 0 33957449 19521036288 163380 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 163380 5488 1 0 672064 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=209816 CPUtime=20.61 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 8682 0 99 0 2042 19 0 0 20 0 20 0 33957452 19521036288 163380 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 163380 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 163380 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=416932 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 163380 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 26.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 653520 KiB

[startup+51.1143 s]
/proc/loadavg: 2.67 1.48 1.80 4/331 20444
/proc/meminfo: memFree=125910536/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=975396 CPUtime=47.91 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 38140 0 99 0 4745 46 0 0 20 0 20 0 33957449 19521036288 243849 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 243849 5488 1 0 672075 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=975396 CPUtime=40.93 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) D 20344 20350 20294 0 -1 4194368 9844 0 99 0 4065 28 0 0 20 0 20 0 33957452 19521036288 243849 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=255004 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 243849 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 243849 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0

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

[startup+3342.3 s]
/proc/loadavg: 4.22 4.35 4.28 5/331 20622
/proc/meminfo: memFree=100153868/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1486876 CPUtime=3228.5 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 157243 0 99 0 321920 930 0 0 20 0 20 0 33957449 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 371719 5520 1 0 384010 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=17024 CPUtime=3140.36 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 82139 0 99 0 313364 672 0 0 20 0 20 0 33957452 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3228.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1486876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.31 4.27 5/331 20628
/proc/meminfo: memFree=99841028/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1486876 CPUtime=3288.75 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 157317 0 99 0 327932 943 0 0 20 0 20 0 33957449 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 371719 5520 1 0 384010 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=17024 CPUtime=3199.43 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 82156 0 99 0 319261 682 0 0 20 0 20 0 33957452 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3288.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1486876 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.28 4.26 5/331 20630
/proc/meminfo: memFree=99498124/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1486876 CPUtime=3349.43 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 158014 0 99 0 333982 961 0 0 20 0 20 0 33957449 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 371719 5520 1 0 384010 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=17024 CPUtime=3258.01 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 82843 0 99 0 325107 694 0 0 20 0 20 0 33957452 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 371719 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3349.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1486876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.28 4.26 5/330 20632
/proc/meminfo: memFree=98918836/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1765988 CPUtime=3409.6 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 158327 0 99 0 339976 984 0 0 20 0 20 0 33957449 19521036288 441497 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 441497 5520 1 0 455002 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=1486876 CPUtime=3317.25 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 82982 0 99 0 331012 713 0 0 20 0 20 0 33957452 19521036288 441497 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=1486876 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 441497 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=1765988 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 441497 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 441497 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3409.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1765988 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.25 4.26 5/330 20634
/proc/meminfo: memFree=98587876/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1770424 CPUtime=3471 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 159699 0 99 0 346100 1000 0 0 20 0 20 0 33957449 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 442606 5520 1 0 455015 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=17024 CPUtime=3376.38 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 83651 0 99 0 336914 724 0 0 20 0 20 0 33957452 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=1766116 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3471 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770424 KiB

[startup+3642.3 s]
/proc/loadavg: 4.22 4.25 4.26 5/330 20638
/proc/meminfo: memFree=98265360/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1770424 CPUtime=3531.22 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 161592 0 99 0 352109 1013 0 0 20 0 20 0 33957449 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 442606 5520 1 0 455015 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=17024 CPUtime=3435.62 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 84819 0 99 0 342827 735 0 0 20 0 20 0 33957452 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=1770424 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=-6000919489903291501 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1580 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=-6000919489903291501 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3531.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770424 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.14 4.22 4.24 5/330 20640
/proc/meminfo: memFree=97945544/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19063512 memory=1770424 CPUtime=3589.26 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 163623 0 99 0 357899 1027 0 0 20 0 20 0 33957449 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4765878 442606 5520 1 0 455015 0
[pid=20350/tid=20364] ppid=20344 vsize=19063512 memory=-6000919477018389613 CPUtime=3492.55 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) R 20344 20350 20294 0 -1 4194368 86006 0 99 0 348509 746 0 0 20 0 20 0 33957452 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19063512 memory=6452091056132481083 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19063512 memory=-6000919489903291501 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1715 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20434] ppid=20344 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/20350/task/20434/stat : 20434 (Timer-0) S 20344 20350 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957548 19521036288 442606 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3589.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.25 s, system=10.3073 s

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

[startup+3700.12 s]
/proc/loadavg: 4.14 4.22 4.24 5/330 20640
/proc/meminfo: memFree=97945544/131382120 swapFree=33010684/33010684
[pid=20350] ppid=20344 vsize=19263204 memory=1771064 CPUtime=3589.45 cores=0,2
/proc/20350/stat : 20350 (java) S 20344 20350 20294 0 -1 4194304 165812 0 99 0 357917 1028 0 0 20 0 21 0 33957449 19725520896 442766 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
/proc/20350/statm: 4815801 442766 5520 1 0 455962 0
[pid=20350/tid=20364] ppid=20344 vsize=19263204 memory=17024 CPUtime=3492.58 cores=0,2
/proc/20350/task/20364/stat : 20364 (java) D 20344 20350 20294 0 -1 4194368 86420 0 99 0 348511 747 0 0 20 0 21 0 33957452 19725520896 442766 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20398] ppid=20344 vsize=19263204 memory=14464 CPUtime=0 cores=0,2
/proc/20350/task/20398/stat : 20398 (Finalizer) S 20344 20350 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33957458 19725520896 442766 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
[pid=20350/tid=20423] ppid=20344 vsize=19263204 memory=1770424 CPUtime=0 cores=0,2
/proc/20350/task/20423/stat : 20423 (Common-Cleaner) S 20344 20350 20294 0 -1 4194368 1715 0 0 0 0 0 0 0 20 0 21 0 33957459 19725520896 442766 18446744073709551615 94006787309568 94006787313264 140728924005056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94006787321080 94006787321872 94006792671232 140728924006704 140728924006886 140728924006886 140728924012488 0
Current children cumulated CPU time: 3589.45 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1771064 KiB

Child status: 143

Real time (s): 3700.18
CPU time (s): 3589.56
CPU user time (s): 3579.25
CPU system time (s): 10.3073
CPU usage (%): 97.0104
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2646800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.25
system time used= 10.3073
maximum resident set size= 2646800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165978
page faults= 99
swaps= 0
block input operations= 0
block output operations= 11693400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123964
involuntary context switches= 15284


# summary of solver processes directly reported to runsolver:
#   pid: 20350
#   total CPU time (s): 3589.56
#   total CPU user time (s): 3579.25
#   total CPU system time (s): 10.3073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3114 second user time and 38.4477 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 09:39:46
IDJOB=4506949
IDBENCH=158309
IDSOLVER=3364
FILE ID=nodeC002/4506949-1751182786
RUNJOBID= nodeC002-1751182786-20304
SLURM_JOB_ID= 9587562
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506949-1751182786/watcher-4506949-1751182786 -o /tmp/evaluation-result-4506949-1751182786/solver-4506949-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20304 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506949-1751182786 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506949-1751182786.opb

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=472328659

nodeC002 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		: 1197.320
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.81
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.199
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.81
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.222
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.81
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.378
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.81
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.234
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.81
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.848
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.81
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.267
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.81
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.259
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130303064 kB
MemAvailable:   129943636 kB
Buffers:            3280 kB
Cached:           446556 kB
SwapCached:            0 kB
Active:           314108 kB
Inactive:         199420 kB
Active(anon):      81652 kB
Inactive(anon):        0 kB
Active(file):     232456 kB
Inactive(file):   199420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5184 kB
Writeback:             0 kB
AnonPages:         66732 kB
Mapped:           101648 kB
Shmem:             17960 kB
KReclaimable:      85144 kB
Slab:             166140 kB
SReclaimable:      85144 kB
SUnreclaim:        80996 kB
KernelStack:        3732 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC002 at 2025-06-29 10:41:27