Trace number 4432431

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.3 3580.26

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2113181440
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2122317824
0.29/0.23	c Number of processors 	2
0.29/0.31	--- Begin Solver configuration ---
0.29/0.31	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.31	Learn all clauses as in MiniSAT
0.29/0.31	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.31	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.31	No reason simplification
0.29/0.31	Glucose 2.1 dynamic restart strategy
0.29/0.31	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.29/0.31	timeout=2147483s
0.29/0.31	DB Simplification allowed=false
0.29/0.31	Listener: none
0.29/0.31	--- End Solver configuration ---
0.29/0.31	c Pseudo Boolean Optimization by upper bound
0.29/0.31	c --- Begin Solver configuration ---
0.29/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.31	c Learn all clauses as in MiniSAT
0.29/0.31	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.31	c No reason simplification
0.29/0.31	c Glucose 2.1 dynamic restart strategy
0.29/0.31	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.29/0.31	c timeout=2147483s
0.29/0.31	c DB Simplification allowed=false
0.29/0.31	c Listener: none
0.29/0.31	c --- End Solver configuration ---
0.29/0.31	c solving HOME/instance-4432431-1721131353.opb
0.29/0.31	c reading problem ... 
0.45/0.33	c  objective function found
17.74/15.75	c ... done. Wall clock time 15.434s.
17.74/15.75	c declared #vars     204880
17.74/15.75	c #constraints  187573
17.74/15.75	c constraints type 
17.74/15.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129324
17.74/15.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51105
17.74/15.75	c org.sat4j.specs.Constr$1 => 3556
17.74/15.75	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3486
17.74/15.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
17.74/15.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 70
17.74/15.75	c 187573 constraints processed.
17.74/15.76	c objective function length is 75648 literals
24.74/20.64	c cleaning 2479 clauses out of 4980 with flag 23079/5000
28.06/23.44	c cleaning 4191 clauses out of 8494 with flag 59281/11001
32.01/26.69	c cleaning 5631 clauses out of 11300 with flag 103106/18003
36.93/31.13	c cleaning 6737 clauses out of 13665 with flag 149083/26000
42.13/35.80	c cleaning 7890 clauses out of 15920 with flag 202366/35000
46.44/40.16	c cleaning 9000 clauses out of 18029 with flag 265796/45000
51.93/45.61	c cleaning 9972 clauses out of 20024 with flag 323333/56000
57.92/51.69	c cleaning 10223 clauses out of 22044 with flag 388944/68000
64.33/58.11	c cleaning 11409 clauses out of 24817 with flag 460978/81000
70.92/64.65	c cleaning 12155 clauses out of 27403 with flag 543088/95000
78.73/72.46	c cleaning 13190 clauses out of 30246 with flag 630923/110001
87.93/81.62	c cleaning 14065 clauses out of 33054 with flag 729544/126002
96.60/90.22	c cleaning 14539 clauses out of 35985 with flag 827292/143000
106.76/100.30	c cleaning 15846 clauses out of 39443 with flag 934002/161000
117.16/110.72	c cleaning 16471 clauses out of 42594 with flag 1038029/180000
128.25/121.81	c cleaning 17561 clauses out of 46123 with flag 1161971/200001
140.05/133.64	c cleaning 18363 clauses out of 49558 with flag 1284730/221000
151.34/144.92	c cleaning 19277 clauses out of 53193 with flag 1407113/243000
163.45/157.07	c cleaning 20339 clauses out of 56914 with flag 1540442/266001
175.62/169.27	c cleaning 21131 clauses out of 60571 with flag 1680458/290000
189.22/182.87	c cleaning 22454 clauses out of 64436 with flag 1833440/315000
204.21/197.80	c cleaning 23333 clauses out of 67981 with flag 1987262/341003
219.11/212.79	c cleaning 24246 clauses out of 71645 with flag 2157574/368001
235.19/228.84	c cleaning 24353 clauses out of 75394 with flag 2326835/396000
251.28/244.98	c cleaning 26132 clauses out of 80037 with flag 2506447/425002
269.57/263.26	c cleaning 26740 clauses out of 83902 with flag 2686209/455002
288.46/282.18	c cleaning 27266 clauses out of 88157 with flag 2864256/486001
306.14/299.82	c cleaning 28897 clauses out of 92889 with flag 3062967/518000
324.73/318.47	c cleaning 29702 clauses out of 96989 with flag 3258825/551000
346.71/340.41	c cleaning 30619 clauses out of 101285 with flag 3466604/585000
369.16/362.81	c cleaning 31374 clauses out of 105665 with flag 3664551/620000
391.23/385.00	c cleaning 31981 clauses out of 110289 with flag 3871176/656001
413.43/407.16	c cleaning 34059 clauses out of 115306 with flag 4097924/693002
437.58/431.35	c cleaning 34537 clauses out of 119244 with flag 4326265/731000
462.37/456.12	c cleaning 35338 clauses out of 123706 with flag 4560153/770000
488.42/482.26	c cleaning 36234 clauses out of 128366 with flag 4798877/810000
514.59/508.42	c cleaning 37353 clauses out of 133130 with flag 5044316/851000
543.56/537.42	c cleaning 38056 clauses out of 137776 with flag 5286152/893000
572.72/566.62	c cleaning 38854 clauses out of 142716 with flag 5535643/936000
602.39/596.37	c cleaning 40392 clauses out of 147865 with flag 5802062/980007
633.56/627.59	c cleaning 40619 clauses out of 152463 with flag 6064163/1025000
664.14/658.15	c cleaning 42120 clauses out of 157843 with flag 6329402/1071000
696.10/690.17	c cleaning 42729 clauses out of 162721 with flag 6592453/1118002
726.76/720.85	c cleaning 43978 clauses out of 167988 with flag 6862230/1166000
759.32/753.49	c cleaning 44893 clauses out of 173009 with flag 7158362/1215000
793.78/788.00	c cleaning 45488 clauses out of 178116 with flag 7446778/1265000
829.45/823.62	c cleaning 46663 clauses out of 183625 with flag 7744442/1316000
866.61/860.88	c cleaning 47277 clauses out of 188964 with flag 8043463/1368002
905.17/899.40	c cleaning 48724 clauses out of 194685 with flag 8339246/1421002
932.45/926.72	c cleaning 44361 clauses out of 199903 with flag 8710013/1475000
960.72/955.10	c cleaning 45804 clauses out of 210522 with flag 9104587/1530001
996.08/990.43	c cleaning 50587 clauses out of 220713 with flag 9446202/1586000
1030.15/1024.55	c cleaning 50124 clauses out of 227110 with flag 9803501/1643000
1067.51/1061.93	c cleaning 52179 clauses out of 234984 with flag 10140421/1701000
1109.17/1103.61	c cleaning 54429 clauses out of 241800 with flag 10490786/1760000
1149.54/1144.07	c cleaning 54872 clauses out of 247366 with flag 10837285/1820002
1191.50/1186.06	c cleaning 55144 clauses out of 253488 with flag 11196132/1881000
1235.76/1230.34	c cleaning 56515 clauses out of 260331 with flag 11575647/1943000
1279.91/1274.55	c cleaning 57043 clauses out of 266808 with flag 11941148/2006001
1329.49/1324.15	c cleaning 58608 clauses out of 273758 with flag 12292363/2070000
1379.23/1373.91	c cleaning 59294 clauses out of 280143 with flag 12666077/2135002
1430.60/1425.36	c cleaning 59866 clauses out of 286839 with flag 13084210/2201000
1481.76/1476.54	c cleaning 61728 clauses out of 293969 with flag 13486569/2268000
1534.33/1529.15	c cleaning 63509 clauses out of 300235 with flag 13873456/2336000
1588.99/1583.84	c cleaning 63914 clauses out of 305723 with flag 14247251/2405002
1645.36/1640.22	c cleaning 64617 clauses out of 311802 with flag 14625783/2475001
1703.94/1698.89	c cleaning 66040 clauses out of 318181 with flag 15056401/2546000
1762.23/1757.17	c cleaning 67443 clauses out of 324135 with flag 15497810/2618000
1820.20/1815.13	c cleaning 67530 clauses out of 329688 with flag 15892592/2691000
1881.37/1876.38	c cleaning 68247 clauses out of 336150 with flag 16291866/2765001
1943.06/1938.11	c cleaning 70371 clauses out of 342898 with flag 16704157/2840000
2008.34/2003.36	c cleaning 70732 clauses out of 348521 with flag 17152657/2916002
2080.28/2075.34	c cleaning 71530 clauses out of 354783 with flag 17635264/2993003
2150.53/2145.69	c cleaning 73251 clauses out of 361243 with flag 18107684/3071002
2224.88/2220.04	c cleaning 73667 clauses out of 366986 with flag 18583734/3150000
2302.81/2298.09	c cleaning 74696 clauses out of 373317 with flag 19062010/3230000
2383.98/2378.50	c cleaning 75952 clauses out of 379615 with flag 19555792/3311000
2463.68/2458.08	c cleaning 77536 clauses out of 385658 with flag 20037554/3393000
2542.06/2535.96	c cleaning 78639 clauses out of 391120 with flag 20503049/3476002
2631.97/2625.35	c cleaning 79900 clauses out of 396475 with flag 21010953/3560002
2716.14/2708.06	c cleaning 79884 clauses out of 401570 with flag 21479946/3645000
2802.37/2792.82	c cleaning 80708 clauses out of 407684 with flag 21992580/3731000
2892.90/2882.33	c cleaning 82306 clauses out of 413970 with flag 22480516/3818000
2983.21/2970.93	c cleaning 83313 clauses out of 419661 with flag 22946765/3906000
3070.98/3057.16	c cleaning 83129 clauses out of 425346 with flag 23425598/3995001
3162.08/3147.33	c cleaning 85135 clauses out of 432213 with flag 23908917/4085000
3264.64/3248.53	c cleaning 86508 clauses out of 438077 with flag 24432358/4176000
3363.84/3346.50	c cleaning 87389 clauses out of 443566 with flag 24976608/4268001
3469.52/3451.00	c cleaning 87953 clauses out of 449170 with flag 25493831/4361002
3579.51/3559.59	c cleaning 88808 clauses out of 455212 with flag 25996639/4455000
3600.00/3580.04	c starts		: 20867
3600.00/3580.06	c timeout
3600.00/3580.06	c conflicts		: 4473623
3600.00/3580.06	c decisions		: 24235128
3600.00/3580.06	c propagations		: 13276857490
3600.00/3580.06	c inspects		: 23349924407
3600.00/3580.06	c shortcuts		: 0
3600.00/3580.06	c learnt literals	: 455
3600.00/3580.06	c learnt binary clauses	: 15703
3600.00/3580.06	c learnt ternary clauses	: 69137
3600.00/3580.06	c learnt constraints	: 4473168
3600.00/3580.06	c ignored constraints	: 0
3600.00/3580.06	c root simplifications	: 0
3600.00/3580.06	c removed literals (reason simplification)	: 0
3600.00/3580.06	c reason swapping (by a shorter reason)	: 0
3600.00/3580.06	c Calls to reduceDB	: 90
3600.00/3580.06	c Number of update (reduction) of LBD	: 2180255
3600.00/3580.06	c Imported unit clauses	: 0
3600.00/3580.06	c No decision after first conflict	: false
3600.00/3580.06	c number of reductions to clauses (during analyze)	: 0
3600.00/3580.06	c number of learned constraints concerned by reduction	: 0
3600.00/3580.06	c number of learning phase by resolution	: 0
3600.00/3580.07	c number of learning phase by cutting planes	: 0
3600.00/3580.07	c number of rounding to 1 operations	: 0
3600.00/3580.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3580.07	c number of reductions of the coefficients by power 2 	: 0
3600.00/3580.07	c number of right shift for reduction by power 2 	: 0
3600.00/3580.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3580.08	c number of ending skipping 	: 0
3600.00/3580.08	c number of internal skipping 	: 0
3600.00/3580.08	c number of derivation steps 	: 0
3600.00/3580.08	c number of skipped derivation steps 	: 0
3600.00/3580.08	c number of remaining unassigned 	: 0
3600.00/3580.08	c number of remaining assigned 	: 0
3600.00/3580.08	c number of falsified literals weakened from reason	: 0
3600.00/3580.08	c number of falsified literals weakened from conflict	: 0
3600.00/3580.08	c time for arithmetic operations	: 0
3600.00/3580.08	c minimum degree of deleted constraints	: null
3600.00/3580.08	c maximum degree of deleted constraints	: null
3600.00/3580.08	c number of deleted constraints	: 0
3600.00/3580.08	c speed (assignments/second)	: 3725007.361997615
3600.00/3580.08	c non guided choices	: 898898
3600.21/3580.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 369324
3600.21/3580.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 15703
3600.21/3580.23	s UNKNOWN
3600.21/3580.23	c Total wall clock time (in seconds): 3579.921

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432431-1721131353/watcher-4432431-1721131353 -o /tmp/evaluation-result-4432431-1721131353/solver-4432431-1721131353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721131365-854697 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432431-1721131353.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
Current StackSize limit: 8192 KiB

solver pid=854768, runsolver pid=854765

[startup+0.100835 s]*
/proc/loadavg: 3.23 3.99 4.18 12/290 854803
/proc/meminfo: memFree=128329704/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=18975048 memory=57476 CPUtime=0.12 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 6428 0 0 0 9 3 0 0 20 0 18 0 165293340 19430449152 14369 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4743762 14369 5579 1 0 550795 0
[pid=854768/tid=854771] ppid=854765 vsize=18975048 memory=4026532157 CPUtime=0.09 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 5344 0 0 0 6 3 0 0 20 0 18 0 165293341 19430449152 14425 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=18975048 memory=211376406882 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293347 19430449152 14425 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=18975048 memory=14973390704371710 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293348 19430449152 14425 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57476 KiB

[startup+0.214766 s]*
/proc/loadavg: 3.23 3.99 4.18 11/293 854808
/proc/meminfo: memFree=128309592/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=18975048 memory=62240 CPUtime=0.29 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 7095 0 0 0 25 4 0 0 20 0 18 0 165293340 19430449152 15560 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4743762 15560 5604 1 0 551323 0
[pid=854768/tid=854771] ppid=854765 vsize=18975048 memory=3472328300254199927 CPUtime=0.18 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 5661 0 0 0 15 3 0 0 20 0 18 0 165293341 19430449152 15560 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=18975048 memory=680 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293347 19430449152 15560 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=18975048 memory=14973382114413603 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293348 19430449152 15560 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62240 KiB

[startup+0.317836 s]*
/proc/loadavg: 3.23 3.99 4.18 15/313 854831
/proc/meminfo: memFree=128250540/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=18975048 memory=74076 CPUtime=0.45 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 7405 0 0 0 40 5 0 0 20 0 18 0 165293340 19430449152 18519 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4743762 18519 5697 1 0 551541 0
[pid=854768/tid=854771] ppid=854765 vsize=18975048 memory=-9177318341257568956 CPUtime=0.29 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 5859 0 0 0 25 4 0 0 20 0 18 0 165293341 19430449152 18519 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293347 19430449152 18519 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293348 19430449152 18519 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74076 KiB

[startup+0.700818 s]
/proc/loadavg: 3.23 3.99 4.18 13/314 854832
/proc/meminfo: memFree=128096952/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=18975048 memory=143992 CPUtime=1.15 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 9590 0 0 0 107 8 0 0 20 0 18 0 165293340 19430449152 35998 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4743762 35998 5806 1 0 552932 0
[pid=854768/tid=854771] ppid=854765 vsize=18975048 memory=43148 CPUtime=0.62 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 5917 0 0 0 56 6 0 0 20 0 18 0 165293341 19430449152 35998 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=18975048 memory=12676 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293347 19430449152 35998 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=18975048 memory=2216 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165293348 19430449152 35998 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 143992 KiB

[startup+1.50082 s]
/proc/loadavg: 3.23 3.99 4.18 11/317 854835
/proc/meminfo: memFree=127068912/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19041612 memory=729984 CPUtime=2.65 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 11455 0 0 0 240 25 0 0 20 0 19 0 165293340 19498610688 182496 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4760403 182496 5885 1 0 1159280 0
[pid=854768/tid=854771] ppid=854765 vsize=19041612 memory=12676 CPUtime=1.18 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 6175 0 0 0 98 20 0 0 20 0 19 0 165293341 19498610688 182496 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293347 19498610688 182496 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19041612 memory=33 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293348 19498610688 182496 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 729984 KiB

[startup+3.10738 s]
/proc/loadavg: 3.45 4.03 4.19 7/319 854837
/proc/meminfo: memFree=117881636/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19041612 memory=4974332 CPUtime=4.81 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 18407 0 0 0 361 120 0 0 20 0 19 0 165293340 19498610688 1243583 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4760403 1243583 5885 1 0 1746803 0
[pid=854768/tid=854771] ppid=854765 vsize=19041612 memory=0 CPUtime=2.73 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 8263 0 0 0 160 113 0 0 20 0 19 0 165293341 19498610688 1243583 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19041612 memory=12676 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293347 19498610688 1243583 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19041612 memory=5576 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293348 19498610688 1243583 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4974332 KiB

[startup+6.30042 s]
/proc/loadavg: 3.45 4.03 4.19 5/319 854837
/proc/meminfo: memFree=117171580/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19041612 memory=5016728 CPUtime=8.21 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 18825 0 0 0 698 123 0 0 20 0 19 0 165293340 19498610688 1254182 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4760403 1254182 5885 1 0 1746821 0
[pid=854768/tid=854771] ppid=854765 vsize=19041612 memory=5576 CPUtime=5.75 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 8350 0 0 0 462 113 0 0 20 0 19 0 165293341 19498610688 1254182 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293347 19498610688 1254182 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19041612 memory=-8815624095696003772 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293348 19498610688 1254182 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 8.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5016728 KiB

[startup+12.7004 s]
/proc/loadavg: 3.57 4.04 4.19 7/320 854840
/proc/meminfo: memFree=115782364/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19041612 memory=5018776 CPUtime=14.66 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 19624 0 0 0 1342 124 0 0 20 0 19 0 165293340 19498610688 1254694 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4760403 1254694 5885 1 0 1746821 0
[pid=854768/tid=854771] ppid=854765 vsize=19041612 memory=5016728 CPUtime=12.01 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 9117 0 0 0 1087 114 0 0 20 0 19 0 165293341 19498610688 1254694 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19041612 memory=5016728 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293347 19498610688 1254694 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19041612 memory=12440 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165293348 19498610688 1254694 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5018776 KiB

[startup+25.5068 s]
/proc/loadavg: 3.88 4.09 4.21 8/321 854842
/proc/meminfo: memFree=113741776/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=5035840 CPUtime=30.91 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 28653 0 0 0 2963 128 0 0 20 0 20 0 165293340 19566772224 1258960 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1258960 5939 1 0 1749332 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=12440 CPUtime=24.69 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 10438 0 0 0 2355 114 0 0 20 0 20 0 165293341 19566772224 1258960 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=12440 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1258960 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=1053568 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293348 19566772224 1258960 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=831 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1258960 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 30.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5035840 KiB

[startup+51.1134 s]
/proc/loadavg: 3.98 4.10 4.20 6/321 854847
/proc/meminfo: memFree=111704272/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=5032892 CPUtime=57.43 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 30853 0 0 0 5613 130 0 0 20 0 20 0 165293340 19566772224 1258223 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1258223 5939 1 0 1750226 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=5032892 CPUtime=50.22 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 11105 0 0 0 4908 114 0 0 20 0 20 0 165293341 19566772224 1258223 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=5032892 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1258223 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293348 19566772224 1258223 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=43148 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1258223 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 57.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5032892 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.20 6/320 854856

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

[startup+3222.3 s]
/proc/loadavg: 4.29 4.32 4.29 6/319 856433
/proc/meminfo: memFree=88957104/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6326308 CPUtime=3238.18 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 242349 0 0 0 323419 399 0 0 20 0 20 0 165293340 19566772224 1581577 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1581577 5943 1 0 1750654 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=279697532185792 CPUtime=3210.73 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 160078 0 0 0 320943 130 0 0 20 0 20 0 165293341 19566772224 1581577 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=6326308 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1581577 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=6326308 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 5815 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1581577 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=12440 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1581577 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3238.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6326308 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.27 4.27 7/319 856445
/proc/meminfo: memFree=88742744/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6539300 CPUtime=3298.53 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 248537 0 0 0 329445 408 0 0 20 0 20 0 165293340 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1634825 5943 1 0 1750654 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=6539300 CPUtime=3270.28 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 163885 0 0 0 326898 130 0 0 20 0 20 0 165293341 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=12676 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=19312 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 5938 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=6539300 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3298.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6539300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.27 4.27 5/319 856456
/proc/meminfo: memFree=88742180/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6539300 CPUtime=3359.5 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 254905 0 0 0 335536 414 0 0 20 0 20 0 165293340 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1634825 5943 1 0 1750659 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=6539300 CPUtime=3330.14 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 167353 0 0 0 332884 130 0 0 20 0 20 0 165293341 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=12676 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 6064 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=31900 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1634825 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3359.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6539300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.30 4.28 6/322 856706
/proc/meminfo: memFree=99050588/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6641776 CPUtime=3419.72 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 260024 0 0 0 341551 421 0 0 20 0 20 0 165293340 19566772224 1660444 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1660444 5943 1 0 1750686 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=6539300 CPUtime=3389.73 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 170875 0 0 0 338842 131 0 0 20 0 20 0 165293341 19566772224 1660444 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=2216 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1660444 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=6641776 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 6148 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1660444 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=-8815624095696003772 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1660444 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3419.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6641776 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.28 4.27 5/322 856716
/proc/meminfo: memFree=98277860/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6641796 CPUtime=3481.5 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 265594 0 0 0 347724 426 0 0 20 0 20 0 165293340 19566772224 1660449 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1660449 5943 1 0 1750691 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=6539300 CPUtime=3449.59 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 174228 0 0 0 344828 131 0 0 20 0 20 0 165293341 19566772224 1660449 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=2216 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1660449 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=6641796 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 6278 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1660449 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=-8815624095696003772 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1660449 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3481.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6641796 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.26 4.27 5/320 856807
/proc/meminfo: memFree=110341688/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6795668 CPUtime=3542.37 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 272466 0 0 0 353803 434 0 0 20 0 20 0 165293340 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1698917 5943 1 0 1750769 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=6641776 CPUtime=3509.22 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 178320 0 0 0 350790 132 0 0 20 0 20 0 165293341 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=43248 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=12440 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 6383 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=2008 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3542.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6795668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580 s]*
/proc/loadavg: 4.23 4.26 4.27 6/320 856819
/proc/meminfo: memFree=108612096/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19108176 memory=6795668 CPUtime=3600 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 275649 0 0 0 359562 438 0 0 20 0 20 0 165293340 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4777044 1698917 5943 1 0 1750769 0
[pid=854768/tid=854771] ppid=854765 vsize=19108176 memory=-8599451304992285372 CPUtime=3566.77 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) R 854765 854768 854686 0 -1 4194368 181224 0 0 0 356545 132 0 0 20 0 20 0 165293341 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19108176 memory=12676 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165293347 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19108176 memory=5576 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 6465 0 0 0 0 1 0 0 20 0 20 0 165293348 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854841] ppid=854765 vsize=19108176 memory=16328 CPUtime=0 cores=4,6
/proc/854768/task/854841/stat : 854841 (Timer-0) S 854765 854768 854686 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165294924 19566772224 1698917 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6795668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.89 s, system=4.40718 s

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

[startup+3580.2 s]
/proc/loadavg: 4.23 4.26 4.27 6/320 856819
/proc/meminfo: memFree=108612096/131655788 swapFree=131071996/131071996
[pid=854768] ppid=854765 vsize=19307868 memory=6796428 CPUtime=3600.21 cores=4,6
/proc/854768/stat : 854768 (java) S 854765 854768 854686 0 -1 1077936128 278764 0 0 0 359583 438 0 0 20 0 21 0 165293340 19771256832 1699107 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
/proc/854768/statm: 4826967 1699107 5942 1 0 1751672 0
[pid=854768/tid=854771] ppid=854765 vsize=19307868 memory=-6170700487830567873 CPUtime=3566.8 cores=4,6
/proc/854768/task/854771/stat : 854771 (java) S 854765 854768 854686 0 -1 1077936192 181350 0 0 0 356548 132 0 0 20 0 21 0 165293341 19771256832 1699107 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854794] ppid=854765 vsize=19307868 memory=551 CPUtime=0 cores=4,6
/proc/854768/task/854794/stat : 854794 (Finalizer) S 854765 854768 854686 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 165293347 19771256832 1699107 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
[pid=854768/tid=854803] ppid=854765 vsize=19307868 memory=26269 CPUtime=0.01 cores=4,6
/proc/854768/task/854803/stat : 854803 (Common-Cleaner) S 854765 854768 854686 0 -1 1077936192 6465 0 0 0 0 1 0 0 20 0 21 0 165293348 19771256832 1699107 134679101440 94745233063936 94745233067632 140729389443616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94745233075448 94745233076240 94745252466688 140729389446151 140729389446241 140729389446241 140729389453256 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6796428 KiB

Child status: 143

Real time (s): 3580.26
CPU time (s): 3600.3
CPU user time (s): 3595.89
CPU system time (s): 4.40718
CPU usage (%): 100.56
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6796428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.89
system time used= 4.40718
maximum resident set size= 6797436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155407
involuntary context switches= 3088


# summary of solver processes directly reported to runsolver:
#   pid: 854768
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3595.89
#   total CPU system time (s): 4.40718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.438 second user time and 38.8152 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 14:02:45
IDJOB=4432431
IDBENCH=155358
IDSOLVER=3058
FILE ID=nodeC002/4432431-1721131353
RUNJOBID= nodeC002-1721131365-854697
SLURM_JOB_ID= 7505700
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432431-1721131353/watcher-4432431-1721131353 -o /tmp/evaluation-result-4432431-1721131353/solver-4432431-1721131353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721131365-854697 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432431-1721131353.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=711092653

nodeC002.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		: 1197.153
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.151
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.31
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.154
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.38
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.187
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.31
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		: 1296.914
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.192
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.178
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.38
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.151
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128406600 kB
MemAvailable:   129861900 kB
Buffers:          430896 kB
Cached:          1850824 kB
SwapCached:            0 kB
Active:           723908 kB
Inactive:        1961824 kB
Active(anon):       2620 kB
Inactive(anon):   439128 kB
Active(file):     721288 kB
Inactive(file):  1522696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31936 kB
Writeback:             0 kB
AnonPages:        404096 kB
Mapped:           122880 kB
Shmem:             37704 kB
KReclaimable:     102696 kB
Slab:             201960 kB
SReclaimable:     102696 kB
SUnreclaim:        99264 kB
KernelStack:        4016 kB
PageTables:         9944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2899036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54304 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC002 at 2024-07-16 15:02:26