Trace number 4520028

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3604.14 3048.45

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/
normalized-linearized_pebbling_opt_layeredfan_up_r17_c34_a4.opb
MD5SUMad8f1e410d5e8b198fd980509237adb3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2278
Best CPU time to get the best result obtained on this benchmark0.052924
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4556
Total number of constraints1139
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)34
Number of constraints which are nor clauses,nor cardinality constraints1105
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 4556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4556
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 4556
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.14	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.08/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.22	c java.vm.version	22.0.1+8-16
0.08/0.22	c java.vm.vendor	Oracle Corporation
0.08/0.22	c sun.arch.data.model	64
0.08/0.22	c java.version		22.0.1
0.08/0.22	c os.name		Linux
0.08/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.22	c os.arch		amd64
0.08/0.22	c Free memory 		2104792832
0.08/0.22	c Max memory 		16282288128
0.08/0.22	c Total memory 		2113929216
0.08/0.23	c Number of processors 	2
0.14/0.35	c Pseudo Boolean Optimization by upper bound
0.14/0.35	c --- Begin Solver configuration ---
0.14/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.35	c Learn all clauses as in MiniSAT
0.14/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.35	c Expensive reason simplification
0.14/0.35	c Glucose 2.1 dynamic restart strategy
0.14/0.35	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.35	c timeout=2147483s
0.14/0.35	c DB Simplification allowed=false
0.14/0.35	c Listener: none
0.14/0.35	c --- End Solver configuration ---
0.14/0.35	c solving HOME/instance-4520028-1751567892.opb
0.14/0.35	c reading problem ... 
0.14/0.41	c  objective function found
0.19/0.49	c ... done. Wall clock time 0.141s.
0.19/0.50	c declared #vars     4556
0.19/0.50	c #constraints  1139
0.19/0.50	c constraints type 
0.19/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1139
0.19/0.50	c 1139 constraints processed.
0.38/0.52	c objective function length is 4556 literals
0.73/0.78	c cleaning 2490 clauses out of 5000 with flag 14076/5000
1.53/1.11	c cleaning 4225 clauses out of 8510 with flag 32189/11000
1.72/1.27	c cleaning 5633 clauses out of 11286 with flag 55073/18001
1.92/1.37	c cleaning 6802 clauses out of 13652 with flag 80338/26000
2.12/1.48	c cleaning 7910 clauses out of 15850 with flag 110791/35000
2.31/1.58	c cleaning 8960 clauses out of 17940 with flag 141355/45000
2.51/1.68	c cleaning 9981 clauses out of 19980 with flag 175397/56000
2.71/1.78	c cleaning 10977 clauses out of 21999 with flag 216511/68000
2.92/1.91	c SATISFIABLE
2.92/1.91	c OPTIMIZING...
2.92/1.91	c Got one! Elapsed wall clock time (in seconds):1.561
2.92/1.98	o 2315
2.99/2.09	c Got one! Elapsed wall clock time (in seconds):1.744
2.99/2.09	o 2278
3.14/2.11	c cleaning 14293 clauses out of 28613 with flag 3249/85591
5.60/3.72	c cleaning 10152 clauses out of 20319 with flag 22644/91590
8.86/6.76	c cleaning 8580 clauses out of 17167 with flag 38417/98590
12.83/10.42	c cleaning 8290 clauses out of 16587 with flag 56474/106590
17.25/14.58	c cleaning 8647 clauses out of 17297 with flag 76837/115590
22.17/19.05	c cleaning 9325 clauses out of 18651 with flag 99839/125591
27.38/23.82	c cleaning 10161 clauses out of 20325 with flag 124872/136590
33.48/29.51	c cleaning 11080 clauses out of 22164 with flag 152668/148590
39.80/35.45	c cleaning 12041 clauses out of 24085 with flag 183455/161591
47.87/42.19	c cleaning 13022 clauses out of 26044 with flag 217723/175591
54.34/48.16	c cleaning 14008 clauses out of 28022 with flag 253119/190591
61.45/54.57	c cleaning 15004 clauses out of 30013 with flag 290987/206590
68.97/61.58	c cleaning 16002 clauses out of 32010 with flag 331462/223591
78.38/69.87	c cleaning 17003 clauses out of 34008 with flag 372366/241591
88.60/77.84	c cleaning 17999 clauses out of 36005 with flag 415728/260591
98.51/86.86	c cleaning 19003 clauses out of 38005 with flag 461105/280590
109.21/96.66	c cleaning 19997 clauses out of 40003 with flag 509226/301591
121.24/106.53	c cleaning 21001 clauses out of 42006 with flag 559751/323591
132.11/116.59	c cleaning 21999 clauses out of 44004 with flag 612675/346590
144.33/127.80	c cleaning 22998 clauses out of 46005 with flag 667738/370590
157.33/139.86	c cleaning 24002 clauses out of 48008 with flag 724591/395591
170.89/152.37	c cleaning 25001 clauses out of 50006 with flag 783470/421591
185.76/166.18	c cleaning 26002 clauses out of 52004 with flag 845174/448590
201.21/180.57	c cleaning 27001 clauses out of 54003 with flag 906428/476591
218.32/194.72	c cleaning 28001 clauses out of 56002 with flag 969122/505591
234.36/209.49	c cleaning 29001 clauses out of 58001 with flag 1032141/535591
251.33/225.47	c cleaning 29996 clauses out of 59999 with flag 1099605/566590
269.12/241.76	c cleaning 31001 clauses out of 62004 with flag 1167155/598591
287.21/258.86	c cleaning 32000 clauses out of 64002 with flag 1238592/631590
306.33/276.60	c cleaning 32999 clauses out of 66002 with flag 1312716/665590
325.61/294.97	c cleaning 34001 clauses out of 68003 with flag 1389166/700590
350.57/314.24	c cleaning 34999 clauses out of 70002 with flag 1465876/736590
371.15/333.32	c cleaning 36000 clauses out of 72003 with flag 1544461/773590
392.68/353.33	c cleaning 36997 clauses out of 74003 with flag 1626402/811590
415.20/374.12	c cleaning 38001 clauses out of 76006 with flag 1710429/850590
437.23/394.63	c cleaning 38995 clauses out of 78006 with flag 1796641/890591
459.55/415.49	c cleaning 40003 clauses out of 80010 with flag 1883861/931590
486.97/437.70	c cleaning 40999 clauses out of 82007 with flag 1973442/973590
511.59/460.78	c cleaning 42000 clauses out of 84009 with flag 2064854/1016591
535.88/483.43	c cleaning 43002 clauses out of 86008 with flag 2158213/1060590
562.13/507.63	c cleaning 44002 clauses out of 88007 with flag 2253824/1105591
586.44/530.47	c cleaning 44998 clauses out of 90005 with flag 2348204/1151591
618.36/556.71	c cleaning 46004 clauses out of 92008 with flag 2447627/1198592
644.83/581.54	c cleaning 46997 clauses out of 94002 with flag 2550533/1246590
672.92/607.34	c cleaning 48002 clauses out of 96005 with flag 2653893/1295590
700.36/632.83	c cleaning 48999 clauses out of 98003 with flag 2759188/1345590
733.44/658.80	c cleaning 50001 clauses out of 100005 with flag 2863342/1396591
763.58/686.86	c cleaning 50998 clauses out of 102003 with flag 2971512/1448590
795.58/716.67	c cleaning 52001 clauses out of 104006 with flag 3082334/1501591
827.59/746.70	c cleaning 52995 clauses out of 106004 with flag 3197949/1555590
864.68/777.38	c cleaning 53999 clauses out of 108010 with flag 3314815/1610591
898.52/808.57	c cleaning 55001 clauses out of 110010 with flag 3434226/1666590
931.66/839.49	c cleaning 56000 clauses out of 112010 with flag 3555739/1723591
972.83/871.30	c cleaning 56998 clauses out of 114010 with flag 3677271/1781591
1007.00/903.10	c cleaning 58003 clauses out of 116011 with flag 3800659/1840590
1041.75/935.49	c cleaning 59002 clauses out of 118009 with flag 3925940/1900591
1084.22/968.20	c cleaning 60002 clauses out of 120006 with flag 4051128/1961590
1119.00/1000.90	c cleaning 60997 clauses out of 122004 with flag 4178936/2023590
1155.13/1034.43	c cleaning 62001 clauses out of 124008 with flag 4308426/2086591
1196.79/1068.00	c cleaning 62999 clauses out of 126006 with flag 4438139/2150590
1234.15/1102.56	c cleaning 64000 clauses out of 128008 with flag 4569954/2215591
1281.69/1139.11	c cleaning 64999 clauses out of 130007 with flag 4707173/2281590
1321.50/1174.71	c cleaning 66000 clauses out of 132009 with flag 4844825/2348591
1375.68/1217.31	c cleaning 67002 clauses out of 134008 with flag 4983038/2416590
1416.39/1253.14	c cleaning 68003 clauses out of 136006 with flag 5122429/2485590
1468.58/1294.17	c cleaning 69002 clauses out of 138003 with flag 5264468/2555590
1511.44/1332.51	c cleaning 69997 clauses out of 140001 with flag 5409758/2626590
1566.81/1374.64	c cleaning 71002 clauses out of 142005 with flag 5562953/2698591
1610.05/1415.36	c cleaning 71998 clauses out of 144002 with flag 5718658/2771590
1663.23/1455.22	c cleaning 73001 clauses out of 146005 with flag 5873640/2845591
1706.05/1494.88	c cleaning 74000 clauses out of 148004 with flag 6030282/2920591
1761.41/1536.47	c cleaning 74999 clauses out of 150004 with flag 6191659/2996591
1805.83/1577.94	c cleaning 75995 clauses out of 152004 with flag 6354336/3073590
1863.78/1622.26	c cleaning 77000 clauses out of 154010 with flag 6522079/3151591
1911.10/1666.36	c cleaning 78002 clauses out of 156009 with flag 6688723/3230590
1967.28/1709.68	c cleaning 79002 clauses out of 158008 with flag 6851009/3310591
2014.78/1753.88	c cleaning 80001 clauses out of 160005 with flag 7015085/3391590
2071.34/1798.79	c cleaning 80999 clauses out of 162004 with flag 7180826/3473590
2120.27/1844.13	c cleaning 82002 clauses out of 164005 with flag 7348761/3556590
2175.86/1889.45	c cleaning 82991 clauses out of 166003 with flag 7519610/3640590
2239.99/1938.86	c cleaning 84003 clauses out of 168012 with flag 7694261/3725590
2294.34/1987.56	c cleaning 84997 clauses out of 170010 with flag 7870460/3811591
2361.12/2042.90	c cleaning 86001 clauses out of 172012 with flag 8047393/3898590
2432.62/2099.59	c cleaning 86997 clauses out of 174012 with flag 8225521/3986591
2487.29/2148.68	c cleaning 88005 clauses out of 176015 with flag 8408843/4075591
2559.45/2205.37	c cleaning 88999 clauses out of 178010 with flag 8593249/4165591
2625.24/2254.69	c cleaning 90003 clauses out of 180010 with flag 8778280/4256590
2678.03/2303.85	c cleaning 90999 clauses out of 182007 with flag 8964196/4348590
2746.96/2361.68	c cleaning 92001 clauses out of 184009 with flag 9151833/4441591
2814.93/2412.79	c cleaning 93000 clauses out of 186007 with flag 9341945/4535590
2868.86/2463.04	c cleaning 94001 clauses out of 188007 with flag 9533728/4630590
2936.34/2520.92	c cleaning 94997 clauses out of 190006 with flag 9729920/4726590
3004.66/2573.60	c cleaning 96001 clauses out of 192009 with flag 9929427/4823590
3064.11/2629.60	c cleaning 97000 clauses out of 194008 with flag 10132311/4921590
3131.58/2684.61	c cleaning 97998 clauses out of 196009 with flag 10332218/5020591
3201.59/2737.69	c cleaning 99003 clauses out of 198011 with flag 10533851/5120591
3286.46/2805.48	c cleaning 99996 clauses out of 200007 with flag 10738025/5221590
3360.83/2864.33	c cleaning 101000 clauses out of 202012 with flag 10954070/5323591
3452.54/2932.39	c cleaning 102003 clauses out of 204012 with flag 11171730/5426591
3526.15/2990.25	c cleaning 103002 clauses out of 206008 with flag 11381813/5530590

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62613 MiB free)
  memory of node 1: 64507 MiB (63939 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520028-1751567892/watcher-4520028-1751567892 -o /tmp/evaluation-result-4520028-1751567892/solver-4520028-1751567892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87416 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4520028-1751567892.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 0.64 0.97 1.05 4/333 87542
/proc/meminfo: memFree=129513380/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=18930384 memory=48272 CPUtime=0.05 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 5672 0 129 0 3 2 0 0 20 0 18 0 72469439 19384713216 12068 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4732596 12068 5315 1 0 546956 0
[pid=87467/tid=87477] ppid=87456 vsize=18930384 memory=4026532124 CPUtime=0.03 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) D 87456 87467 87403 0 -1 4194368 4569 0 121 0 2 1 0 0 20 0 18 0 72469443 19384713216 12068 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12068 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12068 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48272 KiB

[startup+0.205855 s]*
/proc/loadavg: 0.64 0.97 1.05 2/333 87542
/proc/meminfo: memFree=129503424/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=18930384 memory=51736 CPUtime=0.08 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 5994 0 129 0 6 2 0 0 20 0 18 0 72469439 19384713216 12934 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4732596 12934 5347 1 0 547212 0
[pid=87467/tid=87477] ppid=87456 vsize=18930384 memory=4026794268 CPUtime=0.05 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) D 87456 87467 87403 0 -1 4194368 4841 0 121 0 4 1 0 0 20 0 18 0 72469443 19384713216 12934 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12934 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 12934 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51736 KiB

[startup+0.305899 s]*
/proc/loadavg: 0.64 0.97 1.05 2/333 87542
/proc/meminfo: memFree=129493720/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=18930384 memory=57940 CPUtime=0.14 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 6518 0 129 0 11 3 0 0 20 0 18 0 72469439 19384713216 14485 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4732596 14485 5347 1 0 547640 0
[pid=87467/tid=87477] ppid=87456 vsize=18930384 memory=-6000919477001545063 CPUtime=0.08 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 5015 0 121 0 7 1 0 0 20 0 18 0 72469443 19384713216 14485 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 14485 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 72469447 19384713216 14485 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57940 KiB

[startup+0.700215 s]
/proc/loadavg: 0.64 0.97 1.05 11/333 87542
/proc/meminfo: memFree=129426576/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=18996948 memory=87980 CPUtime=0.73 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 11969 0 129 0 69 4 0 0 20 0 19 0 72469439 19452874752 21995 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4749237 21995 5443 1 0 551562 0
[pid=87467/tid=87477] ppid=87456 vsize=18996948 memory=15104 CPUtime=0.32 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 5283 0 121 0 30 2 0 0 20 0 19 0 72469443 19452874752 21995 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 21995 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 21995 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 0.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87980 KiB

[startup+1.50022 s]
/proc/loadavg: 1.39 1.12 1.10 9/337 87546
/proc/meminfo: memFree=129282344/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=18996948 memory=105612 CPUtime=2.31 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 18425 0 129 0 227 4 0 0 20 0 19 0 72469439 19452874752 26403 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4749237 26403 5443 1 0 553629 0
[pid=87467/tid=87477] ppid=87456 vsize=18996948 memory=3200 CPUtime=1.09 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 5614 0 121 0 107 2 0 0 20 0 19 0 72469443 19452874752 26403 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 26403 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 72469447 19452874752 26403 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72469493 19452874752 26403 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105612 KiB

[startup+3.10607 s]
/proc/loadavg: 1.39 1.12 1.10 5/340 87549
/proc/meminfo: memFree=129004496/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=301652 CPUtime=4.8 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 23818 0 129 0 472 8 0 0 20 0 20 0 72469439 19521036288 75413 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 75413 5507 1 0 553960 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=14720 CPUtime=2.49 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 6676 0 121 0 246 3 0 0 20 0 20 0 72469443 19521036288 75413 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 75413 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 75413 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 75413 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 301652 KiB

[startup+6.30023 s]
/proc/loadavg: 1.60 1.17 1.11 5/341 87550
/proc/meminfo: memFree=128521560/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=703288 CPUtime=8.3 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 25012 0 129 0 814 16 0 0 20 0 20 0 72469439 19521036288 175822 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 175822 5507 1 0 1080339 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=0 CPUtime=5.42 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 6838 0 121 0 537 5 0 0 20 0 20 0 72469443 19521036288 175822 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 175822 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 175822 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=107676 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 175822 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 8.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 703288 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.21 1.13 5/341 87550
/proc/meminfo: memFree=127587952/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=1588528 CPUtime=15.23 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 26269 0 129 0 1491 32 0 0 20 0 20 0 72469439 19521036288 397132 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 397132 5507 1 0 1562876 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=107676 CPUtime=11.2 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 7091 0 121 0 1111 9 0 0 20 0 20 0 72469443 19521036288 397132 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=1453360 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 397132 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 397132 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 397132 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1588528 KiB

[startup+25.5003 s]
/proc/loadavg: 2.13 1.31 1.16 5/341 87551
/proc/meminfo: memFree=124140988/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=3357880 CPUtime=29.26 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 32027 0 129 0 2861 65 0 0 20 0 20 0 72469439 19521036288 839470 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 839470 5507 1 0 1757155 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=1453360 CPUtime=22.74 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 8100 0 121 0 2259 15 0 0 20 0 20 0 72469443 19521036288 839470 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 839470 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 839470 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=3124392 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 839470 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 29.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3357880 KiB

[startup+51.1059 s]
/proc/loadavg: 3.01 1.60 1.26 8/341 87551
/proc/meminfo: memFree=117001024/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=5437452 CPUtime=57.48 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 53715 0 129 0 5637 111 0 0 20 0 20 0 72469439 19521036288 1359363 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 1359363 5507 1 0 2075323 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=5369868 CPUtime=46.19 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 11812 0 121 0 4591 28 0 0 20 0 20 0 72469443 19521036288 1359363 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=5144912 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 1359363 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=-6000919481296512359 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 1359363 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=1602864 CPUtime=0 cores=5,7

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

/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 722528 0 129 0 335309 574 0 0 20 0 20 0 72469439 19521036288 4076805 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076805 5507 1 0 4089855 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=16307220 CPUtime=2609.38 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 286637 0 121 0 260816 122 0 0 20 0 20 0 72469443 19521036288 4076805 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=16307220 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076805 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=16307220 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1597 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076805 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=16307220 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076805 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3358.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307220 KiB

[startup+2922.3 s]
/proc/loadavg: 4.84 5.00 4.89 6/340 87895
/proc/meminfo: memFree=92310484/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307348 CPUtime=3436.27 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 736509 0 129 0 343046 581 0 0 20 0 20 0 72469439 19521036288 4076837 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076837 5507 1 0 4089855 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=16307220 CPUtime=2660.94 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) S 87456 87467 87403 0 -1 4194368 295816 0 121 0 265971 123 0 0 20 0 20 0 72469443 19521036288 4076837 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=16307220 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076837 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=21608 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1629 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076837 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=16307348 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076837 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3436.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307348 KiB

[startup+2982.3 s]
/proc/loadavg: 4.56 4.90 4.86 5/340 87897
/proc/meminfo: memFree=89514460/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307208 CPUtime=3518.27 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 743835 0 129 0 351239 588 0 0 20 0 20 0 72469439 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076802 5507 1 0 4089857 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=14720 CPUtime=2710.64 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 298143 0 121 0 270941 123 0 0 20 0 20 0 72469443 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1647 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=21608 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3518.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307208 KiB

[startup+3042.3 s]
/proc/loadavg: 4.53 4.81 4.83 7/340 87904
/proc/meminfo: memFree=87536360/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307208 CPUtime=3591.95 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 756959 0 129 0 358602 593 0 0 20 0 20 0 72469439 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076802 5507 1 0 4089857 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=16307208 CPUtime=2766.38 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) R 87456 87467 87403 0 -1 4194368 307970 0 121 0 276514 124 0 0 20 0 20 0 72469443 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=-6000919481296512359 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3591.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3046.4 s]
/proc/loadavg: 4.53 4.81 4.83 6/340 87904
/proc/meminfo: memFree=87536368/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307208 CPUtime=3600.1 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 758133 0 129 0 359417 593 0 0 20 0 20 0 72469439 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076802 5507 1 0 4089857 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=16307208 CPUtime=2766.5 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) S 87456 87467 87403 0 -1 4194368 307973 0 121 0 276526 124 0 0 20 0 20 0 72469443 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307208 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3048.45 s]
# the end of solver process 87467 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.16 s, system=5.98349 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3047.2 s]
/proc/loadavg: 4.72 4.85 4.85 6/340 87904
/proc/meminfo: memFree=87536368/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307208 CPUtime=3601.69 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 758138 0 129 0 359576 593 0 0 20 0 20 0 72469439 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076802 5507 1 0 4089857 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=3200 CPUtime=2766.5 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) S 87456 87467 87403 0 -1 4194368 307973 0 121 0 276526 124 0 0 20 0 20 0 72469443 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=-6000919481296512359 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3601.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307208 KiB

[startup+3048 s]*
/proc/loadavg: 4.72 4.85 4.85 6/340 87904
/proc/meminfo: memFree=87536368/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307208 CPUtime=3603.29 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 758138 0 129 0 359736 593 0 0 20 0 20 0 72469439 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076802 5507 1 0 4089857 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=16307208 CPUtime=2766.5 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) S 87456 87467 87403 0 -1 4194368 307973 0 121 0 276526 124 0 0 20 0 20 0 72469443 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=16307208 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=46208 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3603.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307208 KiB

[startup+3048.4 s]
/proc/loadavg: 4.72 4.85 4.85 6/340 87904
/proc/meminfo: memFree=87536368/131250000 swapFree=33008100/33010684
[pid=87467] ppid=87456 vsize=19063512 memory=16307208 CPUtime=3604.07 cores=5,7
/proc/87467/stat : 87467 (java) S 87456 87467 87403 0 -1 4194304 758138 0 129 0 359814 593 0 0 20 0 20 0 72469439 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
/proc/87467/statm: 4765878 4076802 5507 1 0 4089857 0
[pid=87467/tid=87477] ppid=87456 vsize=19063512 memory=14720 CPUtime=2766.5 cores=5,7
/proc/87467/task/87477/stat : 87477 (java) S 87456 87467 87403 0 -1 4194368 307973 0 121 0 276526 124 0 0 20 0 20 0 72469443 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87514] ppid=87456 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/87467/task/87514/stat : 87514 (Finalizer) S 87456 87467 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87539] ppid=87456 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/87467/task/87539/stat : 87539 (Common-Cleaner) S 87456 87467 87403 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 72469447 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
[pid=87467/tid=87543] ppid=87456 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/87467/task/87543/stat : 87543 (Timer-0) S 87456 87467 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72469493 19521036288 4076802 18446744073709551615 94811977375744 94811977379440 140736143327920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94811977387256 94811977388048 94811980230656 140736143329665 140736143329766 140736143329766 140736143335368 0
Current children cumulated CPU time: 3604.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16307208 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3048.45
CPU time (s): 3604.14
CPU user time (s): 3598.16
CPU system time (s): 5.98349
CPU usage (%): 118.229
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16307348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.16
system time used= 5.98349
maximum resident set size= 16307348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 758141
page faults= 129
swaps= 0
block input operations= 256
block output operations= 19776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112371
involuntary context switches= 37344


# summary of solver processes directly reported to runsolver:
#   pid: 87467
#   total CPU time (s): 3604.14
#   total CPU user time (s): 3598.16
#   total CPU system time (s): 5.98349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.32584 second user time and 15.1167 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 20:38:12
IDJOB=4520028
IDBENCH=177668
IDSOLVER=3363
FILE ID=nodeC013/4520028-1751567892
RUNJOBID= nodeC013-1751567892-87416
SLURM_JOB_ID= 9598784
Free space on /tmp= 432644 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r17_c34_a4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520028-1751567892/watcher-4520028-1751567892 -o /tmp/evaluation-result-4520028-1751567892/solver-4520028-1751567892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87416 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4520028-1751567892.opb

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

MD5SUM BENCH= ad8f1e410d5e8b198fd980509237adb3
RANDOM SEED=1926216380

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129587096 kB
MemAvailable:   129682924 kB
Buffers:            1668 kB
Cached:           889996 kB
SwapCached:         1988 kB
Active:           434344 kB
Inactive:         525728 kB
Active(anon):      62064 kB
Inactive(anon):    17632 kB
Active(file):     372280 kB
Inactive(file):   508096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3504 kB
Writeback:            12 kB
AnonPages:         69496 kB
Mapped:            99564 kB
Shmem:             11288 kB
KReclaimable:     108980 kB
Slab:             198328 kB
SReclaimable:     108980 kB
SUnreclaim:        89348 kB
KernelStack:        4016 kB
PageTables:         2804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     316732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC013 at 2025-07-03 21:29:00