Trace number 4541652

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.28 3594.21

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.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.41/0.36	c Pseudo Boolean Optimization by upper bound
0.41/0.36	c --- Begin Solver configuration ---
0.41/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.36	c Learn all clauses as in MiniSAT
0.41/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.36	c Expensive reason simplification
0.41/0.36	c Glucose 2.1 dynamic restart strategy
0.41/0.36	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.36	c timeout=2147483s
0.41/0.36	c DB Simplification allowed=false
0.41/0.36	c Listener: none
0.41/0.36	c --- End Solver configuration ---
0.41/0.37	c solving HOME/instance-4541652-1753209161.opb
0.41/0.37	c reading problem ... 
0.41/0.37	c  no objective function found
0.95/0.69	c ... done. Wall clock time 0.302s.
0.95/0.69	c declared #vars     5220
0.95/0.69	c #constraints  8788
0.95/0.69	c constraints type 
0.95/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2866
0.95/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3166
0.95/0.69	c org.sat4j.specs.Constr$1 => 1323
0.95/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 952
0.95/0.70	c org.sat4j.pb.constraints.pb.UnitClausePB => 481
1.11/0.70	c 8788 constraints processed.
3.92/2.45	c cleaning 2500 clauses out of 5001 with flag 21254/5001
5.32/3.56	c cleaning 4246 clauses out of 8500 with flag 54057/11000
7.41/5.03	c cleaning 5624 clauses out of 11256 with flag 97042/18002
8.66/6.28	c cleaning 6812 clauses out of 13630 with flag 147039/26000
10.26/7.82	c cleaning 7908 clauses out of 15818 with flag 215556/35000
12.60/9.81	c cleaning 8945 clauses out of 17911 with flag 306618/45001
14.59/11.86	c cleaning 9980 clauses out of 19966 with flag 407853/56001
17.98/15.24	c cleaning 10988 clauses out of 21987 with flag 541914/68002
20.77/18.08	c cleaning 11986 clauses out of 23997 with flag 666650/81000
23.16/20.46	c cleaning 12991 clauses out of 26011 with flag 810456/95000
27.49/24.76	c cleaning 13990 clauses out of 28020 with flag 1059645/110000
30.60/27.89	c cleaning 15011 clauses out of 30035 with flag 1253709/126005
33.87/31.09	c cleaning 16004 clauses out of 32020 with flag 1485056/143001
37.36/34.46	c cleaning 16995 clauses out of 34015 with flag 1685447/161000
42.74/39.71	c cleaning 17998 clauses out of 36021 with flag 1878930/180001
51.21/48.00	c cleaning 18998 clauses out of 38022 with flag 2097533/200001
58.74/55.27	c cleaning 20003 clauses out of 40023 with flag 2369303/221000
64.23/60.73	c cleaning 20996 clauses out of 42020 with flag 2625625/243000
70.77/67.25	c cleaning 22008 clauses out of 44024 with flag 2866313/266000
78.44/74.83	c cleaning 22998 clauses out of 46016 with flag 3131501/290000
86.52/82.94	c cleaning 24004 clauses out of 48021 with flag 3380163/315003
95.22/91.69	c cleaning 25003 clauses out of 50014 with flag 3666505/341000
104.95/101.36	c cleaning 25996 clauses out of 52011 with flag 3963035/368000
113.50/109.86	c cleaning 26996 clauses out of 54015 with flag 4270987/396000
125.95/122.21	c cleaning 27999 clauses out of 56020 with flag 4581406/425001
137.90/134.16	c cleaning 29008 clauses out of 58020 with flag 4858744/455000
146.74/142.93	c cleaning 29991 clauses out of 60012 with flag 5203353/486000
158.20/154.35	c cleaning 31000 clauses out of 62022 with flag 5553234/518001
171.25/167.37	c cleaning 32002 clauses out of 64022 with flag 5959905/551001
186.20/181.91	c cleaning 33003 clauses out of 66019 with flag 6318174/585000
196.97/192.71	c cleaning 33977 clauses out of 68017 with flag 6730386/620001
206.96/202.72	c cleaning 35009 clauses out of 70040 with flag 7138667/656001
217.51/213.23	c cleaning 36007 clauses out of 72032 with flag 7584316/693002
228.43/224.17	c cleaning 37003 clauses out of 74024 with flag 7983034/731001
244.56/240.26	c cleaning 38003 clauses out of 76020 with flag 8412877/770000
258.92/254.57	c cleaning 39001 clauses out of 78018 with flag 8968927/810001
270.51/266.18	c cleaning 39981 clauses out of 80017 with flag 9654230/851001
286.32/281.97	c cleaning 41009 clauses out of 82035 with flag 10256448/893000
304.59/300.15	c cleaning 42007 clauses out of 84027 with flag 10786899/936001
323.80/319.36	c cleaning 42998 clauses out of 86020 with flag 11360491/980001
342.85/338.31	c cleaning 44000 clauses out of 88022 with flag 11892459/1025001
357.82/353.35	c cleaning 45007 clauses out of 90023 with flag 12437411/1071002
373.56/369.01	c cleaning 46000 clauses out of 92015 with flag 13069744/1118001
392.34/387.77	c cleaning 46998 clauses out of 94014 with flag 13669461/1166000
408.91/404.35	c cleaning 48000 clauses out of 96016 with flag 14291336/1215000
433.80/428.72	c cleaning 48991 clauses out of 98016 with flag 14954103/1265000
451.77/446.72	c cleaning 50000 clauses out of 100027 with flag 15632564/1316002
471.69/466.67	c cleaning 51010 clauses out of 102025 with flag 16448549/1368000
492.77/487.63	c cleaning 51989 clauses out of 104015 with flag 17299887/1421000
514.24/509.14	c cleaning 53010 clauses out of 106027 with flag 18083830/1475001
536.98/531.82	c cleaning 53997 clauses out of 108017 with flag 18783656/1530001
564.47/559.21	c cleaning 55004 clauses out of 110020 with flag 19649463/1586001
588.72/583.58	c cleaning 55994 clauses out of 112016 with flag 20445207/1643001
617.20/611.96	c cleaning 57001 clauses out of 114021 with flag 21350910/1701000
645.74/640.42	c cleaning 58000 clauses out of 116020 with flag 22304921/1760000
675.59/670.26	c cleaning 58985 clauses out of 118020 with flag 23181736/1820000
701.73/696.49	c cleaning 60004 clauses out of 120036 with flag 24121048/1881001
732.18/726.57	c cleaning 61008 clauses out of 122031 with flag 24965235/1943000
768.30/762.60	c cleaning 62007 clauses out of 124024 with flag 25823409/2006001
799.65/794.05	c cleaning 62997 clauses out of 126015 with flag 26627285/2070000
827.69/822.01	c cleaning 64003 clauses out of 128018 with flag 27579762/2135000
863.20/857.64	c cleaning 65002 clauses out of 130017 with flag 28418794/2201002
898.58/892.95	c cleaning 65997 clauses out of 132014 with flag 29462505/2268001
938.95/933.25	c cleaning 66998 clauses out of 134018 with flag 30421279/2336002
973.68/968.01	c cleaning 67998 clauses out of 136018 with flag 31329844/2405000
1004.67/999.11	c cleaning 68994 clauses out of 138022 with flag 32313868/2475002
1039.26/1033.69	c cleaning 70013 clauses out of 140026 with flag 33392520/2546000
1073.68/1068.19	c cleaning 71001 clauses out of 142014 with flag 34541129/2618001
1111.03/1105.43	c cleaning 72000 clauses out of 144013 with flag 35740016/2691001
1153.14/1147.62	c cleaning 73005 clauses out of 146012 with flag 36898385/2765000
1200.96/1195.42	c cleaning 73990 clauses out of 148008 with flag 37867409/2840001
1241.06/1235.48	c cleaning 74999 clauses out of 150018 with flag 38841110/2916001
1285.46/1279.90	c cleaning 76002 clauses out of 152018 with flag 39895804/2993000
1330.65/1325.15	c cleaning 77003 clauses out of 154016 with flag 40853979/3071000
1376.47/1370.86	c cleaning 77990 clauses out of 156014 with flag 41942432/3150001
1422.39/1416.89	c cleaning 78999 clauses out of 158023 with flag 43038533/3230000
1468.81/1463.11	c cleaning 80003 clauses out of 160025 with flag 44213124/3311001
1512.23/1506.49	c cleaning 81002 clauses out of 162023 with flag 45471596/3393002
1563.42/1557.77	c cleaning 81988 clauses out of 164019 with flag 46684984/3476000
1623.74/1618.00	c cleaning 83006 clauses out of 166031 with flag 47863983/3560000
1680.75/1674.94	c cleaning 84000 clauses out of 168025 with flag 49129810/3645000
1735.41/1729.63	c cleaning 84998 clauses out of 170025 with flag 50406836/3731000
1813.47/1807.61	c cleaning 86010 clauses out of 172027 with flag 51588833/3818000
1870.56/1864.69	c cleaning 86993 clauses out of 174017 with flag 52926846/3906000
1924.06/1918.19	c cleaning 88004 clauses out of 176027 with flag 54276536/3995003
1995.01/1989.15	c cleaning 89003 clauses out of 178021 with flag 55708418/4085001
2065.81/2060.11	c cleaning 90001 clauses out of 180017 with flag 57383244/4176000
2143.96/2138.21	c cleaning 91004 clauses out of 182017 with flag 58817319/4268001
2229.16/2223.57	c cleaning 91995 clauses out of 184012 with flag 60346023/4361000
2292.92/2287.30	c cleaning 93003 clauses out of 186017 with flag 61858076/4455000
2366.98/2361.04	c cleaning 93997 clauses out of 188015 with flag 63287552/4550001
2432.15/2426.22	c cleaning 95001 clauses out of 190017 with flag 64588672/4646000
2495.48/2489.63	c cleaning 95998 clauses out of 192016 with flag 65936941/4743000
2560.32/2554.54	c cleaning 97000 clauses out of 194018 with flag 67396408/4841000
2643.34/2637.66	c cleaning 97998 clauses out of 196019 with flag 68938015/4940001
2727.45/2721.88	c cleaning 99008 clauses out of 198021 with flag 70684098/5040001
2806.62/2800.93	c cleaning 99993 clauses out of 200012 with flag 72136868/5141000
2883.39/2877.82	c cleaning 100995 clauses out of 202020 with flag 73981754/5243001
2959.72/2954.25	c cleaning 102001 clauses out of 204025 with flag 75525318/5346001
3026.97/3021.54	c cleaning 103005 clauses out of 206024 with flag 77220943/5450001
3120.65/3115.23	c cleaning 103991 clauses out of 208019 with flag 79402968/5555001
3204.91/3199.54	c cleaning 105006 clauses out of 210027 with flag 81605100/5661000
3286.14/3280.79	c cleaning 105999 clauses out of 212021 with flag 83829839/5768000
3362.86/3357.41	c cleaning 106998 clauses out of 214024 with flag 85898966/5876002
3449.83/3444.47	c cleaning 108006 clauses out of 216024 with flag 88241150/5985000
3529.96/3524.64	c cleaning 108999 clauses out of 218020 with flag 90671975/6095002
3600.01/3594.03	c starts		: 14924
3600.01/3594.04	c conflicts		: 6177455
3600.01/3594.04	c decisions		: 8207195
3600.01/3594.04	c propagations		: 2632348635
3600.01/3594.04	c inspects		: 41890065540
3600.01/3594.04	c shortcuts		: 0
3600.01/3594.04	c learnt literals	: 2
3600.01/3594.04	c learnt binary clauses	: 1312
3600.01/3594.04	c learnt ternary clauses	: 1360
3600.01/3594.04	c learnt constraints	: 6177453
3600.01/3594.04	c ignored constraints	: 0
3600.01/3594.04	c root simplifications	: 0
3600.01/3594.04	c removed literals (reason simplification)	: 730971387
3600.01/3594.04	c reason swapping (by a shorter reason)	: 0
3600.01/3594.05	c Calls to reduceDB	: 106
3600.01/3594.05	c Number of update (reduction) of LBD	: 1597912
3600.01/3594.05	c Imported unit clauses	: 0
3600.01/3594.05	c No decision after first conflict	: false
3600.01/3594.05	c number of reductions to clauses (during analyze)	: 0
3600.01/3594.05	c number of learned constraints concerned by reduction	: 0
3600.01/3594.05	c number of learning phase by resolution	: 0
3600.01/3594.05	c number of learning phase by cutting planes	: 0
3600.01/3594.05	c number of rounding to 1 operations	: 0
3600.01/3594.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3594.05	c number of reductions of the coefficients by power 2 	: 0
3600.01/3594.05	c number of right shift for reduction by power 2 	: 0
3600.01/3594.05	c timeout
3600.01/3594.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3594.05	c number of ending skipping 	: 0
3600.01/3594.06	c number of internal skipping 	: 0
3600.01/3594.06	c number of derivation steps 	: 0
3600.01/3594.06	c number of skipped derivation steps 	: 0
3600.01/3594.06	c number of remaining unassigned 	: 0
3600.01/3594.06	c number of remaining assigned 	: 0
3600.01/3594.06	c number of falsified literals weakened from reason	: 0
3600.01/3594.06	c number of falsified literals weakened from conflict	: 0
3600.01/3594.06	c time for arithmetic operations	: 0
3600.01/3594.07	c minimum degree of deleted constraints	: null
3600.01/3594.07	c maximum degree of deleted constraints	: null
3600.01/3594.07	c number of deleted constraints	: 0
3600.01/3594.07	c speed (assignments/second)	: 732560.1380882212
3600.01/3594.07	c non guided choices	: 195
3600.17/3594.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 190162
3600.17/3594.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1312
3600.17/3594.19	s UNKNOWN
3600.17/3594.19	c Total wall clock time (in seconds): 3593.827

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 (63599 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=196008, runsolver pid=195993

[startup+0.100041 s]*
/proc/loadavg: 1.38 2.64 4.67 14/321 196077
/proc/meminfo: memFree=129028164/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18930344 memory=45992 CPUtime=0.09 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 5413 0 71 0 5 4 0 0 20 0 18 0 236595788 19384672256 11498 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4732586 11498 5044 1 0 546735 0
[pid=196008/tid=196019] ppid=195993 vsize=18930344 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 4504 0 71 0 4 2 0 0 20 0 18 0 236595791 19384672256 11498 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18930344 memory=228522721619 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384672256 11498 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18930344 memory=57394571004297 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236595798 19384672256 11498 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45992 KiB

[startup+0.215779 s]*
/proc/loadavg: 1.38 2.64 4.67 9/321 196077
/proc/meminfo: memFree=129020552/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18930384 memory=51760 CPUtime=0.26 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 6054 0 71 0 21 5 0 0 20 0 18 0 236595788 19384713216 12940 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4732596 12940 5332 1 0 547215 0
[pid=196008/tid=196019] ppid=195993 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 4903 0 71 0 13 3 0 0 20 0 18 0 236595791 19384713216 12940 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 12940 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236595798 19384713216 12940 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51760 KiB

[startup+0.314107 s]*
/proc/loadavg: 1.83 2.71 4.68 12/321 196077
/proc/meminfo: memFree=128991580/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18930384 memory=58048 CPUtime=0.41 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 6585 0 71 0 36 5 0 0 20 0 18 0 236595788 19384713216 14512 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4732596 14512 5332 1 0 547691 0
[pid=196008/tid=196019] ppid=195993 vsize=18930384 memory=-8958892655456854716 CPUtime=0.26 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 5082 0 71 0 23 3 0 0 20 0 18 0 236595791 19384713216 14512 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 14512 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236595798 19384713216 14512 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58048 KiB

[startup+0.700389 s]
/proc/loadavg: 1.83 2.71 4.68 12/321 196077
/proc/meminfo: memFree=128969840/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18930384 memory=82696 CPUtime=1.11 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 8519 0 71 0 103 8 0 0 20 0 18 0 236595788 19384713216 20674 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4732596 20674 5428 1 0 549031 0
[pid=196008/tid=196019] ppid=195993 vsize=18930384 memory=27392 CPUtime=0.55 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 5262 0 71 0 51 4 0 0 20 0 18 0 236595791 19384713216 20674 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236595797 19384713216 20674 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236595798 19384713216 20674 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82696 KiB

[startup+1.50026 s]
/proc/loadavg: 1.83 2.71 4.68 10/325 196081
/proc/meminfo: memFree=128897576/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18996948 memory=94628 CPUtime=2.69 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 12715 0 71 0 259 10 0 0 20 0 19 0 236595788 19452874752 23657 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4749237 23657 5428 1 0 550046 0
[pid=196008/tid=196019] ppid=195993 vsize=18996948 memory=3200 CPUtime=1.3 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 5842 0 71 0 125 5 0 0 20 0 19 0 236595791 19452874752 23657 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 23657 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236595798 19452874752 23657 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=18996948 memory=16688 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236595860 19452874752 23657 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94628 KiB

[startup+3.10575 s]
/proc/loadavg: 1.83 2.71 4.68 9/325 196081
/proc/meminfo: memFree=128803224/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18996948 memory=119056 CPUtime=4.89 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 20036 0 71 0 478 11 0 0 20 0 19 0 236595788 19452874752 29764 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4749237 29764 5428 1 0 553168 0
[pid=196008/tid=196019] ppid=195993 vsize=18996948 memory=16688 CPUtime=2.89 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 6963 0 71 0 284 5 0 0 20 0 19 0 236595791 19452874752 29764 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 29764 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236595798 19452874752 29764 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236595860 19452874752 29764 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119056 KiB

[startup+6.3004 s]
/proc/loadavg: 2.01 2.73 4.68 6/325 196081
/proc/meminfo: memFree=128666644/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=18996948 memory=142660 CPUtime=8.76 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 27551 0 71 0 863 13 0 0 20 0 19 0 236595788 19452874752 35665 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4749237 35665 5428 1 0 553847 0
[pid=196008/tid=196019] ppid=195993 vsize=18996948 memory=0 CPUtime=6.08 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 7695 0 71 0 602 6 0 0 20 0 19 0 236595791 19452874752 35665 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236595797 19452874752 35665 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236595798 19452874752 35665 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=18996948 memory=96812 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236595860 19452874752 35665 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142660 KiB

[startup+12.7003 s]
/proc/loadavg: 2.17 2.75 4.67 6/329 196086
/proc/meminfo: memFree=128510608/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=19063512 memory=178124 CPUtime=15.49 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 32039 0 71 0 1533 16 0 0 20 0 20 0 236595788 19521036288 44531 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 44531 5492 1 0 554136 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=96812 CPUtime=12.41 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 8341 0 71 0 1234 7 0 0 20 0 20 0 236595791 19521036288 44531 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=178124 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 44531 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 44531 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 44531 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178124 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=196008] ppid=195993 vsize=19063512 memory=250240 CPUtime=28.29 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 34404 0 71 0 2812 17 0 0 20 0 20 0 236595788 19521036288 62560 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 62560 5492 1 0 554152 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=178124 CPUtime=24.92 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 8810 0 71 0 2485 7 0 0 20 0 20 0 236595791 19521036288 62560 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 62560 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=184416 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 62560 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=16688 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 62560 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 28.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 250240 KiB

[startup+51.1135 s]
/proc/loadavg: 3.11 2.93 4.65 6/329 196086
/proc/meminfo: memFree=127797840/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=19063512 memory=439792 CPUtime=54.43 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 35448 0 71 0 5420 23 0 0 20 0 20 0 236595788 19521036288 109948 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 109948 5492 1 0 554467 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=367024 CPUtime=50.21 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 9004 0 71 0 5014 7 0 0 20 0 20 0 236595791 19521036288 109948 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=16688 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 109948 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 109948 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 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=196008] ppid=195993 vsize=19063512 memory=2479688 CPUtime=3287.74 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 108597 0 71 0 328527 247 0 0 20 0 20 0 236595788 19521036288 619922 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 619922 5524 1 0 638635 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=2479688 CPUtime=3262.99 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 47166 0 71 0 326255 44 0 0 20 0 20 0 236595791 19521036288 619922 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=2477524 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 619922 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=2479688 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1783 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 619922 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=2479688 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 619922 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3287.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2479688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.10 7/325 196252
/proc/meminfo: memFree=117268308/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=19063512 memory=2487912 CPUtime=3347.78 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 109289 0 71 0 334527 251 0 0 20 0 20 0 236595788 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 621978 5524 1 0 638635 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=2479688 CPUtime=3322.66 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 47747 0 71 0 332220 46 0 0 20 0 20 0 236595791 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=2479688 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=-8958892655456854716 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1783 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=4788 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3347.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2487912 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=196008] ppid=195993 vsize=19063512 memory=2487912 CPUtime=3407.67 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 110425 0 71 0 340512 255 0 0 20 0 20 0 236595788 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 621978 5524 1 0 638635 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=2479688 CPUtime=3382.5 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 48758 0 71 0 338203 47 0 0 20 0 20 0 236595791 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=16688 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=-8958892655456854716 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=2487912 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 621978 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3407.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2487912 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=196008] ppid=195993 vsize=19063512 memory=2488040 CPUtime=3467.69 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 111683 0 71 0 346510 259 0 0 20 0 20 0 236595788 19521036288 622010 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 622010 5524 1 0 638635 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=2479688 CPUtime=3442.2 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 49266 0 71 0 344173 47 0 0 20 0 20 0 236595791 19521036288 622010 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=2488040 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 622010 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 622010 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=2488040 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 622010 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3467.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2488040 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=196008] ppid=195993 vsize=19063512 memory=2488424 CPUtime=3527.66 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 112230 0 71 0 352503 263 0 0 20 0 20 0 236595788 19521036288 622106 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 622106 5524 1 0 638635 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=5276 CPUtime=3501.88 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 49303 0 71 0 350140 48 0 0 20 0 20 0 236595791 19521036288 622106 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=16688 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 622106 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=2488424 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 622106 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=2488424 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 622106 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3527.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2488424 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=196008] ppid=195993 vsize=19063512 memory=2599448 CPUtime=3588.21 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 118576 0 71 0 358551 270 0 0 20 0 20 0 236595788 19521036288 649862 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 649862 5524 1 0 784886 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=2599448 CPUtime=3561.59 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 53046 0 71 0 356108 51 0 0 20 0 20 0 236595791 19521036288 649862 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 649862 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=5888 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 649862 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=16688 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 649862 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3588.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2599448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594 s]*
/proc/loadavg: 5.49 4.58 4.27 5/302 196338
/proc/meminfo: memFree=124541048/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=19063512 memory=2638376 CPUtime=3600.01 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 118678 0 71 0 359730 271 0 0 20 0 20 0 236595788 19521036288 659594 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4765878 659594 5524 1 0 784888 0
[pid=196008/tid=196019] ppid=195993 vsize=19063512 memory=-6000919468428060518 CPUtime=3573.15 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) R 195993 196008 195934 0 -1 4194368 53053 0 71 0 357264 51 0 0 20 0 20 0 236595791 19521036288 659594 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19063512 memory=3270248 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236595797 19521036288 659594 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19063512 memory=1789968 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 236595798 19521036288 659594 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196080] ppid=195993 vsize=19063512 memory=2638376 CPUtime=0 cores=1,3
/proc/196008/task/196080/stat : 196080 (Timer-0) S 195993 196008 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236595860 19521036288 659594 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2638376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.73033 s

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

[startup+3594.12 s]
/proc/loadavg: 5.49 4.58 4.27 5/302 196338
/proc/meminfo: memFree=124541048/131382112 swapFree=33010416/33010684
[pid=196008] ppid=195993 vsize=19263204 memory=2639144 CPUtime=3600.17 cores=1,3
/proc/196008/stat : 196008 (java) S 195993 196008 195934 0 -1 4194304 120054 0 71 0 359746 271 0 0 20 0 21 0 236595788 19725520896 659786 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
/proc/196008/statm: 4815801 659786 5524 1 0 785837 0
[pid=196008/tid=196019] ppid=195993 vsize=19263204 memory=3200 CPUtime=3573.17 cores=1,3
/proc/196008/task/196019/stat : 196019 (java) S 195993 196008 195934 0 -1 4194368 53114 0 71 0 357266 51 0 0 20 0 21 0 236595791 19725520896 659786 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196062] ppid=195993 vsize=19263204 memory=5888 CPUtime=0 cores=1,3
/proc/196008/task/196062/stat : 196062 (Finalizer) S 195993 196008 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236595797 19725520896 659786 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
[pid=196008/tid=196076] ppid=195993 vsize=19263204 memory=6388 CPUtime=0 cores=1,3
/proc/196008/task/196076/stat : 196076 (Common-Cleaner) S 195993 196008 195934 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 21 0 236595798 19725520896 659786 18446744073709551615 94201993998336 94201994002032 140734362869088 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94201994009848 94201994010640 94202021494784 140734362872191 140734362872292 140734362872292 140734362877896 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2639144 KiB

Child status: 143

Real time (s): 3594.21
CPU time (s): 3600.28
CPU user time (s): 3597.55
CPU system time (s): 2.73033
CPU usage (%): 100.169
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2639144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.55
system time used= 2.73033
maximum resident set size= 2639272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120205
page faults= 71
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108430
involuntary context switches= 3752


# summary of solver processes directly reported to runsolver:
#   pid: 196008
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.73033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3209 second user time and 35.9679 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 20:32:41
IDJOB=4541652
IDBENCH=163217
IDSOLVER=3363
FILE ID=nodeC012/4541652-1753209161
RUNJOBID= nodeC012-1753209161-195951
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-29array_ineq6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541652-1753209161/watcher-4541652-1753209161 -o /tmp/evaluation-result-4541652-1753209161/solver-4541652-1753209161 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195951 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541652-1753209161.opb

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
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.157
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.093
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		: 1198.117
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.255
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		: 1197.142
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.088
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.500
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.181
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:     349300 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:35