Trace number 4493561

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.17 3607.4

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
MD5SUMdccf1bd51baf1439f9e0744b31eb924b
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 benchmark0.054513
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables266
Total number of constraints401
Number of constraints which are clauses237
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints162
Minimum length of a constraint2
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4493561-1751156016.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.039s.
0.13/0.18	c declared #vars     266
0.13/0.18	c #constraints  401
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 141
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.13/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 162
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 96
0.13/0.18	c 401 constraints processed.
1.67/0.92	c cleaning 2501 clauses out of 5003 with flag 15731/5003
3.25/1.77	c cleaning 4248 clauses out of 8501 with flag 35397/11002
4.57/2.47	c cleaning 5624 clauses out of 11251 with flag 56395/18000
5.48/3.25	c cleaning 6812 clauses out of 13627 with flag 81864/26000
6.59/4.28	c cleaning 7906 clauses out of 15816 with flag 108587/35001
8.14/5.52	c cleaning 8955 clauses out of 17909 with flag 136370/45000
9.76/7.16	c cleaning 9974 clauses out of 19955 with flag 171453/56001
11.86/9.13	c cleaning 10986 clauses out of 21981 with flag 206462/68001
13.98/11.28	c cleaning 11996 clauses out of 23997 with flag 242434/81003
16.67/13.92	c cleaning 12995 clauses out of 26000 with flag 279940/95002
19.88/17.14	c cleaning 13993 clauses out of 28003 with flag 320594/110000
23.28/20.54	c cleaning 14996 clauses out of 30010 with flag 372652/126000
26.02/23.25	c cleaning 15996 clauses out of 32015 with flag 423210/143001
28.87/26.04	c cleaning 17004 clauses out of 34020 with flag 473718/161002
31.97/29.17	c cleaning 18000 clauses out of 36017 with flag 526221/180003
35.96/33.15	c cleaning 19004 clauses out of 38014 with flag 578985/200000
40.67/38.01	c cleaning 20001 clauses out of 40010 with flag 635088/221000
45.65/43.07	c cleaning 20996 clauses out of 42011 with flag 692681/243002
51.65/49.09	c cleaning 22001 clauses out of 44013 with flag 751091/266000
57.94/55.39	c cleaning 22997 clauses out of 46012 with flag 816725/290000
66.02/63.46	c cleaning 24001 clauses out of 48016 with flag 882681/315001
76.67/74.20	c cleaning 25006 clauses out of 50016 with flag 972553/341002
87.75/85.35	c cleaning 25993 clauses out of 52009 with flag 1073718/368001
100.91/98.51	c cleaning 26996 clauses out of 54015 with flag 1188313/396000
114.17/111.80	c cleaning 28001 clauses out of 56019 with flag 1301327/425000
129.15/126.86	c cleaning 29003 clauses out of 58018 with flag 1428540/455000
144.77/142.50	c cleaning 30004 clauses out of 60015 with flag 1540810/486000
162.57/160.42	c cleaning 30999 clauses out of 62013 with flag 1661952/518002
180.45/178.38	c cleaning 31992 clauses out of 64013 with flag 1786076/551001
198.08/196.08	c cleaning 32996 clauses out of 66020 with flag 1903502/585000
215.34/213.38	c cleaning 34006 clauses out of 68024 with flag 2021607/620000
225.39/223.48	c cleaning 34999 clauses out of 70018 with flag 2119861/656000
237.58/235.65	c cleaning 36005 clauses out of 72019 with flag 2226319/693000
255.90/254.01	c cleaning 37000 clauses out of 74016 with flag 2345619/731002
274.18/272.36	c cleaning 38000 clauses out of 76014 with flag 2457845/770000
292.24/290.46	c cleaning 39002 clauses out of 78014 with flag 2572703/810000
312.12/310.33	c cleaning 40000 clauses out of 80012 with flag 2694945/851000
331.58/329.83	c cleaning 40999 clauses out of 82012 with flag 2819946/893000
350.32/348.64	c cleaning 41999 clauses out of 84013 with flag 2951967/936000
373.52/371.81	c cleaning 42991 clauses out of 86018 with flag 3087804/980004
405.97/404.88	c cleaning 44006 clauses out of 88023 with flag 3249295/1025000
431.96/430.89	c cleaning 44997 clauses out of 90017 with flag 3383812/1071000
456.22/455.13	c cleaning 46004 clauses out of 92020 with flag 3518546/1118000
483.73/482.72	c cleaning 46985 clauses out of 94016 with flag 3665083/1166000
530.62/529.71	c cleaning 48015 clauses out of 96031 with flag 3870069/1215000
582.65/581.84	c cleaning 48996 clauses out of 98016 with flag 4074226/1265000
623.75/624.41	c cleaning 50004 clauses out of 100020 with flag 4268674/1316000
677.77/678.51	c cleaning 50992 clauses out of 102016 with flag 4480149/1368000
729.25/730.18	c cleaning 52013 clauses out of 104025 with flag 4685298/1421001
786.21/787.27	c cleaning 53000 clauses out of 106012 with flag 4885355/1475001
819.34/820.40	c cleaning 53998 clauses out of 108011 with flag 5053390/1530000
851.88/853.05	c cleaning 54999 clauses out of 110013 with flag 5221352/1586000
886.16/887.39	c cleaning 55999 clauses out of 112014 with flag 5397050/1643000
921.09/922.31	c cleaning 57003 clauses out of 114017 with flag 5572534/1701002
989.03/990.46	c cleaning 57997 clauses out of 116012 with flag 5810816/1760000
1067.12/1068.62	c cleaning 58983 clauses out of 118016 with flag 6067005/1820001
1139.75/1141.41	c cleaning 60008 clauses out of 120033 with flag 6324331/1881001
1217.16/1219.09	c cleaning 61002 clauses out of 122027 with flag 6581479/1943003
1299.77/1301.87	c cleaning 62004 clauses out of 124028 with flag 6834002/2006006
1352.16/1354.34	c cleaning 63004 clauses out of 126018 with flag 7066667/2070000
1409.25/1411.52	c cleaning 63995 clauses out of 128014 with flag 7311978/2135000
1483.21/1485.85	c cleaning 64999 clauses out of 130020 with flag 7591558/2201001
1551.61/1554.30	c cleaning 66002 clauses out of 132023 with flag 7865137/2268003
1623.98/1626.78	c cleaning 66987 clauses out of 134018 with flag 8135113/2336000
1665.49/1668.43	c cleaning 68010 clauses out of 136033 with flag 8338575/2405002
1704.89/1707.95	c cleaning 68998 clauses out of 138021 with flag 8544760/2475000
1742.60/1745.90	c cleaning 70006 clauses out of 140023 with flag 8759251/2546000
1780.73/1784.25	c cleaning 70994 clauses out of 142018 with flag 8978477/2618001
1825.06/1828.64	c cleaning 72004 clauses out of 144026 with flag 9197583/2691003
1868.32/1871.97	c cleaning 73001 clauses out of 146020 with flag 9423861/2765001
1917.00/1920.62	c cleaning 74002 clauses out of 148018 with flag 9654518/2840000
1961.83/1965.51	c cleaning 75002 clauses out of 150016 with flag 9884049/2916000
2011.97/2015.77	c cleaning 75997 clauses out of 152015 with flag 10119947/2993001
2068.63/2072.60	c cleaning 76999 clauses out of 154017 with flag 10369239/3071000
2117.90/2122.19	c cleaning 78006 clauses out of 156022 with flag 10625092/3150004
2162.58/2166.86	c cleaning 79000 clauses out of 158012 with flag 10890095/3230000
2213.03/2217.33	c cleaning 79998 clauses out of 160012 with flag 11153435/3311000
2266.21/2270.59	c cleaning 81000 clauses out of 162016 with flag 11412947/3393002
2329.18/2333.88	c cleaning 81999 clauses out of 164014 with flag 11680526/3476000
2383.85/2388.37	c cleaning 83001 clauses out of 166016 with flag 11952362/3560001
2439.22/2443.88	c cleaning 84004 clauses out of 168018 with flag 12222270/3645004
2527.70/2532.45	c cleaning 84993 clauses out of 170012 with flag 12534951/3731002
2656.02/2661.26	c cleaning 85989 clauses out of 172017 with flag 12925775/3818000
2782.49/2787.99	c cleaning 86994 clauses out of 174033 with flag 13324977/3906005
2906.98/2912.88	c cleaning 88007 clauses out of 176034 with flag 13735845/3995000
3050.37/3056.41	c cleaning 89014 clauses out of 178027 with flag 14126877/4085000
3184.90/3191.28	c cleaning 89988 clauses out of 180013 with flag 14536784/4176000
3330.62/3337.59	c cleaning 91005 clauses out of 182028 with flag 14924808/4268003
3483.88/3491.05	c cleaning 91997 clauses out of 184020 with flag 15345394/4361000
3600.02/3607.32	c timeout
3600.02/3607.32	c starts		: 29423
3600.02/3607.32	c conflicts		: 4443920
3600.02/3607.32	c decisions		: 9676337
3600.02/3607.32	c propagations		: 138926967
3600.02/3607.32	c inspects		: 29767921338
3600.02/3607.32	c shortcuts		: 0
3600.02/3607.32	c learnt literals	: 0
3600.02/3607.32	c learnt binary clauses	: 0
3600.02/3607.32	c learnt ternary clauses	: 7
3600.02/3607.32	c learnt constraints	: 4443920
3600.02/3607.32	c ignored constraints	: 0
3600.02/3607.32	c root simplifications	: 0
3600.02/3607.32	c removed literals (reason simplification)	: 11790499
3600.02/3607.32	c reason swapping (by a shorter reason)	: 0
3600.02/3607.32	c Calls to reduceDB	: 89
3600.02/3607.32	c Number of update (reduction) of LBD	: 1306722
3600.02/3607.32	c Imported unit clauses	: 0
3600.02/3607.32	c No decision after first conflict	: false
3600.02/3607.32	c number of reductions to clauses (during analyze)	: 0
3600.02/3607.32	c number of learned constraints concerned by reduction	: 0
3600.02/3607.32	c number of learning phase by resolution	: 0
3600.02/3607.32	c number of learning phase by cutting planes	: 0
3600.02/3607.32	c number of rounding to 1 operations	: 0
3600.02/3607.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3607.32	c number of reductions of the coefficients by power 2 	: 0
3600.02/3607.32	c number of right shift for reduction by power 2 	: 0
3600.02/3607.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3607.32	c number of ending skipping 	: 0
3600.02/3607.32	c number of internal skipping 	: 0
3600.02/3607.32	c number of derivation steps 	: 0
3600.02/3607.32	c number of skipped derivation steps 	: 0
3600.02/3607.32	c number of remaining unassigned 	: 0
3600.02/3607.32	c number of remaining assigned 	: 0
3600.02/3607.32	c number of falsified literals weakened from reason	: 0
3600.02/3607.32	c number of falsified literals weakened from conflict	: 0
3600.02/3607.32	c time for arithmetic operations	: 0
3600.02/3607.32	c minimum degree of deleted constraints	: null
3600.02/3607.32	c maximum degree of deleted constraints	: null
3600.02/3607.32	c number of deleted constraints	: 0
3600.02/3607.32	c speed (assignments/second)	: 38514.37313599172
3600.02/3607.32	c non guided choices	: 38
3600.02/3607.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174943
3600.02/3607.38	s UNKNOWN
3600.02/3607.38	c Total wall clock time (in seconds): 3607.248

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

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


[startup+0.100061 s]*
/proc/loadavg: 4.15 4.18 4.18 5/341 15895
/proc/meminfo: memFree=101984484/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=18930384 memory=55664 CPUtime=0.13 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 6560 0 0 0 11 2 0 0 20 0 18 0 31281168 19384713216 13916 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4732596 13916 5339 1 0 547608 0
[pid=15877/tid=15879] ppid=15874 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 31281169 19384713216 13916 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31281171 19384713216 13916 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=18930384 memory=59585004335790 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31281172 19384713216 13916 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55664 KiB

[startup+0.205747 s]*
/proc/loadavg: 4.15 4.18 4.18 7/342 15896
/proc/meminfo: memFree=101968292/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=18996948 memory=62396 CPUtime=0.31 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 7133 0 0 0 29 2 0 0 20 0 19 0 31281168 19452874752 15599 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4749237 15599 5435 1 0 548279 0
[pid=15877/tid=15879] ppid=15874 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 5350 0 0 0 15 1 0 0 20 0 19 0 31281169 19452874752 15599 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=18996948 memory=16912 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31281171 19452874752 15599 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31281172 19452874752 15599 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31281186 19452874752 15599 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62396 KiB

[startup+0.305736 s]*
/proc/loadavg: 4.15 4.18 4.18 6/342 15896
/proc/meminfo: memFree=101955248/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=18996948 memory=80172 CPUtime=0.51 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 8761 0 0 0 48 3 0 0 20 0 19 0 31281168 19452874752 20043 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4749237 20043 5435 1 0 549076 0
[pid=15877/tid=15879] ppid=15874 vsize=18996948 memory=-6000919489852630894 CPUtime=0.26 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 5373 0 0 0 24 2 0 0 20 0 19 0 31281169 19452874752 20043 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31281171 19452874752 20043 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31281172 19452874752 20043 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31281186 19452874752 20043 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80172 KiB

[startup+0.700239 s]
/proc/loadavg: 4.15 4.18 4.18 6/342 15896
/proc/meminfo: memFree=101913280/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=163792 CPUtime=1.27 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 11122 0 0 0 122 5 0 0 20 0 20 0 31281168 19521036288 40948 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 40948 5467 1 0 551034 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=17280 CPUtime=0.62 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 5417 0 0 0 59 3 0 0 20 0 20 0 31281169 19521036288 40948 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 40948 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 40948 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 40948 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163792 KiB

[startup+1.50025 s]
/proc/loadavg: 4.21 4.20 4.18 6/343 15897
/proc/meminfo: memFree=101850712/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=172356 CPUtime=2.86 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 20694 0 0 0 279 7 0 0 20 0 20 0 31281168 19521036288 43089 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 43089 5467 1 0 553070 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=0 CPUtime=1.41 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 5797 0 0 0 137 4 0 0 20 0 20 0 31281169 19521036288 43089 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 43089 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 43089 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 43089 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172356 KiB

[startup+3.10562 s]
/proc/loadavg: 4.21 4.20 4.18 5/343 15897
/proc/meminfo: memFree=101716772/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=269380 CPUtime=5.38 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 23220 0 0 0 527 11 0 0 20 0 20 0 31281168 19521036288 67345 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 67345 5467 1 0 553088 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=11008 CPUtime=2.98 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 6430 0 0 0 290 8 0 0 20 0 20 0 31281169 19521036288 67345 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=-6000919489852630894 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 67345 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 67345 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 67345 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 269380 KiB

[startup+6.30023 s]
/proc/loadavg: 4.36 4.23 4.19 6/343 15898
/proc/meminfo: memFree=101195932/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=745660 CPUtime=8.95 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 23829 0 0 0 873 22 0 0 20 0 20 0 31281168 19521036288 186415 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 186415 5467 1 0 553094 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=0 CPUtime=6.15 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 6911 0 0 0 597 18 0 0 20 0 20 0 31281169 19521036288 186415 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 186415 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 186415 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 186415 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 745660 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.22 4.19 5/343 15898
/proc/meminfo: memFree=101136780/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=751932 CPUtime=15.48 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 28867 0 0 0 1521 27 0 0 20 0 20 0 31281168 19521036288 187983 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 187983 5467 1 0 553094 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=751932 CPUtime=12.53 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 8010 0 0 0 1230 23 0 0 20 0 20 0 31281169 19521036288 187983 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 187983 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 187983 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 187983 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 751932 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.22 4.19 4/343 15898
/proc/meminfo: memFree=100490168/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=1266028 CPUtime=28.35 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 34765 0 0 0 2792 43 0 0 20 0 20 0 31281168 19521036288 316507 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 316507 5467 1 0 553094 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=14464 CPUtime=25.28 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 9704 0 0 0 2490 38 0 0 20 0 20 0 31281169 19521036288 316507 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=1266028 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 316507 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 316507 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=1266028 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 316507 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1266028 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.21 4.19 5/343 15898
/proc/meminfo: memFree=100152388/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=1331612 CPUtime=53.75 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 37607 0 0 0 5317 58 0 0 20 0 20 0 31281168 19521036288 332903 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0

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

/proc/meminfo: memFree=125310348/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3275.53 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 112088 0 0 0 326816 737 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3261.34 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 46174 0 0 0 325492 642 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3275.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.09 1.39 2/268 16190
/proc/meminfo: memFree=125292212/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3335.41 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 112388 0 0 0 332795 746 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3321.08 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 46437 0 0 0 331459 649 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3335.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.08 1.37 2/268 16192
/proc/meminfo: memFree=125260432/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3395.31 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 113314 0 0 0 338775 756 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3380.85 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 47258 0 0 0 337426 659 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=2716 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3395.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.08 1.35 2/268 16198
/proc/meminfo: memFree=125243652/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3455.24 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 114920 0 0 0 344759 765 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3440.63 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 48411 0 0 0 343397 666 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 1982 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3455.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.08 1.33 2/268 16200
/proc/meminfo: memFree=125212092/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3515.15 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 116082 0 0 0 350741 774 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3500.4 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 49097 0 0 0 349366 674 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=-6000919489852630894 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 2065 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3515.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.10 1.32 2/269 16203
/proc/meminfo: memFree=125197916/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3575.08 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 116147 0 0 0 356723 785 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=14464 CPUtime=3560.19 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 49104 0 0 0 355335 684 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 2066 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=2372 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3575.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.3 s]
/proc/loadavg: 1.09 1.09 1.31 2/270 16204
/proc/meminfo: memFree=125190408/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3600.02 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 116158 0 0 0 359213 789 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3585.12 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 49105 0 0 0 357825 687 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 2066 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.26 s, system=7.90444 s

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

[startup+3607.3 s]
/proc/loadavg: 1.09 1.09 1.31 2/270 16204
/proc/meminfo: memFree=125190408/131249996 swapFree=33010684/33010684
[pid=15877] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3600.02 cores=4,6
/proc/15877/stat : 15877 (java) S 15874 15877 13865 0 -1 4194304 116158 0 0 0 359213 789 0 0 20 0 20 0 31281168 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
/proc/15877/statm: 4765878 542096 5499 1 0 554558 0
[pid=15877/tid=15879] ppid=15874 vsize=19063512 memory=2168384 CPUtime=3585.12 cores=4,6
/proc/15877/task/15879/stat : 15879 (java) R 15874 15877 13865 0 -1 4194368 49105 0 0 0 357825 687 0 0 20 0 20 0 31281169 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15888] ppid=15874 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15877/task/15888/stat : 15888 (Finalizer) S 15874 15877 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31281171 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15895] ppid=15874 vsize=19063512 memory=2168384 CPUtime=0 cores=4,6
/proc/15877/task/15895/stat : 15895 (Common-Cleaner) S 15874 15877 13865 0 -1 4194368 2066 0 0 0 0 0 0 0 20 0 20 0 31281172 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
[pid=15877/tid=15896] ppid=15874 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/15877/task/15896/stat : 15896 (Timer-0) S 15874 15877 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31281186 19521036288 542096 18446744073709551615 94608294588416 94608294592112 140734404467744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94608294599928 94608294600720 94608326873088 140734404471088 140734404471270 140734404471270 140734404476872 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168384 KiB

Child status: 143

Real time (s): 3607.4
CPU time (s): 3600.17
CPU user time (s): 3592.26
CPU system time (s): 7.90444
CPU usage (%): 99.7995
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2168384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.26
system time used= 7.90444
maximum resident set size= 2169280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5708624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109608
involuntary context switches= 13267


# summary of solver processes directly reported to runsolver:
#   pid: 15877
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3592.26
#   total CPU system time (s): 7.90444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34158 second user time and 16.3922 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 02:13:36
IDJOB=4493561
IDBENCH=147866
IDSOLVER=3364
FILE ID=nodeC030/4493561-1751156016
RUNJOBID= nodeC030-1751146486-13876
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493561-1751156016/watcher-4493561-1751156016 -o /tmp/evaluation-result-4493561-1751156016/solver-4493561-1751156016 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13876 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493561-1751156016 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493561-1751156016.opb

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

MD5SUM BENCH= dccf1bd51baf1439f9e0744b31eb924b
RANDOM SEED=1119055146

nodeC030 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		: 3600.311
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	: 7000.62
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		: 3600.319
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	: 7000.62
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		: 3598.136
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	: 7000.62
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.001
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	: 7000.62
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		: 3597.205
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	: 7000.62
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		: 3600.343
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	: 7000.62
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		: 3600.327
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	: 7000.62
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.225
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        102021720 kB
MemAvailable:   121192416 kB
Buffers:            3280 kB
Cached:         19959692 kB
SwapCached:            0 kB
Active:          8922332 kB
Inactive:       19702888 kB
Active(anon):    8680376 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 19702888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            101028 kB
Writeback:             0 kB
AnonPages:       8665380 kB
Mapped:           122884 kB
Shmem:             18064 kB
KReclaimable:     129780 kB
Slab:             219244 kB
SReclaimable:     129780 kB
SUnreclaim:        89464 kB
KernelStack:        5248 kB
PageTables:        20656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9228976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8417280 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC030 at 2025-06-29 03:13:43