Trace number 4513987

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.25 3603.45

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUM7729cb4e99fea72bb32a899c13dec964
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 benchmark0.019991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2106806208
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2113929216
0.12/0.14	c Number of processors 	2
0.12/0.18	c Pseudo Boolean Optimization by upper bound
0.12/0.18	c --- Begin Solver configuration ---
0.12/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.18	c Learn all clauses as in MiniSAT
0.12/0.18	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.18	c Expensive reason simplification
0.12/0.18	c Glucose 2.1 dynamic restart strategy
0.12/0.18	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.12/0.18	c timeout=2147483s
0.12/0.18	c DB Simplification allowed=false
0.12/0.18	c Listener: none
0.12/0.18	c --- End Solver configuration ---
0.12/0.18	c solving HOME/instance-4513987-1751222774.opb
0.12/0.18	c reading problem ... 
0.12/0.18	c using VERIPB proof format
0.12/0.19	c  no objective function found
0.12/0.20	c ... done. Wall clock time 0.02s.
0.12/0.20	c declared #vars     153
0.12/0.21	c #constraints  102
0.12/0.21	c constraints type 
0.12/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51
0.12/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 51
0.12/0.21	c 102 constraints processed.
2.18/1.26	c cleaning 2493 clauses out of 5000 with flag 37577/5000
3.78/2.01	c cleaning 4248 clauses out of 8507 with flag 94825/11000
5.03/2.75	c cleaning 5625 clauses out of 11259 with flag 163548/18000
6.06/3.63	c cleaning 6806 clauses out of 13634 with flag 245464/26000
7.57/5.04	c cleaning 7908 clauses out of 15829 with flag 333893/35001
8.93/6.19	c cleaning 8957 clauses out of 17921 with flag 424078/45001
10.65/7.63	c cleaning 9974 clauses out of 19964 with flag 523882/56001
12.06/9.09	c cleaning 10992 clauses out of 21993 with flag 640777/68004
13.78/10.76	c cleaning 11996 clauses out of 23999 with flag 777248/81002
15.49/12.40	c cleaning 12996 clauses out of 26001 with flag 909640/95000
18.08/14.43	c cleaning 13996 clauses out of 28005 with flag 1063444/110000
20.17/16.53	c cleaning 14997 clauses out of 30009 with flag 1228984/126000
22.64/18.93	c cleaning 15999 clauses out of 32014 with flag 1411422/143002
25.29/21.55	c cleaning 16999 clauses out of 34013 with flag 1602090/161000
27.99/24.29	c cleaning 17997 clauses out of 36014 with flag 1778450/180000
31.08/27.31	c cleaning 19001 clauses out of 38018 with flag 1969245/200001
34.27/30.56	c cleaning 19999 clauses out of 40016 with flag 2186146/221000
38.11/34.43	c cleaning 21003 clauses out of 42019 with flag 2422873/243002
42.10/38.44	c cleaning 21999 clauses out of 44014 with flag 2657821/266000
46.10/42.45	c cleaning 23000 clauses out of 46016 with flag 2901930/290001
50.49/46.89	c cleaning 23997 clauses out of 48016 with flag 3166139/315001
55.48/51.84	c cleaning 24998 clauses out of 50018 with flag 3421199/341000
60.56/56.96	c cleaning 26006 clauses out of 52021 with flag 3692193/368001
65.46/61.85	c cleaning 26996 clauses out of 54014 with flag 3953227/396000
72.01/68.44	c cleaning 28002 clauses out of 56018 with flag 4241113/425000
77.90/74.34	c cleaning 29004 clauses out of 58018 with flag 4547969/455002
83.84/80.24	c cleaning 29994 clauses out of 60012 with flag 4848701/486000
90.86/87.27	c cleaning 31004 clauses out of 62018 with flag 5165093/518000
99.40/95.85	c cleaning 32001 clauses out of 64015 with flag 5490212/551001
107.98/104.43	c cleaning 33002 clauses out of 66013 with flag 5839287/585000
116.06/112.52	c cleaning 34000 clauses out of 68011 with flag 6181093/620000
124.24/120.71	c cleaning 34995 clauses out of 70011 with flag 6533762/656000
132.67/129.21	c cleaning 36004 clauses out of 72017 with flag 6902950/693001
142.56/139.13	c cleaning 36997 clauses out of 74014 with flag 7285367/731002
154.02/150.68	c cleaning 38001 clauses out of 76015 with flag 7706076/770000
164.47/161.16	c cleaning 38999 clauses out of 78015 with flag 8127065/810001
175.82/172.54	c cleaning 39996 clauses out of 80015 with flag 8555397/851000
190.37/187.14	c cleaning 41003 clauses out of 82019 with flag 9011195/893000
203.35/200.16	c cleaning 42001 clauses out of 84018 with flag 9468447/936002
219.00/215.81	c cleaning 42997 clauses out of 86015 with flag 9962605/980000
234.32/231.27	c cleaning 44008 clauses out of 88021 with flag 10452930/1025003
250.94/247.97	c cleaning 44997 clauses out of 90010 with flag 10961007/1071000
265.32/262.35	c cleaning 46004 clauses out of 92015 with flag 11475863/1118002
282.34/279.47	c cleaning 46994 clauses out of 94009 with flag 12036849/1166000
300.11/297.25	c cleaning 48001 clauses out of 96015 with flag 12584631/1215000
317.14/314.38	c cleaning 49000 clauses out of 98015 with flag 13129453/1265001
336.29/333.53	c cleaning 50000 clauses out of 100015 with flag 13659691/1316001
354.71/352.06	c cleaning 50996 clauses out of 102014 with flag 14215655/1368000
374.30/371.71	c cleaning 51999 clauses out of 104018 with flag 14789359/1421000
395.58/393.02	c cleaning 53001 clauses out of 106019 with flag 15407195/1475000
418.20/415.47	c cleaning 54004 clauses out of 108018 with flag 15985503/1530000
440.83/437.89	c cleaning 55005 clauses out of 110016 with flag 16581075/1586002
463.38/460.47	c cleaning 56003 clauses out of 112009 with flag 17192953/1643000
490.50/487.65	c cleaning 57003 clauses out of 114008 with flag 17842450/1701002
517.30/514.52	c cleaning 57988 clauses out of 116004 with flag 18515778/1760001
541.12/538.47	c cleaning 58998 clauses out of 118016 with flag 19181767/1820001
564.54/561.91	c cleaning 59997 clauses out of 120017 with flag 19815838/1881000
589.77/587.28	c cleaning 61000 clauses out of 122021 with flag 20435928/1943001
610.13/607.66	c cleaning 62003 clauses out of 124022 with flag 21098668/2006002
633.85/631.48	c cleaning 63004 clauses out of 126018 with flag 21747350/2070001
661.37/659.08	c cleaning 63997 clauses out of 128014 with flag 22419763/2135001
691.81/689.54	c cleaning 64999 clauses out of 130016 with flag 23161391/2201000
722.01/719.85	c cleaning 66002 clauses out of 132017 with flag 23867244/2268000
753.08/750.94	c cleaning 66997 clauses out of 134015 with flag 24627820/2336000
786.52/784.42	c cleaning 67999 clauses out of 136018 with flag 25386841/2405000
822.43/820.42	c cleaning 69003 clauses out of 138019 with flag 26202772/2475000
863.95/862.09	c cleaning 70000 clauses out of 140016 with flag 27049899/2546000
899.45/897.68	c cleaning 71000 clauses out of 142016 with flag 27837875/2618000
937.45/935.71	c cleaning 72000 clauses out of 144018 with flag 28615360/2691002
973.40/971.72	c cleaning 72997 clauses out of 146017 with flag 29393246/2765001
1009.37/1007.78	c cleaning 74000 clauses out of 148019 with flag 30218567/2840000
1049.52/1047.95	c cleaning 75005 clauses out of 150021 with flag 31055788/2916002
1095.99/1094.59	c cleaning 76003 clauses out of 152017 with flag 31959489/2993003
1150.52/1149.16	c cleaning 76999 clauses out of 154012 with flag 32839423/3071001
1184.58/1183.27	c cleaning 78002 clauses out of 156013 with flag 33629832/3150001
1246.88/1245.64	c cleaning 79007 clauses out of 158013 with flag 34537753/3230003
1311.91/1310.79	c cleaning 79993 clauses out of 160004 with flag 35482173/3311001
1355.08/1354.07	c cleaning 81000 clauses out of 162010 with flag 36260496/3393000
1397.52/1396.56	c cleaning 81998 clauses out of 164010 with flag 37012930/3476000
1442.68/1441.79	c cleaning 82998 clauses out of 166012 with flag 37771220/3560000
1488.71/1487.97	c cleaning 84000 clauses out of 168014 with flag 38557257/3645000
1534.69/1534.01	c cleaning 84998 clauses out of 170014 with flag 39374025/3731000
1581.95/1581.23	c cleaning 86001 clauses out of 172017 with flag 40184458/3818001
1629.12/1628.41	c cleaning 86994 clauses out of 174015 with flag 41014141/3906000
1685.58/1685.07	c cleaning 88002 clauses out of 176022 with flag 41859746/3995001
1733.14/1732.61	c cleaning 89002 clauses out of 178019 with flag 42718627/4085000
1791.15/1790.73	c cleaning 90001 clauses out of 180017 with flag 43593638/4176000
1850.58/1850.27	c cleaning 91001 clauses out of 182016 with flag 44504701/4268000
1908.93/1908.73	c cleaning 91997 clauses out of 184015 with flag 45402765/4361000
1968.33/1968.24	c cleaning 93000 clauses out of 186018 with flag 46290805/4455000
2024.43/2024.49	c cleaning 94001 clauses out of 188019 with flag 47202582/4550001
2084.38/2084.47	c cleaning 95002 clauses out of 190017 with flag 48129834/4646000
2147.92/2148.02	c cleaning 95997 clauses out of 192016 with flag 48990762/4743001
2217.84/2218.16	c cleaning 97005 clauses out of 194020 with flag 49985231/4841002
2287.32/2287.80	c cleaning 97999 clauses out of 196013 with flag 50943914/4940000
2355.17/2355.71	c cleaning 98998 clauses out of 198016 with flag 51917293/5040002
2428.94/2429.68	c cleaning 100002 clauses out of 200016 with flag 52893803/5141000
2499.07/2499.87	c cleaning 101002 clauses out of 202016 with flag 53888953/5243002
2575.63/2576.42	c cleaning 101998 clauses out of 204014 with flag 54882113/5346002
2649.22/2650.17	c cleaning 103002 clauses out of 206014 with flag 55894778/5450000
2727.90/2728.96	c cleaning 104007 clauses out of 208014 with flag 56937405/5555002
2807.11/2808.38	c cleaning 104997 clauses out of 210007 with flag 58031111/5661002
2888.45/2889.82	c cleaning 105997 clauses out of 212008 with flag 59125182/5768000
2964.39/2965.96	c cleaning 106999 clauses out of 214012 with flag 60212700/5876001
3045.84/3047.59	c cleaning 108002 clauses out of 216013 with flag 61328047/5985001
3127.38/3129.23	c cleaning 108999 clauses out of 218011 with flag 62470525/6095001
3210.34/3212.32	c cleaning 110004 clauses out of 220012 with flag 63574617/6206001
3298.17/3300.39	c cleaning 111000 clauses out of 222009 with flag 64716984/6318002
3376.20/3378.65	c cleaning 111996 clauses out of 224007 with flag 65863693/6431000
3460.97/3463.77	c cleaning 112999 clauses out of 226011 with flag 67003753/6545000
3560.42/3563.55	c cleaning 114001 clauses out of 228012 with flag 68135660/6660000
3600.03/3603.33	c timeout
3600.03/3603.34	c starts		: 5478
3600.03/3603.34	c conflicts		: 6715757
3600.03/3603.34	c decisions		: 7627937
3600.03/3603.34	c propagations		: 129280336
3600.03/3603.34	c inspects		: 43174248228
3600.03/3603.34	c shortcuts		: 0
3600.03/3603.34	c learnt literals	: 0
3600.03/3603.34	c learnt binary clauses	: 0
3600.03/3603.34	c learnt ternary clauses	: 0
3600.03/3603.34	c learnt constraints	: 6715757
3600.03/3603.34	c ignored constraints	: 0
3600.03/3603.34	c root simplifications	: 0
3600.03/3603.34	c removed literals (reason simplification)	: 109228414
3600.03/3603.34	c reason swapping (by a shorter reason)	: 0
3600.03/3603.34	c Calls to reduceDB	: 111
3600.03/3603.34	c Number of update (reduction) of LBD	: 2187857
3600.03/3603.34	c Imported unit clauses	: 0
3600.03/3603.34	c No decision after first conflict	: false
3600.03/3603.34	c number of reductions to clauses (during analyze)	: 0
3600.03/3603.34	c number of learned constraints concerned by reduction	: 0
3600.03/3603.34	c number of learning phase by resolution	: 0
3600.03/3603.34	c number of learning phase by cutting planes	: 0
3600.03/3603.35	c number of rounding to 1 operations	: 0
3600.03/3603.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3603.35	c number of reductions of the coefficients by power 2 	: 0
3600.03/3603.35	c number of right shift for reduction by power 2 	: 0
3600.03/3603.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3603.35	c number of ending skipping 	: 0
3600.03/3603.35	c number of internal skipping 	: 0
3600.03/3603.35	c number of derivation steps 	: 0
3600.03/3603.35	c number of skipped derivation steps 	: 0
3600.03/3603.35	c number of remaining unassigned 	: 0
3600.03/3603.35	c number of remaining assigned 	: 0
3600.03/3603.35	c number of falsified literals weakened from reason	: 0
3600.03/3603.35	c number of falsified literals weakened from conflict	: 0
3600.03/3603.35	c time for arithmetic operations	: 0
3600.03/3603.35	c minimum degree of deleted constraints	: null
3600.03/3603.35	c maximum degree of deleted constraints	: null
3600.03/3603.35	c number of deleted constraints	: 0
3600.03/3603.35	c speed (assignments/second)	: 35880.118308609846
3600.03/3603.35	c non guided choices	: 49
3600.21/3603.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 169768
3600.21/3603.41	s UNKNOWN
3600.21/3603.41	c Total wall clock time (in seconds): 3603.225

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (58995 MiB free)
  memory of node 1: 64465 MiB (62091 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27249, runsolver pid=27246

[startup+0.100071 s]*
/proc/loadavg: 4.23 3.20 2.47 7/330 27267
/proc/meminfo: memFree=123987084/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=18930384 memory=49268 CPUtime=0.12 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 5983 0 0 0 9 3 0 0 20 0 18 0 37956108 19384713216 12317 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4732596 12317 5350 1 0 547159 0
[pid=27249/tid=27251] ppid=27246 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 4892 0 0 0 6 2 0 0 20 0 18 0 37956110 19384713216 12317 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37956114 19384713216 12317 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=18930384 memory=59593594259917 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37956115 19384713216 12317 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49268 KiB

[startup+0.213933 s]*
/proc/loadavg: 4.23 3.20 2.47 7/331 27268
/proc/meminfo: memFree=123976876/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=18931412 memory=58812 CPUtime=0.32 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 6767 0 0 0 28 4 0 0 20 0 19 0 37956108 19385765888 14703 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4732853 14703 5414 1 0 548063 0
[pid=27249/tid=27251] ppid=27246 vsize=18931412 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) S 27246 27249 26767 0 -1 4194368 5333 0 0 0 15 2 0 0 20 0 19 0 37956110 19385765888 14703 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=18931412 memory=16878 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37956114 19385765888 14703 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=18931412 memory=58494082614266 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37956115 19385765888 14703 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=18931412 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (java) R 27246 27249 26767 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 37956129 19385765888 14703 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 2147221247 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 58812 KiB

[startup+0.317906 s]*
/proc/loadavg: 4.23 3.20 2.47 7/331 27268
/proc/meminfo: memFree=123972844/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=18996948 memory=61444 CPUtime=0.51 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 6907 0 0 0 46 5 0 0 20 0 19 0 37956108 19452874752 15361 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4749237 15361 5414 1 0 548160 0
[pid=27249/tid=27251] ppid=27246 vsize=18996948 memory=-6000919481313420653 CPUtime=0.28 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 5385 0 0 0 25 3 0 0 20 0 19 0 37956110 19452874752 15361 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37956114 19452874752 15361 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37956115 19452874752 15876 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37956129 19452874752 15876 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 61444 KiB

[startup+0.70038 s]
/proc/loadavg: 4.23 3.20 2.47 8/331 27268
/proc/meminfo: memFree=123951860/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=18996948 memory=102824 CPUtime=1.2 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 8855 0 0 0 113 7 0 0 20 0 19 0 37956108 19452874752 25706 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4749237 25706 5414 1 0 549143 0
[pid=27249/tid=27251] ppid=27246 vsize=18996948 memory=17920 CPUtime=0.6 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 5415 0 0 0 56 4 0 0 20 0 19 0 37956110 19452874752 25706 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37956114 19452874752 25706 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37956115 19452874752 25706 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37956129 19452874752 25706 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102824 KiB

[startup+1.50027 s]
/proc/loadavg: 4.23 3.20 2.47 6/331 27268
/proc/meminfo: memFree=123890676/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=167376 CPUtime=2.78 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 19892 0 0 0 268 10 0 0 20 0 20 0 37956108 19521036288 41844 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 41844 5478 1 0 552479 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=0 CPUtime=1.32 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 6445 0 0 0 127 5 0 0 20 0 20 0 37956110 19521036288 41844 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 41844 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 41844 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 41844 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167376 KiB

[startup+3.1056 s]
/proc/loadavg: 4.23 3.20 2.47 5/332 27269
/proc/meminfo: memFree=123830612/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=178912 CPUtime=5.57 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 22718 0 0 0 545 12 0 0 20 0 20 0 37956108 19521036288 44728 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 44728 5478 1 0 552484 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=11136 CPUtime=2.9 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 6848 0 0 0 284 6 0 0 20 0 20 0 37956110 19521036288 44728 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=-6000919481313420653 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 44728 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 44728 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 44728 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178912 KiB

[startup+6.3004 s]
/proc/loadavg: 4.22 3.22 2.48 5/332 27269
/proc/meminfo: memFree=123743280/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=271260 CPUtime=9.12 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 23296 0 0 0 896 16 0 0 20 0 20 0 37956108 19521036288 67815 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 67815 5478 1 0 552487 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=0 CPUtime=6.05 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 7243 0 0 0 595 10 0 0 20 0 20 0 37956110 19521036288 67815 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 67815 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 67815 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=167888 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 67815 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 271260 KiB

[startup+12.7004 s]
/proc/loadavg: 4.20 3.23 2.49 5/332 27269
/proc/meminfo: memFree=123459612/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=555784 CPUtime=15.79 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 30164 0 0 0 1554 25 0 0 20 0 20 0 37956108 19521036288 138946 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 138946 5478 1 0 552487 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=167888 CPUtime=12.42 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 8622 0 0 0 1224 18 0 0 20 0 20 0 37956110 19521036288 138946 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=455432 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 138946 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 138946 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 138946 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 555784 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 3.30 2.53 5/332 27269
/proc/meminfo: memFree=122664856/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=1204088 CPUtime=29.29 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 36928 0 0 0 2885 44 0 0 20 0 20 0 37956108 19521036288 301022 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 301022 5478 1 0 552908 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=455432 CPUtime=25.13 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 9813 0 0 0 2479 34 0 0 20 0 20 0 37956110 19521036288 301022 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 301022 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=-6000919481313420653 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 301022 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 301022 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 29.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1204088 KiB

[startup+51.1134 s]
/proc/loadavg: 4.21 3.36 2.57 5/331 27270
/proc/meminfo: memFree=122315232/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=1312644 CPUtime=54.78 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 40033 0 0 0 5422 56 0 0 20 0 20 0 37956108 19521036288 328161 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 328161 5478 1 0 552908 0

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

[startup+3282.3 s]
/proc/loadavg: 4.24 4.12 4.07 6/305 27536
/proc/meminfo: memFree=119706288/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2001728 CPUtime=3280.24 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 101497 0 0 0 327311 713 0 0 20 0 20 0 37956108 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 500432 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=16464 CPUtime=3265.18 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 39615 0 0 0 325989 529 0 0 20 0 20 0 37956110 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=17132 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3280.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2001728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.16 4.09 5/330 27710
/proc/meminfo: memFree=122303268/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2001728 CPUtime=3339.99 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 102076 0 0 0 333276 723 0 0 20 0 20 0 37956108 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 500432 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=2001728 CPUtime=3324.9 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 40190 0 0 0 331952 538 0 0 20 0 20 0 37956110 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=2001728 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 500432 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3339.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2001728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/331 27713
/proc/meminfo: memFree=121536984/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2022268 CPUtime=3399.79 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 103988 0 0 0 339246 733 0 0 20 0 20 0 37956108 19521036288 505567 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 505567 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=2022268 CPUtime=3384.4 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 40940 0 0 0 337897 543 0 0 20 0 20 0 37956110 19521036288 505567 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=2022268 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 505567 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=16464 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 505567 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=2022268 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 505567 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3399.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2022268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/331 27715
/proc/meminfo: memFree=121235348/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2034588 CPUtime=3459.57 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 105729 0 0 0 345215 742 0 0 20 0 20 0 37956108 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 508647 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=16464 CPUtime=3443.93 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 41682 0 0 0 343843 550 0 0 20 0 20 0 37956110 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=2022268 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=2034588 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3459.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2034588 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/331 27721
/proc/meminfo: memFree=120991204/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2034588 CPUtime=3519.32 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 106003 0 0 0 351182 750 0 0 20 0 20 0 37956108 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 508647 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=2034588 CPUtime=3503.63 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 41864 0 0 0 349808 555 0 0 20 0 20 0 37956110 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=2034588 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=16464 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=-6000919481313420653 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 508647 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3519.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2034588 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/331 27723
/proc/meminfo: memFree=120757360/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2048928 CPUtime=3579.13 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 106223 0 0 0 357155 758 0 0 20 0 20 0 37956108 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 512232 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=2048928 CPUtime=3563.16 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 42063 0 0 0 355755 561 0 0 20 0 20 0 37956110 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=2034588 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=2034588 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=-6000919481313420653 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3579.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2048928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/331 27725
/proc/meminfo: memFree=120684720/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19063512 memory=2048928 CPUtime=3600.03 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 106262 0 0 0 359242 761 0 0 20 0 20 0 37956108 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4765878 512232 5510 1 0 552924 0
[pid=27249/tid=27251] ppid=27246 vsize=19063512 memory=17920 CPUtime=3584.05 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) R 27246 27249 26767 0 -1 4194368 42100 0 0 0 357842 563 0 0 20 0 20 0 37956110 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19063512 memory=2001728 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37956114 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19063512 memory=2048928 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 37956115 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27268] ppid=27246 vsize=19063512 memory=2048928 CPUtime=0 cores=1,3
/proc/27249/task/27268/stat : 27268 (Timer-0) S 27246 27249 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37956129 19521036288 512232 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2048928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.61 s, system=7.63553 s

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

[startup+3603.4 s]
/proc/loadavg: 4.07 4.11 4.09 5/331 27725
/proc/meminfo: memFree=120684720/131382120 swapFree=33010684/33010684
[pid=27249] ppid=27246 vsize=19263204 memory=2049696 CPUtime=3600.21 cores=1,3
/proc/27249/stat : 27249 (java) S 27246 27249 26767 0 -1 4194304 109335 0 1 0 359259 762 0 0 20 0 21 0 37956108 19725520896 512424 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
/proc/27249/statm: 4815801 512424 5510 1 0 553827 0
[pid=27249/tid=27251] ppid=27246 vsize=19263204 memory=17920 CPUtime=3584.07 cores=1,3
/proc/27249/task/27251/stat : 27251 (java) S 27246 27249 26767 0 -1 4194368 42478 0 0 0 357844 563 0 0 20 0 21 0 37956110 19725520896 512424 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27260] ppid=27246 vsize=19263204 memory=-6000919481313420653 CPUtime=0 cores=1,3
/proc/27249/task/27260/stat : 27260 (Finalizer) S 27246 27249 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37956114 19725520896 512424 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
[pid=27249/tid=27267] ppid=27246 vsize=19263204 memory=17920 CPUtime=0 cores=1,3
/proc/27249/task/27267/stat : 27267 (Common-Cleaner) S 27246 27249 26767 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 21 0 37956115 19725520896 512424 18446744073709551615 94894592376832 94894592380528 140725832488592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94894592388344 94894592389136 94894594826240 140725832497456 140725832497638 140725832497638 140725832503240 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2049696 KiB

Child status: 143

Real time (s): 3603.45
CPU time (s): 3600.25
CPU user time (s): 3592.61
CPU system time (s): 7.63553
CPU usage (%): 99.911
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2049696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.61
system time used= 7.63553
maximum resident set size= 2049824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109549
page faults= 1
swaps= 0
block input operations= 0
block output operations= 3511992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104924
involuntary context switches= 6948


# summary of solver processes directly reported to runsolver:
#   pid: 27249
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3592.61
#   total CPU system time (s): 7.63553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6055 second user time and 39.3361 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 20:46:14
IDJOB=4513987
IDBENCH=162594
IDSOLVER=3364
FILE ID=nodeC003/4513987-1751222774
RUNJOBID= nodeC003-1751222447-26779
SLURM_JOB_ID= 9587679
Free space on /tmp= 432752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v051-n2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513987-1751222774/watcher-4513987-1751222774 -o /tmp/evaluation-result-4513987-1751222774/solver-4513987-1751222774 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26779 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513987-1751222774 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513987-1751222774.opb

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

MD5SUM BENCH= 7729cb4e99fea72bb32a899c13dec964
RANDOM SEED=1629710020

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.382
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3493.656
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.940
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.166
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.723
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.496
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.282
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.361
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        123993168 kB
MemAvailable:   125905344 kB
Buffers:            3280 kB
Cached:          2720460 kB
SwapCached:            0 kB
Active:          4373668 kB
Inactive:        2472436 kB
Active(anon):    4140408 kB
Inactive(anon):        0 kB
Active(file):     233260 kB
Inactive(file):  2472436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73064 kB
Writeback:             0 kB
AnonPages:       4125828 kB
Mapped:           123024 kB
Shmem:             17960 kB
KReclaimable:      92216 kB
Slab:             177392 kB
SReclaimable:      92216 kB
SUnreclaim:        85176 kB
KernelStack:        5056 kB
PageTables:        11756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7058004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3923968 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432748 MiB
End job on nodeC003 at 2025-06-29 21:46:18