Trace number 4459273

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.58 2904.54

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-rmine15.opb
MD5SUM8b0f0a056877f36e2c13e33d533276b3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-218422812
Best CPU time to get the best result obtained on this benchmark3558.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42438
Total number of constraints358395
Number of constraints which are clauses358365
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint2
Maximum length of a constraint6750
Number of terms in the objective function 42438
Biggest coefficient in the objective function 100528
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 500000100
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 74056307
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 500000100
Number of bits of the biggest sum of numbers29
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4459273-1721886483.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
2.38/1.35	c ... done. Wall clock time 1.223s.
2.38/1.35	c declared #vars     42438
2.38/1.35	c #constraints  358395
2.38/1.35	c constraints type 
2.38/1.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 358365
2.38/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
2.38/1.35	c 358395 constraints processed.
2.38/1.36	c objective function length is 42438 literals
8.36/6.03	c cleaning 2501 clauses out of 5001 with flag 10885/5001
13.18/10.50	c cleaning 4250 clauses out of 8501 with flag 24085/11002
20.46/17.23	c cleaning 5626 clauses out of 11252 with flag 39303/18003
29.69/25.73	c cleaning 6811 clauses out of 13627 with flag 56884/26004
38.43/34.25	c cleaning 7908 clauses out of 15816 with flag 76730/35004
47.71/43.01	c cleaning 8953 clauses out of 17905 with flag 98450/45001
56.96/51.82	c cleaning 9972 clauses out of 19955 with flag 122081/56004
67.28/61.47	c cleaning 10984 clauses out of 21980 with flag 147644/68001
76.62/70.27	c cleaning 11997 clauses out of 23997 with flag 175338/81002
85.69/78.72	c cleaning 13000 clauses out of 26001 with flag 204777/95003
98.86/89.36	c cleaning 13999 clauses out of 28002 with flag 236673/110004
110.69/100.53	c cleaning 14995 clauses out of 30001 with flag 270635/126002
126.02/114.71	c cleaning 16003 clauses out of 32006 with flag 307536/143002
142.18/130.01	c cleaning 17002 clauses out of 34003 with flag 346802/161002
160.75/145.64	c cleaning 17998 clauses out of 35999 with flag 388664/180000
177.23/161.15	c cleaning 19001 clauses out of 38001 with flag 432000/200000
194.06/177.02	c cleaning 20002 clauses out of 40004 with flag 477637/221004
210.22/192.42	c cleaning 20998 clauses out of 41999 with flag 523422/243001
229.37/208.74	c cleaning 22000 clauses out of 44002 with flag 571140/266002
247.18/225.28	c cleaning 22996 clauses out of 46000 with flag 621096/290000
264.72/241.83	c cleaning 24003 clauses out of 48008 with flag 673155/315004
283.59/259.66	c cleaning 24991 clauses out of 50002 with flag 726571/341001
302.64/277.39	c cleaning 26001 clauses out of 52013 with flag 782294/368003
322.01/295.42	c cleaning 26996 clauses out of 54010 with flag 839590/396001
345.25/314.96	c cleaning 28007 clauses out of 56014 with flag 898863/425001
368.36/336.54	c cleaning 28997 clauses out of 58006 with flag 960681/455000
389.96/356.81	c cleaning 30005 clauses out of 60013 with flag 1024496/486004
410.85/376.55	c cleaning 31001 clauses out of 62006 with flag 1089934/518002
434.98/399.27	c cleaning 32001 clauses out of 64006 with flag 1158142/551003
461.60/424.30	c cleaning 32998 clauses out of 66006 with flag 1229403/585004
495.04/453.13	c cleaning 34004 clauses out of 68008 with flag 1303188/620004
523.12/479.10	c cleaning 34991 clauses out of 70000 with flag 1378493/656000
549.84/504.43	c cleaning 36002 clauses out of 72009 with flag 1454818/693000
578.69/531.89	c cleaning 37004 clauses out of 74010 with flag 1533448/731003
609.41/561.09	c cleaning 38001 clauses out of 76006 with flag 1614442/770003
637.45/587.68	c cleaning 39003 clauses out of 78011 with flag 1696900/810009
661.52/609.34	c cleaning 39999 clauses out of 79999 with flag 1781066/851000
689.10/631.08	c cleaning 40994 clauses out of 82000 with flag 1866615/893000
717.82/653.15	c cleaning 42000 clauses out of 84007 with flag 1954286/936001
741.07/673.61	c cleaning 42993 clauses out of 86007 with flag 2044164/980001
767.02/696.98	c cleaning 43997 clauses out of 88013 with flag 2136337/1025000
798.81/720.55	c cleaning 44999 clauses out of 90016 with flag 2230321/1071000
824.49/743.31	c cleaning 45994 clauses out of 92018 with flag 2326868/1118001
853.83/768.88	c cleaning 47006 clauses out of 94025 with flag 2424727/1166002
886.75/795.29	c cleaning 48001 clauses out of 96018 with flag 2524919/1215001
917.29/818.65	c cleaning 49005 clauses out of 98019 with flag 2626759/1265003
946.80/844.26	c cleaning 49995 clauses out of 100011 with flag 2730748/1316000
979.37/867.13	c cleaning 51000 clauses out of 102017 with flag 2838157/1368001
1008.77/893.29	c cleaning 52000 clauses out of 104017 with flag 2948300/1421001
1039.67/920.41	c cleaning 53003 clauses out of 106017 with flag 3060338/1475001
1076.06/948.27	c cleaning 54001 clauses out of 108014 with flag 3174025/1530001
1105.47/974.48	c cleaning 54996 clauses out of 110012 with flag 3288564/1586000
1136.91/1002.69	c cleaning 55997 clauses out of 112016 with flag 3405446/1643000
1178.12/1033.09	c cleaning 57003 clauses out of 114019 with flag 3524090/1701000
1210.69/1061.82	c cleaning 58001 clauses out of 116016 with flag 3644954/1760000
1252.19/1091.98	c cleaning 58999 clauses out of 118017 with flag 3768201/1820002
1286.54/1123.09	c cleaning 60000 clauses out of 120019 with flag 3893154/1881003
1329.58/1153.09	c cleaning 61003 clauses out of 122018 with flag 4019843/1943002
1363.68/1183.05	c cleaning 62000 clauses out of 124014 with flag 4148816/2006001
1406.43/1213.06	c cleaning 63003 clauses out of 126013 with flag 4279595/2070000
1440.80/1243.31	c cleaning 63998 clauses out of 128011 with flag 4412895/2135001
1486.29/1276.04	c cleaning 65002 clauses out of 130014 with flag 4547613/2201002
1523.11/1308.42	c cleaning 65999 clauses out of 132010 with flag 4683956/2268000
1572.84/1345.41	c cleaning 67001 clauses out of 134015 with flag 4822488/2336004
1609.74/1377.87	c cleaning 67992 clauses out of 136010 with flag 4963229/2405000
1654.65/1411.36	c cleaning 68999 clauses out of 138020 with flag 5106093/2475002
1702.41/1447.51	c cleaning 70006 clauses out of 140019 with flag 5250990/2546000
1748.85/1484.83	c cleaning 70998 clauses out of 142014 with flag 5397999/2618001
1801.30/1521.21	c cleaning 72000 clauses out of 144015 with flag 5546723/2691000
1844.93/1560.56	c cleaning 73000 clauses out of 146016 with flag 5697717/2765001
1902.74/1602.98	c cleaning 73999 clauses out of 148017 with flag 5850648/2840002
1946.00/1641.51	c cleaning 74995 clauses out of 150017 with flag 6005542/2916001
1998.54/1681.65	c cleaning 75995 clauses out of 152021 with flag 6162384/2993000
2054.56/1721.09	c cleaning 77005 clauses out of 154027 with flag 6321569/3071001
2101.05/1763.00	c cleaning 78003 clauses out of 156022 with flag 6482670/3150001
2162.84/1809.46	c cleaning 79002 clauses out of 158019 with flag 6645697/3230001
2217.53/1847.27	c cleaning 79993 clauses out of 160016 with flag 6811221/3311000
2259.48/1884.55	c cleaning 80999 clauses out of 162024 with flag 6978804/3393001
2321.18/1930.51	c cleaning 82001 clauses out of 164024 with flag 7147367/3476000
2383.67/1975.66	c cleaning 82997 clauses out of 166023 with flag 7319184/3560000
2431.88/2018.80	c cleaning 84005 clauses out of 168026 with flag 7492869/3645000
2495.87/2071.39	c cleaning 85001 clauses out of 170021 with flag 7668376/3731000
2556.44/2115.28	c cleaning 85998 clauses out of 172021 with flag 7846322/3818001
2602.84/2156.42	c cleaning 87003 clauses out of 174023 with flag 8025500/3906001
2665.73/2204.58	c cleaning 88003 clauses out of 176020 with flag 8207046/3995001
2726.40/2248.78	c cleaning 89000 clauses out of 178016 with flag 8390644/4085000
2800.42/2303.42	c cleaning 89993 clauses out of 180016 with flag 8576665/4176000
2862.49/2349.25	c cleaning 90996 clauses out of 182023 with flag 8764734/4268000
2947.49/2412.64	c cleaning 91999 clauses out of 184027 with flag 8954744/4361000
3011.81/2461.44	c cleaning 92999 clauses out of 186029 with flag 9146599/4455001
3082.87/2513.00	c cleaning 94011 clauses out of 188030 with flag 9340863/4550001
3155.37/2570.75	c cleaning 95001 clauses out of 190018 with flag 9536797/4646000
3229.00/2628.26	c cleaning 95997 clauses out of 192018 with flag 9734611/4743001
3300.44/2679.55	c cleaning 97000 clauses out of 194021 with flag 9934839/4841001
3409.03/2770.10	c cleaning 98006 clauses out of 196020 with flag 10137381/4940000
3475.07/2820.48	c cleaning 98995 clauses out of 198014 with flag 10341467/5040000
3598.87/2903.65	c cleaning 100000 clauses out of 200020 with flag 10546541/5141001
3600.06/2904.30	c starts		: 5
3600.06/2904.30	c conflicts		: 5142797
3600.06/2904.30	c decisions		: 5497826
3600.06/2904.30	c propagations		: 400019635
3600.06/2904.30	c inspects		: 5545212530
3600.06/2904.30	c shortcuts		: 0
3600.06/2904.30	c learnt literals	: 0
3600.06/2904.30	c learnt binary clauses	: 0
3600.06/2904.30	c learnt ternary clauses	: 0
3600.06/2904.30	c learnt constraints	: 5142797
3600.06/2904.30	c ignored constraints	: 0
3600.06/2904.30	c root simplifications	: 0
3600.06/2904.30	c removed literals (reason simplification)	: 0
3600.06/2904.30	c reason swapping (by a shorter reason)	: 0
3600.06/2904.30	c Calls to reduceDB	: 97
3600.06/2904.30	c Number of update (reduction) of LBD	: 64241
3600.06/2904.30	c Imported unit clauses	: 0
3600.06/2904.30	c No decision after first conflict	: false
3600.06/2904.30	c number of reductions to clauses (during analyze)	: 0
3600.06/2904.30	c number of learned constraints concerned by reduction	: 0
3600.06/2904.30	c number of learning phase by resolution	: 0
3600.06/2904.30	c number of learning phase by cutting planes	: 0
3600.06/2904.30	c number of rounding to 1 operations	: 0
3600.06/2904.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/2904.30	c timeout
3600.06/2904.30	c number of reductions of the coefficients by power 2 	: 0
3600.06/2904.30	c number of right shift for reduction by power 2 	: 0
3600.06/2904.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/2904.30	c number of ending skipping 	: 0
3600.06/2904.30	c number of internal skipping 	: 0
3600.06/2904.30	c number of derivation steps 	: 0
3600.06/2904.30	c number of skipped derivation steps 	: 0
3600.06/2904.30	c number of remaining unassigned 	: 0
3600.06/2904.30	c number of remaining assigned 	: 0
3600.06/2904.30	c number of falsified literals weakened from reason	: 0
3600.06/2904.30	c number of falsified literals weakened from conflict	: 0
3600.06/2904.30	c time for arithmetic operations	: 0
3600.06/2904.30	c minimum degree of deleted constraints	: null
3600.06/2904.30	c maximum degree of deleted constraints	: null
3600.06/2904.30	c number of deleted constraints	: 0
3600.06/2904.31	c speed (assignments/second)	: 137799.38806295607
3600.06/2904.31	c non guided choices	: 239
3600.30/2904.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 101816
3600.30/2904.37	s UNKNOWN
3600.30/2904.37	c Total wall clock time (in seconds): 2904.247

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: 64059 MiB (16398 MiB free)
  memory of node 1: 64510 MiB (48117 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459273-1721886483/watcher-4459273-1721886483 -o /tmp/evaluation-result-4459273-1721886483/solver-4459273-1721886483 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721877730-262297 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459273-1721886483.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=267708, runsolver pid=267705
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 5.31 5.37 5.43 5/316 267726
/proc/meminfo: memFree=66022552/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=18975048 memory=62872 CPUtime=0.13 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 7208 0 0 0 11 2 0 0 20 0 18 0 24637848 19430449152 15718 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4743762 15718 5623 1 0 551408 0
[pid=267708/tid=267710] ppid=267705 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) S 267705 267708 262286 0 -1 1077936192 5749 0 0 0 7 1 0 0 20 0 18 0 24637848 19430449152 15718 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24637851 19430449152 15718 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=18975048 memory=14128957269627868 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 24637851 19430449152 15718 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62872 KiB

[startup+0.205769 s]*
/proc/loadavg: 5.31 5.37 5.43 7/316 267726
/proc/meminfo: memFree=65996780/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=18975048 memory=89004 CPUtime=0.33 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 9116 0 0 0 31 2 0 0 20 0 18 0 24637848 19430449152 22251 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4743762 22251 5868 1 0 552633 0
[pid=267708/tid=267710] ppid=267705 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 5875 0 0 0 17 1 0 0 20 0 18 0 24637848 19430449152 22251 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=18975048 memory=1466016 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24637851 19430449152 22251 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=18975048 memory=16102571999764192 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 24637851 19430449152 22251 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 89004 KiB

[startup+0.305701 s]*
/proc/loadavg: 5.31 5.37 5.43 7/316 267726
/proc/meminfo: memFree=65974136/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=18975048 memory=113564 CPUtime=0.52 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 9640 0 0 0 49 3 0 0 20 0 18 0 24637848 19430449152 28391 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4743762 28391 5868 1 0 552971 0
[pid=267708/tid=267710] ppid=267705 vsize=18975048 memory=-8817312932654981820 CPUtime=0.29 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 5933 0 0 0 27 2 0 0 20 0 18 0 24637848 19430449152 28391 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24637851 19430449152 28391 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 24637851 19430449152 28391 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 113564 KiB

[startup+0.700628 s]
/proc/loadavg: 5.31 5.37 5.43 6/317 267728
/proc/meminfo: memFree=65906316/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19041612 memory=196988 CPUtime=1.28 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 14859 0 0 0 122 6 0 0 20 0 19 0 24637848 19498610688 49247 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4760403 49247 5868 1 0 556187 0
[pid=267708/tid=267710] ppid=267705 vsize=19041612 memory=5468 CPUtime=0.63 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 5961 0 0 0 60 3 0 0 20 0 19 0 24637848 19498610688 49247 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19041612 memory=11904 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24637851 19498610688 49247 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 24637851 19498610688 49247 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 196988 KiB

[startup+1.50963 s]
/proc/loadavg: 5.29 5.36 5.43 7/317 267728
/proc/meminfo: memFree=65858352/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=433868 CPUtime=2.8 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 18187 0 0 0 268 12 0 0 20 0 20 0 24637848 19566772224 108467 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 108467 5906 1 0 1079917 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=11904 CPUtime=1.33 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 6220 0 0 0 126 7 0 0 20 0 20 0 24637848 19566772224 108467 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 108467 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 108467 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 433868 KiB

[startup+3.11313 s]
/proc/loadavg: 5.29 5.36 5.43 5/318 267729
/proc/meminfo: memFree=65650140/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=434716 CPUtime=5.03 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 18333 0 0 0 491 12 0 0 20 0 20 0 24637848 19566772224 108679 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 108679 5922 1 0 1079926 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=198340509722 CPUtime=2.92 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 6226 0 0 0 285 7 0 0 20 0 20 0 24637848 19566772224 108679 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 108679 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 108679 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=434456 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 108679 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 434716 KiB

[startup+6.30045 s]
/proc/loadavg: 5.19 5.34 5.42 6/318 267729
/proc/meminfo: memFree=65535392/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=549700 CPUtime=8.67 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 23164 0 0 0 852 15 0 0 20 0 20 0 24637848 19566772224 137425 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 137425 5938 1 0 1079976 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=0 CPUtime=5.83 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 7990 0 0 0 576 7 0 0 20 0 20 0 24637848 19566772224 137425 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 137425 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=434716 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 137425 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=549536 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 137425 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 549700 KiB

[startup+12.7005 s]
/proc/loadavg: 5.09 5.32 5.42 5/318 267731
/proc/meminfo: memFree=65115592/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=1009360 CPUtime=15.72 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 25772 0 0 0 1545 27 0 0 20 0 20 0 24637848 19566772224 252340 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 252340 5938 1 0 1600105 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=947920 CPUtime=11.76 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 8276 0 0 0 1164 12 0 0 20 0 20 0 24637848 19566772224 252340 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 252340 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=6083914965065491283 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 252340 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 252340 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 15.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1009360 KiB

[startup+25.5005 s]
/proc/loadavg: 4.92 5.27 5.40 5/318 267732
/proc/meminfo: memFree=64419776/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=1663040 CPUtime=29.48 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 32023 0 0 0 2906 42 0 0 20 0 20 0 24637848 19566772224 415760 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 415760 5938 1 0 1600116 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=6083914965065491283 CPUtime=23.71 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 9345 0 0 0 2358 13 0 0 20 0 20 0 24637848 19566772224 415760 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 415760 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 415760 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=-8817312932654981820 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 415760 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1663040 KiB

[startup+51.1066 s]
/proc/loadavg: 4.69 5.18 5.36 5/318 267737
/proc/meminfo: memFree=63518580/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=2472028 CPUtime=56.26 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 37751 0 0 0 5565 61 0 0 20 0 20 0 24637848 19566772224 618007 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 618007 5938 1 0 1600116 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=2205788 CPUtime=48.05 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 10915 0 0 0 4791 14 0 0 20 0 20 0 24637848 19566772224 618007 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 618007 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 618007 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 618007 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0

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

Current children cumulated memory: 16328108 KiB

[startup+2562.3 s]
/proc/loadavg: 4.53 4.57 4.62 5/322 269585
/proc/meminfo: memFree=46859616/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328144 CPUtime=3146.25 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 4876784 0 0 0 313762 863 0 0 20 0 20 0 24637848 19566772224 4082036 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082036 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=11644 CPUtime=2217.77 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 716356 0 0 0 221629 148 0 0 20 0 20 0 24637848 19566772224 4082036 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082036 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=220697 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 560 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082036 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=16318468 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082036 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3146.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328144 KiB

[startup+2622.3 s]
/proc/loadavg: 4.55 4.57 4.62 6/321 269596
/proc/meminfo: memFree=46859104/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328168 CPUtime=3222.33 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 5090005 0 0 0 321354 879 0 0 20 0 20 0 24637848 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082042 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=16318468 CPUtime=2271.44 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 721201 0 0 0 226995 149 0 0 20 0 20 0 24637848 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=16328144 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=16328144 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 560 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=16328144 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3222.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328168 KiB

[startup+2682.3 s]
/proc/loadavg: 4.47 4.54 4.60 5/321 269606
/proc/meminfo: memFree=46856664/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328168 CPUtime=3303.21 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 5500028 0 0 0 329405 916 0 0 20 0 20 0 24637848 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082042 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=16318468 CPUtime=2323.84 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 732899 0 0 0 232234 150 0 0 20 0 20 0 24637848 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=16328144 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 560 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=16328168 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082042 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3303.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328168 KiB

[startup+2742.3 s]
/proc/loadavg: 4.44 4.51 4.58 5/320 269617
/proc/meminfo: memFree=46848184/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328204 CPUtime=3379.86 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 5701302 0 0 0 337056 930 0 0 20 0 20 0 24637848 19566772224 4082051 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082051 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=16318468 CPUtime=2368.66 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 766092 0 0 0 236713 153 0 0 20 0 20 0 24637848 19566772224 4082051 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=16328144 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082051 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 560 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082051 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082051 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3379.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328204 KiB

[startup+2802.3 s]
/proc/loadavg: 4.59 4.54 4.59 6/320 269627
/proc/meminfo: memFree=46836796/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328244 CPUtime=3455.47 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 5774529 0 0 0 344605 942 0 0 20 0 20 0 24637848 19566772224 4082061 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082061 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=16328204 CPUtime=2422.84 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 793981 0 0 0 242129 155 0 0 20 0 20 0 24637848 19566772224 4082061 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=72492 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082061 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 578 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082061 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=16328244 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082061 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3455.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328244 KiB

[startup+2862.3 s]
/proc/loadavg: 4.64 4.55 4.59 6/318 269637
/proc/meminfo: memFree=46831404/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328432 CPUtime=3539.91 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 5853295 0 0 0 353038 953 0 0 20 0 20 0 24637848 19566772224 4082108 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082108 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=72492 CPUtime=2468.14 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) S 267705 267708 262286 0 -1 1077936192 799269 0 0 0 246658 156 0 0 20 0 20 0 24637848 19566772224 4082108 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=16328248 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082108 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=16328248 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 578 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082108 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082108 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3539.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2904.2 s]
/proc/loadavg: 4.77 4.59 4.60 6/318 269644
/proc/meminfo: memFree=46822708/131655788 swapFree=131058856/131071996
[pid=267708] ppid=267705 vsize=19108176 memory=16328300 CPUtime=3600.06 cores=4,6
/proc/267708/stat : 267708 (java) S 267705 267708 262286 0 -1 1077936128 5856036 0 0 0 359047 959 0 0 20 0 20 0 24637848 19566772224 4082075 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
/proc/267708/statm: 4777044 4082075 5975 1 0 4094277 0
[pid=267708/tid=267710] ppid=267705 vsize=19108176 memory=1466190 CPUtime=2506.59 cores=4,6
/proc/267708/task/267710/stat : 267710 (java) R 267705 267708 262286 0 -1 4194368 799466 0 0 0 250503 156 0 0 20 0 20 0 24637848 19566772224 4082075 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267719] ppid=267705 vsize=19108176 memory=1466533 CPUtime=0 cores=4,6
/proc/267708/task/267719/stat : 267719 (Finalizer) S 267705 267708 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082075 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267726] ppid=267705 vsize=19108176 memory=3762537819110120286 CPUtime=0 cores=4,6
/proc/267708/task/267726/stat : 267726 (Common-Cleaner) S 267705 267708 262286 0 -1 1077936192 578 0 0 0 0 0 0 0 20 0 20 0 24637851 19566772224 4082075 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
[pid=267708/tid=267729] ppid=267705 vsize=19108176 memory=2984 CPUtime=0 cores=4,6
/proc/267708/task/267729/stat : 267729 (Timer-0) S 267705 267708 262286 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 24637987 19566772224 4082075 134679101440 94453998850048 94453998853744 140736304481776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453998861560 94453998862352 94454019432448 140736304489479 140736304489569 140736304489569 140736304496584 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16328300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.81 s, system=9.76395 s

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

[startup+2904.4 s]*
/proc/loadavg: 4.77 4.59 4.60 5/300 269647
/proc/meminfo: memFree=57547296/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2904.51 s]
/proc/loadavg: 4.77 4.59 4.60 5/300 269647
/proc/meminfo: memFree=57547296/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 2904.54
CPU time (s): 3600.58
CPU user time (s): 3590.81
CPU system time (s): 9.76395
CPU usage (%): 123.964
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16328896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.81
system time used= 9.76395
maximum resident set size= 16329796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5857857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109594
involuntary context switches= 41672


# summary of solver processes directly reported to runsolver:
#   pid: 267708
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3590.81
#   total CPU system time (s): 9.76395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7723 second user time and 22.3917 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-25 07:48:03
IDJOB=4459273
IDBENCH=178667
IDSOLVER=3058
FILE ID=nodeC010/4459273-1721886483
RUNJOBID= nodeC010-1721877730-262297
SLURM_JOB_ID= 8089272
Free space on /tmp= 723680 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-rmine15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459273-1721886483/watcher-4459273-1721886483 -o /tmp/evaluation-result-4459273-1721886483/solver-4459273-1721886483 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721877730-262297 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459273-1721886483.opb

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

MD5SUM BENCH= 8b0f0a056877f36e2c13e33d533276b3
RANDOM SEED=862222116

nodeC010.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	: 0xb00001f
cpu MHz		: 3584.994
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 invpcid_single pti 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	: 6983.61
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		: 3574.279
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 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.348
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 invpcid_single pti 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	: 6983.61
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.261
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 invpcid_single pti 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	: 6983.28
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		: 3495.238
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 invpcid_single pti 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	: 6983.61
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		: 3566.061
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 invpcid_single pti 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	: 6983.28
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		: 3492.297
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 invpcid_single pti 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	: 6983.61
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.367
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 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        66064868 kB
MemAvailable:   109627892 kB
Buffers:          291092 kB
Cached:         43611024 kB
SwapCached:          480 kB
Active:          2258060 kB
Inactive:       62080964 kB
Active(anon):       2040 kB
Inactive(anon): 20488416 kB
Active(file):    2256020 kB
Inactive(file): 41592548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             12880 kB
Writeback:             0 kB
AnonPages:      20436272 kB
Mapped:           120104 kB
Shmem:             53552 kB
KReclaimable:     776200 kB
Slab:             895828 kB
SReclaimable:     776200 kB
SUnreclaim:       119628 kB
KernelStack:        4800 kB
PageTables:        50404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   31713548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14784 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13660160 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:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723684 MiB
End job on nodeC010 at 2024-07-25 08:36:28