Trace number 4541613

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 2025-06-06? (TO) 3600.29 3583.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
MD5SUM21d0ffe78b9aba15f7c4d4a17a4e20d2
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.454795
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2170
Total number of constraints5893
Number of constraints which are clauses5859
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint1023
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2106806208
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	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.38	c solving HOME/instance-4541613-1753209161.opb
0.41/0.38	c reading problem ... 
0.41/0.38	c  no objective function found
0.94/0.69	c ... done. Wall clock time 0.302s.
0.94/0.69	c declared #vars     2170
0.94/0.69	c #constraints  5926
1.11/0.70	c constraints type 
1.11/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2914
1.11/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
1.11/0.70	c org.sat4j.specs.Constr$1 => 1488
1.11/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
1.11/0.70	c org.sat4j.pb.constraints.pb.UnitClausePB => 527
1.11/0.70	c 5926 constraints processed.
6.51/4.94	c cleaning 2501 clauses out of 5001 with flag 11491/5001
10.80/9.05	c cleaning 4248 clauses out of 8499 with flag 25214/11000
16.00/14.03	c cleaning 5626 clauses out of 11251 with flag 41127/18000
21.69/19.57	c cleaning 6813 clauses out of 13625 with flag 59291/26000
28.42/26.02	c cleaning 7902 clauses out of 15813 with flag 79825/35001
35.51/33.15	c cleaning 8952 clauses out of 17910 with flag 102768/45000
44.77/42.35	c cleaning 9977 clauses out of 19958 with flag 128793/56000
53.39/50.93	c cleaning 10987 clauses out of 21982 with flag 157592/68001
63.78/61.32	c cleaning 11994 clauses out of 23995 with flag 188174/81001
75.77/73.03	c cleaning 12998 clauses out of 26000 with flag 228138/95000
85.95/83.23	c cleaning 13997 clauses out of 28002 with flag 273725/110000
98.33/95.71	c cleaning 15000 clauses out of 30005 with flag 310499/126000
111.32/108.56	c cleaning 15999 clauses out of 32005 with flag 350400/143000
123.55/120.77	c cleaning 16994 clauses out of 34006 with flag 396784/161000
138.17/135.15	c cleaning 17993 clauses out of 36012 with flag 441348/180000
153.16/149.72	c cleaning 19003 clauses out of 38020 with flag 487307/200001
169.70/165.76	c cleaning 19999 clauses out of 40016 with flag 539144/221000
189.19/184.85	c cleaning 21001 clauses out of 42017 with flag 595815/243000
208.28/203.84	c cleaning 21994 clauses out of 44016 with flag 651931/266000
226.82/222.34	c cleaning 23002 clauses out of 46022 with flag 709781/290000
246.17/241.64	c cleaning 24002 clauses out of 48021 with flag 771798/315001
267.51/262.93	c cleaning 25001 clauses out of 50018 with flag 838990/341000
288.65/283.92	c cleaning 25998 clauses out of 52017 with flag 906860/368000
311.69/306.97	c cleaning 27000 clauses out of 54019 with flag 980511/396000
335.22/330.41	c cleaning 28005 clauses out of 56020 with flag 1058338/425001
359.29/354.48	c cleaning 28998 clauses out of 58014 with flag 1137381/455000
385.16/380.27	c cleaning 29999 clauses out of 60017 with flag 1218679/486001
408.33/402.60	c cleaning 31000 clauses out of 62017 with flag 1294977/518000
430.87/425.14	c cleaning 31999 clauses out of 64018 with flag 1371698/551001
455.81/450.06	c cleaning 32998 clauses out of 66018 with flag 1455372/585000
482.61/476.82	c cleaning 34001 clauses out of 68020 with flag 1538058/620000
509.20/503.43	c cleaning 35002 clauses out of 70020 with flag 1626002/656001
538.31/532.50	c cleaning 36001 clauses out of 72018 with flag 1725595/693001
564.72/558.81	c cleaning 36998 clauses out of 74016 with flag 1819291/731000
590.39/584.53	c cleaning 38000 clauses out of 76018 with flag 1913940/770000
616.47/610.57	c cleaning 38998 clauses out of 78019 with flag 2007747/810001
641.82/635.89	c cleaning 40000 clauses out of 80020 with flag 2105552/851000
668.57/662.33	c cleaning 41002 clauses out of 82022 with flag 2207803/893002
705.30/698.15	c cleaning 42000 clauses out of 84018 with flag 2319415/936000
745.02/737.80	c cleaning 42992 clauses out of 86018 with flag 2439310/980000
780.71/773.42	c cleaning 44001 clauses out of 88026 with flag 2553817/1025000
816.13/808.72	c cleaning 45005 clauses out of 90025 with flag 2673690/1071000
852.73/845.24	c cleaning 46002 clauses out of 92020 with flag 2788505/1118000
887.06/879.59	c cleaning 47000 clauses out of 94018 with flag 2903755/1166000
921.47/914.00	c cleaning 48005 clauses out of 96018 with flag 3020645/1215000
960.89/952.57	c cleaning 49007 clauses out of 98014 with flag 3135801/1265001
998.57/990.14	c cleaning 49994 clauses out of 100006 with flag 3260283/1316000
1033.71/1025.07	c cleaning 50996 clauses out of 102013 with flag 3384565/1368001
1069.39/1060.62	c cleaning 51998 clauses out of 104017 with flag 3516766/1421001
1105.90/1097.11	c cleaning 53003 clauses out of 106018 with flag 3643281/1475000
1143.56/1134.64	c cleaning 53998 clauses out of 108018 with flag 3775994/1530003
1186.46/1177.56	c cleaning 55002 clauses out of 110018 with flag 3911599/1586001
1224.57/1215.68	c cleaning 55998 clauses out of 112016 with flag 4059064/1643001
1264.40/1255.24	c cleaning 57000 clauses out of 114017 with flag 4206639/1701000
1305.30/1296.06	c cleaning 58004 clauses out of 116018 with flag 4353939/1760001
1351.27/1340.90	c cleaning 58999 clauses out of 118014 with flag 4496772/1820001
1400.04/1389.58	c cleaning 60000 clauses out of 120014 with flag 4647534/1881000
1443.25/1432.63	c cleaning 60997 clauses out of 122014 with flag 4795683/1943000
1490.93/1480.18	c cleaning 62002 clauses out of 124017 with flag 4954161/2006000
1536.88/1526.10	c cleaning 62994 clauses out of 126017 with flag 5105359/2070002
1583.69/1572.77	c cleaning 64002 clauses out of 128021 with flag 5261176/2135000
1633.19/1622.23	c cleaning 65002 clauses out of 130020 with flag 5421021/2201001
1682.71/1671.55	c cleaning 66001 clauses out of 132017 with flag 5583947/2268000
1729.32/1718.11	c cleaning 67000 clauses out of 134016 with flag 5749634/2336000
1780.58/1769.18	c cleaning 68000 clauses out of 136017 with flag 5910149/2405001
1828.44/1816.91	c cleaning 69000 clauses out of 138016 with flag 6076407/2475000
1876.84/1864.47	c cleaning 70003 clauses out of 140017 with flag 6250769/2546001
1931.27/1918.81	c cleaning 70998 clauses out of 142014 with flag 6423765/2618001
1983.85/1971.29	c cleaning 71992 clauses out of 144016 with flag 6605021/2691001
2038.69/2025.96	c cleaning 73000 clauses out of 146023 with flag 6779363/2765000
2091.41/2078.40	c cleaning 74004 clauses out of 148023 with flag 6957101/2840000
2146.89/2133.87	c cleaning 75002 clauses out of 150020 with flag 7137934/2916001
2203.51/2190.35	c cleaning 76003 clauses out of 152018 with flag 7323272/2993001
2263.23/2249.94	c cleaning 77000 clauses out of 154016 with flag 7515345/3071002
2321.75/2308.43	c cleaning 77998 clauses out of 156015 with flag 7708175/3150001
2384.01/2370.68	c cleaning 78995 clauses out of 158016 with flag 7896016/3230000
2442.91/2429.57	c cleaning 79998 clauses out of 160021 with flag 8094031/3311000
2504.04/2490.52	c cleaning 81007 clauses out of 162023 with flag 8284783/3393000
2562.19/2548.47	c cleaning 82004 clauses out of 164018 with flag 8480272/3476002
2620.50/2606.52	c cleaning 82991 clauses out of 166012 with flag 8688662/3560000
2682.76/2668.68	c cleaning 83997 clauses out of 168021 with flag 8887504/3645000
2746.43/2731.12	c cleaning 85006 clauses out of 170025 with flag 9100270/3731001
2807.45/2791.95	c cleaning 86000 clauses out of 172019 with flag 9313911/3818001
2871.14/2855.44	c cleaning 87002 clauses out of 174020 with flag 9530126/3906002
2942.64/2926.77	c cleaning 88001 clauses out of 176016 with flag 9737913/3995000
3008.09/2992.04	c cleaning 88999 clauses out of 178015 with flag 9959521/4085000
3071.85/3055.64	c cleaning 90004 clauses out of 180016 with flag 10188504/4176000
3142.82/3126.43	c cleaning 90992 clauses out of 182013 with flag 10403929/4268001
3213.73/3197.22	c cleaning 92001 clauses out of 184021 with flag 10619894/4361001
3284.45/3267.89	c cleaning 93000 clauses out of 186019 with flag 10843479/4455000
3355.11/3338.58	c cleaning 94001 clauses out of 188019 with flag 11072112/4550000
3426.52/3409.82	c cleaning 95002 clauses out of 190019 with flag 11294785/4646001
3500.72/3484.10	c cleaning 95997 clauses out of 192017 with flag 11522164/4743001
3577.32/3560.55	c cleaning 97002 clauses out of 194019 with flag 11751784/4841000
3600.06/3583.14	c starts		: 2836
3600.06/3583.15	c timeout
3600.06/3583.16	c conflicts		: 4874776
3600.06/3583.16	c decisions		: 5495781
3600.06/3583.16	c propagations		: 629006923
3600.06/3583.16	c inspects		: 3901048411
3600.06/3583.16	c shortcuts		: 0
3600.06/3583.16	c learnt literals	: 0
3600.06/3583.16	c learnt binary clauses	: 2
3600.06/3583.16	c learnt ternary clauses	: 6
3600.06/3583.16	c learnt constraints	: 4874776
3600.06/3583.16	c ignored constraints	: 0
3600.06/3583.16	c root simplifications	: 0
3600.06/3583.16	c removed literals (reason simplification)	: 2713591320
3600.06/3583.16	c reason swapping (by a shorter reason)	: 0
3600.06/3583.16	c Calls to reduceDB	: 94
3600.06/3583.16	c Number of update (reduction) of LBD	: 391973
3600.06/3583.16	c Imported unit clauses	: 0
3600.06/3583.16	c No decision after first conflict	: false
3600.06/3583.16	c number of reductions to clauses (during analyze)	: 0
3600.06/3583.16	c number of learned constraints concerned by reduction	: 0
3600.06/3583.16	c number of learning phase by resolution	: 0
3600.06/3583.16	c number of learning phase by cutting planes	: 0
3600.06/3583.16	c number of rounding to 1 operations	: 0
3600.06/3583.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3583.16	c number of reductions of the coefficients by power 2 	: 0
3600.06/3583.16	c number of right shift for reduction by power 2 	: 0
3600.06/3583.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3583.16	c number of ending skipping 	: 0
3600.06/3583.16	c number of internal skipping 	: 0
3600.06/3583.16	c number of derivation steps 	: 0
3600.06/3583.16	c number of skipped derivation steps 	: 0
3600.06/3583.16	c number of remaining unassigned 	: 0
3600.06/3583.16	c number of remaining assigned 	: 0
3600.06/3583.16	c number of falsified literals weakened from reason	: 0
3600.06/3583.16	c number of falsified literals weakened from conflict	: 0
3600.06/3583.17	c time for arithmetic operations	: 0
3600.06/3583.17	c minimum degree of deleted constraints	: null
3600.06/3583.17	c maximum degree of deleted constraints	: null
3600.06/3583.17	c number of deleted constraints	: 0
3600.06/3583.17	c speed (assignments/second)	: 175580.00023447626
3600.06/3583.17	c non guided choices	: 35
3600.22/3583.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 130791
3600.22/3583.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.22/3583.23	s UNKNOWN
3600.22/3583.23	c Total wall clock time (in seconds): 3582.859

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: 63794 MiB (62486 MiB free)
  memory of node 1: 64507 MiB (63603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541613-1753209161/watcher-4541613-1753209161 -o /tmp/evaluation-result-4541613-1753209161/solver-4541613-1753209161 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195952 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4541613-1753209161.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 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
Current StackSize limit: 8192 KiB

solver pid=196004, runsolver pid=195992

[startup+0.100075 s]*
/proc/loadavg: 1.38 2.64 4.67 15/320 196076
/proc/meminfo: memFree=129036292/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18930344 memory=45532 CPUtime=0.08 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 5410 0 48 0 5 3 0 0 20 0 18 0 236595788 19384672256 11383 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4732586 11383 4932 1 0 546727 0
[pid=196004/tid=196018] ppid=195992 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 4530 0 48 0 4 2 0 0 20 0 18 0 236595791 19384672256 11383 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18930344 memory=1707 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384672256 11383 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18930344 memory=56295059358712 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595798 19384672256 11383 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45532 KiB

[startup+0.214886 s]*
/proc/loadavg: 1.38 2.64 4.67 8/321 196077
/proc/meminfo: memFree=129020552/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18930384 memory=49756 CPUtime=0.25 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 6072 0 48 0 21 4 0 0 20 0 18 0 236595788 19384713216 12439 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4732596 12439 5348 1 0 547212 0
[pid=196004/tid=196018] ppid=195992 vsize=18930384 memory=4027056412 CPUtime=0.15 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 4916 0 48 0 13 2 0 0 20 0 18 0 236595791 19384713216 12439 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 12439 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595798 19384713216 12439 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49756 KiB

[startup+0.31445 s]*
/proc/loadavg: 1.83 2.71 4.68 9/321 196077
/proc/meminfo: memFree=128991580/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18930384 memory=55944 CPUtime=0.41 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 6612 0 48 0 36 5 0 0 20 0 18 0 236595788 19384713216 13986 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4732596 13986 5348 1 0 547683 0
[pid=196004/tid=196018] ppid=195992 vsize=18930384 memory=-8958892655456854716 CPUtime=0.25 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 5089 0 48 0 22 3 0 0 20 0 18 0 236595791 19384713216 13986 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 13986 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595798 19384713216 13986 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55944 KiB

[startup+0.700418 s]
/proc/loadavg: 1.83 2.71 4.68 13/321 196077
/proc/meminfo: memFree=128969840/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18930384 memory=75264 CPUtime=1.11 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 8380 0 48 0 104 7 0 0 20 0 18 0 236595788 19384713216 18816 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4732596 18816 5412 1 0 548751 0
[pid=196004/tid=196018] ppid=195992 vsize=18930384 memory=27392 CPUtime=0.52 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 5270 0 48 0 48 4 0 0 20 0 18 0 236595791 19384713216 18816 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18930384 memory=10752 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 18816 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236595798 19384713216 18816 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75264 KiB

[startup+1.50033 s]
/proc/loadavg: 1.83 2.71 4.68 10/325 196081
/proc/meminfo: memFree=128897576/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18996948 memory=88380 CPUtime=2.69 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 13881 0 48 0 259 10 0 0 20 0 19 0 236595788 19452874752 22095 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4749237 22095 5412 1 0 551028 0
[pid=196004/tid=196018] ppid=195992 vsize=18996948 memory=3200 CPUtime=1.26 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 5528 0 48 0 121 5 0 0 20 0 19 0 236595791 19452874752 22095 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 22095 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595798 19452874752 22095 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=18996948 memory=16688 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236595860 19452874752 22095 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88380 KiB

[startup+3.11288 s]
/proc/loadavg: 1.83 2.71 4.68 8/325 196081
/proc/meminfo: memFree=128803224/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18996948 memory=103020 CPUtime=4.54 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 14606 0 48 0 444 10 0 0 20 0 19 0 236595788 19452874752 25755 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4749237 25755 5412 1 0 551031 0
[pid=196004/tid=196018] ppid=195992 vsize=18996948 memory=16688 CPUtime=2.87 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 5754 0 48 0 282 5 0 0 20 0 19 0 236595791 19452874752 25755 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 25755 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595798 19452874752 25755 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236595860 19452874752 25755 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103020 KiB

[startup+6.30039 s]
/proc/loadavg: 2.01 2.73 4.68 6/325 196081
/proc/meminfo: memFree=128666644/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=18996948 memory=130664 CPUtime=8 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 19050 0 48 0 788 12 0 0 20 0 19 0 236595788 19452874752 32666 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4749237 32666 5412 1 0 551076 0
[pid=196004/tid=196018] ppid=195992 vsize=18996948 memory=0 CPUtime=6.05 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 7446 0 48 0 599 6 0 0 20 0 19 0 236595791 19452874752 32666 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 32666 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236595798 19452874752 32666 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=18996948 memory=88508 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236595860 19452874752 32666 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130664 KiB

[startup+12.7004 s]
/proc/loadavg: 2.17 2.75 4.67 6/329 196086
/proc/meminfo: memFree=128510608/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=168844 CPUtime=14.69 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 23546 0 48 0 1454 15 0 0 20 0 20 0 236595788 19521036288 42211 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 42211 5476 1 0 551365 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=88508 CPUtime=12.4 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 8167 0 48 0 1233 7 0 0 20 0 20 0 236595791 19521036288 42211 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=168844 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 42211 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=16688 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 42211 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 42211 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 14.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168844 KiB

[startup+25.5004 s]
/proc/loadavg: 2.53 2.81 4.67 6/329 196086
/proc/meminfo: memFree=128323324/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=176580 CPUtime=27.91 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 26963 0 48 0 2775 16 0 0 20 0 20 0 236595788 19521036288 44145 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 44145 5476 1 0 551754 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=168844 CPUtime=25.15 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 8744 0 48 0 2508 7 0 0 20 0 20 0 236595791 19521036288 44145 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 44145 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=16688 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 44145 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=176580 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 44145 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 27.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176580 KiB

[startup+51.1142 s]
/proc/loadavg: 3.11 2.93 4.65 6/329 196086
/proc/meminfo: memFree=127797840/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=228588 CPUtime=53.6 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 27418 0 48 0 5342 18 0 0 20 0 20 0 236595788 19521036288 57147 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 57147 5476 1 0 551754 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=228588 CPUtime=50.46 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 8791 0 48 0 5039 7 0 0 20 0 20 0 236595791 19521036288 57147 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=168844 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 57147 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 57147 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=206048 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 57147 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.10 6/326 196249
/proc/meminfo: memFree=117276596/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4469552 CPUtime=3298.9 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 126584 0 48 0 329611 279 0 0 20 0 20 0 236595788 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1117388 5508 1 0 1345864 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4469552 CPUtime=3251.05 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 47256 0 48 0 325065 40 0 0 20 0 20 0 236595791 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=4469552 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=4436780 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3298.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4469552 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.10 6/325 196252
/proc/meminfo: memFree=117268308/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4469552 CPUtime=3358.94 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 127531 0 48 0 335612 282 0 0 20 0 20 0 236595788 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1117388 5508 1 0 1345864 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4436780 CPUtime=3310.69 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 48132 0 48 0 331028 41 0 0 20 0 20 0 236595791 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=4469552 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=27392 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1117388 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3358.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4469552 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.10 6/325 196254
/proc/meminfo: memFree=117063308/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4674448 CPUtime=3419.04 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 129748 0 48 0 341614 290 0 0 20 0 20 0 236595788 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1168612 5508 1 0 1345864 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4469552 CPUtime=3370.3 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 49563 0 48 0 336987 43 0 0 20 0 20 0 236595791 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=16688 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=-9030950249494782652 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1696 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=-9030950249494782652 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3419.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4674448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.10 6/325 196256
/proc/meminfo: memFree=117016044/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4674448 CPUtime=3479.05 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 131455 0 48 0 347612 293 0 0 20 0 20 0 236595788 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1168612 5508 1 0 1345864 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4469552 CPUtime=3429.98 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 50426 0 48 0 342954 44 0 0 20 0 20 0 236595791 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=4674448 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1799 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=4674448 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3479.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4674448 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.23 4.13 6/325 196258
/proc/meminfo: memFree=116966296/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4674448 CPUtime=3539.01 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 132635 0 48 0 353605 296 0 0 20 0 20 0 236595788 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1168612 5508 1 0 1345865 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4674448 CPUtime=3489.67 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 51449 0 48 0 348923 44 0 0 20 0 20 0 236595791 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=4674448 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=16688 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1799 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=27392 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1168612 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3539.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4674448 KiB

[startup+3582.3 s]
/proc/loadavg: 5.40 4.54 4.25 6/325 196260
/proc/meminfo: memFree=116848332/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4676500 CPUtime=3599.24 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 135793 0 48 0 359625 299 0 0 20 0 20 0 236595788 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1169125 5508 1 0 1345865 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4674448 CPUtime=3549.15 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 53469 0 48 0 354871 44 0 0 20 0 20 0 236595791 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=4676500 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3599.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.11 s]
/proc/loadavg: 5.40 4.54 4.25 6/325 196260
/proc/meminfo: memFree=116848340/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19063512 memory=4676500 CPUtime=3600.06 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 135793 0 48 0 359707 299 0 0 20 0 20 0 236595788 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4765878 1169125 5508 1 0 1345865 0
[pid=196004/tid=196018] ppid=195992 vsize=19063512 memory=4674448 CPUtime=3549.96 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) R 195992 196004 195934 0 -1 4194368 53469 0 48 0 354952 44 0 0 20 0 20 0 236595791 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19063512 memory=4676500 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196081] ppid=195992 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/196004/task/196081/stat : 196081 (Timer-0) S 195992 196004 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 1169125 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.28 s, system=3.01758 s

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

[startup+3583.21 s]
/proc/loadavg: 5.40 4.54 4.25 6/325 196260
/proc/meminfo: memFree=116848340/131382112 swapFree=33010416/33010684
[pid=196004] ppid=195992 vsize=19263204 memory=4677396 CPUtime=3600.22 cores=5,7
/proc/196004/stat : 196004 (java) S 195992 196004 195934 0 -1 4194304 137634 0 48 0 359722 300 0 0 20 0 21 0 236595788 19725520896 1169349 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
/proc/196004/statm: 4815801 1169349 5540 1 0 1346787 0
[pid=196004/tid=196018] ppid=195992 vsize=19263204 memory=4352 CPUtime=3549.99 cores=5,7
/proc/196004/task/196018/stat : 196018 (java) S 195992 196004 195934 0 -1 4194368 53672 0 48 0 354955 44 0 0 20 0 21 0 236595791 19725520896 1169349 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196059] ppid=195992 vsize=19263204 memory=1792 CPUtime=0 cores=5,7
/proc/196004/task/196059/stat : 196059 (Finalizer) S 195992 196004 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236595797 19725520896 1169349 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
[pid=196004/tid=196077] ppid=195992 vsize=19263204 memory=1920 CPUtime=0 cores=5,7
/proc/196004/task/196077/stat : 196077 (Common-Cleaner) S 195992 196004 195934 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 21 0 236595798 19725520896 1169349 18446744073709551615 93971575271424 93971575275120 140723535840272 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93971575282936 93971575283728 93971590049792 140723535845759 140723535845860 140723535845860 140723535851464 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4677396 KiB

Child status: 143

Real time (s): 3583.27
CPU time (s): 3600.29
CPU user time (s): 3597.28
CPU system time (s): 3.01758
CPU usage (%): 100.475
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4677396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.28
system time used= 3.01758
maximum resident set size= 4677524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137836
page faults= 48
swaps= 0
block input operations= 0
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113130
involuntary context switches= 6931


# summary of solver processes directly reported to runsolver:
#   pid: 196004
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3597.28
#   total CPU system time (s): 3.01758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4329 second user time and 37.3877 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 20:32:41
IDJOB=4541613
IDBENCH=163199
IDSOLVER=3363
FILE ID=nodeC012/4541613-1753209161
RUNJOBID= nodeC012-1753209161-195952
SLURM_JOB_ID= 9687769
Free space on /tmp= 432924 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541613-1753209161/watcher-4541613-1753209161 -o /tmp/evaluation-result-4541613-1753209161/solver-4541613-1753209161 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195952 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541613-1753209161.opb

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

MD5SUM BENCH= 21d0ffe78b9aba15f7c4d4a17a4e20d2
RANDOM SEED=1944425501

nodeC012 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.106
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.39
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.110
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.39
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.311
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.39
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.237
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.39
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		: 1196.786
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.39
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.206
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.39
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.592
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.39
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.144
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129094820 kB
MemAvailable:   129864388 kB
Buffers:            2136 kB
Cached:          1535532 kB
SwapCached:           12 kB
Active:          1274536 kB
Inactive:         331980 kB
Active(anon):      90300 kB
Inactive(anon):     4688 kB
Active(file):    1184236 kB
Inactive(file):   327292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2928 kB
Writeback:             0 kB
AnonPages:         71940 kB
Mapped:           107524 kB
Shmem:             26140 kB
KReclaimable:     194948 kB
Slab:             286804 kB
SReclaimable:     194948 kB
SUnreclaim:        91856 kB
KernelStack:        3900 kB
PageTables:         2728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     348908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432920 MiB
End job on nodeC012 at 2025-07-22 21:32:24