Trace number 4440491

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 2024 2024-07-07? (TO) 3600.29 3640.56

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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4440491-1721820714.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  objective function found
17.66/15.98	c ... done. Wall clock time 15.843s.
17.66/15.98	c declared #vars     204880
17.66/15.98	c #constraints  187573
17.66/15.98	c constraints type 
17.66/15.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129324
17.66/15.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51105
17.66/15.98	c org.sat4j.specs.Constr$1 => 3556
17.66/15.98	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3486
17.66/15.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
17.66/15.98	c org.sat4j.pb.constraints.pb.UnitClausePB => 70
17.66/15.98	c 187573 constraints processed.
17.66/15.99	c objective function length is 75648 literals
24.16/20.85	c cleaning 2459 clauses out of 4976 with flag 23337/5000
28.70/24.95	c cleaning 4234 clauses out of 8516 with flag 58829/11000
33.55/29.18	c cleaning 5617 clauses out of 11276 with flag 103478/18000
38.56/34.18	c cleaning 6806 clauses out of 13656 with flag 160457/26001
43.62/39.22	c cleaning 7878 clauses out of 15844 with flag 217778/35000
48.71/44.35	c cleaning 8931 clauses out of 17964 with flag 277429/45000
54.78/50.46	c cleaning 9805 clauses out of 20032 with flag 345083/56000
61.61/57.32	c cleaning 10518 clauses out of 22224 with flag 420248/68000
69.74/65.57	c cleaning 11163 clauses out of 24702 with flag 490696/81000
77.88/73.76	c cleaning 12019 clauses out of 27535 with flag 577145/95000
86.52/82.43	c cleaning 13042 clauses out of 30515 with flag 672725/110000
95.51/91.48	c cleaning 14077 clauses out of 33464 with flag 769895/126000
105.49/101.44	c cleaning 15154 clauses out of 36389 with flag 871931/143004
115.52/121.47	c cleaning 15688 clauses out of 39232 with flag 972575/161003
126.63/132.68	c cleaning 16814 clauses out of 42536 with flag 1085221/180000
138.25/144.32	c cleaning 17554 clauses out of 45717 with flag 1203701/200000
151.48/157.81	c cleaning 18514 clauses out of 49161 with flag 1329090/221000
163.79/170.30	c cleaning 19433 clauses out of 52647 with flag 1475028/243001
178.73/185.78	c cleaning 20647 clauses out of 56210 with flag 1621009/266001
193.72/200.88	c cleaning 20914 clauses out of 59559 with flag 1752623/290002
209.64/217.23	c cleaning 22067 clauses out of 63640 with flag 1897275/315000
226.29/234.09	c cleaning 23042 clauses out of 67571 with flag 2053902/341001
243.07/251.33	c cleaning 23599 clauses out of 71527 with flag 2215286/368001
260.52/268.98	c cleaning 24481 clauses out of 75925 with flag 2378792/396001
278.74/287.40	c cleaning 25435 clauses out of 80444 with flag 2549224/425001
299.35/308.34	c cleaning 26328 clauses out of 85003 with flag 2727538/455001
315.91/325.07	c cleaning 26100 clauses out of 89657 with flag 2914673/486000
333.32/342.82	c cleaning 26592 clauses out of 95548 with flag 3138863/518000
353.06/362.69	c cleaning 28098 clauses out of 101946 with flag 3334916/551002
374.70/384.44	c cleaning 30377 clauses out of 107845 with flag 3551927/585000
397.51/407.42	c cleaning 30894 clauses out of 112463 with flag 3771981/620000
420.59/430.60	c cleaning 32027 clauses out of 117567 with flag 3982388/656000
445.13/455.24	c cleaning 33479 clauses out of 122538 with flag 4197405/693000
469.93/481.66	c cleaning 34297 clauses out of 127063 with flag 4421627/731004
496.19/508.46	c cleaning 35584 clauses out of 131762 with flag 4652956/770002
522.80/535.47	c cleaning 35821 clauses out of 136175 with flag 4876849/810003
550.66/563.60	c cleaning 37114 clauses out of 141346 with flag 5115093/851000
579.52/593.17	c cleaning 37750 clauses out of 146232 with flag 5351509/893002
611.30/625.30	c cleaning 38535 clauses out of 151478 with flag 5588059/936001
643.54/658.05	c cleaning 40061 clauses out of 156939 with flag 5827627/980000
677.11/692.01	c cleaning 41305 clauses out of 161874 with flag 6095775/1025000
711.14/726.56	c cleaning 41536 clauses out of 166569 with flag 6364451/1071000
745.67/762.44	c cleaning 42768 clauses out of 172031 with flag 6641235/1118000
782.02/801.86	c cleaning 43300 clauses out of 177263 with flag 6910617/1166001
820.85/840.95	c cleaning 44674 clauses out of 182961 with flag 7184134/1215000
864.07/884.47	c cleaning 46725 clauses out of 188286 with flag 7485579/1265002
905.09/925.78	c cleaning 47225 clauses out of 192556 with flag 7784522/1316001
946.64/967.59	c cleaning 47695 clauses out of 197329 with flag 8093839/1368000
988.36/1009.47	c cleaning 48923 clauses out of 202632 with flag 8389199/1421000
1033.32/1054.52	c cleaning 49891 clauses out of 207710 with flag 8695586/1475002
1077.37/1098.75	c cleaning 51194 clauses out of 212817 with flag 9012957/1530000
1126.00/1147.52	c cleaning 52386 clauses out of 217624 with flag 9347024/1586002
1173.31/1195.10	c cleaning 52918 clauses out of 222236 with flag 9676049/1643000
1222.27/1244.21	c cleaning 54261 clauses out of 227315 with flag 10000464/1701000
1274.70/1296.87	c cleaning 54792 clauses out of 232054 with flag 10343714/1760001
1327.15/1349.50	c cleaning 56396 clauses out of 237263 with flag 10697929/1820002
1379.08/1401.65	c cleaning 56308 clauses out of 241864 with flag 11037713/1881000
1429.63/1452.38	c cleaning 57708 clauses out of 247555 with flag 11385063/1943000
1482.18/1505.00	c cleaning 57853 clauses out of 252842 with flag 11727575/2006000
1542.51/1565.71	c cleaning 59635 clauses out of 258987 with flag 12093936/2070000
1599.70/1623.22	c cleaning 61056 clauses out of 264353 with flag 12476389/2135001
1660.79/1686.25	c cleaning 61726 clauses out of 269296 with flag 12870223/2201000
1719.83/1745.57	c cleaning 62631 clauses out of 274568 with flag 13233389/2268000
1784.74/1810.63	c cleaning 64091 clauses out of 279937 with flag 13619938/2336000
1847.81/1873.99	c cleaning 64798 clauses out of 284845 with flag 14009728/2405001
1912.39/1938.71	c cleaning 65729 clauses out of 290046 with flag 14393206/2475000
1978.96/2005.57	c cleaning 66587 clauses out of 295317 with flag 14782072/2546000
2050.18/2077.05	c cleaning 66930 clauses out of 300730 with flag 15210607/2618000
2113.18/2140.10	c cleaning 67337 clauses out of 306793 with flag 15640330/2691001
2178.94/2206.15	c cleaning 66850 clauses out of 313439 with flag 16065368/2765000
2245.22/2272.69	c cleaning 69214 clauses out of 321588 with flag 16488624/2840000
2311.71/2339.46	c cleaning 70753 clauses out of 328370 with flag 16910075/2916000
2384.08/2411.93	c cleaning 71360 clauses out of 334610 with flag 17339036/2993000
2457.52/2485.62	c cleaning 72009 clauses out of 341241 with flag 17765528/3071000
2532.90/2561.20	c cleaning 74581 clauses out of 348231 with flag 18205968/3150000
2612.95/2641.64	c cleaning 75331 clauses out of 353646 with flag 18676296/3230001
2689.24/2718.05	c cleaning 75456 clauses out of 359310 with flag 19134215/3311001
2768.65/2797.90	c cleaning 76470 clauses out of 365844 with flag 19588923/3393000
2846.65/2876.53	c cleaning 76723 clauses out of 372367 with flag 20048884/3476003
2920.73/2950.81	c cleaning 75428 clauses out of 379629 with flag 20539668/3560000
3003.17/3033.45	c cleaning 78885 clauses out of 389196 with flag 21021112/3645000
3084.51/3115.13	c cleaning 80438 clauses out of 396312 with flag 21498877/3731003
3170.74/3201.66	c cleaning 81340 clauses out of 402870 with flag 21974734/3818002
3252.69/3285.33	c cleaning 81118 clauses out of 409525 with flag 22459132/3906001
3345.25/3380.73	c cleaning 83257 clauses out of 417408 with flag 22993860/3995006
3436.39/3475.86	c cleaning 84115 clauses out of 424140 with flag 23518181/4085002
3530.17/3569.97	c cleaning 86050 clauses out of 431022 with flag 24072601/4176003
3600.08/3640.41	c starts		: 15369
3600.08/3640.41	c conflicts		: 4244123
3600.08/3640.41	c decisions		: 18496285
3600.08/3640.41	c propagations		: 12702060798
3600.08/3640.41	c inspects		: 21560143757
3600.08/3640.41	c shortcuts		: 0
3600.08/3640.41	c learnt literals	: 329
3600.08/3640.41	c learnt binary clauses	: 36580
3600.08/3640.41	c learnt ternary clauses	: 92155
3600.08/3640.41	c learnt constraints	: 4243794
3600.08/3640.41	c ignored constraints	: 0
3600.08/3640.41	c root simplifications	: 0
3600.08/3640.41	c removed literals (reason simplification)	: 92686745
3600.08/3640.41	c reason swapping (by a shorter reason)	: 0
3600.08/3640.41	c Calls to reduceDB	: 87
3600.08/3640.41	c Number of update (reduction) of LBD	: 2175866
3600.08/3640.41	c Imported unit clauses	: 0
3600.08/3640.41	c No decision after first conflict	: false
3600.08/3640.41	c number of reductions to clauses (during analyze)	: 0
3600.08/3640.41	c number of learned constraints concerned by reduction	: 0
3600.08/3640.41	c number of learning phase by resolution	: 0
3600.08/3640.41	c number of learning phase by cutting planes	: 0
3600.08/3640.41	c number of rounding to 1 operations	: 0
3600.08/3640.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3640.41	c timeout
3600.08/3640.41	c number of reductions of the coefficients by power 2 	: 0
3600.08/3640.41	c number of right shift for reduction by power 2 	: 0
3600.08/3640.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3640.41	c number of ending skipping 	: 0
3600.08/3640.41	c number of internal skipping 	: 0
3600.08/3640.41	c number of derivation steps 	: 0
3600.08/3640.41	c number of skipped derivation steps 	: 0
3600.08/3640.41	c number of remaining unassigned 	: 0
3600.08/3640.41	c number of remaining assigned 	: 0
3600.08/3640.41	c number of falsified literals weakened from reason	: 0
3600.08/3640.41	c number of falsified literals weakened from conflict	: 0
3600.08/3640.41	c time for arithmetic operations	: 0
3600.08/3640.41	c minimum degree of deleted constraints	: null
3600.08/3640.41	c maximum degree of deleted constraints	: null
3600.08/3640.41	c number of deleted constraints	: 0
3600.08/3640.42	c speed (assignments/second)	: 3504661.629601916
3600.08/3640.42	c non guided choices	: 630272
3600.08/3640.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 376510
3600.08/3640.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 36580
3600.08/3640.49	s UNKNOWN
3600.08/3640.49	c Total wall clock time (in seconds): 3640.36

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: 63968 MiB (11617 MiB free)
  memory of node 1: 64473 MiB (9020 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440491-1721820714/watcher-4440491-1721820714 -o /tmp/evaluation-result-4440491-1721820714/solver-4440491-1721820714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721817186-237219 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440491-1721820714 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440491-1721820714.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=239315, runsolver pid=239312
Current StackSize limit: 8192 KiB


[startup+0.101902 s]*
/proc/loadavg: 4.26 4.40 4.25 6/337 239333
/proc/meminfo: memFree=21087204/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=18975048 memory=66840 CPUtime=0.14 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 7133 0 0 0 11 3 0 0 20 0 18 0 18594247 19430449152 16710 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4743762 16710 5658 1 0 549330 0
[pid=239315/tid=239317] ppid=239312 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) S 239312 239315 237209 0 -1 1077936192 5699 0 0 0 6 2 0 0 20 0 18 0 18594248 19430449152 16710 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18594250 19430449152 16710 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=18975048 memory=14135545648158663 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18594251 19430449152 16710 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66840 KiB

[startup+0.206933 s]*
/proc/loadavg: 4.26 4.40 4.25 7/337 239333
/proc/meminfo: memFree=21064208/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=18975048 memory=90404 CPUtime=0.33 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8743 0 0 0 30 3 0 0 20 0 18 0 18594247 19430449152 22601 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4743762 22601 5853 1 0 550392 0
[pid=239315/tid=239317] ppid=239312 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 5842 0 0 0 15 3 0 0 20 0 18 0 18594248 19430449152 22601 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=18975048 memory=826994 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18594250 19430449152 22601 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=18975048 memory=15823295995971300 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18594251 19430449152 22601 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90404 KiB

[startup+0.306098 s]*
/proc/loadavg: 4.26 4.40 4.25 7/337 239333
/proc/meminfo: memFree=21031036/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=18975048 memory=119612 CPUtime=0.52 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 9768 0 0 0 48 4 0 0 20 0 18 0 18594247 19430449152 29903 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4743762 29903 5869 1 0 550972 0
[pid=239315/tid=239317] ppid=239312 vsize=18975048 memory=-9033208629298963132 CPUtime=0.26 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 5883 0 0 0 23 3 0 0 20 0 18 0 18594248 19430449152 29903 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18594250 19430449152 29903 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18594251 19430449152 29903 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 119612 KiB

[startup+0.702474 s]
/proc/loadavg: 4.26 4.40 4.25 7/338 239334
/proc/meminfo: memFree=20944304/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19041612 memory=498308 CPUtime=1.2 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 11462 0 0 0 107 13 0 0 20 0 19 0 18594247 19498610688 124577 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4760403 124577 5901 1 0 1263608 0
[pid=239315/tid=239317] ppid=239312 vsize=19041612 memory=5552 CPUtime=0.53 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 6039 0 0 0 43 10 0 0 20 0 19 0 18594248 19498610688 124577 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19041612 memory=12936 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18594250 19498610688 124577 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18594251 19498610688 124577 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 498308 KiB

[startup+1.50093 s]
/proc/loadavg: 4.26 4.40 4.25 5/338 239334
/proc/meminfo: memFree=19824632/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19041612 memory=2774112 CPUtime=2.39 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 14634 0 0 0 181 58 0 0 20 0 19 0 18594247 19498610688 693462 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4760403 693528 5934 1 0 1870253 0
[pid=239315/tid=239317] ppid=239312 vsize=19041612 memory=12936 CPUtime=1.28 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 7152 0 0 0 75 53 0 0 20 0 19 0 18594248 19498610688 693528 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18594250 19498610688 693528 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18594251 19498610688 693528 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2774112 KiB

[startup+3.10595 s]
/proc/loadavg: 4.26 4.40 4.25 5/338 239336
/proc/meminfo: memFree=16567852/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19041612 memory=4566276 CPUtime=4.32 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 357742 0 0 0 314 118 0 0 20 0 19 0 18594247 19498610688 1141569 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4760403 1141569 5934 1 0 1872242 0
[pid=239315/tid=239317] ppid=239312 vsize=19041612 memory=0 CPUtime=2.78 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 336391 0 0 0 167 111 0 0 20 0 19 0 18594248 19498610688 1141569 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19041612 memory=12936 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18594250 19498610688 1141569 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19041612 memory=3285252 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18594251 19498610688 1141569 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4566276 KiB

[startup+6.30025 s]
/proc/loadavg: 4.32 4.41 4.25 5/338 239336
/proc/meminfo: memFree=15360492/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19041612 memory=5757936 CPUtime=7.78 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 674790 0 0 0 613 165 0 0 20 0 19 0 18594247 19498610688 1439484 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4760403 1439484 5934 1 0 2181432 0
[pid=239315/tid=239317] ppid=239312 vsize=19041612 memory=0 CPUtime=5.69 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 633832 0 0 0 412 157 0 0 20 0 19 0 18594248 19498610688 1439484 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19041612 memory=2857604 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18594250 19498610688 1439484 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18594251 19498610688 1439484 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 7.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5757936 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.42 4.26 5/338 239336
/proc/meminfo: memFree=15311848/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19041612 memory=5772248 CPUtime=14.38 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 883217 0 0 0 1251 187 0 0 20 0 19 0 18594247 19498610688 1443062 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4760403 1443062 5934 1 0 2181432 0
[pid=239315/tid=239317] ppid=239312 vsize=19041612 memory=5770384 CPUtime=11.75 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 834631 0 0 0 997 178 0 0 20 0 19 0 18594248 19498610688 1443062 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19041612 memory=5763768 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18594250 19498610688 1443062 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19041612 memory=14417003444176302 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18594251 19498610688 1443062 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5772248 KiB

[startup+25.5009 s]
/proc/loadavg: 4.29 4.40 4.25 6/339 239340
/proc/meminfo: memFree=15120052/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5821696 CPUtime=29.61 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 899855 0 0 0 2770 191 0 0 20 0 20 0 18594247 19566772224 1455424 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1455424 5987 1 0 2185046 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=5758352 CPUtime=24.25 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 836404 0 0 0 2246 179 0 0 20 0 20 0 18594248 19566772224 1455424 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=5815472 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1455424 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5815472 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1455424 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=3453 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1455424 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 29.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5821696 KiB

[startup+51.1069 s]
/proc/loadavg: 4.35 4.40 4.26 6/339 239345
/proc/meminfo: memFree=14703592/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5815188 CPUtime=55.48 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 916972 0 0 0 5351 197 0 0 20 0 20 0 18594247 19566772224 1453797 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1453797 5987 1 0 2185046 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=5815064 CPUtime=49.58 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 848804 0 0 0 4774 184 0 0 20 0 20 0 18594248 19566772224 1453797 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=-7737605721172012180 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1453797 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5772340 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1453797 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=4566276 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1453797 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 55.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5815188 KiB

[startup+102.301 s]
/proc/loadavg: 4.40 4.40 4.27 6/339 239490

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

/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5884932 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 5485 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=5884932 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3191.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884932 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.14 4.15 6/336 241097
/proc/meminfo: memFree=29711152/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884932 CPUtime=3249.69 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8228718 0 0 0 323803 1166 0 0 20 0 20 0 18594247 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471233 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=5884932 CPUtime=3238.23 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 7820235 0 0 0 322796 1027 0 0 20 0 20 0 18594248 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2714 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=-9054130132108297628 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 5605 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=5884932 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471233 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3249.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.15 6/336 241108
/proc/meminfo: memFree=29434644/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3309.34 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8456602 0 0 0 329746 1188 0 0 20 0 20 0 18594247 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471234 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3297.59 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 8043480 0 0 0 328712 1047 0 0 20 0 20 0 18594248 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2746 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 5728 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3309.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.14 6/336 241119
/proc/meminfo: memFree=29169992/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3366.79 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8630822 0 0 0 335474 1205 0 0 20 0 20 0 18594247 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471234 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3355.01 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 8217358 0 0 0 334438 1063 0 0 20 0 20 0 18594248 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2985 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 5822 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3366.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.16 4.15 6/338 241300
/proc/meminfo: memFree=28849124/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3426.42 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8644077 0 0 0 341429 1213 0 0 20 0 20 0 18594247 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471234 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3414.61 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 8229852 0 0 0 340392 1069 0 0 20 0 20 0 18594248 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2988 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 5944 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3426.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884936 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.23 4.18 6/338 241310
/proc/meminfo: memFree=28549768/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884936 CPUtime=3482.75 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8654709 0 0 0 347054 1221 0 0 20 0 20 0 18594247 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471234 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=12936 CPUtime=3470.89 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 8239936 0 0 0 346014 1075 0 0 20 0 20 0 18594248 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3341 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 6062 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=5884936 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471234 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3482.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884936 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.24 4.18 6/340 241379
/proc/meminfo: memFree=28173432/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884940 CPUtime=3542.53 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8666025 0 0 0 353024 1229 0 0 20 0 20 0 18594247 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471235 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=20336 CPUtime=3530.63 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 8250635 0 0 0 351981 1082 0 0 20 0 20 0 18594248 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3344 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=-9054130132074939548 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 6155 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=5884940 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3542.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.4 s]
/proc/loadavg: 4.20 4.22 4.18 6/340 241390
/proc/meminfo: memFree=27836416/131524600 swapFree=131057564/131071996
[pid=239315] ppid=239312 vsize=19108176 memory=5884940 CPUtime=3600.08 cores=0,2
/proc/239315/stat : 239315 (java) S 239312 239315 237209 0 -1 1077936128 8817738 0 0 0 358761 1247 0 0 20 0 20 0 18594247 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
/proc/239315/statm: 4777044 1471235 6003 1 0 2185069 0
[pid=239315/tid=239317] ppid=239312 vsize=19108176 memory=-9033208629298963132 CPUtime=3587.87 cores=0,2
/proc/239315/task/239317/stat : 239317 (java) R 239312 239315 237209 0 -1 4194368 8397431 0 0 0 357690 1097 0 0 20 0 20 0 18594248 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3397 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239326] ppid=239312 vsize=19108176 memory=2336 CPUtime=0 cores=0,2
/proc/239315/task/239326/stat : 239326 (Finalizer) S 239312 239315 237209 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18594250 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239333] ppid=239312 vsize=19108176 memory=5884940 CPUtime=0 cores=0,2
/proc/239315/task/239333/stat : 239333 (Common-Cleaner) S 239312 239315 237209 0 -1 1077936192 6220 0 0 0 0 0 0 0 20 0 20 0 18594251 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
[pid=239315/tid=239338] ppid=239312 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/239315/task/239338/stat : 239338 (Timer-0) S 239312 239315 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18595856 19566772224 1471235 134679101440 94580289904640 94580289908336 140721988760416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94580289916152 94580289916944 94580300079104 140721988764587 140721988764769 140721988764769 140721988771784 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5884940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.74 s, system=12.5469 s

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

[startup+3640.5 s]*
/proc/loadavg: 4.26 4.23 4.18 6/322 241393
/proc/meminfo: memFree=32413372/131524600 swapFree=131057564/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3640.56
CPU time (s): 3600.29
CPU user time (s): 3587.74
CPU system time (s): 12.5469
CPU usage (%): 98.8937
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5884940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.74
system time used= 12.5469
maximum resident set size= 5886332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8820998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4246144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133123
involuntary context switches= 28802


# summary of solver processes directly reported to runsolver:
#   pid: 239315
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3587.74
#   total CPU system time (s): 12.5469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42686 second user time and 15.4322 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-24 13:31:54
IDJOB=4440491
IDBENCH=155358
IDSOLVER=3079
FILE ID=nodeC015/4440491-1721820714
RUNJOBID= nodeC015-1721817186-237219
SLURM_JOB_ID= 7816866
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440491-1721820714/watcher-4440491-1721820714 -o /tmp/evaluation-result-4440491-1721820714/solver-4440491-1721820714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721817186-237219 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440491-1721820714 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440491-1721820714.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=345911906

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3625.717
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3686.214
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
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		: 3660.438
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3599.964
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
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		: 3662.988
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3686.263
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
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		: 3602.034
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3599.726
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        21133500 kB
MemAvailable:   115333160 kB
Buffers:          254060 kB
Cached:         94371624 kB
SwapCached:          792 kB
Active:          2610840 kB
Inactive:       106577512 kB
Active(anon):       1864 kB
Inactive(anon): 14613636 kB
Active(file):    2608976 kB
Inactive(file): 91963876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057564 kB
Dirty:            142160 kB
Writeback:             0 kB
AnonPages:      14555128 kB
Mapped:           138996 kB
Shmem:             52776 kB
KReclaimable:     688216 kB
Slab:             821576 kB
SReclaimable:     688216 kB
SUnreclaim:       133360 kB
KernelStack:        5088 kB
PageTables:        38956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15101948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13955072 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC015 at 2024-07-24 14:32:34