Trace number 4507093

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) 3600.58 3547.67

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.28/0.22	c Number of processors 	2
0.42/0.32	c Pseudo Boolean Optimization by upper bound
0.42/0.32	c --- Begin Solver configuration ---
0.42/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.32	c Learn all clauses as in MiniSAT
0.42/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.32	c Expensive reason simplification
0.42/0.32	c Glucose 2.1 dynamic restart strategy
0.42/0.32	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.42/0.32	c timeout=2147483s
0.42/0.32	c DB Simplification allowed=false
0.42/0.32	c Listener: none
0.42/0.32	c --- End Solver configuration ---
0.42/0.32	c solving HOME/instance-4507093-1751186490.opb
0.42/0.32	c reading problem ... 
0.44/1.22	c using VERIPB proof format
0.44/1.23	c  no objective function found
1.75/1.90	c ... done. Wall clock time 1.569s.
1.75/1.90	c declared #vars     17850
1.75/1.90	c #constraints  18152
1.75/1.90	c constraints type 
1.75/1.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1937
1.75/1.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
1.75/1.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16063
1.75/1.90	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.75/1.90	c 18152 constraints processed.
7.45/4.82	c cleaning 2490 clauses out of 4987 with flag 22458/5000
10.78/7.70	c cleaning 4234 clauses out of 8491 with flag 56746/11001
14.20/10.55	c cleaning 5600 clauses out of 11253 with flag 97273/18000
18.95/14.63	c cleaning 6783 clauses out of 13647 with flag 141848/26000
22.78/18.49	c cleaning 7879 clauses out of 15858 with flag 191244/35000
28.71/24.31	c cleaning 8754 clauses out of 17981 with flag 241556/45002
34.08/29.67	c cleaning 9049 clauses out of 20223 with flag 296601/56001
40.55/36.19	c cleaning 9783 clauses out of 23168 with flag 358461/68000
46.12/41.64	c cleaning 10683 clauses out of 26374 with flag 425660/81002
52.00/47.40	c cleaning 11627 clauses out of 29688 with flag 496440/95000
58.78/54.18	c cleaning 12420 clauses out of 33060 with flag 571751/110000
65.63/61.00	c cleaning 13212 clauses out of 36641 with flag 655135/126002
75.79/71.04	c cleaning 14081 clauses out of 40421 with flag 743733/143003
83.96/79.05	c cleaning 14826 clauses out of 44336 with flag 840395/161001
92.22/87.36	c cleaning 15416 clauses out of 48512 with flag 938005/180005
101.52/96.63	c cleaning 16457 clauses out of 53090 with flag 1045030/200001
111.15/106.18	c cleaning 17215 clauses out of 57629 with flag 1158309/221000
121.75/116.61	c cleaning 18245 clauses out of 62412 with flag 1278264/243000
132.98/127.86	c cleaning 18854 clauses out of 67165 with flag 1405046/266000
145.80/140.59	c cleaning 19801 clauses out of 72307 with flag 1540316/290001
158.12/152.75	c cleaning 20455 clauses out of 77504 with flag 1678425/315004
172.37/166.93	c cleaning 21554 clauses out of 83043 with flag 1822290/341002
186.80/181.25	c cleaning 22251 clauses out of 88486 with flag 1973820/368000
201.02/195.41	c cleaning 23147 clauses out of 94230 with flag 2129696/396001
217.33/211.63	c cleaning 24032 clauses out of 100081 with flag 2293616/425001
235.96/230.22	c cleaning 24891 clauses out of 106045 with flag 2461504/455001
252.40/246.55	c cleaning 25838 clauses out of 112157 with flag 2636212/486004
269.86/263.90	c cleaning 26449 clauses out of 118316 with flag 2819155/518002
289.37/283.48	c cleaning 27400 clauses out of 124860 with flag 3005222/551000
308.39/302.31	c cleaning 28378 clauses out of 131455 with flag 3210508/585000
328.33/322.26	c cleaning 28971 clauses out of 138074 with flag 3417590/620000
352.01/345.90	c cleaning 30350 clauses out of 145103 with flag 3631393/656000
374.69/368.34	c cleaning 31066 clauses out of 151751 with flag 3855307/693000
396.92/390.52	c cleaning 31828 clauses out of 158684 with flag 4078360/731000
421.50/414.67	c cleaning 32411 clauses out of 165857 with flag 4305776/770001
445.88/439.08	c cleaning 33589 clauses out of 173445 with flag 4552605/810001
472.41/465.55	c cleaning 34252 clauses out of 180853 with flag 4803542/851000
500.13/492.96	c cleaning 35473 clauses out of 188600 with flag 5065228/893000
530.03/522.89	c cleaning 35860 clauses out of 196127 with flag 5330055/936001
558.48/551.22	c cleaning 37297 clauses out of 204264 with flag 5606206/980000
588.94/581.46	c cleaning 38021 clauses out of 211966 with flag 5889870/1025000
621.22/613.51	c cleaning 38996 clauses out of 219944 with flag 6183363/1071000
653.33/645.63	c cleaning 39756 clauses out of 227947 with flag 6489102/1118000
689.13/681.13	c cleaning 40817 clauses out of 236189 with flag 6805649/1166000
725.06/717.15	c cleaning 41690 clauses out of 244369 with flag 7131256/1215000
761.04/752.93	c cleaning 42562 clauses out of 252680 with flag 7455919/1265002
801.16/793.01	c cleaning 43485 clauses out of 261115 with flag 7795254/1316000
840.73/832.11	c cleaning 44511 clauses out of 269627 with flag 8151029/1368000
882.85/873.98	c cleaning 45186 clauses out of 278115 with flag 8513063/1421002
923.26/914.38	c cleaning 46325 clauses out of 286927 with flag 8867052/1475000
967.27/958.44	c cleaning 47330 clauses out of 295601 with flag 9244255/1530003
1012.62/1003.72	c cleaning 48305 clauses out of 304268 with flag 9634509/1586001
1057.73/1048.74	c cleaning 49198 clauses out of 312963 with flag 10023181/1643001
1105.81/1096.62	c cleaning 50287 clauses out of 321764 with flag 10422089/1701002
1157.94/1148.72	c cleaning 51122 clauses out of 330478 with flag 10835300/1760003
1211.85/1202.16	c cleaning 51854 clauses out of 339352 with flag 11274620/1820000
1264.78/1254.74	c cleaning 53031 clauses out of 348498 with flag 11708300/1881000
1319.84/1308.87	c cleaning 53716 clauses out of 357468 with flag 12135772/1943002
1376.65/1365.58	c cleaning 54688 clauses out of 366751 with flag 12584851/2006001
1436.49/1424.90	c cleaning 56063 clauses out of 376063 with flag 13050248/2070001
1499.92/1487.53	c cleaning 56481 clauses out of 385004 with flag 13547023/2135005
1565.03/1551.79	c cleaning 57701 clauses out of 394516 with flag 14046971/2201001
1628.42/1614.28	c cleaning 58608 clauses out of 403816 with flag 14555039/2268005
1692.78/1677.44	c cleaning 60113 clauses out of 413203 with flag 15062290/2336000
1762.87/1745.77	c cleaning 60549 clauses out of 422090 with flag 15576459/2405002
1830.60/1812.53	c cleaning 61582 clauses out of 431540 with flag 16096564/2475001
1905.67/1885.64	c cleaning 62254 clauses out of 440956 with flag 16634277/2546000
1980.51/1959.86	c cleaning 63813 clauses out of 450700 with flag 17187028/2618000
2057.41/2035.83	c cleaning 64565 clauses out of 459888 with flag 17769458/2691001
2139.15/2115.70	c cleaning 65046 clauses out of 469322 with flag 18355686/2765000
2219.52/2194.00	c cleaning 66708 clauses out of 479276 with flag 18943231/2840000
2305.08/2277.68	c cleaning 67438 clauses out of 488567 with flag 19560366/2916000
2388.25/2359.65	c cleaning 68315 clauses out of 498128 with flag 20177791/2993000
2479.47/2448.12	c cleaning 69363 clauses out of 507812 with flag 20797163/3071001
2568.83/2535.83	c cleaning 70302 clauses out of 517450 with flag 21445696/3150003
2664.67/2630.17	c cleaning 71359 clauses out of 527145 with flag 22117490/3230000
2761.10/2725.36	c cleaning 72524 clauses out of 536784 with flag 22771816/3311000
2857.89/2819.67	c cleaning 73239 clauses out of 546261 with flag 23491672/3393001
2959.74/2918.89	c cleaning 74347 clauses out of 556021 with flag 24163923/3476001
3062.73/3019.48	c cleaning 75284 clauses out of 565673 with flag 24856430/3560000
3169.64/3125.07	c cleaning 76227 clauses out of 575389 with flag 25579057/3645001
3277.36/3231.65	c cleaning 77468 clauses out of 585161 with flag 26345639/3731000
3389.82/3341.84	c cleaning 77979 clauses out of 594696 with flag 27123520/3818003
3505.13/3454.89	c cleaning 78979 clauses out of 604715 with flag 27882723/3906001
3600.00/3547.32	c starts		: 25838
3600.00/3547.33	c timeout
3600.00/3547.33	c conflicts		: 3982030
3600.00/3547.33	c decisions		: 111403476
3600.00/3547.33	c propagations		: 3521999941
3600.00/3547.33	c inspects		: 16816818718
3600.00/3547.33	c shortcuts		: 0
3600.00/3547.33	c learnt literals	: 178
3600.00/3547.33	c learnt binary clauses	: 202448
3600.00/3547.33	c learnt ternary clauses	: 195991
3600.00/3547.33	c learnt constraints	: 3981852
3600.00/3547.33	c ignored constraints	: 0
3600.00/3547.34	c root simplifications	: 0
3600.00/3547.34	c removed literals (reason simplification)	: 44988148
3600.00/3547.34	c reason swapping (by a shorter reason)	: 0
3600.00/3547.34	c Calls to reduceDB	: 84
3600.00/3547.34	c Number of update (reduction) of LBD	: 3119763
3600.00/3547.34	c Imported unit clauses	: 0
3600.00/3547.34	c No decision after first conflict	: false
3600.00/3547.34	c number of reductions to clauses (during analyze)	: 0
3600.00/3547.34	c number of learned constraints concerned by reduction	: 0
3600.00/3547.34	c number of learning phase by resolution	: 0
3600.00/3547.34	c number of learning phase by cutting planes	: 0
3600.00/3547.34	c number of rounding to 1 operations	: 0
3600.00/3547.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3547.34	c number of reductions of the coefficients by power 2 	: 0
3600.00/3547.34	c number of right shift for reduction by power 2 	: 0
3600.00/3547.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3547.34	c number of ending skipping 	: 0
3600.00/3547.34	c number of internal skipping 	: 0
3600.00/3547.34	c number of derivation steps 	: 0
3600.00/3547.34	c number of skipped derivation steps 	: 0
3600.00/3547.34	c number of remaining unassigned 	: 0
3600.00/3547.34	c number of remaining assigned 	: 0
3600.00/3547.34	c number of falsified literals weakened from reason	: 0
3600.00/3547.34	c number of falsified literals weakened from conflict	: 0
3600.00/3547.34	c time for arithmetic operations	: 0
3600.00/3547.34	c minimum degree of deleted constraints	: null
3600.00/3547.34	c maximum degree of deleted constraints	: null
3600.00/3547.34	c number of deleted constraints	: 0
3600.00/3547.34	c speed (assignments/second)	: 993397.6402715851
3600.00/3547.34	c non guided choices	: 26763
3600.47/3547.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 399316
3600.47/3547.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 202448
3600.47/3547.66	s UNKNOWN
3600.47/3547.66	c Total wall clock time (in seconds): 3547.334

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507093-1751186490/watcher-4507093-1751186490 -o /tmp/evaluation-result-4507093-1751186490/solver-4507093-1751186490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20306 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507093-1751186490 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507093-1751186490.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 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20774, runsolver pid=20771

[startup+0.10007 s]*
/proc/loadavg: 4.14 4.22 4.24 5/256 20792
/proc/meminfo: memFree=116659632/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=18930384 memory=48428 CPUtime=0.12 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 5789 0 0 0 9 3 0 0 20 0 18 0 34327819 19384713216 12107 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4732596 12107 5301 1 0 546986 0
[pid=20774/tid=20776] ppid=20771 vsize=18930384 memory=4026532029 CPUtime=0.07 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) S 20771 20774 20294 0 -1 4194368 4687 0 0 0 5 2 0 0 20 0 18 0 34327821 19384713216 12107 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=18930384 memory=232800911689 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327825 19384713216 12107 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=18930384 memory=60718858921770 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327826 19384713216 12107 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48428 KiB

[startup+0.211382 s]*
/proc/loadavg: 4.14 4.22 4.24 4/256 20792
/proc/meminfo: memFree=117358120/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=18930384 memory=53240 CPUtime=0.28 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 6472 0 0 0 24 4 0 0 20 0 18 0 34327819 19384713216 13310 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4732596 13310 5333 1 0 547552 0
[pid=20774/tid=20776] ppid=20771 vsize=18930384 memory=32758254098972917 CPUtime=0.18 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 4988 0 0 0 16 2 0 0 20 0 18 0 34327821 19384713216 13310 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=18930384 memory=2549 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327825 19384713216 13310 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=18930384 memory=58519835640787 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327826 19384713216 13310 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53240 KiB

[startup+0.310178 s]*
/proc/loadavg: 4.14 4.22 4.24 6/256 20792
/proc/meminfo: memFree=118511560/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=18930384 memory=58880 CPUtime=0.42 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 6763 0 0 0 38 4 0 0 20 0 18 0 34327819 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4732596 14720 5429 1 0 547769 0
[pid=20774/tid=20776] ppid=20771 vsize=18930384 memory=-6000919502737599597 CPUtime=0.28 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 5180 0 0 0 25 3 0 0 20 0 18 0 34327821 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327825 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327826 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58880 KiB

[startup+0.700256 s]
/proc/loadavg: 4.14 4.22 4.24 3/257 20798
/proc/meminfo: memFree=120400116/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=18930384 memory=58880 CPUtime=0.44 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 6803 0 0 0 40 4 0 0 20 0 18 0 34327819 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4732596 14720 5429 1 0 547793 0
[pid=20774/tid=20776] ppid=20771 vsize=18930384 memory=17024 CPUtime=0.29 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) D 20771 20774 20294 0 -1 4194368 5205 0 0 0 26 3 0 0 20 0 18 0 34327821 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327825 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327826 19384713216 14720 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58880 KiB

[startup+1.50041 s]
/proc/loadavg: 4.13 4.22 4.24 4/278 20828
/proc/meminfo: memFree=124168316/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=18930384 memory=81940 CPUtime=0.97 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 8353 0 0 0 91 6 0 0 20 0 18 0 34327819 19384713216 20485 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4732596 20485 5429 1 0 548809 0
[pid=20774/tid=20776] ppid=20771 vsize=18930384 memory=3200 CPUtime=0.53 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 5274 0 0 0 49 4 0 0 20 0 18 0 34327821 19384713216 20485 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327825 19384713216 20485 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327826 19384713216 20485 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81940 KiB

[startup+3.10671 s]
/proc/loadavg: 4.13 4.22 4.24 9/328 20906
/proc/meminfo: memFree=129820104/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=170592 CPUtime=4.1 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 14794 0 0 0 395 15 0 0 20 0 20 0 34327819 19521036288 42648 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 42648 5493 1 0 551521 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=11264 CPUtime=1.9 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 5894 0 0 0 182 8 0 0 20 0 20 0 34327821 19521036288 42648 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 42648 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 42648 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 42648 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170592 KiB

[startup+6.30035 s]
/proc/loadavg: 4.28 4.25 4.25 6/330 20908
/proc/meminfo: memFree=129643276/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=201540 CPUtime=9.49 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 23966 0 0 0 931 18 0 0 20 0 20 0 34327819 19521036288 50385 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 50385 5493 1 0 554929 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=0 CPUtime=5.02 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 6870 0 0 0 493 9 0 0 20 0 20 0 34327821 19521036288 50385 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 50385 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 50385 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=-6000919502737599597 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 50385 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201540 KiB

[startup+12.7004 s]
/proc/loadavg: 4.50 4.29 4.27 5/330 20908
/proc/meminfo: memFree=129225172/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=332160 CPUtime=17.02 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 33647 0 0 0 1678 24 0 0 20 0 20 0 34327819 19521036288 83040 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 83040 5525 1 0 555580 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=11264 CPUtime=11.14 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 7647 0 0 0 1102 12 0 0 20 0 20 0 34327821 19521036288 83040 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 83040 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 83040 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=170672 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 83040 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 17.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 332160 KiB

[startup+25.5005 s]
/proc/loadavg: 4.50 4.30 4.27 5/330 20909
/proc/meminfo: memFree=127659772/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=747340 CPUtime=29.92 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 36282 0 0 0 2953 39 0 0 20 0 20 0 34327819 19521036288 186835 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 186835 5525 1 0 749834 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=11264 CPUtime=23.63 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 8779 0 0 0 2340 23 0 0 20 0 20 0 34327821 19521036288 186835 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 186835 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 186835 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=139640728434145 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 186835 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 29.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 747340 KiB

[startup+51.1135 s]
/proc/loadavg: 4.41 4.30 4.27 5/332 20911
/proc/meminfo: memFree=125795200/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1116140 CPUtime=55.79 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 39768 0 0 0 5522 57 0 0 20 0 20 0 34327819 19521036288 279035 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 279035 5525 1 0 749852 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1054668 CPUtime=48.66 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 9891 0 0 0 4832 34 0 0 20 0 20 0 34327821 19521036288 279035 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=1054668 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 279035 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=1054668 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 279035 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=1054668 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.22 4.26 4.25 5/330 21093
/proc/meminfo: memFree=102736264/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1749652 CPUtime=3268.09 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 145345 0 0 0 325883 926 0 0 20 0 20 0 34327819 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 437413 5525 1 0 447099 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1474456 CPUtime=3169.93 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 68305 0 0 0 316314 679 0 0 20 0 20 0 34327821 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=1474456 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=-6000919502737599597 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1433 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=1749652 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3268.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1749652 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.24 4.24 5/332 21098
/proc/meminfo: memFree=102314460/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1749652 CPUtime=3328.98 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 147900 0 0 0 331958 940 0 0 20 0 20 0 34327819 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 437413 5525 1 0 447099 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1749652 CPUtime=3229.24 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 69742 0 0 0 322234 690 0 0 20 0 20 0 34327821 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=1749652 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=1749652 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 437413 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3328.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1749652 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.24 4.24 5/332 21104
/proc/meminfo: memFree=102170136/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3390.32 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 148511 0 0 0 338077 955 0 0 20 0 20 0 34327819 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 399909 5525 1 0 409515 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1749652 CPUtime=3288.64 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 70322 0 0 0 328163 701 0 0 20 0 20 0 34327821 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=1599636 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1483 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=1599636 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3390.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1599636 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.23 5/332 21106
/proc/meminfo: memFree=101833484/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3451.35 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 148533 0 0 0 344165 970 0 0 20 0 20 0 34327819 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 399909 5525 1 0 409515 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3347.68 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 70325 0 0 0 334057 711 0 0 20 0 20 0 34327821 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=1599636 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1484 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=1599636 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3451.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1599636 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.22 4.23 5/333 21111
/proc/meminfo: memFree=101538712/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3512.71 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 148562 0 0 0 350287 984 0 0 20 0 20 0 34327819 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 399909 5525 1 0 409515 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3406.89 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 70329 0 0 0 339967 722 0 0 20 0 20 0 34327821 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1484 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=1599636 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3512.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1599636 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.23 4.23 5/333 21113
/proc/meminfo: memFree=101238168/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3573.74 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 150258 0 0 0 356374 1000 0 0 20 0 20 0 34327819 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 399909 5525 1 0 409516 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=14464 CPUtime=3465.94 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 71663 0 0 0 345861 733 0 0 20 0 20 0 34327821 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=1599636 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1485 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 399909 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3573.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1599636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.3 s]
/proc/loadavg: 4.16 4.21 4.23 5/333 21113
/proc/meminfo: memFree=101139928/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19063512 memory=1574648 CPUtime=3600 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 152453 0 0 0 358994 1006 0 0 20 0 20 0 34327819 19521036288 393662 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4765878 393662 5525 1 0 403252 0
[pid=20774/tid=20776] ppid=20771 vsize=19063512 memory=1599636 CPUtime=3490.75 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) R 20771 20774 20294 0 -1 4194368 72695 0 0 0 348338 737 0 0 20 0 20 0 34327821 19521036288 393662 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327825 19521036288 393662 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19063512 memory=1574648 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1524 0 0 0 0 0 0 0 20 0 20 0 34327826 19521036288 393662 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20868] ppid=20771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20774/task/20868/stat : 20868 (Timer-0) S 20771 20774 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328012 19521036288 393662 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1574648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.5 s, system=10.0808 s

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

[startup+3547.6 s]
/proc/loadavg: 4.16 4.21 4.23 5/333 21113
/proc/meminfo: memFree=101139928/131382120 swapFree=33010684/33010684
[pid=20774] ppid=20771 vsize=19263204 memory=1575416 CPUtime=3600.47 cores=1,3
/proc/20774/stat : 20774 (java) S 20771 20774 20294 0 -1 4194304 153898 0 0 0 359040 1007 0 0 20 0 21 0 34327819 19725520896 393854 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
/proc/20774/statm: 4815801 393854 5525 1 0 404232 0
[pid=20774/tid=20776] ppid=20771 vsize=19263204 memory=1792 CPUtime=3490.78 cores=1,3
/proc/20774/task/20776/stat : 20776 (java) S 20771 20774 20294 0 -1 4194368 72922 0 0 0 348341 737 0 0 20 0 21 0 34327821 19725520896 393854 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20785] ppid=20771 vsize=19263204 memory=1920 CPUtime=0 cores=1,3
/proc/20774/task/20785/stat : 20785 (Finalizer) S 20771 20774 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34327825 19725520896 393854 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
[pid=20774/tid=20792] ppid=20771 vsize=19263204 memory=6016 CPUtime=0 cores=1,3
/proc/20774/task/20792/stat : 20792 (Common-Cleaner) S 20771 20774 20294 0 -1 4194368 1524 0 0 0 0 0 0 0 20 0 21 0 34327826 19725520896 393854 18446744073709551615 93838409637888 93838409641584 140730411546672 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93838409649400 93838409650192 93838411931648 140730411551024 140730411551206 140730411551206 140730411556808 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1575416 KiB

Child status: 143

Real time (s): 3547.67
CPU time (s): 3600.58
CPU user time (s): 3590.5
CPU system time (s): 10.0808
CPU usage (%): 101.491
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2962024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.5
system time used= 10.0808
maximum resident set size= 2962024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11906152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119517
involuntary context switches= 14193


# summary of solver processes directly reported to runsolver:
#   pid: 20774
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3590.5
#   total CPU system time (s): 10.0808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1558 second user time and 37.1944 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 10:41:30
IDJOB=4507093
IDBENCH=158322
IDSOLVER=3364
FILE ID=nodeC002/4507093-1751186490
RUNJOBID= nodeC002-1751182786-20306
SLURM_JOB_ID= 9587562
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=198497289

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.602
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.587
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		: 3700.000
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		: 1795.830
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		: 3700.000
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.181
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		: 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.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.756
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:        115567308 kB
MemAvailable:   129959188 kB
Buffers:            3280 kB
Cached:         15186680 kB
SwapCached:            0 kB
Active:           313916 kB
Inactive:       14939028 kB
Active(anon):      80944 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file): 14939028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1832 kB
Writeback:             0 kB
AnonPages:         65976 kB
Mapped:           102332 kB
Shmem:             17960 kB
KReclaimable:     119012 kB
Slab:             201220 kB
SReclaimable:     119012 kB
SUnreclaim:        82208 kB
KernelStack:        3856 kB
PageTables:         2764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 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 11:40:38