Trace number 4541653

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.26 3586.47

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-29array_ineq6.opb
MD5SUMe0dec10818bb8f0f47ba8429a0e85943
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 benchmark2.84362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5220
Total number of constraints6961
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints1799
Minimum length of a constraint1
Maximum length of a constraint116
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 144115188075855872
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 576460752303423487
Number of bits of the biggest sum of numbers59
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.41/0.37	c Pseudo Boolean Optimization by upper bound
0.41/0.37	c --- Begin Solver configuration ---
0.41/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.37	c Learn all clauses as in MiniSAT
0.41/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.37	c Expensive reason simplification
0.41/0.37	c Glucose 2.1 dynamic restart strategy
0.41/0.37	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.41/0.37	c timeout=2147483s
0.41/0.37	c DB Simplification allowed=false
0.41/0.37	c Listener: none
0.41/0.37	c --- End Solver configuration ---
0.41/0.37	c solving HOME/instance-4541653-1753209221.opb
0.41/0.37	c reading problem ... 
0.41/0.37	c using VERIPB proof format
0.41/0.38	c  no objective function found
1.12/0.71	c ... done. Wall clock time 0.336s.
1.12/0.71	c declared #vars     5220
1.12/0.71	c #constraints  8788
1.12/0.71	c constraints type 
1.12/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2866
1.12/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3166
1.12/0.71	c org.sat4j.specs.Constr$1 => 1323
1.12/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 952
1.12/0.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 481
1.12/0.71	c 8788 constraints processed.
5.26/2.81	c cleaning 2500 clauses out of 5001 with flag 21254/5001
6.79/3.93	c cleaning 4246 clauses out of 8500 with flag 54057/11000
9.39/6.55	c cleaning 5624 clauses out of 11256 with flag 97042/18002
11.12/8.18	c cleaning 6812 clauses out of 13630 with flag 147039/26000
12.90/9.93	c cleaning 7908 clauses out of 15818 with flag 215556/35000
15.68/12.34	c cleaning 8945 clauses out of 17911 with flag 306618/45001
19.56/16.25	c cleaning 9980 clauses out of 19966 with flag 407853/56001
23.90/20.51	c cleaning 10988 clauses out of 21987 with flag 541914/68002
27.50/24.15	c cleaning 11986 clauses out of 23997 with flag 666650/81000
30.79/27.43	c cleaning 12991 clauses out of 26011 with flag 810456/95000
36.51/33.07	c cleaning 13990 clauses out of 28020 with flag 1059645/110000
40.40/36.97	c cleaning 15011 clauses out of 30035 with flag 1253709/126005
44.42/40.74	c cleaning 16004 clauses out of 32020 with flag 1485056/143001
48.61/44.71	c cleaning 16995 clauses out of 34015 with flag 1685447/161000
56.14/52.15	c cleaning 17998 clauses out of 36021 with flag 1878930/180001
68.73/64.56	c cleaning 18998 clauses out of 38022 with flag 2097533/200001
78.74/74.23	c cleaning 20003 clauses out of 40023 with flag 2369303/221000
85.24/80.74	c cleaning 20996 clauses out of 42020 with flag 2625625/243000
93.08/88.58	c cleaning 22008 clauses out of 44024 with flag 2866313/266000
102.29/97.64	c cleaning 22998 clauses out of 46016 with flag 3131501/290000
113.08/108.39	c cleaning 24004 clauses out of 48021 with flag 3380163/315003
123.55/118.82	c cleaning 25003 clauses out of 50014 with flag 3666505/341000
134.84/130.08	c cleaning 25996 clauses out of 52011 with flag 3963035/368000
145.15/140.21	c cleaning 26996 clauses out of 54015 with flag 4270987/396000
159.43/154.57	c cleaning 27999 clauses out of 56020 with flag 4581406/425001
173.79/168.83	c cleaning 29008 clauses out of 58020 with flag 4858744/455000
184.52/179.46	c cleaning 29991 clauses out of 60012 with flag 5203353/486000
199.47/194.29	c cleaning 31000 clauses out of 62022 with flag 5553234/518001
215.99/210.64	c cleaning 32002 clauses out of 64022 with flag 5959905/551001
232.16/226.84	c cleaning 33003 clauses out of 66019 with flag 6318174/585000
245.35/239.98	c cleaning 33977 clauses out of 68017 with flag 6730386/620001
257.60/252.07	c cleaning 35009 clauses out of 70040 with flag 7138667/656001
270.13/264.45	c cleaning 36007 clauses out of 72032 with flag 7584316/693002
283.49/277.63	c cleaning 37003 clauses out of 74024 with flag 7983034/731001
303.04/297.09	c cleaning 38003 clauses out of 76020 with flag 8412877/770000
320.79/314.68	c cleaning 39001 clauses out of 78018 with flag 8968927/810001
334.67/328.59	c cleaning 39981 clauses out of 80017 with flag 9654230/851001
353.31/347.11	c cleaning 41009 clauses out of 82035 with flag 10256448/893000
375.96/369.80	c cleaning 42007 clauses out of 84027 with flag 10786899/936001
400.48/394.15	c cleaning 42998 clauses out of 86020 with flag 11360491/980001
424.20/417.74	c cleaning 44000 clauses out of 88022 with flag 11892459/1025001
443.77/437.22	c cleaning 45007 clauses out of 90023 with flag 12437411/1071002
463.16/456.56	c cleaning 46000 clauses out of 92015 with flag 13069744/1118001
486.97/480.24	c cleaning 46998 clauses out of 94014 with flag 13669461/1166000
507.38/500.58	c cleaning 48000 clauses out of 96016 with flag 14291336/1215000
536.42/529.60	c cleaning 48991 clauses out of 98016 with flag 14954103/1265000
558.48/551.52	c cleaning 50000 clauses out of 100027 with flag 15632564/1316002
582.02/574.91	c cleaning 51010 clauses out of 102025 with flag 16448549/1368000
608.36/601.14	c cleaning 51989 clauses out of 104015 with flag 17299887/1421000
635.69/628.48	c cleaning 53010 clauses out of 106027 with flag 18083830/1475001
663.29/655.98	c cleaning 53997 clauses out of 108017 with flag 18783656/1530001
695.97/688.57	c cleaning 55004 clauses out of 110020 with flag 19649463/1586001
725.98/718.26	c cleaning 55994 clauses out of 112016 with flag 20445207/1643001
759.96/752.11	c cleaning 57001 clauses out of 114021 with flag 21350910/1701000
794.56/786.77	c cleaning 58000 clauses out of 116020 with flag 22304921/1760000
832.53/824.31	c cleaning 58985 clauses out of 118020 with flag 23181736/1820000
865.09/856.80	c cleaning 60004 clauses out of 120036 with flag 24121048/1881001
902.42/893.82	c cleaning 61008 clauses out of 122031 with flag 24965235/1943000
946.70/937.93	c cleaning 62007 clauses out of 124024 with flag 25823409/2006001
984.34/975.56	c cleaning 62997 clauses out of 126015 with flag 26627285/2070000
1018.14/1009.36	c cleaning 64003 clauses out of 128018 with flag 27579762/2135000
1063.45/1054.33	c cleaning 65002 clauses out of 130017 with flag 28418794/2201002
1105.87/1096.77	c cleaning 65997 clauses out of 132014 with flag 29462505/2268001
1155.25/1146.14	c cleaning 66998 clauses out of 134018 with flag 30421279/2336002
1198.68/1189.42	c cleaning 67998 clauses out of 136018 with flag 31329844/2405000
1236.53/1227.12	c cleaning 68994 clauses out of 138022 with flag 32313868/2475002
1278.62/1269.21	c cleaning 70013 clauses out of 140026 with flag 33392520/2546000
1322.90/1313.53	c cleaning 71001 clauses out of 142014 with flag 34541129/2618001
1369.71/1360.19	c cleaning 72000 clauses out of 144013 with flag 35740016/2691001
1423.26/1413.55	c cleaning 73005 clauses out of 146012 with flag 36898385/2765000
1482.11/1472.31	c cleaning 73990 clauses out of 148008 with flag 37867409/2840001
1530.63/1520.68	c cleaning 74999 clauses out of 150018 with flag 38841110/2916001
1586.02/1576.00	c cleaning 76002 clauses out of 152018 with flag 39895804/2993000
1641.71/1631.66	c cleaning 77003 clauses out of 154016 with flag 40853979/3071000
1700.18/1689.67	c cleaning 77990 clauses out of 156014 with flag 41942432/3150001
1757.76/1747.23	c cleaning 78999 clauses out of 158023 with flag 43038533/3230000
1816.30/1805.58	c cleaning 80003 clauses out of 160025 with flag 44213124/3311001
1870.97/1860.25	c cleaning 81002 clauses out of 162023 with flag 45471596/3393002
1935.78/1924.70	c cleaning 81988 clauses out of 164019 with flag 46684984/3476000
2011.90/2000.48	c cleaning 83006 clauses out of 166031 with flag 47863983/3560000
2085.33/2073.81	c cleaning 84000 clauses out of 168025 with flag 49129810/3645000
2154.47/2142.94	c cleaning 84998 clauses out of 170025 with flag 50406836/3731000
2255.48/2243.62	c cleaning 86010 clauses out of 172027 with flag 51588833/3818000
2328.70/2316.65	c cleaning 86993 clauses out of 174017 with flag 52926846/3906000
2398.67/2386.58	c cleaning 88004 clauses out of 176027 with flag 54276536/3995003
2489.59/2477.43	c cleaning 89003 clauses out of 178021 with flag 55708418/4085001
2578.68/2566.59	c cleaning 90001 clauses out of 180017 with flag 57383244/4176000
2678.96/2666.62	c cleaning 91004 clauses out of 182017 with flag 58817319/4268001
2787.89/2775.62	c cleaning 91995 clauses out of 184012 with flag 60346023/4361000
2870.67/2857.81	c cleaning 93003 clauses out of 186017 with flag 61858076/4455000
2960.92/2948.14	c cleaning 93997 clauses out of 188015 with flag 63287552/4550001
3045.00/3032.22	c cleaning 95001 clauses out of 190017 with flag 64588672/4646000
3125.51/3112.68	c cleaning 95998 clauses out of 192016 with flag 65936941/4743000
3207.14/3194.36	c cleaning 97000 clauses out of 194018 with flag 67396408/4841000
3314.15/3301.28	c cleaning 97998 clauses out of 196019 with flag 68938015/4940001
3419.97/3406.81	c cleaning 99008 clauses out of 198021 with flag 70684098/5040001
3523.49/3509.91	c cleaning 99993 clauses out of 200012 with flag 72136868/5141000
3600.04/3586.32	c timeout
3600.04/3586.34	c starts		: 13716
3600.04/3586.34	c conflicts		: 5222471
3600.04/3586.34	c decisions		: 6989121
3600.04/3586.34	c propagations		: 2233587816
3600.04/3586.34	c inspects		: 33236964546
3600.04/3586.34	c shortcuts		: 0
3600.04/3586.34	c learnt literals	: 2
3600.04/3586.34	c learnt binary clauses	: 1285
3600.04/3586.34	c learnt ternary clauses	: 1349
3600.04/3586.35	c learnt constraints	: 5222469
3600.04/3586.35	c ignored constraints	: 0
3600.04/3586.35	c root simplifications	: 0
3600.04/3586.35	c removed literals (reason simplification)	: 578326677
3600.04/3586.35	c reason swapping (by a shorter reason)	: 0
3600.04/3586.35	c Calls to reduceDB	: 97
3600.04/3586.35	c Number of update (reduction) of LBD	: 1387649
3600.04/3586.35	c Imported unit clauses	: 0
3600.04/3586.35	c No decision after first conflict	: false
3600.04/3586.35	c number of reductions to clauses (during analyze)	: 0
3600.04/3586.35	c number of learned constraints concerned by reduction	: 0
3600.04/3586.35	c number of learning phase by resolution	: 0
3600.04/3586.35	c number of learning phase by cutting planes	: 0
3600.04/3586.35	c number of rounding to 1 operations	: 0
3600.04/3586.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3586.35	c number of reductions of the coefficients by power 2 	: 0
3600.04/3586.35	c number of right shift for reduction by power 2 	: 0
3600.04/3586.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3586.35	c number of ending skipping 	: 0
3600.04/3586.35	c number of internal skipping 	: 0
3600.04/3586.35	c number of derivation steps 	: 0
3600.04/3586.35	c number of skipped derivation steps 	: 0
3600.04/3586.35	c number of remaining unassigned 	: 0
3600.04/3586.35	c number of remaining assigned 	: 0
3600.04/3586.35	c number of falsified literals weakened from reason	: 0
3600.04/3586.35	c number of falsified literals weakened from conflict	: 0
3600.04/3586.35	c time for arithmetic operations	: 0
3600.04/3586.35	c minimum degree of deleted constraints	: null
3600.04/3586.35	c maximum degree of deleted constraints	: null
3600.04/3586.35	c number of deleted constraints	: 0
3600.04/3586.35	c speed (assignments/second)	: 622928.7953585751
3600.04/3586.35	c non guided choices	: 195
3600.20/3586.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 180205
3600.20/3586.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1285
3600.20/3586.41	s UNKNOWN
3600.20/3586.41	c Total wall clock time (in seconds): 3586.041

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=180249, runsolver pid=180237

[startup+0.100073 s]*
/proc/loadavg: 0.85 2.48 3.49 14/317 180321
/proc/meminfo: memFree=105818232/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=18930384 memory=47028 CPUtime=0.1 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 5654 0 0 0 6 4 0 0 20 0 18 0 236601490 19384713216 11757 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4732596 11757 5102 1 0 546875 0
[pid=180249/tid=180260] ppid=180237 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 4587 0 0 0 4 2 0 0 20 0 18 0 236601494 19384713216 11757 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 11757 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 11757 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47028 KiB

[startup+0.220202 s]*
/proc/loadavg: 0.85 2.48 3.49 10/318 180322
/proc/meminfo: memFree=105792052/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=18930384 memory=51996 CPUtime=0.27 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 6150 0 0 0 22 5 0 0 20 0 18 0 236601490 19384713216 12999 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4732596 12999 5358 1 0 547247 0
[pid=180249/tid=180260] ppid=180237 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 4962 0 0 0 13 3 0 0 20 0 18 0 236601494 19384713216 12999 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 12999 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 12999 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51996 KiB

[startup+0.313264 s]*
/proc/loadavg: 0.85 2.48 3.49 12/318 180322
/proc/meminfo: memFree=105773388/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=18930384 memory=58088 CPUtime=0.41 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 6647 0 0 0 35 6 0 0 20 0 18 0 236601490 19384713216 14522 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4732596 14522 5358 1 0 547683 0
[pid=180249/tid=180260] ppid=180237 vsize=18930384 memory=-8600301253200487100 CPUtime=0.25 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 5121 0 0 0 21 4 0 0 20 0 18 0 236601494 19384713216 14522 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 14522 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 14522 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58088 KiB

[startup+0.700311 s]
/proc/loadavg: 0.85 2.48 3.49 14/318 180322
/proc/meminfo: memFree=105762676/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=18930384 memory=81576 CPUtime=1.12 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 8237 0 0 0 103 9 0 0 20 0 18 0 236601490 19384713216 20394 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4732596 20394 5454 1 0 548661 0
[pid=180249/tid=180260] ppid=180237 vsize=18930384 memory=22272 CPUtime=0.58 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 5329 0 0 0 53 5 0 0 20 0 18 0 236601494 19384713216 20394 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 20394 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 20394 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81576 KiB

[startup+1.5003 s]
/proc/loadavg: 0.85 2.48 3.49 11/322 180326
/proc/meminfo: memFree=105630192/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=18996948 memory=156944 CPUtime=2.69 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 18565 0 0 0 256 13 0 0 20 0 19 0 236601490 19452874752 39236 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4749237 39236 5454 1 0 552144 0
[pid=180249/tid=180260] ppid=180237 vsize=18996948 memory=3328 CPUtime=1.27 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 5872 0 0 0 120 7 0 0 20 0 19 0 236601494 19452874752 39236 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236601499 19452874752 39236 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236601500 19452874752 39748 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=18996948 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236601563 19452874752 39748 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156944 KiB

[startup+3.10536 s]
/proc/loadavg: 0.85 2.48 3.49 9/326 180330
/proc/meminfo: memFree=105266376/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=190044 CPUtime=5.87 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 25596 0 0 0 570 17 0 0 20 0 20 0 236601490 19521036288 47511 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 47511 5486 1 0 554169 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=16368 CPUtime=2.8 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 7179 0 0 0 272 8 0 0 20 0 20 0 236601494 19521036288 47511 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 47511 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 47511 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 47511 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190044 KiB

[startup+6.30041 s]
/proc/loadavg: 1.18 2.52 3.50 7/325 180330
/proc/meminfo: memFree=104979584/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=214164 CPUtime=9.19 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 25712 0 0 0 899 20 0 0 20 0 20 0 236601490 19521036288 53541 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 53541 5486 1 0 554185 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=0 CPUtime=5.93 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 7235 0 0 0 583 10 0 0 20 0 20 0 236601494 19521036288 53541 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 53541 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 53541 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=173968 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 53541 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214164 KiB

[startup+12.7004 s]
/proc/loadavg: 1.41 2.55 3.50 7/325 180330
/proc/meminfo: memFree=103769768/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=916756 CPUtime=16.07 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 30865 0 0 0 1570 37 0 0 20 0 20 0 236601490 19521036288 229189 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 229189 5486 1 0 554185 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=173968 CPUtime=12.31 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 8832 0 0 0 1205 26 0 0 20 0 20 0 236601494 19521036288 229189 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=754964 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 229189 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 229189 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 229189 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 16.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 916756 KiB

[startup+25.5004 s]
/proc/loadavg: 2.05 2.64 3.52 8/325 180330
/proc/meminfo: memFree=101327352/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=1068556 CPUtime=28.9 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 34453 0 0 0 2843 47 0 0 20 0 20 0 236601490 19521036288 267139 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 267139 5486 1 0 554185 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=754964 CPUtime=24.59 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 9917 0 0 0 2427 32 0 0 20 0 20 0 236601494 19521036288 267139 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 267139 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 267139 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=1047948 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 267139 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 28.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1068556 KiB

[startup+51.1091 s]
/proc/loadavg: 2.79 2.76 3.54 7/325 180330
/proc/meminfo: memFree=98784580/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=2019896 CPUtime=55.14 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 42888 0 0 0 5436 78 0 0 20 0 20 0 236601490 19521036288 504974 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 504974 5486 1 0 1080584 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=1991208 CPUtime=49.5 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 11478 0 0 0 4895 55 0 0 20 0 20 0 236601494 19521036288 504974 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=935188 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 504974 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 504974 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0

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

[startup+3282.3 s]
/proc/loadavg: 4.17 4.20 4.18 7/328 180511
/proc/meminfo: memFree=71683568/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3295.09 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 165726 0 0 0 328367 1142 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083936 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=16368 CPUtime=3255.15 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 86480 0 0 0 324611 904 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3011 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3295.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.22 4.18 7/328 180514
/proc/meminfo: memFree=71014512/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3355.25 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 168393 0 0 0 334365 1160 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083936 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3314.65 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 88212 0 0 0 330547 918 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=132 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3012 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3355.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.19 4.18 7/329 180517
/proc/meminfo: memFree=70640620/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3415.48 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 170517 0 0 0 340374 1174 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083936 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3374.08 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 89520 0 0 0 336479 929 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3091 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=-8672358847238415036 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3415.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.22 4.19 7/328 180519
/proc/meminfo: memFree=70308596/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3475.85 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 174554 0 0 0 346393 1192 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083936 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3433.76 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 91819 0 0 0 342434 942 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3135 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3475.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.22 4.19 6/329 180589
/proc/meminfo: memFree=78420368/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3535.9 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 177431 0 0 0 352381 1209 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083937 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3493.39 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 94020 0 0 0 348383 956 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=3104 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3136 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3535.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.21 4.18 5/329 180658
/proc/meminfo: memFree=83739348/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3596.04 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 179526 0 0 0 358379 1225 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083937 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=16368 CPUtime=3552.83 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 95375 0 0 0 354314 969 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4279708 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3189 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3596.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.3 s]
/proc/loadavg: 4.22 4.21 4.18 5/329 180658
/proc/meminfo: memFree=83015324/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19063512 memory=4279708 CPUtime=3600.04 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 179526 0 0 0 358778 1226 0 0 20 0 20 0 236601490 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4765878 1069927 5518 1 0 1083937 0
[pid=180249/tid=180260] ppid=180237 vsize=19063512 memory=16368 CPUtime=3556.81 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) R 180237 180249 180184 0 -1 4194368 95375 0 0 0 354712 969 0 0 20 0 20 0 236601494 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19063512 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3189 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180326] ppid=180237 vsize=19063512 memory=16368 CPUtime=0 cores=0,2
/proc/180249/task/180326/stat : 180326 (Timer-0) S 180237 180249 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 1069927 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4279708 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.96 s, system=12.2965 s

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

[startup+3586.4 s]
/proc/loadavg: 4.22 4.21 4.18 5/329 180658
/proc/meminfo: memFree=83015324/131382116 swapFree=33005528/33010684
[pid=180249] ppid=180237 vsize=19263204 memory=4280732 CPUtime=3600.2 cores=0,2
/proc/180249/stat : 180249 (java) S 180237 180249 180184 0 -1 4194304 182169 0 0 0 358794 1226 0 0 20 0 21 0 236601490 19725520896 1070183 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
/proc/180249/statm: 4815801 1070183 5550 1 0 1084877 0
[pid=180249/tid=180260] ppid=180237 vsize=19263204 memory=3104 CPUtime=3556.83 cores=0,2
/proc/180249/task/180260/stat : 180260 (java) S 180237 180249 180184 0 -1 4194368 95818 0 0 0 354714 969 0 0 20 0 21 0 236601494 19725520896 1070183 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180296] ppid=180237 vsize=19263204 memory=3328 CPUtime=0 cores=0,2
/proc/180249/task/180296/stat : 180296 (Finalizer) S 180237 180249 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236601499 19725520896 1070183 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
[pid=180249/tid=180318] ppid=180237 vsize=19263204 memory=-8672358847238415036 CPUtime=0 cores=0,2
/proc/180249/task/180318/stat : 180318 (Common-Cleaner) S 180237 180249 180184 0 -1 4194368 3189 0 0 0 0 0 0 0 20 0 21 0 236601500 19725520896 1070183 18446744073709551615 94316669308928 94316669312624 140723509764176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316669320440 94316669321232 94316676386816 140723509770580 140723509770724 140723509770724 140723509776328 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4280732 KiB

Child status: 143

Real time (s): 3586.47
CPU time (s): 3600.26
CPU user time (s): 3587.96
CPU system time (s): 12.2965
CPU usage (%): 100.385
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4280732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.96
system time used= 12.2965
maximum resident set size= 4280860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13339496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111379
involuntary context switches= 11495


# summary of solver processes directly reported to runsolver:
#   pid: 180249
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3587.96
#   total CPU system time (s): 12.2965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8645 second user time and 36.1799 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 20:33:41
IDJOB=4541653
IDBENCH=163217
IDSOLVER=3364
FILE ID=nodeC010/4541653-1753209221
RUNJOBID= nodeC010-1753209221-180195
SLURM_JOB_ID= 9687770
Free space on /tmp= 432712 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-29array_ineq6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541653-1753209221/watcher-4541653-1753209221 -o /tmp/evaluation-result-4541653-1753209221/solver-4541653-1753209221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180195 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541653-1753209221 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541653-1753209221.opb

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
RANDOM SEED=1959951898

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.146
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.126
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.36
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.271
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.36
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		: 1196.681
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.36
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		: 1197.738
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.138
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.36
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.132
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.36
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.139
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105858480 kB
MemAvailable:   129840856 kB
Buffers:             228 kB
Cached:         24747020 kB
SwapCached:         4300 kB
Active:           905772 kB
Inactive:       23910544 kB
Active(anon):      42188 kB
Inactive(anon):    48712 kB
Active(file):     863584 kB
Inactive(file): 23861832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:         67816 kB
Mapped:           103812 kB
Shmem:             21832 kB
KReclaimable:     193172 kB
Slab:             283976 kB
SReclaimable:     193172 kB
SUnreclaim:        90804 kB
KernelStack:        3716 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     349444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 417428 MiB
End job on nodeC010 at 2025-07-22 21:33:28