Trace number 4443104

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 Default 2024-07-07? (TO) 3600.24 3569.36

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark80.654
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4443104-1721309989.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.51/0.39	c ... done. Wall clock time 0.26s.
0.51/0.39	c declared #vars     14400
0.51/0.39	c #constraints  1088
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.51/0.39	c 1088 constraints processed.
2.30/1.37	c cleaning 2497 clauses out of 5002 with flag 17485/5002
3.45/2.24	c cleaning 4248 clauses out of 8503 with flag 39695/11000
4.77/3.32	c cleaning 5621 clauses out of 11255 with flag 65928/18000
6.06/4.53	c cleaning 6779 clauses out of 13634 with flag 96024/26000
7.62/6.01	c cleaning 7905 clauses out of 15855 with flag 130018/35000
9.10/7.58	c cleaning 8958 clauses out of 17950 with flag 167501/45000
11.30/9.60	c cleaning 9985 clauses out of 19993 with flag 209571/56001
14.30/12.52	c cleaning 10984 clauses out of 22012 with flag 269295/68005
16.81/14.98	c cleaning 12013 clauses out of 24026 with flag 323136/81003
19.68/17.61	c cleaning 12984 clauses out of 26011 with flag 380020/95001
22.88/20.76	c cleaning 13988 clauses out of 28026 with flag 442416/110000
25.97/23.86	c cleaning 15002 clauses out of 30038 with flag 508815/126000
29.69/27.46	c cleaning 15967 clauses out of 32036 with flag 579342/143000
33.95/31.41	c cleaning 16996 clauses out of 34069 with flag 656489/161000
38.19/35.58	c cleaning 18024 clauses out of 36073 with flag 737834/180000
42.85/40.02	c cleaning 19004 clauses out of 38049 with flag 826852/200000
47.69/44.72	c cleaning 20001 clauses out of 40046 with flag 919923/221001
53.45/50.02	c cleaning 21019 clauses out of 42044 with flag 1016529/243000
58.96/55.40	c cleaning 21995 clauses out of 44026 with flag 1119596/266001
65.15/61.39	c cleaning 22997 clauses out of 46030 with flag 1228974/290000
71.76/67.88	c cleaning 23988 clauses out of 48033 with flag 1343601/315000
78.98/74.80	c cleaning 25000 clauses out of 50045 with flag 1464039/341000
86.22/81.95	c cleaning 25993 clauses out of 52046 with flag 1591462/368001
94.06/89.50	c cleaning 26991 clauses out of 54053 with flag 1722013/396001
102.07/97.42	c cleaning 28006 clauses out of 56061 with flag 1859098/425000
111.21/106.19	c cleaning 28994 clauses out of 58055 with flag 2002038/455000
120.15/114.93	c cleaning 29995 clauses out of 60062 with flag 2150403/486001
129.88/124.51	c cleaning 30999 clauses out of 62066 with flag 2306083/518000
140.57/134.92	c cleaning 32012 clauses out of 64067 with flag 2469015/551000
150.64/144.92	c cleaning 33021 clauses out of 66056 with flag 2635697/585001
162.10/156.26	c cleaning 33997 clauses out of 68034 with flag 2809278/620000
174.36/168.38	c cleaning 34990 clauses out of 70040 with flag 2990320/656003
187.36/180.75	c cleaning 36007 clauses out of 72047 with flag 3176600/693000
201.12/194.10	c cleaning 37009 clauses out of 74040 with flag 3372677/731000
214.96/207.68	c cleaning 37973 clauses out of 76033 with flag 3573157/770002
229.58/222.00	c cleaning 39018 clauses out of 78058 with flag 3779904/810000
244.82/236.94	c cleaning 39999 clauses out of 80041 with flag 3992341/851001
261.13/253.06	c cleaning 41000 clauses out of 82042 with flag 4210450/893001
277.04/268.72	c cleaning 42005 clauses out of 84045 with flag 4437154/936004
294.17/285.62	c cleaning 42988 clauses out of 86036 with flag 4669829/980000
312.58/303.41	c cleaning 43985 clauses out of 88048 with flag 4908258/1025000
331.54/322.12	c cleaning 44988 clauses out of 90064 with flag 5157843/1071001
351.20/341.49	c cleaning 46000 clauses out of 92076 with flag 5411827/1118001
370.77/360.76	c cleaning 47012 clauses out of 94075 with flag 5666563/1166000
391.13/380.72	c cleaning 48010 clauses out of 96063 with flag 5938981/1215000
412.46/401.73	c cleaning 49001 clauses out of 98055 with flag 6211040/1265002
434.28/423.26	c cleaning 50008 clauses out of 100052 with flag 6489752/1316000
457.87/446.41	c cleaning 50970 clauses out of 102045 with flag 6778567/1368001
482.16/470.48	c cleaning 51961 clauses out of 104074 with flag 7075817/1421000
506.96/494.90	c cleaning 53020 clauses out of 106113 with flag 7379531/1475000
532.97/520.43	c cleaning 54022 clauses out of 108093 with flag 7686680/1530000
559.49/546.39	c cleaning 54990 clauses out of 110071 with flag 8001174/1586000
587.09/573.60	c cleaning 55996 clauses out of 112082 with flag 8322681/1643001
615.31/601.70	c cleaning 57014 clauses out of 114085 with flag 8655087/1701000
644.45/630.63	c cleaning 58032 clauses out of 116071 with flag 8996680/1760000
674.69/660.55	c cleaning 58979 clauses out of 118040 with flag 9345191/1820001
704.70/690.49	c cleaning 59997 clauses out of 120061 with flag 9701523/1881001
735.47/720.84	c cleaning 60996 clauses out of 122064 with flag 10062707/1943001
767.70/752.65	c cleaning 62017 clauses out of 124067 with flag 10430344/2006000
801.58/786.02	c cleaning 62983 clauses out of 126052 with flag 10812818/2070002
835.15/819.48	c cleaning 64004 clauses out of 128067 with flag 11195410/2135000
870.92/854.84	c cleaning 65015 clauses out of 130064 with flag 11592902/2201001
907.84/891.68	c cleaning 65984 clauses out of 132048 with flag 11995824/2268000
945.49/929.00	c cleaning 66982 clauses out of 134066 with flag 12405919/2336002
984.65/967.94	c cleaning 68016 clauses out of 136082 with flag 12823448/2405000
1025.16/1008.19	c cleaning 69005 clauses out of 138066 with flag 13244922/2475000
1067.10/1049.50	c cleaning 70001 clauses out of 140061 with flag 13681148/2546000
1109.00/1090.69	c cleaning 70998 clauses out of 142060 with flag 14123604/2618000
1153.83/1135.05	c cleaning 72013 clauses out of 144062 with flag 14574403/2691000
1199.31/1180.56	c cleaning 73017 clauses out of 146049 with flag 15030944/2765000
1245.27/1226.55	c cleaning 73975 clauses out of 148033 with flag 15495794/2840001
1294.93/1275.88	c cleaning 74995 clauses out of 150058 with flag 15975551/2916001
1341.35/1322.24	c cleaning 76012 clauses out of 152063 with flag 16457517/2993001
1390.70/1370.85	c cleaning 76994 clauses out of 154050 with flag 16945355/3071000
1440.66/1420.64	c cleaning 78009 clauses out of 156056 with flag 17439691/3150000
1491.68/1471.11	c cleaning 78994 clauses out of 158048 with flag 17942270/3230001
1544.75/1524.04	c cleaning 80003 clauses out of 160053 with flag 18461980/3311000
1599.50/1578.13	c cleaning 80999 clauses out of 162050 with flag 18985342/3393000
1654.57/1633.04	c cleaning 82011 clauses out of 164051 with flag 19511881/3476000
1711.78/1689.84	c cleaning 82981 clauses out of 166040 with flag 20049539/3560000
1770.03/1747.99	c cleaning 83988 clauses out of 168061 with flag 20601944/3645002
1829.81/1806.95	c cleaning 85004 clauses out of 170071 with flag 21161569/3731000
1889.71/1866.54	c cleaning 85992 clauses out of 172067 with flag 21730624/3818000
1953.05/1928.10	c cleaning 87021 clauses out of 174076 with flag 22297533/3906001
2016.04/1990.86	c cleaning 88011 clauses out of 176054 with flag 22879092/3995000
2081.71/2055.84	c cleaning 88976 clauses out of 178044 with flag 23470464/4085001
2148.94/2123.15	c cleaning 90011 clauses out of 180069 with flag 24075874/4176002
2216.99/2190.53	c cleaning 91001 clauses out of 182060 with flag 24684808/4268004
2287.30/2260.01	c cleaning 91995 clauses out of 184056 with flag 25306902/4361001
2355.57/2327.95	c cleaning 93001 clauses out of 186060 with flag 25933287/4455000
2420.66/2392.37	c cleaning 94017 clauses out of 188060 with flag 26556188/4550001
2488.58/2459.92	c cleaning 95004 clauses out of 190042 with flag 27188668/4646000
2560.70/2531.52	c cleaning 96005 clauses out of 192039 with flag 27847692/4743001
2635.09/2606.27	c cleaning 96970 clauses out of 194033 with flag 28512796/4841000
2710.01/2681.29	c cleaning 98005 clauses out of 196064 with flag 29185193/4940001
2789.80/2760.96	c cleaning 98999 clauses out of 198060 with flag 29873315/5040002
2870.30/2841.66	c cleaning 99997 clauses out of 200059 with flag 30566151/5141000
2951.08/2921.96	c cleaning 100995 clauses out of 202062 with flag 31269169/5243000
3033.33/3003.54	c cleaning 102000 clauses out of 204068 with flag 31978305/5346001
3116.36/3085.46	c cleaning 103001 clauses out of 206068 with flag 32695365/5450001
3201.93/3170.86	c cleaning 104018 clauses out of 208067 with flag 33424590/5555001
3290.91/3259.89	c cleaning 104976 clauses out of 210049 with flag 34165311/5661001
3379.72/3348.13	c cleaning 106014 clauses out of 212074 with flag 34914272/5768002
3470.11/3438.94	c cleaning 107000 clauses out of 214059 with flag 35672853/5876001
3560.52/3529.58	c cleaning 107995 clauses out of 216058 with flag 36435097/5985000
3600.02/3569.23	c timeout
3600.02/3569.23	c starts		: 37019
3600.02/3569.23	c conflicts		: 6038700
3600.02/3569.23	c decisions		: 148220866
3600.02/3569.23	c propagations		: 1557625506
3600.02/3569.23	c inspects		: 20334089286
3600.02/3569.23	c shortcuts		: 0
3600.02/3569.23	c learnt literals	: 0
3600.02/3569.23	c learnt binary clauses	: 0
3600.02/3569.23	c learnt ternary clauses	: 0
3600.02/3569.23	c learnt constraints	: 6038700
3600.02/3569.23	c ignored constraints	: 0
3600.02/3569.23	c root simplifications	: 0
3600.02/3569.23	c removed literals (reason simplification)	: 0
3600.02/3569.23	c reason swapping (by a shorter reason)	: 0
3600.02/3569.23	c Calls to reduceDB	: 105
3600.02/3569.23	c Number of update (reduction) of LBD	: 2033368
3600.02/3569.23	c Imported unit clauses	: 0
3600.02/3569.23	c No decision after first conflict	: false
3600.02/3569.23	c number of reductions to clauses (during analyze)	: 0
3600.02/3569.24	c number of learned constraints concerned by reduction	: 0
3600.02/3569.24	c number of learning phase by resolution	: 0
3600.02/3569.24	c number of learning phase by cutting planes	: 0
3600.02/3569.24	c number of rounding to 1 operations	: 0
3600.02/3569.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3569.24	c number of reductions of the coefficients by power 2 	: 0
3600.02/3569.24	c number of right shift for reduction by power 2 	: 0
3600.02/3569.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3569.24	c number of ending skipping 	: 0
3600.02/3569.24	c number of internal skipping 	: 0
3600.02/3569.24	c number of derivation steps 	: 0
3600.02/3569.24	c number of skipped derivation steps 	: 0
3600.02/3569.24	c number of remaining unassigned 	: 0
3600.02/3569.24	c number of remaining assigned 	: 0
3600.02/3569.24	c number of falsified literals weakened from reason	: 0
3600.02/3569.24	c number of falsified literals weakened from conflict	: 0
3600.02/3569.24	c time for arithmetic operations	: 0
3600.02/3569.24	c minimum degree of deleted constraints	: null
3600.02/3569.24	c maximum degree of deleted constraints	: null
3600.02/3569.24	c number of deleted constraints	: 0
3600.02/3569.24	c speed (assignments/second)	: 436451.726304192
3600.02/3569.24	c non guided choices	: 28212
3600.02/3569.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 161763
3600.02/3569.30	s UNKNOWN
3600.02/3569.30	c Total wall clock time (in seconds): 3569.176

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: 63931 MiB (44515 MiB free)
  memory of node 1: 64510 MiB (56538 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443104-1721309989/watcher-4443104-1721309989 -o /tmp/evaluation-result-4443104-1721309989/solver-4443104-1721309989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960573 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4443104-1721309989.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=963970, runsolver pid=963967

[startup+0.100397 s]*
/proc/loadavg: 4.34 4.24 4.19 6/330 963988
/proc/meminfo: memFree=103437588/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=18975048 memory=62512 CPUtime=0.13 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 7184 0 0 0 11 2 0 0 20 0 18 0 183158003 19430449152 15628 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4743762 15628 5561 1 0 549299 0
[pid=963970/tid=963972] ppid=963967 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 1077936192 5717 0 0 0 7 1 0 0 20 0 18 0 183158003 19430449152 15628 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183158006 19430449152 15628 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183158007 19430449152 15628 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62512 KiB

[startup+0.207312 s]*
/proc/loadavg: 4.34 4.24 4.19 6/330 963988
/proc/meminfo: memFree=103410064/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=18975048 memory=88560 CPUtime=0.32 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 8035 0 0 0 29 3 0 0 20 0 18 0 183158003 19430449152 22140 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4743762 22140 5823 1 0 549825 0
[pid=963970/tid=963972] ppid=963967 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 5895 0 0 0 16 2 0 0 20 0 18 0 183158003 19430449152 22140 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=18975048 memory=1285800 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183158006 19430449152 22140 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183158007 19430449152 22140 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88560 KiB

[startup+0.306308 s]*
/proc/loadavg: 4.34 4.24 4.19 7/330 963988
/proc/meminfo: memFree=103344972/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=18975048 memory=153368 CPUtime=0.51 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 9211 0 0 0 47 4 0 0 20 0 18 0 183158003 19430449152 38342 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4743762 38342 5823 1 0 550611 0
[pid=963970/tid=963972] ppid=963967 vsize=18975048 memory=-8671506712875016892 CPUtime=0.27 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 5933 0 0 0 24 3 0 0 20 0 18 0 183158003 19430449152 38342 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183158006 19430449152 38342 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183158007 19430449152 38342 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 153368 KiB

[startup+0.706311 s]
/proc/loadavg: 4.34 4.24 4.19 7/332 963990
/proc/meminfo: memFree=103330848/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=170160 CPUtime=1.27 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 10642 0 0 0 122 5 0 0 20 0 20 0 183158003 19566772224 42540 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 42540 5855 1 0 552058 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=736 CPUtime=0.63 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 5979 0 0 0 60 3 0 0 20 0 20 0 183158003 19566772224 42540 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 42540 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 42540 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 42540 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 170160 KiB

[startup+1.50034 s]
/proc/loadavg: 4.34 4.24 4.19 5/332 963990
/proc/meminfo: memFree=103329796/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=197932 CPUtime=2.6 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 12527 0 0 0 254 6 0 0 20 0 20 0 183158003 19566772224 49483 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 49483 5855 1 0 552749 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=4892 CPUtime=1.38 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 6030 0 0 0 135 3 0 0 20 0 20 0 183158003 19566772224 49483 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 49483 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 49483 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=281167081415952 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 49483 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197932 KiB

[startup+3.1057 s]
/proc/loadavg: 4.32 4.23 4.19 5/332 963990
/proc/meminfo: memFree=103225656/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=274580 CPUtime=4.51 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 16202 0 0 0 442 9 0 0 20 0 20 0 183158003 19566772224 68645 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 68645 5871 1 0 552759 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=0 CPUtime=2.9 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 6411 0 0 0 287 3 0 0 20 0 20 0 183158003 19566772224 68645 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 68645 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 68645 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 68645 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 4.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 274580 KiB

[startup+6.30031 s]
/proc/loadavg: 4.32 4.23 4.19 6/332 963991
/proc/meminfo: memFree=102961844/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=560236 CPUtime=7.91 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 18617 0 0 0 776 15 0 0 20 0 20 0 183158003 19566772224 140059 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 140059 5871 1 0 824303 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=4892 CPUtime=5.83 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 6853 0 0 0 579 4 0 0 20 0 20 0 183158003 19566772224 140059 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 140059 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=197932 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 140059 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 140059 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 560236 KiB

[startup+12.7003 s]
/proc/loadavg: 4.34 4.24 4.20 5/332 963991
/proc/meminfo: memFree=102551368/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=1009060 CPUtime=14.56 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 20638 0 0 0 1432 24 0 0 20 0 20 0 183158003 19566772224 252265 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 252265 5871 1 0 824313 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=0 CPUtime=11.88 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 7650 0 0 0 1182 6 0 0 20 0 20 0 183158003 19566772224 252265 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=-8671506712875016892 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 252265 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=1200 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 252265 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 252265 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1009060 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.23 4.19 5/332 963995
/proc/meminfo: memFree=101691108/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=1803912 CPUtime=27.81 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 24751 0 0 0 2741 40 0 0 20 0 20 0 183158003 19566772224 450978 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 450978 5893 1 0 1056182 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=7676 CPUtime=24.01 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 8711 0 0 0 2392 9 0 0 20 0 20 0 183158003 19566772224 450978 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 450978 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=568428 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 450978 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=281167081362736 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 450978 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1803912 KiB

[startup+51.1058 s]
/proc/loadavg: 4.19 4.21 4.18 6/333 964002
/proc/meminfo: memFree=100446576/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=3043136 CPUtime=54.55 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 42241 0 0 0 5389 66 0 0 20 0 20 0 183158003 19566772224 760784 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 760784 5893 1 0 1178944 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=2790236 CPUtime=48.53 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 11459 0 0 0 4840 13 0 0 20 0 20 0 183158003 19566772224 760784 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=281167082112384 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 760784 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0

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

[startup+3222.3 s]
/proc/loadavg: 4.25 4.22 4.18 5/337 966051
/proc/meminfo: memFree=106992896/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570012 CPUtime=3253.16 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 561104 0 0 0 324830 486 0 0 20 0 20 0 183158003 19566772224 3892503 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892503 5908 1 0 4088573 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=15567920 CPUtime=3162.07 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 276011 0 0 0 316118 89 0 0 20 0 20 0 183158003 19566772224 3892503 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=15570012 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892503 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=15569988 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3064 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892503 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=27344 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892503 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3253.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570012 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/335 966064
/proc/meminfo: memFree=106920184/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570080 CPUtime=3313.2 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 572677 0 0 0 330831 489 0 0 20 0 20 0 183158003 19566772224 3892520 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892520 5908 1 0 4088592 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=15570080 CPUtime=3220.9 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 282327 0 0 0 322000 90 0 0 20 0 20 0 183158003 19566772224 3892520 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=15570080 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892520 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=15570080 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3139 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892520 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892520 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3313.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.23 4.19 5/331 966074
/proc/meminfo: memFree=106812940/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570172 CPUtime=3373.97 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 587956 0 0 0 336905 492 0 0 20 0 20 0 183158003 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892543 5908 1 0 4088614 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=7676 CPUtime=3279.81 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 287465 0 0 0 327891 90 0 0 20 0 20 0 183158003 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=15570172 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=15570104 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3185 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=9084 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3373.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.22 4.18 5/331 966084
/proc/meminfo: memFree=106719932/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570172 CPUtime=3433.84 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 598047 0 0 0 342889 495 0 0 20 0 20 0 183158003 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892543 5908 1 0 4088614 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=1200 CPUtime=3338.8 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 292271 0 0 0 333789 91 0 0 20 0 20 0 183158003 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3232 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=15570172 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3433.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570172 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/331 966097
/proc/meminfo: memFree=106616724/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570172 CPUtime=3493.39 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 607512 0 0 0 348840 499 0 0 20 0 20 0 183158003 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892543 5908 1 0 4088614 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=7676 CPUtime=3398.13 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 296596 0 0 0 339721 92 0 0 20 0 20 0 183158003 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=15570172 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3359 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=15570172 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892543 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3493.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570172 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/331 966107
/proc/meminfo: memFree=106615980/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570176 CPUtime=3553.38 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 616607 0 0 0 354836 502 0 0 20 0 20 0 183158003 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892544 5908 1 0 4088614 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=15570176 CPUtime=3456.96 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 300461 0 0 0 345603 93 0 0 20 0 20 0 183158003 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=9084 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3485 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=15570176 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3553.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.2 s]
/proc/loadavg: 4.11 4.17 4.17 5/331 966116
/proc/meminfo: memFree=106564088/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19108176 memory=15570176 CPUtime=3600.02 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 623499 0 0 0 359498 504 0 0 20 0 20 0 183158003 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4777044 3892544 5908 1 0 4088614 0
[pid=963970/tid=963972] ppid=963967 vsize=19108176 memory=2244 CPUtime=3503.22 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) R 963967 963970 960561 0 -1 4194368 304073 0 0 0 350229 93 0 0 20 0 20 0 183158003 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19108176 memory=15570176 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19108176 memory=15484 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3533 0 0 0 0 0 0 0 20 0 20 0 183158007 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963990] ppid=963967 vsize=19108176 memory=2868 CPUtime=0 cores=1,3
/proc/963970/task/963990/stat : 963990 (Timer-0) S 963967 963970 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183158043 19566772224 3892544 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15570176 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.15 s, system=5.09086 s

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

[startup+3569.31 s]
/proc/loadavg: 4.11 4.17 4.17 5/331 966116
/proc/meminfo: memFree=106564088/131524600 swapFree=130798872/131071996
[pid=963970] ppid=963967 vsize=19307868 memory=15570852 CPUtime=3600.18 cores=1,3
/proc/963970/stat : 963970 (java) S 963967 963970 960561 0 -1 1077936128 626458 0 0 0 359514 504 0 0 20 0 20 0 183158003 19771256832 3892713 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
/proc/963970/statm: 4826967 3892713 5904 1 0 4089555 0
[pid=963970/tid=963972] ppid=963967 vsize=19307868 memory=15570176 CPUtime=3503.24 cores=1,3
/proc/963970/task/963972/stat : 963972 (java) S 963967 963970 960561 0 -1 1077936192 304187 0 0 0 350231 93 0 0 20 0 20 0 183158003 19771256832 3892713 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963981] ppid=963967 vsize=19307868 memory=15570176 CPUtime=0 cores=1,3
/proc/963970/task/963981/stat : 963981 (Finalizer) S 963967 963970 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183158006 19771256832 3892713 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
[pid=963970/tid=963988] ppid=963967 vsize=19307868 memory=7676 CPUtime=0 cores=1,3
/proc/963970/task/963988/stat : 963988 (Common-Cleaner) S 963967 963970 960561 0 -1 1077936192 3533 0 0 0 0 0 0 0 20 0 20 0 183158007 19771256832 3892713 134679101440 94027016097792 94027016101488 140726940456240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94027016109304 94027016110096 94027028992000 140726940464134 140726940464224 140726940464224 140726940471240 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 15570852 KiB

Child status: 143

Real time (s): 3569.36
CPU time (s): 3600.24
CPU user time (s): 3595.15
CPU system time (s): 5.09086
CPU usage (%): 100.865
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 15570852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.15
system time used= 5.09086
maximum resident set size= 15571776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 626622
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111381
involuntary context switches= 22231


# summary of solver processes directly reported to runsolver:
#   pid: 963970
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.15
#   total CPU system time (s): 5.09086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68817 second user time and 20.2282 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 15:40:01
IDJOB=4443104
IDBENCH=147863
IDSOLVER=3058
FILE ID=nodeC014/4443104-1721309989
RUNJOBID= nodeC014-1721305283-960573
SLURM_JOB_ID= 7542633
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443104-1721309989/watcher-4443104-1721309989 -o /tmp/evaluation-result-4443104-1721309989/solver-4443104-1721309989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960573 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4443104-1721309989.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=1962366669

nodeC014.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.212
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3656.286
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3674.443
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3626.715
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.793
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.957
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.723
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.809
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        103479876 kB
MemAvailable:   106636208 kB
Buffers:          435056 kB
Cached:          3525124 kB
SwapCached:        12920 kB
Active:          1350144 kB
Inactive:       26061324 kB
Active(anon):       9308 kB
Inactive(anon): 23462352 kB
Active(file):    1340836 kB
Inactive(file):  2598972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798872 kB
Dirty:              2416 kB
Writeback:             0 kB
AnonPages:      23442424 kB
Mapped:            69640 kB
Shmem:             20384 kB
KReclaimable:     112344 kB
Slab:             210944 kB
SReclaimable:     112344 kB
SUnreclaim:        98600 kB
KernelStack:        5040 kB
PageTables:        56444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   31967348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23031808 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC014 at 2024-07-18 16:39:30