Trace number 4503429

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-06UNSAT cert. 681.618 678.434

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4503429-1751163703.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
1.66/0.94	c ... done. Wall clock time 0.806s.
1.66/0.94	c declared #vars     7351
1.66/0.94	c #constraints  156112
1.66/0.94	c constraints type 
1.66/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
1.66/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1.66/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1.66/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
1.66/0.94	c 156112 constraints processed.
4.03/2.15	c cleaning 2500 clauses out of 5003 with flag 54607/5003
5.81/3.04	c cleaning 4239 clauses out of 8501 with flag 138799/11001
7.28/4.00	c cleaning 5622 clauses out of 11261 with flag 240171/18000
8.70/5.27	c cleaning 6810 clauses out of 13640 with flag 342347/26001
10.62/6.92	c cleaning 7909 clauses out of 15829 with flag 484769/35000
13.48/8.76	c cleaning 8948 clauses out of 17915 with flag 565048/45000
15.14/10.38	c cleaning 9977 clauses out of 19968 with flag 623370/56001
17.18/12.30	c cleaning 10981 clauses out of 21990 with flag 742536/68000
18.68/13.85	c cleaning 11991 clauses out of 24008 with flag 853069/81000
20.17/15.35	c cleaning 12964 clauses out of 26016 with flag 994484/95001
22.57/17.34	c cleaning 13984 clauses out of 28052 with flag 1202427/110001
25.07/19.88	c cleaning 15034 clauses out of 30070 with flag 1394970/126003
27.00/21.75	c cleaning 15944 clauses out of 32033 with flag 1565627/143000
29.32/24.02	c cleaning 16996 clauses out of 34090 with flag 1828424/161001
31.82/26.59	c cleaning 18041 clauses out of 36094 with flag 2000109/180001
34.61/29.30	c cleaning 18975 clauses out of 38053 with flag 2278418/200001
37.43/32.16	c cleaning 20032 clauses out of 40078 with flag 2545951/221001
39.86/34.66	c cleaning 21000 clauses out of 42045 with flag 2741596/243000
43.05/37.80	c cleaning 21997 clauses out of 44045 with flag 2943334/266000
45.75/40.55	c cleaning 22957 clauses out of 46048 with flag 3219709/290000
49.74/44.52	c cleaning 24033 clauses out of 48091 with flag 3503772/315000
53.15/47.93	c cleaning 25006 clauses out of 50060 with flag 3825126/341002
56.95/51.72	c cleaning 25918 clauses out of 52052 with flag 4118597/368000
60.64/55.44	c cleaning 27006 clauses out of 54134 with flag 4503860/396000
63.94/58.70	c cleaning 28042 clauses out of 56129 with flag 4892443/425001
68.55/63.35	c cleaning 28953 clauses out of 58086 with flag 5257188/455000
73.08/67.92	c cleaning 30025 clauses out of 60133 with flag 5630824/486000
77.67/72.54	c cleaning 30952 clauses out of 62108 with flag 5962968/518000
84.75/79.60	c cleaning 32069 clauses out of 64156 with flag 6324114/551000
90.04/84.93	c cleaning 33028 clauses out of 66086 with flag 6623476/585000
95.93/90.81	c cleaning 33989 clauses out of 68058 with flag 6955402/620000
100.78/95.71	c cleaning 34982 clauses out of 70069 with flag 7266967/656000
105.84/100.87	c cleaning 36035 clauses out of 72088 with flag 7597279/693001
112.83/107.89	c cleaning 36998 clauses out of 74052 with flag 7948350/731000
120.13/115.17	c cleaning 38009 clauses out of 76054 with flag 8261977/770000
126.73/121.73	c cleaning 39007 clauses out of 78046 with flag 8675244/810001
133.69/128.77	c cleaning 39946 clauses out of 80037 with flag 9039938/851000
140.77/135.87	c cleaning 40971 clauses out of 82095 with flag 9450959/893004
147.28/142.37	c cleaning 42052 clauses out of 84120 with flag 9865579/936000
155.45/150.55	c cleaning 42991 clauses out of 86069 with flag 10277191/980001
163.76/158.90	c cleaning 43981 clauses out of 88078 with flag 10708634/1025001
172.88/168.10	c cleaning 44980 clauses out of 90097 with flag 11175507/1071001
181.45/176.60	c cleaning 45991 clauses out of 92116 with flag 11664876/1118000
190.03/185.20	c cleaning 47053 clauses out of 94125 with flag 12204047/1166000
199.15/194.41	c cleaning 47987 clauses out of 96074 with flag 12632597/1215002
207.04/202.33	c cleaning 48956 clauses out of 98085 with flag 13167635/1265000
217.84/213.14	c cleaning 50056 clauses out of 100129 with flag 13654755/1316000
228.95/224.36	c cleaning 51031 clauses out of 102073 with flag 14139045/1368000
238.82/234.20	c cleaning 51904 clauses out of 104041 with flag 14644232/1421000
248.00/243.41	c cleaning 53048 clauses out of 106138 with flag 15217250/1475001
259.14/254.64	c cleaning 54020 clauses out of 108089 with flag 15756091/1530000
270.99/266.50	c cleaning 54989 clauses out of 110069 with flag 16255967/1586000
283.66/279.20	c cleaning 56013 clauses out of 112080 with flag 16799013/1643000
296.18/291.89	c cleaning 56964 clauses out of 114068 with flag 17381788/1701002
309.04/304.79	c cleaning 58011 clauses out of 116100 with flag 18052777/1760000
321.91/317.60	c cleaning 59014 clauses out of 118090 with flag 18711232/1820002
337.87/333.68	c cleaning 60001 clauses out of 120075 with flag 19608884/1881001
355.38/351.23	c cleaning 60957 clauses out of 122074 with flag 20418623/1943001
368.86/364.79	c cleaning 61938 clauses out of 124115 with flag 21198915/2006000
382.83/378.70	c cleaning 63019 clauses out of 126177 with flag 21878629/2070000
402.38/398.33	c cleaning 64024 clauses out of 128158 with flag 22929786/2135000
418.91/414.95	c cleaning 65053 clauses out of 130134 with flag 23671203/2201000
438.25/434.32	c cleaning 66028 clauses out of 132080 with flag 24604859/2268000
456.95/453.08	c cleaning 67015 clauses out of 134052 with flag 25327413/2336000
477.36/473.59	c cleaning 68003 clauses out of 136036 with flag 26240056/2405000
497.51/493.72	c cleaning 68955 clauses out of 138033 with flag 27186719/2475000
521.53/517.88	c cleaning 69992 clauses out of 140077 with flag 28452618/2546000
541.54/537.97	c cleaning 70988 clauses out of 142085 with flag 29387885/2618000
562.95/559.47	c cleaning 71964 clauses out of 144099 with flag 30463692/2691002
586.30/582.87	c cleaning 73038 clauses out of 146133 with flag 31661613/2765000
610.43/607.06	c cleaning 74004 clauses out of 148095 with flag 32696883/2840000
633.44/630.13	c cleaning 75005 clauses out of 150092 with flag 33628715/2916001
655.14/651.96	c cleaning 75994 clauses out of 152086 with flag 34517510/2993000
680.50/677.34	c cleaning 76992 clauses out of 154092 with flag 35471073/3071003
681.49/678.37	c starts		: 9357
681.49/678.37	c conflicts		: 3075663
681.49/678.37	c decisions		: 12838723
681.49/678.37	c propagations		: 782780562
681.49/678.37	c inspects		: 8747793587
681.49/678.37	c shortcuts		: 0
681.49/678.37	c learnt literals	: 29
681.49/678.37	c learnt binary clauses	: 873
681.49/678.37	c learnt ternary clauses	: 3208
681.49/678.37	c learnt constraints	: 3075633
681.49/678.37	c ignored constraints	: 0
681.49/678.37	c root simplifications	: 0
681.49/678.37	c removed literals (reason simplification)	: 68674218
681.49/678.37	c reason swapping (by a shorter reason)	: 0
681.49/678.37	c Calls to reduceDB	: 74
681.49/678.37	c Number of update (reduction) of LBD	: 2130667
681.49/678.37	c Imported unit clauses	: 0
681.49/678.37	c No decision after first conflict	: false
681.49/678.37	c number of reductions to clauses (during analyze)	: 0
681.49/678.37	c number of learned constraints concerned by reduction	: 0
681.49/678.37	c number of learning phase by resolution	: 0
681.49/678.37	c number of learning phase by cutting planes	: 0
681.49/678.37	c number of rounding to 1 operations	: 0
681.49/678.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
681.49/678.37	c number of reductions of the coefficients by power 2 	: 0
681.49/678.37	c number of right shift for reduction by power 2 	: 0
681.49/678.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
681.49/678.37	c number of ending skipping 	: 0
681.49/678.37	c number of internal skipping 	: 0
681.49/678.37	c number of derivation steps 	: 0
681.49/678.37	c number of skipped derivation steps 	: 0
681.49/678.37	c number of remaining unassigned 	: 0
681.49/678.37	c number of remaining assigned 	: 0
681.49/678.37	c number of falsified literals weakened from reason	: 0
681.49/678.37	c number of falsified literals weakened from conflict	: 0
681.49/678.37	c time for arithmetic operations	: 0
681.49/678.37	c minimum degree of deleted constraints	: null
681.49/678.37	c maximum degree of deleted constraints	: null
681.49/678.37	c number of deleted constraints	: 0
681.49/678.37	c speed (assignments/second)	: 1155518.463954841
681.49/678.37	c non guided choices	: 296325
681.57/678.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 80879
681.57/678.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 873
681.57/678.42	s UNSATISFIABLE
681.57/678.42	c Total wall clock time (in seconds): 678.294

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 22:28:24 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63665 MiB (45588 MiB free)
  memory of node 1: 64507 MiB (49091 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=18173, runsolver pid=18170
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.55 4.25 4.19 6/343 18191
/proc/meminfo: memFree=96934920/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=18930384 memory=57964 CPUtime=0.13 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 32050144 19384713216 14491 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4732596 14491 5372 1 0 547622 0
[pid=18173/tid=18175] ppid=18170 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 5100 0 0 0 7 1 0 0 20 0 18 0 32050145 19384713216 14491 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32050147 19384713216 14491 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32050148 19384713216 14491 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57964 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.55 4.25 4.19 7/343 18191
/proc/meminfo: memFree=96923704/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=18930384 memory=71500 CPUtime=0.32 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 7414 0 0 0 30 2 0 0 20 0 18 0 32050144 19384713216 17875 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4732596 17875 5436 1 0 548208 0
[pid=18173/tid=18175] ppid=18170 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 5311 0 0 0 15 2 0 0 20 0 18 0 32050145 19384713216 17875 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32050147 19384713216 17875 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32050148 19384713216 17875 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71500 KiB

[startup+0.305751 s]*
/proc/loadavg: 4.55 4.25 4.19 6/343 18191
/proc/meminfo: memFree=96884068/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=18930384 memory=113360 CPUtime=0.52 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 8557 0 0 0 49 3 0 0 20 0 18 0 32050144 19384713216 28340 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4732596 28340 5436 1 0 548930 0
[pid=18173/tid=18175] ppid=18170 vsize=18930384 memory=-6000919507032958062 CPUtime=0.25 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 5331 0 0 0 23 2 0 0 20 0 18 0 32050145 19384713216 28340 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32050147 19384713216 28340 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32050148 19384713216 28340 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113360 KiB

[startup+0.70023 s]
/proc/loadavg: 4.55 4.25 4.19 6/344 18192
/proc/meminfo: memFree=96834916/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=18996948 memory=175224 CPUtime=1.27 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 11178 0 0 0 121 6 0 0 20 0 19 0 32050144 19452874752 43806 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4749237 43806 5468 1 0 551180 0
[pid=18173/tid=18175] ppid=18170 vsize=18996948 memory=17536 CPUtime=0.59 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 5353 0 0 0 56 3 0 0 20 0 19 0 32050145 19452874752 43806 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32050147 19452874752 43806 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32050148 19452874752 43806 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 175224 KiB

[startup+1.50025 s]
/proc/loadavg: 4.55 4.25 4.19 7/345 18193
/proc/meminfo: memFree=96778716/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=239040 CPUtime=2.83 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 17406 0 0 0 274 9 0 0 20 0 20 0 32050144 19521036288 59760 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 59760 5468 1 0 1081470 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=3328 CPUtime=1.24 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 5434 0 0 0 119 5 0 0 20 0 20 0 32050145 19521036288 59760 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 59760 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 59760 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 59760 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 239040 KiB

[startup+3.10605 s]
/proc/loadavg: 4.74 4.30 4.21 6/345 18193
/proc/meminfo: memFree=96660692/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=338980 CPUtime=6.01 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 17882 0 0 0 590 11 0 0 20 0 20 0 32050144 19521036288 84745 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 84745 5468 1 0 1081622 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=14720 CPUtime=2.82 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 5527 0 0 0 275 7 0 0 20 0 20 0 32050145 19521036288 84745 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 84745 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 84745 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 84745 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 338980 KiB

[startup+6.30021 s]
/proc/loadavg: 4.74 4.30 4.21 5/345 18193
/proc/meminfo: memFree=96566748/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=410460 CPUtime=10.02 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 27273 0 0 0 987 15 0 0 20 0 20 0 32050144 19521036288 102615 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 102615 5500 1 0 1081647 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=0 CPUtime=5.95 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 6435 0 0 0 587 8 0 0 20 0 20 0 32050145 19521036288 102615 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 102615 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 102615 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=247360 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 102615 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 10.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 410460 KiB

[startup+12.7002 s]
/proc/loadavg: 4.76 4.31 4.21 5/345 18193
/proc/meminfo: memFree=96485928/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=459392 CPUtime=17.58 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 34400 0 0 0 1741 17 0 0 20 0 20 0 32050144 19521036288 114848 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 114848 5500 1 0 1081742 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=247360 CPUtime=12.29 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 7866 0 0 0 1220 9 0 0 20 0 20 0 32050145 19521036288 114848 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=422448 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 114848 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 114848 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 114848 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 17.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 459392 KiB

[startup+25.5002 s]
/proc/loadavg: 4.59 4.29 4.21 5/345 18193
/proc/meminfo: memFree=95796116/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=1081288 CPUtime=30.81 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 42741 0 0 0 3049 32 0 0 20 0 20 0 32050144 19521036288 270322 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 270322 5500 1 0 1081742 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=0 CPUtime=25.05 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 9394 0 0 0 2481 24 0 0 20 0 20 0 32050145 19521036288 270322 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 270322 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=1019848 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 270322 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=774088 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 270322 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 30.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1081288 KiB

[startup+51.1057 s]
/proc/loadavg: 4.47 4.29 4.21 5/346 18261
/proc/meminfo: memFree=112724052/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=1493080 CPUtime=56.36 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 47429 0 0 0 5587 49 0 0 20 0 20 0 32050144 19521036288 373270 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 373270 5500 1 0 1081748 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=1093576 CPUtime=50.45 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 11003 0 0 0 5007 38 0 0 20 0 20 0 32050145 19521036288 373270 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=1493080 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 373270 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=1488984 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 373270 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0

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

/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 313 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 662108 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 662108 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 585.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2648432 KiB

[startup+642.3 s]
/proc/loadavg: 4.09 4.16 4.17 5/342 18490
/proc/meminfo: memFree=113111832/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2652528 CPUtime=645.61 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 68927 0 0 0 64390 171 0 0 20 0 20 0 32050144 19521036288 663132 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 663132 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=2634068 CPUtime=638.69 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 24705 0 0 0 63722 147 0 0 20 0 20 0 32050145 19521036288 663132 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=2652528 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 663132 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=2652528 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 663132 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 663132 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 645.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2652528 KiB

[startup+678.434 s]
# the end of solver process 18173 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=679.831 s, system=1.78769 s

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

[startup+665.6 s]
/proc/loadavg: 4.12 4.16 4.17 5/342 18490
/proc/meminfo: memFree=113002916/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2656624 CPUtime=668.83 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 69917 0 0 0 66709 174 0 0 20 0 20 0 32050144 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 664156 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=0 CPUtime=661.83 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 25046 0 0 0 66033 150 0 0 20 0 20 0 32050145 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=2652528 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 668.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2656624 KiB

[startup+672 s]*
/proc/loadavg: 4.11 4.16 4.17 5/342 18491
/proc/meminfo: memFree=112932336/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2656624 CPUtime=675.22 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 69935 0 0 0 67346 176 0 0 20 0 20 0 32050144 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 664156 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=12672 CPUtime=668.22 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 25061 0 0 0 66670 152 0 0 20 0 20 0 32050145 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=-4421386487574127462 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 675.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2656624 KiB

[startup+675.2 s]
/proc/loadavg: 4.10 4.16 4.17 5/342 18491
/proc/meminfo: memFree=112908460/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2656624 CPUtime=678.4 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 69947 0 0 0 67664 176 0 0 20 0 20 0 32050144 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 664156 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=10880 CPUtime=671.4 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 25073 0 0 0 66988 152 0 0 20 0 20 0 32050145 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=-6000919507032958062 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 678.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2656624 KiB

[startup+676.8 s]
/proc/loadavg: 4.10 4.16 4.17 5/342 18491
/proc/meminfo: memFree=112900396/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2656624 CPUtime=680 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 69948 0 0 0 67823 177 0 0 20 0 20 0 32050144 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 664156 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=2656624 CPUtime=672.99 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 25073 0 0 0 67147 152 0 0 20 0 20 0 32050145 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=2656624 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=-6000919507032958062 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 680 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2656624 KiB

[startup+677.6 s]
/proc/loadavg: 4.10 4.16 4.17 5/342 18491
/proc/meminfo: memFree=112900396/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2656624 CPUtime=680.8 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 69977 0 0 0 67903 177 0 0 20 0 20 0 32050144 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 664156 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=17536 CPUtime=673.79 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 25101 0 0 0 67227 152 0 0 20 0 20 0 32050145 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=2656624 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=-6000919507032958062 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 680.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2656624 KiB

[startup+678 s]*
/proc/loadavg: 4.09 4.15 4.17 5/342 18492
/proc/meminfo: memFree=112900116/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19063512 memory=2656624 CPUtime=681.2 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 69977 0 0 0 67943 177 0 0 20 0 20 0 32050144 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4765878 664156 5500 1 0 1081771 0
[pid=18173/tid=18175] ppid=18170 vsize=19063512 memory=-6000919485608256622 CPUtime=674.19 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) R 18170 18173 16344 0 -1 4194368 25101 0 0 0 67267 152 0 0 20 0 20 0 32050145 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19063512 memory=-4421386487574127462 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19063512 memory=2381680 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18193] ppid=18170 vsize=19063512 memory=6772 CPUtime=0 cores=4,6
/proc/18173/task/18193/stat : 18193 (Timer-0) S 18170 18173 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32050239 19521036288 664156 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 681.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2656624 KiB

[startup+678.4 s]
/proc/loadavg: 4.09 4.15 4.17 5/342 18492
/proc/meminfo: memFree=112900116/131250000 swapFree=33010684/33010684
[pid=18173] ppid=18170 vsize=19196640 memory=2657136 CPUtime=681.57 cores=4,6
/proc/18173/stat : 18173 (java) S 18170 18173 16344 0 -1 4194304 72156 0 0 0 67980 177 0 0 20 0 20 0 32050144 19657359360 664284 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
/proc/18173/statm: 4799160 664284 5532 1 0 1082399 0
[pid=18173/tid=18175] ppid=18170 vsize=19196640 memory=2656624 CPUtime=674.53 cores=4,6
/proc/18173/task/18175/stat : 18175 (java) S 18170 18173 16344 0 -1 4194368 26786 0 0 0 67300 153 0 0 20 0 20 0 32050145 19657359360 664284 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18184] ppid=18170 vsize=19196640 memory=2652528 CPUtime=0 cores=4,6
/proc/18173/task/18184/stat : 18184 (Finalizer) S 18170 18173 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32050147 19657359360 664284 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
[pid=18173/tid=18191] ppid=18170 vsize=19196640 memory=2656624 CPUtime=0 cores=4,6
/proc/18173/task/18191/stat : 18191 (Common-Cleaner) S 18170 18173 16344 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 20 0 32050148 19657359360 664284 18446744073709551615 94591951065088 94591951068784 140725305790096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94591951076600 94591951077392 94591981199360 140725305792816 140725305792998 140725305792998 140725305798600 0
Current children cumulated CPU time: 681.57 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2657136 KiB

Child status: 20

Real time (s): 678.434
CPU time (s): 681.618
CPU user time (s): 679.831
CPU system time (s): 1.78769
CPU usage (%): 100.469
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2657136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.831
system time used= 1.78769
maximum resident set size= 2657392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1897600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24334
involuntary context switches= 3648


# summary of solver processes directly reported to runsolver:
#   pid: 18173
#   total CPU time (s): 681.618
#   total CPU user time (s): 679.831
#   total CPU system time (s): 1.78769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15308 second user time and 3.43026 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 04:21:43
IDJOB=4503429
IDBENCH=155463
IDSOLVER=3364
FILE ID=nodeC027/4503429-1751163703
RUNJOBID= nodeC027-1751156506-16355
SLURM_JOB_ID= 9587479
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503429-1751163703/watcher-4503429-1751163703 -o /tmp/evaluation-result-4503429-1751163703/solver-4503429-1751163703 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16355 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503429-1751163703 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503429-1751163703.opb

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=11356103

nodeC027 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	: 0xb00002a
cpu MHz		: 3599.621
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.642
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3485.078
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.074
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3554.444
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.631
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.460
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.412
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        96952496 kB
MemAvailable:   123280820 kB
Buffers:            3280 kB
Cached:         27109396 kB
SwapCached:            0 kB
Active:          6773320 kB
Inactive:       26867536 kB
Active(anon):    6546640 kB
Inactive(anon):        0 kB
Active(file):     226680 kB
Inactive(file): 26867536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            150184 kB
Writeback:             0 kB
AnonPages:       6531664 kB
Mapped:           122812 kB
Shmem:             18068 kB
KReclaimable:     146296 kB
Slab:             237084 kB
SReclaimable:     146296 kB
SUnreclaim:        90788 kB
KernelStack:        5232 kB
PageTables:        16428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7097196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6293504 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC027 at 2025-06-29 04:33:01