Trace number 4519338

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 2025-06-06? (TO) 3600.18 3605.01

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height16_pigeons15_holes14.opb
MD5SUMa94581d8220bf59b08512677776f0dcf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark153
Best CPU time to get the best result obtained on this benchmark1.9326
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32436
Total number of constraints5253
Number of constraints which are clauses2703
Number of constraints which are cardinality constraints (but not clauses)1989
Number of constraints which are nor clauses,nor cardinality constraints561
Minimum length of a constraint14
Maximum length of a constraint19
Number of terms in the objective function 306
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 306
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 306
Number of bits of the biggest sum of numbers9
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4519338-1751558588.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
0.70/0.44	c ... done. Wall clock time 0.302s.
0.70/0.44	c declared #vars     32436
0.70/0.44	c #constraints  5253
0.70/0.44	c constraints type 
0.70/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2550
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2703
0.70/0.44	c 5253 constraints processed.
0.70/0.46	c objective function length is 306 literals
2.07/1.17	c cleaning 2501 clauses out of 5001 with flag 38673/5001
2.84/1.74	c cleaning 4246 clauses out of 8499 with flag 86037/11000
3.85/2.69	c cleaning 5623 clauses out of 11253 with flag 150400/18000
5.28/4.01	c cleaning 6791 clauses out of 13630 with flag 220003/26000
6.27/4.96	c cleaning 7883 clauses out of 15839 with flag 283711/35000
7.67/6.34	c cleaning 8941 clauses out of 17956 with flag 353272/45000
9.52/8.11	c cleaning 9974 clauses out of 20016 with flag 431134/56001
11.60/10.20	c cleaning 10986 clauses out of 22043 with flag 520037/68002
12.91/11.55	c cleaning 12014 clauses out of 24056 with flag 612881/81001
15.32/13.93	c cleaning 13002 clauses out of 26041 with flag 710136/95000
17.81/16.44	c cleaning 14005 clauses out of 28041 with flag 811746/110002
20.91/19.51	c cleaning 15000 clauses out of 30034 with flag 929520/126000
23.83/22.44	c cleaning 16009 clauses out of 32034 with flag 1073711/143000
32.18/30.72	c cleaning 17011 clauses out of 34027 with flag 1211592/161002
39.16/37.76	c cleaning 18004 clauses out of 36014 with flag 1376844/180000
48.14/46.74	c cleaning 19003 clauses out of 38011 with flag 1548194/200001
56.12/54.76	c cleaning 20003 clauses out of 40008 with flag 1726342/221001
69.18/67.81	c cleaning 21000 clauses out of 42004 with flag 1927684/243000
82.75/81.47	c cleaning 21997 clauses out of 44004 with flag 2144668/266000
100.69/99.49	c cleaning 23004 clauses out of 46007 with flag 2351845/290000
112.27/111.06	c cleaning 23997 clauses out of 48003 with flag 2564695/315000
135.80/134.64	c cleaning 25000 clauses out of 50007 with flag 2807294/341001
147.57/146.44	c cleaning 26001 clauses out of 52007 with flag 3057848/368001
158.74/157.64	c cleaning 26999 clauses out of 54005 with flag 3344652/396000
169.62/168.58	c cleaning 28000 clauses out of 56006 with flag 3629884/425000
178.39/177.36	c cleaning 29002 clauses out of 58007 with flag 3940670/455001
187.66/186.61	c cleaning 30001 clauses out of 60005 with flag 4171621/486001
200.52/199.56	c cleaning 30998 clauses out of 62004 with flag 4430551/518001
213.80/212.87	c cleaning 31998 clauses out of 64006 with flag 4691673/551001
226.16/225.21	c cleaning 33000 clauses out of 66007 with flag 4954297/585000
240.53/239.61	c cleaning 34005 clauses out of 68011 with flag 5219803/620004
257.53/256.60	c cleaning 34999 clauses out of 70002 with flag 5510245/656000
272.39/271.55	c cleaning 35998 clauses out of 72005 with flag 5811507/693002
294.33/293.58	c cleaning 37004 clauses out of 74007 with flag 6125879/731002
304.27/303.45	c cleaning 37999 clauses out of 76001 with flag 6453284/770000
324.24/323.42	c cleaning 38993 clauses out of 78004 with flag 6774703/810002
339.00/338.29	c cleaning 39987 clauses out of 80011 with flag 7081360/851002
359.00/358.29	c cleaning 40999 clauses out of 82025 with flag 7398351/893003
380.76/380.07	c cleaning 41998 clauses out of 84026 with flag 7749249/936003
403.37/402.61	c cleaning 42994 clauses out of 86025 with flag 8154158/980000
419.94/419.26	c cleaning 44014 clauses out of 88032 with flag 8478683/1025001
466.00/465.34	c cleaning 45006 clauses out of 90018 with flag 8868078/1071001
507.43/506.86	c cleaning 46005 clauses out of 92011 with flag 9274661/1118000
567.89/567.48	c cleaning 47000 clauses out of 94006 with flag 9686978/1166000
615.54/615.15	c cleaning 47999 clauses out of 96006 with flag 10116614/1215000
675.91/675.61	c cleaning 48998 clauses out of 98010 with flag 10562534/1265003
707.78/707.52	c cleaning 50002 clauses out of 100012 with flag 11030388/1316003
733.42/733.21	c cleaning 51001 clauses out of 102007 with flag 11450856/1368000
757.63/757.48	c cleaning 52001 clauses out of 104007 with flag 11860394/1421001
776.10/776.00	c cleaning 52995 clauses out of 106005 with flag 12217606/1475000
814.04/813.93	c cleaning 53996 clauses out of 108012 with flag 12554862/1530002
861.46/861.48	c cleaning 54998 clauses out of 110017 with flag 12931409/1586003
909.43/909.46	c cleaning 55997 clauses out of 112017 with flag 13323772/1643001
964.31/964.45	c cleaning 56995 clauses out of 114021 with flag 13738377/1701002
1018.95/1019.19	c cleaning 58001 clauses out of 116028 with flag 14167402/1760004
1075.71/1076.08	c cleaning 59000 clauses out of 118025 with flag 14645064/1820002
1137.77/1138.28	c cleaning 59997 clauses out of 120024 with flag 15137278/1881001
1200.98/1201.56	c cleaning 61002 clauses out of 122026 with flag 15648198/1943000
1255.36/1256.04	c cleaning 62000 clauses out of 124024 with flag 16177213/2006000
1317.80/1318.68	c cleaning 62991 clauses out of 126024 with flag 16669191/2070000
1370.36/1371.27	c cleaning 64000 clauses out of 128034 with flag 17188836/2135001
1437.69/1438.75	c cleaning 65005 clauses out of 130038 with flag 17724422/2201005
1496.87/1498.03	c cleaning 66001 clauses out of 132028 with flag 18268261/2268000
1576.87/1577.83	c cleaning 67000 clauses out of 134029 with flag 18799832/2336002
1648.61/1649.78	c cleaning 68000 clauses out of 136029 with flag 19333763/2405002
1709.97/1711.27	c cleaning 68993 clauses out of 138027 with flag 19891597/2475000
1777.00/1778.35	c cleaning 70001 clauses out of 140036 with flag 20437467/2546002
1842.07/1843.53	c cleaning 71000 clauses out of 142033 with flag 21006268/2618000
1910.63/1912.24	c cleaning 72000 clauses out of 144033 with flag 21598707/2691000
1971.01/1972.78	c cleaning 73002 clauses out of 146036 with flag 22161126/2765003
2035.85/2037.69	c cleaning 74004 clauses out of 148031 with flag 22733788/2840000
2105.99/2107.92	c cleaning 74996 clauses out of 150030 with flag 23356673/2916003
2185.10/2187.27	c cleaning 76002 clauses out of 152031 with flag 23988590/2993000
2267.93/2270.20	c cleaning 76995 clauses out of 154029 with flag 24617889/3071000
2349.35/2351.75	c cleaning 78003 clauses out of 156034 with flag 25291138/3150000
2436.35/2438.99	c cleaning 79000 clauses out of 158033 with flag 25939935/3230002
2528.81/2531.53	c cleaning 79996 clauses out of 160031 with flag 26609831/3311000
2622.32/2625.20	c cleaning 80994 clauses out of 162035 with flag 27366230/3393000
2720.10/2723.22	c cleaning 82003 clauses out of 164044 with flag 28083135/3476003
2830.28/2833.66	c cleaning 83003 clauses out of 166038 with flag 28837786/3560000
2936.26/2939.74	c cleaning 84004 clauses out of 168035 with flag 29550864/3645000
3034.65/3038.33	c cleaning 85002 clauses out of 170032 with flag 30329121/3731001
3147.01/3150.91	c cleaning 85999 clauses out of 172029 with flag 31141772/3818000
3264.75/3268.93	c cleaning 87001 clauses out of 174030 with flag 32004960/3906000
3315.44/3319.70	c cleaning 87998 clauses out of 176029 with flag 32682707/3995000
3357.00/3361.34	c cleaning 88979 clauses out of 178032 with flag 33301979/4085001
3452.09/3456.69	c cleaning 90026 clauses out of 180054 with flag 34066130/4176002
3554.95/3559.73	c cleaning 91007 clauses out of 182028 with flag 34822934/4268002
3600.05/3604.91	c starts		: 12438
3600.05/3604.91	c timeout
3600.05/3604.92	c conflicts		: 4318145
3600.05/3604.92	c decisions		: 6034273
3600.05/3604.92	c propagations		: 59273436
3600.05/3604.92	c inspects		: 28317187642
3600.05/3604.92	c shortcuts		: 0
3600.05/3604.92	c learnt literals	: 0
3600.05/3604.92	c learnt binary clauses	: 0
3600.05/3604.92	c learnt ternary clauses	: 0
3600.05/3604.92	c learnt constraints	: 4318145
3600.05/3604.92	c ignored constraints	: 0
3600.05/3604.92	c root simplifications	: 0
3600.05/3604.92	c removed literals (reason simplification)	: 18292696
3600.05/3604.92	c reason swapping (by a shorter reason)	: 0
3600.05/3604.92	c Calls to reduceDB	: 88
3600.05/3604.92	c Number of update (reduction) of LBD	: 2838962
3600.05/3604.92	c Imported unit clauses	: 0
3600.05/3604.92	c No decision after first conflict	: false
3600.05/3604.93	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.93	c number of learned constraints concerned by reduction	: 0
3600.05/3604.93	c number of learning phase by resolution	: 0
3600.05/3604.93	c number of learning phase by cutting planes	: 0
3600.05/3604.93	c number of rounding to 1 operations	: 0
3600.05/3604.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.93	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.93	c number of right shift for reduction by power 2 	: 0
3600.05/3604.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.93	c number of ending skipping 	: 0
3600.05/3604.93	c number of internal skipping 	: 0
3600.05/3604.93	c number of derivation steps 	: 0
3600.05/3604.93	c number of skipped derivation steps 	: 0
3600.05/3604.93	c number of remaining unassigned 	: 0
3600.05/3604.93	c number of remaining assigned 	: 0
3600.05/3604.93	c number of falsified literals weakened from reason	: 0
3600.05/3604.93	c number of falsified literals weakened from conflict	: 0
3600.05/3604.93	c time for arithmetic operations	: 0
3600.05/3604.93	c minimum degree of deleted constraints	: null
3600.05/3604.93	c maximum degree of deleted constraints	: null
3600.05/3604.93	c number of deleted constraints	: 0
3600.05/3604.93	c speed (assignments/second)	: 16444.44765034478
3600.05/3604.93	c non guided choices	: 190032
3600.05/3604.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 141164
3600.05/3604.99	s UNKNOWN
3600.05/3604.99	c Total wall clock time (in seconds): 3604.857

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: 63665 MiB (59374 MiB free)
  memory of node 1: 64507 MiB (60363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519338-1751558588/watcher-4519338-1751558588 -o /tmp/evaluation-result-4519338-1751558588/solver-4519338-1751558588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751554990-82449 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4519338-1751558588.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=83050, runsolver pid=83046

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.24 4.23 6/318 83070
/proc/meminfo: memFree=122578092/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=18930384 memory=57732 CPUtime=0.12 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 6569 0 0 0 10 2 0 0 20 0 18 0 71536583 19384713216 14433 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4732596 14433 5340 1 0 547619 0
[pid=83050/tid=83053] ppid=83046 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 5068 0 0 0 6 1 0 0 20 0 18 0 71536585 19384713216 14433 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=18930384 memory=16198 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536587 19384713216 14433 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536587 19384713216 14433 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57732 KiB

[startup+0.205897 s]*
/proc/loadavg: 4.12 4.24 4.23 7/318 83070
/proc/meminfo: memFree=122498508/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=18930384 memory=137804 CPUtime=0.31 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 7058 0 0 0 28 3 0 0 20 0 18 0 71536583 19384713216 34451 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4732596 34451 5436 1 0 547907 0
[pid=83050/tid=83053] ppid=83046 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 5310 0 0 0 15 2 0 0 20 0 18 0 71536585 19384713216 34451 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=18930384 memory=16198 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71536587 19384713216 34451 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71536587 19384713216 34451 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 137804 KiB

[startup+0.305918 s]*
/proc/loadavg: 4.12 4.24 4.23 6/319 83071
/proc/meminfo: memFree=122460764/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=18996948 memory=160008 CPUtime=0.51 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 8938 0 0 0 47 4 0 0 20 0 19 0 71536583 19452874752 40002 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4749237 40002 5468 1 0 549474 0
[pid=83050/tid=83053] ppid=83046 vsize=18996948 memory=-6000919498476644711 CPUtime=0.23 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 5319 0 0 0 21 2 0 0 20 0 19 0 71536585 19452874752 40002 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71536587 19452874752 40002 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71536587 19452874752 40002 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160008 KiB

[startup+0.700214 s]
/proc/loadavg: 4.12 4.24 4.23 7/318 83072
/proc/meminfo: memFree=122260192/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=344704 CPUtime=1.27 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 12182 0 0 0 118 9 0 0 20 0 20 0 71536583 19521036288 86176 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 86176 5500 1 0 551301 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=18688 CPUtime=0.58 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 5499 0 0 0 52 6 0 0 20 0 20 0 71536585 19521036288 86176 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 86176 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 86176 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 86176 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 344704 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.24 4.23 7/340 83099
/proc/meminfo: memFree=121556148/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=360112 CPUtime=2.64 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 14489 0 0 0 255 9 0 0 20 0 20 0 71536583 19521036288 90028 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 90028 5532 1 0 552756 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 5587 0 0 0 128 6 0 0 20 0 20 0 71536585 19521036288 90028 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 90028 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 90028 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 90028 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360112 KiB

[startup+3.10594 s]
/proc/loadavg: 4.19 4.25 4.23 5/319 83138
/proc/meminfo: memFree=122909956/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=372416 CPUtime=4.38 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 15658 0 0 0 428 10 0 0 20 0 20 0 71536583 19521036288 93104 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 93104 5532 1 0 552761 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=10752 CPUtime=2.94 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 5920 0 0 0 288 6 0 0 20 0 20 0 71536585 19521036288 93104 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=-6000919481313552743 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 93104 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 93104 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 93104 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 372416 KiB

[startup+6.30022 s]
/proc/loadavg: 4.19 4.25 4.23 5/340 83166
/proc/meminfo: memFree=120862404/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=384884 CPUtime=7.67 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 18413 0 0 0 756 11 0 0 20 0 20 0 71536583 19521036288 96221 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 96221 5532 1 0 552761 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=0 CPUtime=6.13 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 6435 0 0 0 606 7 0 0 20 0 20 0 71536585 19521036288 96221 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 96221 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 96221 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=360112 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 96221 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 384884 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.26 4.24 5/340 83166
/proc/meminfo: memFree=118717964/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=440276 CPUtime=14.12 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 24365 0 0 0 1399 13 0 0 20 0 20 0 71536583 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 110069 5532 1 0 552777 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=360112 CPUtime=12.48 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 7692 0 0 0 1241 7 0 0 20 0 20 0 71536585 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=-6000919481313552743 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=7078043971143560318 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 14.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440276 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.25 4.23 5/340 83166
/proc/meminfo: memFree=117625160/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=440276 CPUtime=26.99 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 25897 0 0 0 2685 14 0 0 20 0 20 0 71536583 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 110069 5532 1 0 552777 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=0 CPUtime=25.24 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 8216 0 0 0 2517 7 0 0 20 0 20 0 71536585 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=440276 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 26.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440276 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.26 4.24 5/340 83168
/proc/meminfo: memFree=117194324/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=440276 CPUtime=52.53 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 26001 0 0 0 5238 15 0 0 20 0 20 0 71536583 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 110069 5532 1 0 552777 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=-6000919489903421799 CPUtime=50.77 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 8302 0 0 0 5070 7 0 0 20 0 20 0 71536585 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=440276 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 110069 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=1685484 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1195 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=1685484 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3218.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1685484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/340 83331
/proc/meminfo: memFree=107460128/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1685484 CPUtime=3278.12 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 59449 0 0 0 327653 159 0 0 20 0 20 0 71536583 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421371 5564 1 0 553918 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=1685484 CPUtime=3271.35 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 22913 0 0 0 327124 11 0 0 20 0 20 0 71536585 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=1685484 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=1685484 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1195 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=1685484 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421371 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3278.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1685484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/341 83334
/proc/meminfo: memFree=107454636/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3338.05 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 60016 0 0 0 333644 161 0 0 20 0 20 0 71536583 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421918 5564 1 0 553953 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=1685484 CPUtime=3331.13 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 23162 0 0 0 333102 11 0 0 20 0 20 0 71536585 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1195 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3338.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/339 83403
/proc/meminfo: memFree=109331836/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3397.91 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 60461 0 0 0 339628 163 0 0 20 0 20 0 71536583 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421918 5564 1 0 553953 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=3328 CPUtime=3390.97 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 23560 0 0 0 339086 11 0 0 20 0 20 0 71536585 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1210 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3397.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687672 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/339 83405
/proc/meminfo: memFree=108959488/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3457.77 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 60973 0 0 0 345613 164 0 0 20 0 20 0 71536583 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421918 5564 1 0 553953 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3450.81 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 24024 0 0 0 345070 11 0 0 20 0 20 0 71536585 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1234 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3457.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/339 83418
/proc/meminfo: memFree=108745480/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3517.63 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 61046 0 0 0 351598 165 0 0 20 0 20 0 71536583 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421918 5564 1 0 553953 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3510.64 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 24059 0 0 0 351053 11 0 0 20 0 20 0 71536585 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1234 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3517.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687672 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.09 4/316 83433
/proc/meminfo: memFree=116662416/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3577.5 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 61183 0 0 0 357583 167 0 0 20 0 20 0 71536583 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421918 5564 1 0 553953 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3570.48 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 24112 0 0 0 357037 11 0 0 20 0 20 0 71536585 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1234 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3577.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.9 s]
/proc/loadavg: 4.07 4.08 4.09 5/339 83556
/proc/meminfo: memFree=122027356/131249996 swapFree=33010672/33010684
[pid=83050] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3600.05 cores=5,7
/proc/83050/stat : 83050 (java) S 83046 83050 82431 0 -1 4194304 61233 0 0 0 359838 167 0 0 20 0 20 0 71536583 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
/proc/83050/statm: 4765878 421918 5564 1 0 553953 0
[pid=83050/tid=83053] ppid=83046 vsize=19063512 memory=1687672 CPUtime=3593.02 cores=5,7
/proc/83050/task/83053/stat : 83053 (java) R 83046 83050 82431 0 -1 4194368 24133 0 0 0 359291 11 0 0 20 0 20 0 71536585 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83063] ppid=83046 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/83050/task/83063/stat : 83063 (Finalizer) S 83046 83050 82431 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83070] ppid=83046 vsize=19063512 memory=-6000919507016051047 CPUtime=0 cores=5,7
/proc/83050/task/83070/stat : 83070 (Common-Cleaner) S 83046 83050 82431 0 -1 4194368 1234 0 0 0 0 0 0 0 20 0 20 0 71536587 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
[pid=83050/tid=83072] ppid=83046 vsize=19063512 memory=1687672 CPUtime=0 cores=5,7
/proc/83050/task/83072/stat : 83072 (Timer-0) S 83046 83050 82431 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71536630 19521036288 421918 18446744073709551615 94742178263040 94742178266736 140734913381920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94742178274552 94742178275344 94742190247936 140734913390977 140734913391078 140734913391078 140734913396680 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.5 s, system=1.68667 s

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

[startup+3605.01 s]*
/proc/loadavg: 4.07 4.08 4.09 4/334 83559
/proc/meminfo: memFree=122027104/131249996 swapFree=33010672/33010684
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): 3605.01
CPU time (s): 3600.18
CPU user time (s): 3598.5
CPU system time (s): 1.68667
CPU usage (%): 99.8661
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1687672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.5
system time used= 1.68667
maximum resident set size= 1688824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131539
involuntary context switches= 20230


# summary of solver processes directly reported to runsolver:
#   pid: 83050
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.5
#   total CPU system time (s): 1.68667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81742 second user time and 17.959 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 18:03:08
IDJOB=4519338
IDBENCH=177219
IDSOLVER=3363
FILE ID=nodeC017/4519338-1751558588
RUNJOBID= nodeC017-1751554990-82449
SLURM_JOB_ID= 9598744
Free space on /tmp= 432468 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height16_pigeons15_holes14.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519338-1751558588/watcher-4519338-1751558588 -o /tmp/evaluation-result-4519338-1751558588/solver-4519338-1751558588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751554990-82449 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4519338-1751558588.opb

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

MD5SUM BENCH= a94581d8220bf59b08512677776f0dcf
RANDOM SEED=1988310866

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.086
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3603.373
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3448.004
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3580.589
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.061
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.029
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3545.143
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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.063
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122611540 kB
MemAvailable:   126228264 kB
Buffers:            1688 kB
Cached:          4385340 kB
SwapCached:            8 kB
Active:          3850612 kB
Inactive:        4095960 kB
Active(anon):    3561488 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4079832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1808 kB
Writeback:             0 kB
AnonPages:       3562192 kB
Mapped:           124020 kB
Shmem:             18072 kB
KReclaimable:     173612 kB
Slab:             265104 kB
SReclaimable:     173612 kB
SUnreclaim:        91492 kB
KernelStack:        4912 kB
PageTables:        10412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4843132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151176 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3358720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432464 MiB
End job on nodeC017 at 2025-07-03 19:03:14