Trace number 4507237

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.33 3575.08

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K177.opb
MD5SUM4b187363ec0683eba575f162bd763393
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark211.425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.28/0.26	c Pseudo Boolean Optimization by upper bound
0.28/0.26	c --- Begin Solver configuration ---
0.28/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.26	c Learn all clauses as in MiniSAT
0.28/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.26	c Expensive reason simplification
0.28/0.26	c Glucose 2.1 dynamic restart strategy
0.28/0.26	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.28/0.26	c timeout=2147483s
0.28/0.26	c DB Simplification allowed=false
0.28/0.26	c Listener: none
0.28/0.26	c --- End Solver configuration ---
0.28/0.26	c solving HOME/instance-4507237-1751190041.opb
0.28/0.26	c reading problem ... 
0.28/0.27	c using VERIPB proof format
0.28/0.27	c  no objective function found
1.37/0.84	c ... done. Wall clock time 0.567s.
1.37/0.84	c declared #vars     21063
1.37/0.84	c #constraints  21419
1.37/0.84	c constraints type 
1.37/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1.37/0.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
1.37/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1.37/0.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.37/0.84	c 21419 constraints processed.
7.41/4.01	c cleaning 2489 clauses out of 4993 with flag 22659/5002
10.54/6.69	c cleaning 4235 clauses out of 8496 with flag 55185/11000
14.74/10.07	c cleaning 5589 clauses out of 11255 with flag 90180/18000
19.09/13.96	c cleaning 6812 clauses out of 13664 with flag 130868/26000
23.58/17.84	c cleaning 7726 clauses out of 15851 with flag 176928/35000
30.74/25.04	c cleaning 8133 clauses out of 18126 with flag 226861/45002
35.95/30.23	c cleaning 8991 clauses out of 20990 with flag 281322/56000
43.63/37.90	c cleaning 9779 clauses out of 23990 with flag 338465/68000
52.52/46.74	c cleaning 10588 clauses out of 27206 with flag 405747/81000
58.88/53.09	c cleaning 11337 clauses out of 30613 with flag 475405/95000
66.44/60.58	c cleaning 12032 clauses out of 34274 with flag 550540/110000
75.29/69.37	c cleaning 12822 clauses out of 38228 with flag 634297/126000
84.45/78.37	c cleaning 13635 clauses out of 42403 with flag 720005/143000
93.51/87.25	c cleaning 14456 clauses out of 46760 with flag 811509/161000
103.58/97.29	c cleaning 15432 clauses out of 51298 with flag 910863/180001
114.89/108.45	c cleaning 16075 clauses out of 55861 with flag 1014850/200000
127.30/120.71	c cleaning 17005 clauses out of 60782 with flag 1125114/221006
139.15/132.57	c cleaning 17932 clauses out of 65769 with flag 1239018/243000
151.38/144.64	c cleaning 18756 clauses out of 70834 with flag 1357136/266000
164.98/158.15	c cleaning 19252 clauses out of 76070 with flag 1485448/290000
179.18/172.24	c cleaning 20300 clauses out of 81816 with flag 1616729/315000
195.39/188.34	c cleaning 21184 clauses out of 87509 with flag 1752662/341000
210.76/203.67	c cleaning 22336 clauses out of 93322 with flag 1893253/368000
227.53/220.39	c cleaning 22845 clauses out of 98984 with flag 2040041/396000
244.97/237.67	c cleaning 23464 clauses out of 105137 with flag 2197458/425001
266.93/260.25	c cleaning 24573 clauses out of 111671 with flag 2368298/455001
284.87/278.03	c cleaning 25314 clauses out of 118095 with flag 2534934/486000
305.90/299.21	c cleaning 25881 clauses out of 124776 with flag 2711066/518000
326.38/319.60	c cleaning 26971 clauses out of 131895 with flag 2887524/551000
348.01/341.18	c cleaning 27902 clauses out of 138923 with flag 3075715/585000
371.98/364.84	c cleaning 28821 clauses out of 146014 with flag 3267446/620000
397.36/390.17	c cleaning 29511 clauses out of 153192 with flag 3473036/656000
423.33/416.01	c cleaning 30297 clauses out of 160676 with flag 3680231/693000
449.06/441.53	c cleaning 31198 clauses out of 168380 with flag 3894769/731002
477.82/469.47	c cleaning 31845 clauses out of 176177 with flag 4119160/770000
506.11/497.64	c cleaning 32925 clauses out of 184333 with flag 4348974/810003
536.23/527.67	c cleaning 34208 clauses out of 192402 with flag 4594474/851000
567.10/558.30	c cleaning 34650 clauses out of 200193 with flag 4842360/893000
599.42/590.47	c cleaning 35947 clauses out of 208541 with flag 5088091/936000
630.83/621.85	c cleaning 37000 clauses out of 216595 with flag 5348106/980001
664.58/655.56	c cleaning 36973 clauses out of 224591 with flag 5615215/1025000
701.56/692.32	c cleaning 38328 clauses out of 233620 with flag 5892952/1071004
738.65/729.23	c cleaning 39363 clauses out of 242287 with flag 6178800/1118001
777.15/767.55	c cleaning 40282 clauses out of 250923 with flag 6469890/1166000
818.23/808.61	c cleaning 40728 clauses out of 259639 with flag 6769885/1215000
859.67/849.92	c cleaning 41863 clauses out of 268911 with flag 7084644/1265002
901.58/891.39	c cleaning 43192 clauses out of 278046 with flag 7395727/1316000
945.94/935.64	c cleaning 43470 clauses out of 286855 with flag 7724053/1368002
989.83/979.39	c cleaning 45089 clauses out of 296385 with flag 8050315/1421002
1036.47/1026.32	c cleaning 45764 clauses out of 305292 with flag 8384039/1475000
1083.12/1072.80	c cleaning 46655 clauses out of 314526 with flag 8726839/1530000
1134.50/1124.12	c cleaning 47454 clauses out of 323870 with flag 9094179/1586000
1189.21/1178.76	c cleaning 48066 clauses out of 333413 with flag 9465516/1643000
1242.25/1231.69	c cleaning 49223 clauses out of 343344 with flag 9837265/1701000
1299.80/1288.98	c cleaning 50004 clauses out of 353120 with flag 10236369/1760000
1356.95/1346.00	c cleaning 51112 clauses out of 363116 with flag 10625997/1820001
1414.75/1403.66	c cleaning 52196 clauses out of 373002 with flag 11030425/1881000
1476.41/1464.60	c cleaning 52901 clauses out of 382804 with flag 11442093/1943000
1537.31/1525.17	c cleaning 53888 clauses out of 392902 with flag 11866461/2006001
1600.52/1588.90	c cleaning 54815 clauses out of 403012 with flag 12303762/2070000
1666.42/1654.59	c cleaning 55712 clauses out of 413197 with flag 12737062/2135001
1735.37/1722.54	c cleaning 56458 clauses out of 423484 with flag 13182588/2201001
1804.58/1791.62	c cleaning 57541 clauses out of 434027 with flag 13633690/2268003
1876.01/1862.85	c cleaning 58679 clauses out of 444484 with flag 14091308/2336001
1953.63/1940.45	c cleaning 59368 clauses out of 454806 with flag 14583458/2405002
2029.96/2015.79	c cleaning 60218 clauses out of 465433 with flag 15080635/2475000
2108.33/2093.87	c cleaning 61270 clauses out of 476219 with flag 15578677/2546004
2188.14/2173.25	c cleaning 62274 clauses out of 486945 with flag 16073979/2618000
2272.45/2256.78	c cleaning 63281 clauses out of 497672 with flag 16583216/2691001
2358.22/2342.34	c cleaning 64361 clauses out of 508390 with flag 17112155/2765000
2442.71/2426.30	c cleaning 65305 clauses out of 519024 with flag 17643510/2840000
2530.22/2513.11	c cleaning 65824 clauses out of 529716 with flag 18196804/2916001
2623.74/2606.46	c cleaning 67079 clauses out of 540897 with flag 18753774/2993007
2717.93/2701.30	c cleaning 67976 clauses out of 551811 with flag 19292929/3071000
2814.12/2796.43	c cleaning 68757 clauses out of 562837 with flag 19884944/3150002
2915.83/2897.90	c cleaning 70219 clauses out of 574080 with flag 20467163/3230002
3017.50/2998.24	c cleaning 70585 clauses out of 584859 with flag 21095551/3311000
3122.70/3102.13	c cleaning 71830 clauses out of 596276 with flag 21698821/3393004
3228.83/3207.83	c cleaning 72527 clauses out of 607441 with flag 22324735/3476000
3340.45/3318.65	c cleaning 73658 clauses out of 618916 with flag 22970639/3560002
3454.41/3431.10	c cleaning 74630 clauses out of 630257 with flag 23615250/3645001
3567.83/3542.65	c cleaning 75629 clauses out of 641625 with flag 24261116/3731000
3600.05/3574.93	c timeout
3600.05/3574.93	c starts		: 22818
3600.05/3574.94	c conflicts		: 3759151
3600.05/3574.94	c decisions		: 140961552
3600.05/3574.94	c propagations		: 3805849364
3600.05/3574.94	c inspects		: 16004415830
3600.05/3574.94	c shortcuts		: 0
3600.05/3574.94	c learnt literals	: 209
3600.05/3574.94	c learnt binary clauses	: 238392
3600.05/3574.94	c learnt ternary clauses	: 211082
3600.05/3574.94	c learnt constraints	: 3758942
3600.05/3574.94	c ignored constraints	: 0
3600.05/3574.94	c root simplifications	: 0
3600.05/3574.94	c removed literals (reason simplification)	: 36374279
3600.05/3574.94	c reason swapping (by a shorter reason)	: 0
3600.05/3574.94	c Calls to reduceDB	: 82
3600.05/3574.94	c Number of update (reduction) of LBD	: 2709426
3600.05/3574.94	c Imported unit clauses	: 0
3600.05/3574.94	c No decision after first conflict	: false
3600.05/3574.94	c number of reductions to clauses (during analyze)	: 0
3600.05/3574.94	c number of learned constraints concerned by reduction	: 0
3600.05/3574.94	c number of learning phase by resolution	: 0
3600.05/3574.94	c number of learning phase by cutting planes	: 0
3600.05/3574.94	c number of rounding to 1 operations	: 0
3600.05/3574.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3574.94	c number of reductions of the coefficients by power 2 	: 0
3600.05/3574.94	c number of right shift for reduction by power 2 	: 0
3600.05/3574.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3574.94	c number of ending skipping 	: 0
3600.05/3574.94	c number of internal skipping 	: 0
3600.05/3574.94	c number of derivation steps 	: 0
3600.05/3574.94	c number of skipped derivation steps 	: 0
3600.05/3574.94	c number of remaining unassigned 	: 0
3600.05/3574.94	c number of remaining assigned 	: 0
3600.05/3574.94	c number of falsified literals weakened from reason	: 0
3600.05/3574.94	c number of falsified literals weakened from conflict	: 0
3600.05/3574.94	c time for arithmetic operations	: 0
3600.05/3574.94	c minimum degree of deleted constraints	: null
3600.05/3574.94	c maximum degree of deleted constraints	: null
3600.05/3574.94	c number of deleted constraints	: 0
3600.05/3574.94	c speed (assignments/second)	: 1064845.491686546
3600.05/3574.94	c non guided choices	: 52450
3600.24/3575.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 355755
3600.24/3575.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 238392
3600.24/3575.05	s UNKNOWN
3600.24/3575.05	c Total wall clock time (in seconds): 3574.791

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

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


[startup+0.10005 s]*
/proc/loadavg: 4.16 4.21 4.23 7/331 21179
/proc/meminfo: memFree=108614996/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=18930384 memory=50664 CPUtime=0.11 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 5827 0 0 0 8 3 0 0 20 0 18 0 34682911 19384713216 12666 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4732596 12666 5327 1 0 547053 0
[pid=21161/tid=21163] ppid=21158 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 4696 0 0 0 5 2 0 0 20 0 18 0 34682912 19384713216 12666 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34682917 19384713216 12666 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=18930384 memory=55195547748946 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34682918 19384713216 12666 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50664 KiB

[startup+0.209955 s]*
/proc/loadavg: 4.16 4.21 4.23 6/331 21179
/proc/meminfo: memFree=108606868/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=18930384 memory=59448 CPUtime=0.28 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 6490 0 0 0 24 4 0 0 20 0 18 0 34682911 19384713216 14862 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4732596 14862 5359 1 0 547622 0
[pid=21161/tid=21163] ppid=21158 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 5087 0 0 0 14 2 0 0 20 0 18 0 34682912 19384713216 14862 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34682917 19384713216 14862 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34682918 19384713216 14862 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59448 KiB

[startup+0.309795 s]*
/proc/loadavg: 4.16 4.21 4.23 7/331 21179
/proc/meminfo: memFree=108606868/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=18930384 memory=62768 CPUtime=0.46 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 6730 0 0 0 42 4 0 0 20 0 18 0 34682911 19384713216 15692 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4732596 15692 5423 1 0 547816 0
[pid=21161/tid=21163] ppid=21158 vsize=18930384 memory=-6000919472706775917 CPUtime=0.25 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 5267 0 0 0 22 3 0 0 20 0 18 0 34682912 19384713216 15692 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34682917 19384713216 15692 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34682918 19384713216 15692 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62768 KiB

[startup+0.700293 s]
/proc/loadavg: 4.38 4.25 4.24 5/331 21179
/proc/meminfo: memFree=108577000/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=18930384 memory=122644 CPUtime=1.2 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 8474 0 0 0 113 7 0 0 20 0 18 0 34682911 19384713216 30661 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4732596 30661 5423 1 0 548973 0
[pid=21161/tid=21163] ppid=21158 vsize=18930384 memory=17024 CPUtime=0.61 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 5309 0 0 0 57 4 0 0 20 0 18 0 34682912 19384713216 30661 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34682917 19384713216 30661 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34682918 19384713216 30661 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 122644 KiB

[startup+1.50024 s]
/proc/loadavg: 4.38 4.25 4.24 8/333 21181
/proc/meminfo: memFree=108497524/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=181544 CPUtime=2.76 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 20497 0 0 0 266 10 0 0 20 0 20 0 34682911 19521036288 45386 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 45386 5487 1 0 553781 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=3200 CPUtime=1.3 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 5800 0 0 0 125 5 0 0 20 0 20 0 34682912 19521036288 45386 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 45386 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 45386 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 45386 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181544 KiB

[startup+3.10589 s]
/proc/loadavg: 4.38 4.25 4.24 6/333 21181
/proc/meminfo: memFree=108445128/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=191528 CPUtime=5.93 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 26078 0 0 0 582 11 0 0 20 0 20 0 34682911 19521036288 47882 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 47882 5487 1 0 556041 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=14464 CPUtime=2.88 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 6133 0 0 0 282 6 0 0 20 0 20 0 34682912 19521036288 47882 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 47882 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 47882 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 47882 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191528 KiB

[startup+6.30042 s]
/proc/loadavg: 4.51 4.28 4.25 5/333 21181
/proc/meminfo: memFree=108421988/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=209068 CPUtime=10.23 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 27541 0 0 0 1009 14 0 0 20 0 20 0 34682911 19521036288 52267 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 52267 5519 1 0 556096 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=0 CPUtime=5.99 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 6684 0 0 0 592 7 0 0 20 0 20 0 34682912 19521036288 52267 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 52267 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 52267 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=181800 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 52267 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 10.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 209068 KiB

[startup+12.7004 s]
/proc/loadavg: 4.55 4.30 4.26 6/330 21245
/proc/meminfo: memFree=115517992/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=354256 CPUtime=17.87 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 35296 0 0 0 1767 20 0 0 20 0 20 0 34682911 19521036288 88564 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 88564 5519 1 0 723184 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=181800 CPUtime=12.12 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 7396 0 0 0 1201 11 0 0 20 0 20 0 34682912 19521036288 88564 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=264576 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 88564 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 88564 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 88564 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 17.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 354256 KiB

[startup+25.5005 s]
/proc/loadavg: 4.62 4.32 4.26 4/310 21326
/proc/meminfo: memFree=123289560/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=597844 CPUtime=31.21 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 38702 0 0 0 3089 32 0 0 20 0 20 0 34682911 19521036288 149461 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 149461 5519 1 0 723221 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=264576 CPUtime=24.5 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 8406 0 0 0 2431 19 0 0 20 0 20 0 34682912 19521036288 149461 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=597844 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 149461 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=589636 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 149461 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 149461 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 31.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 597844 KiB

[startup+51.1134 s]
/proc/loadavg: 4.94 4.42 4.30 5/332 21383
/proc/meminfo: memFree=124901732/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=1234264 CPUtime=56.94 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 40259 0 0 0 5640 54 0 0 20 0 20 0 34682911 19521036288 308566 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 308566 5519 1 0 859018 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=1197388 CPUtime=49.49 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 8705 0 0 0 4915 34 0 0 20 0 20 0 34682912 19521036288 308566 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 308566 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=1045680 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 308566 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0

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

/proc/meminfo: memFree=92835524/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378848 CPUtime=3243.29 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 167804 0 0 0 323454 875 0 0 20 0 20 0 34682911 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594712 5519 1 0 607197 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=2378848 CPUtime=3178.96 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 88751 0 0 0 317256 640 0 0 20 0 20 0 34682912 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=2378848 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=2378848 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1673 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=2378848 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3243.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378848 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.35 4.25 5/331 21551
/proc/meminfo: memFree=92482968/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378848 CPUtime=3304.06 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 172262 0 0 0 329517 889 0 0 20 0 20 0 34682911 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594712 5519 1 0 607197 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=14464 CPUtime=3237.82 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 91873 0 0 0 323130 652 0 0 20 0 20 0 34682912 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1673 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=2378848 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3304.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378848 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.31 4.25 5/331 21552
/proc/meminfo: memFree=92271728/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378848 CPUtime=3364.27 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 173922 0 0 0 335523 904 0 0 20 0 20 0 34682911 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594712 5519 1 0 607214 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=14464 CPUtime=3297.31 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 93069 0 0 0 329067 664 0 0 20 0 20 0 34682912 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=2378848 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1780 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=2378848 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594712 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3364.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378848 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.31 4.25 5/332 21559
/proc/meminfo: memFree=91656236/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378976 CPUtime=3425.4 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 179296 0 0 0 341621 919 0 0 20 0 20 0 34682911 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594744 5519 1 0 607214 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=14464 CPUtime=3356.72 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 96827 0 0 0 334999 673 0 0 20 0 20 0 34682912 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=2378976 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3425.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378976 KiB

[startup+3462.3 s]
/proc/loadavg: 4.82 4.46 4.31 5/332 21561
/proc/meminfo: memFree=91399540/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378976 CPUtime=3485.78 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 179500 0 0 0 347646 932 0 0 20 0 20 0 34682911 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594744 5519 1 0 607214 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=14464 CPUtime=3415.94 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 96886 0 0 0 340911 683 0 0 20 0 20 0 34682912 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=-6000919472706775917 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=2378976 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3485.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.64 4.48 4.32 6/331 21563
/proc/meminfo: memFree=91061776/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378976 CPUtime=3545.96 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 180064 0 0 0 353651 945 0 0 20 0 20 0 34682911 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594744 5519 1 0 607214 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=-6000919472706775917 CPUtime=3475.24 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 97438 0 0 0 346832 692 0 0 20 0 20 0 34682912 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=-6000919472706775917 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3545.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.9 s]
/proc/loadavg: 4.34 4.43 4.32 4/305 21598
/proc/meminfo: memFree=99662040/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19063512 memory=2378976 CPUtime=3600.05 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 184935 0 0 0 359047 958 0 0 20 0 20 0 34682911 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4765878 594744 5519 1 0 607214 0
[pid=21161/tid=21163] ppid=21158 vsize=19063512 memory=2378976 CPUtime=3527.01 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) R 21158 21161 20294 0 -1 4194368 100626 0 0 0 352000 701 0 0 20 0 20 0 34682912 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19063512 memory=2378976 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34682917 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1847 0 0 0 0 0 0 0 20 0 20 0 34682918 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21181] ppid=21158 vsize=19063512 memory=2378976 CPUtime=0 cores=1,3
/proc/21161/task/21181/stat : 21181 (Timer-0) S 21158 21161 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34682996 19521036288 594744 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2378976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.74 s, system=9.59497 s

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

[startup+3575 s]*
/proc/loadavg: 4.34 4.43 4.32 5/282 21630
/proc/meminfo: memFree=101216080/131382120 swapFree=33010684/33010684
[pid=21161] ppid=21158 vsize=19263204 memory=2379488 CPUtime=3600.24 cores=1,3
/proc/21161/stat : 21161 (java) S 21158 21161 20294 0 -1 4194304 186242 0 0 0 359066 958 0 0 20 0 21 0 34682911 19725520896 594872 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
/proc/21161/statm: 4815801 594872 5519 1 0 608137 0
[pid=21161/tid=21163] ppid=21158 vsize=19263204 memory=-6000919507049605997 CPUtime=3527.03 cores=1,3
/proc/21161/task/21163/stat : 21163 (java) S 21158 21161 20294 0 -1 4194368 100837 0 0 0 352002 701 0 0 20 0 21 0 34682912 19725520896 594872 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21172] ppid=21158 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/21161/task/21172/stat : 21172 (Finalizer) S 21158 21161 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34682917 19725520896 594872 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21179] ppid=21158 vsize=19263204 memory=-6000919507049605997 CPUtime=0 cores=1,3
/proc/21161/task/21179/stat : 21179 (Common-Cleaner) S 21158 21161 20294 0 -1 4194368 1847 0 0 0 0 0 0 0 20 0 21 0 34682918 19725520896 594872 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
[pid=21161/tid=21630] ppid=21158 vsize=19263204 memory=5632 CPUtime=0.06 cores=1,3
/proc/21161/task/21630/stat : 21630 (Thread-0) R 21158 21161 20294 0 -1 4194368 148 0 0 0 6 0 0 0 20 0 21 0 35040403 19725520896 594872 18446744073709551615 94046198665216 94046198668912 140722863900096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94046198676728 94046198677520 94046231416832 140722863905072 140722863905254 140722863905254 140722863910856 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2379488 KiB

Child status: 143

Real time (s): 3575.08
CPU time (s): 3600.33
CPU user time (s): 3590.74
CPU system time (s): 9.59497
CPU usage (%): 100.706
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3404140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.74
system time used= 9.59497
maximum resident set size= 3404140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11533384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113603
involuntary context switches= 9690


# summary of solver processes directly reported to runsolver:
#   pid: 21161
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3590.74
#   total CPU system time (s): 9.59497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8611 second user time and 37.2035 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 11:40:41
IDJOB=4507237
IDBENCH=158331
IDSOLVER=3364
FILE ID=nodeC002/4507237-1751190041
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_K177.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507237-1751190041/watcher-4507237-1751190041 -o /tmp/evaluation-result-4507237-1751190041/solver-4507237-1751190041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20306 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507237-1751190041 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507237-1751190041.opb

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

MD5SUM BENCH= 4b187363ec0683eba575f162bd763393
RANDOM SEED=334202659

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		: 3660.717
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.230
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.838
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		: 1796.092
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		: 3491.905
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		: 3663.593
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.982
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.955
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:        108627408 kB
MemAvailable:   124754940 kB
Buffers:            3280 kB
Cached:         16920768 kB
SwapCached:            0 kB
Active:          5491028 kB
Inactive:       16672960 kB
Active(anon):    5258056 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file): 16672960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48060 kB
Writeback:             0 kB
AnonPages:       5231772 kB
Mapped:           122280 kB
Shmem:             17960 kB
KReclaimable:     122456 kB
Slab:             206948 kB
SReclaimable:     122456 kB
SUnreclaim:        84492 kB
KernelStack:        5056 kB
PageTables:        14008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5801220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5005312 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= 433056 MiB
End job on nodeC002 at 2025-06-29 12:40:16