Trace number 4493669

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 NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.18 3612.01

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.612776
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4493669-1751156506.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c using VERIPB proof format
0.10/0.15	c  no objective function found
0.29/0.23	c ... done. Wall clock time 0.073s.
0.29/0.23	c declared #vars     490
0.29/0.23	c #constraints  1085
0.29/0.23	c constraints type 
0.29/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.29/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.29/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.29/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.29/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.29/0.23	c 1085 constraints processed.
2.22/1.28	c cleaning 2499 clauses out of 4999 with flag 16876/5002
4.41/2.33	c cleaning 4251 clauses out of 8502 with flag 46446/11004
5.71/3.28	c cleaning 5624 clauses out of 11247 with flag 82657/18000
6.77/4.24	c cleaning 6813 clauses out of 13625 with flag 121819/26002
8.03/5.45	c cleaning 7907 clauses out of 15813 with flag 171670/35003
10.09/7.40	c cleaning 8950 clauses out of 17904 with flag 229363/45001
12.24/9.58	c cleaning 9975 clauses out of 19953 with flag 308058/56000
14.56/11.84	c cleaning 10985 clauses out of 21978 with flag 392980/68000
17.18/14.49	c cleaning 11996 clauses out of 23995 with flag 492339/81002
20.11/17.37	c cleaning 12992 clauses out of 25998 with flag 593204/95001
23.67/20.80	c cleaning 13999 clauses out of 28006 with flag 699311/110001
27.73/24.85	c cleaning 14997 clauses out of 30006 with flag 818566/126000
32.44/29.59	c cleaning 16002 clauses out of 32009 with flag 956591/143000
38.41/35.42	c cleaning 17000 clauses out of 34008 with flag 1110203/161001
45.27/42.23	c cleaning 18000 clauses out of 36008 with flag 1282827/180001
51.85/48.87	c cleaning 19003 clauses out of 38009 with flag 1460663/200002
60.12/57.09	c cleaning 19998 clauses out of 40008 with flag 1662362/221004
69.60/66.44	c cleaning 20998 clauses out of 42008 with flag 1863428/243002
79.67/76.59	c cleaning 21997 clauses out of 44010 with flag 2064618/266002
90.65/87.41	c cleaning 22999 clauses out of 46012 with flag 2284756/290001
102.74/99.73	c cleaning 23990 clauses out of 48012 with flag 2531332/315000
116.19/112.75	c cleaning 25009 clauses out of 50022 with flag 2755413/341001
131.47/127.95	c cleaning 26000 clauses out of 52015 with flag 2995667/368005
143.69/141.50	c cleaning 26995 clauses out of 54010 with flag 3203773/396000
155.66/153.50	c cleaning 28004 clauses out of 56015 with flag 3404081/425000
173.12/170.91	c cleaning 28997 clauses out of 58011 with flag 3654952/455001
190.27/188.08	c cleaning 30001 clauses out of 60014 with flag 3911953/486001
208.02/205.98	c cleaning 30998 clauses out of 62013 with flag 4186162/518001
226.42/224.33	c cleaning 31999 clauses out of 64016 with flag 4478880/551002
242.05/240.10	c cleaning 33003 clauses out of 66016 with flag 4752486/585001
262.09/260.16	c cleaning 34002 clauses out of 68015 with flag 5016333/620003
282.13/280.19	c cleaning 35005 clauses out of 70012 with flag 5292676/656002
299.87/297.95	c cleaning 35993 clauses out of 72005 with flag 5571434/693000
321.32/319.40	c cleaning 37000 clauses out of 74012 with flag 5886873/731000
339.66/337.79	c cleaning 38006 clauses out of 76012 with flag 6191650/770000
359.99/358.19	c cleaning 38999 clauses out of 78007 with flag 6504957/810001
379.90/377.92	c cleaning 40000 clauses out of 80012 with flag 6835258/851005
404.21/402.32	c cleaning 40996 clauses out of 82007 with flag 7195698/893000
431.29/429.58	c cleaning 42000 clauses out of 84011 with flag 7539663/936000
463.61/461.82	c cleaning 42993 clauses out of 86011 with flag 7909424/980000
493.01/491.37	c cleaning 43994 clauses out of 88019 with flag 8293856/1025001
523.78/522.10	c cleaning 44995 clauses out of 90026 with flag 8664782/1071002
558.72/556.98	c cleaning 46007 clauses out of 92029 with flag 9059621/1118000
592.32/590.62	c cleaning 47005 clauses out of 94022 with flag 9443207/1166000
622.50/620.83	c cleaning 47996 clauses out of 96018 with flag 9841606/1215001
663.84/662.32	c cleaning 48998 clauses out of 98021 with flag 10263555/1265000
714.27/712.71	c cleaning 50003 clauses out of 100025 with flag 10721779/1316002
780.27/778.81	c cleaning 50999 clauses out of 102021 with flag 11287293/1368001
832.26/830.85	c cleaning 52000 clauses out of 104023 with flag 11793163/1421002
877.77/876.33	c cleaning 53001 clauses out of 106021 with flag 12236231/1475000
919.33/917.92	c cleaning 54000 clauses out of 108021 with flag 12703115/1530001
961.36/959.97	c cleaning 54999 clauses out of 110020 with flag 13167795/1586000
1034.02/1032.65	c cleaning 55997 clauses out of 112021 with flag 13739140/1643000
1108.65/1107.39	c cleaning 57003 clauses out of 114025 with flag 14314833/1701001
1176.76/1175.60	c cleaning 58005 clauses out of 116021 with flag 14864592/1760000
1243.30/1242.32	c cleaning 59004 clauses out of 118019 with flag 15405886/1820003
1327.65/1326.85	c cleaning 59997 clauses out of 120014 with flag 16011264/1881002
1406.74/1406.00	c cleaning 61000 clauses out of 122015 with flag 16610143/1943000
1486.00/1485.23	c cleaning 62000 clauses out of 124016 with flag 17197582/2006001
1541.55/1540.90	c cleaning 62998 clauses out of 126018 with flag 17724559/2070003
1601.21/1600.71	c cleaning 63998 clauses out of 128017 with flag 18257430/2135000
1658.32/1657.86	c cleaning 64999 clauses out of 130022 with flag 18790586/2201003
1725.44/1725.08	c cleaning 66002 clauses out of 132021 with flag 19348623/2268001
1799.81/1799.58	c cleaning 67001 clauses out of 134018 with flag 19947447/2336000
1889.16/1889.17	c cleaning 68000 clauses out of 136018 with flag 20615925/2405001
1978.92/1979.13	c cleaning 69006 clauses out of 138019 with flag 21278002/2475002
2079.43/2079.76	c cleaning 69989 clauses out of 140011 with flag 21961045/2546000
2183.10/2185.02	c cleaning 71007 clauses out of 142027 with flag 22660257/2618005
2294.87/2297.26	c cleaning 72001 clauses out of 144018 with flag 23374740/2691003
2423.51/2425.99	c cleaning 72996 clauses out of 146015 with flag 24104047/2765001
2531.37/2534.02	c cleaning 74002 clauses out of 148019 with flag 24779568/2840001
2645.37/2648.25	c cleaning 75000 clauses out of 150016 with flag 25482740/2916000
2768.86/2772.06	c cleaning 76001 clauses out of 152017 with flag 26203828/2993001
2891.40/2894.82	c cleaning 76998 clauses out of 154016 with flag 26919453/3071001
3021.37/3025.04	c cleaning 78000 clauses out of 156017 with flag 27640385/3150000
3162.17/3166.00	c cleaning 78997 clauses out of 158017 with flag 28360837/3230000
3341.43/3352.34	c cleaning 79987 clauses out of 160021 with flag 29204797/3311001
3519.32/3531.15	c cleaning 81003 clauses out of 162033 with flag 30088916/3393000
3600.03/3611.91	c starts		: 495
3600.03/3611.92	c conflicts		: 3437768
3600.03/3611.92	c decisions		: 3918107
3600.03/3611.92	c propagations		: 110620097
3600.03/3611.92	c inspects		: 26045400377
3600.03/3611.92	c shortcuts		: 0
3600.03/3611.92	c learnt literals	: 7
3600.03/3611.92	c learnt binary clauses	: 15
3600.03/3611.92	c learnt ternary clauses	: 47
3600.03/3611.92	c learnt constraints	: 3437762
3600.03/3611.92	c ignored constraints	: 0
3600.03/3611.92	c root simplifications	: 0
3600.03/3611.92	c removed literals (reason simplification)	: 10476494
3600.03/3611.92	c reason swapping (by a shorter reason)	: 0
3600.03/3611.92	c Calls to reduceDB	: 78
3600.03/3611.92	c Number of update (reduction) of LBD	: 372975
3600.03/3611.92	c Imported unit clauses	: 0
3600.03/3611.92	c No decision after first conflict	: false
3600.03/3611.92	c number of reductions to clauses (during analyze)	: 0
3600.03/3611.92	c number of learned constraints concerned by reduction	: 0
3600.03/3611.92	c number of learning phase by resolution	: 0
3600.03/3611.92	c number of learning phase by cutting planes	: 0
3600.03/3611.92	c number of rounding to 1 operations	: 0
3600.03/3611.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3611.92	c number of reductions of the coefficients by power 2 	: 0
3600.03/3611.92	c number of right shift for reduction by power 2 	: 0
3600.03/3611.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3611.92	c number of ending skipping 	: 0
3600.03/3611.92	c number of internal skipping 	: 0
3600.03/3611.92	c number of derivation steps 	: 0
3600.03/3611.92	c number of skipped derivation steps 	: 0
3600.03/3611.92	c number of remaining unassigned 	: 0
3600.03/3611.92	c number of remaining assigned 	: 0
3600.03/3611.92	c number of falsified literals weakened from reason	: 0
3600.03/3611.92	c number of falsified literals weakened from conflict	: 0
3600.03/3611.92	c time for arithmetic operations	: 0
3600.03/3611.92	c minimum degree of deleted constraints	: null
3600.03/3611.92	c maximum degree of deleted constraints	: null
3600.03/3611.92	c number of deleted constraints	: 0
3600.03/3611.93	c speed (assignments/second)	: 30628.339190700422
3600.03/3611.93	c non guided choices	: 27
3600.03/3611.93	c timeout
3600.03/3611.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 125784
3600.03/3611.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 15
3600.03/3611.99	s UNKNOWN
3600.03/3611.99	c Total wall clock time (in seconds): 3611.838

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493669-1751156506/watcher-4493669-1751156506 -o /tmp/evaluation-result-4493669-1751156506/solver-4493669-1751156506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16356 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493669-1751156506 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493669-1751156506.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=16408, runsolver pid=16396
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 2.43 3.68 3.95 12/332 16481
/proc/meminfo: memFree=130096280/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=18930384 memory=53968 CPUtime=0.1 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 5985 0 175 0 9 1 0 0 20 0 18 0 31330516 19384713216 13492 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4732596 13492 5340 1 0 547283 0
[pid=16408/tid=16416] ppid=16396 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 4822 0 175 0 6 1 0 0 20 0 18 0 31330518 19384713216 13492 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31330520 19384713216 13492 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31330521 19384713216 13492 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53968 KiB

[startup+0.205655 s]*
/proc/loadavg: 2.43 3.68 3.95 14/334 16483
/proc/meminfo: memFree=130063244/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=18930384 memory=65324 CPUtime=0.29 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 6713 0 175 0 28 1 0 0 20 0 18 0 31330516 19384713216 16331 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4732596 16331 5404 1 0 547941 0
[pid=16408/tid=16416] ppid=16396 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 5150 0 175 0 15 1 0 0 20 0 18 0 31330518 19384713216 16331 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31330520 19384713216 16331 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31330521 19384713216 16331 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65324 KiB

[startup+0.30556 s]*
/proc/loadavg: 2.43 3.68 3.95 14/336 16485
/proc/meminfo: memFree=130038360/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=18996948 memory=72080 CPUtime=0.48 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 6944 0 175 0 46 2 0 0 20 0 19 0 31330516 19452874752 18020 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4749237 18020 5404 1 0 548334 0
[pid=16408/tid=16416] ppid=16396 vsize=18996948 memory=-6000919476934501998 CPUtime=0.23 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 5223 0 175 0 22 1 0 0 20 0 19 0 31330518 19452874752 18537 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330520 19452874752 18537 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31330521 19452874752 18537 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330539 19452874752 18537 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72080 KiB

[startup+0.700254 s]
/proc/loadavg: 2.43 3.68 3.95 11/336 16485
/proc/meminfo: memFree=129844720/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=18996948 memory=160768 CPUtime=1.24 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 10736 0 175 0 119 5 0 0 20 0 19 0 31330516 19452874752 40192 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4749237 40192 5436 1 0 550960 0
[pid=16408/tid=16416] ppid=16396 vsize=18996948 memory=17536 CPUtime=0.57 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 5264 0 175 0 54 3 0 0 20 0 19 0 31330518 19452874752 40192 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330520 19452874752 40192 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31330521 19452874752 40192 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330539 19452874752 40192 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160768 KiB

[startup+1.50025 s]
/proc/loadavg: 2.43 3.68 3.95 13/340 16489
/proc/meminfo: memFree=129606964/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=173820 CPUtime=2.82 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 20225 0 175 0 276 6 0 0 20 0 20 0 31330516 19521036288 43455 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 43455 5468 1 0 553318 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=10880 CPUtime=1.33 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 6186 0 175 0 129 4 0 0 20 0 20 0 31330518 19521036288 43455 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 43455 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 43455 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 43455 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173820 KiB

[startup+3.10551 s]
/proc/loadavg: 2.72 3.72 3.96 8/340 16489
/proc/meminfo: memFree=129033368/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=284744 CPUtime=5.61 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 24823 0 175 0 550 11 0 0 20 0 20 0 31330516 19521036288 71186 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 71186 5468 1 0 554241 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=-6000919481229469294 CPUtime=2.86 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 6648 0 175 0 280 6 0 0 20 0 20 0 31330518 19521036288 71186 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 71186 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 71186 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 71186 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 284744 KiB

[startup+6.30023 s]
/proc/loadavg: 2.72 3.72 3.96 7/341 16491
/proc/meminfo: memFree=127646056/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=583776 CPUtime=8.84 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 25525 0 175 0 864 20 0 0 20 0 20 0 31330516 19521036288 145944 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 145944 5468 1 0 694179 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=0 CPUtime=5.8 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 6815 0 175 0 567 13 0 0 20 0 20 0 31330518 19521036288 145944 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 145944 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 145944 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=175940 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 145944 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 583776 KiB

[startup+12.7002 s]
/proc/loadavg: 2.82 3.73 3.96 6/341 16557
/proc/meminfo: memFree=125718716/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=1024296 CPUtime=15.49 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 26153 0 175 0 1517 32 0 0 20 0 20 0 31330516 19521036288 256074 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 256074 5468 1 0 694189 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=175940 CPUtime=12.05 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 7243 0 175 0 1182 23 0 0 20 0 20 0 31330518 19521036288 256074 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 256074 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 256074 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 256074 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1024296 KiB

[startup+25.5002 s]
/proc/loadavg: 3.15 3.76 3.97 6/341 16557
/proc/meminfo: memFree=123593156/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=1145376 CPUtime=28.45 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 32845 0 175 0 2804 41 0 0 20 0 20 0 31330516 19521036288 286344 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 286344 5468 1 0 694192 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=0 CPUtime=24.64 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 9171 0 175 0 2435 29 0 0 20 0 20 0 31330518 19521036288 286344 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 286344 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=175940 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 286344 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=612448 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 286344 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 28.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1145376 KiB

[startup+51.1057 s]
/proc/loadavg: 3.44 3.78 3.97 7/343 16559
/proc/meminfo: memFree=121207788/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=1915620 CPUtime=54.24 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 35938 0 175 0 5357 67 0 0 20 0 20 0 31330516 19521036288 478905 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 478905 5468 1 0 694195 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=14720 CPUtime=49.95 cores=1,3

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

/proc/meminfo: memFree=101743448/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3274.58 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 112972 0 175 0 326735 723 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3251.13 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 50154 0 175 0 324522 591 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3274.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.15 6/344 16735
/proc/meminfo: memFree=101556960/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3332.4 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 113519 0 175 0 332509 731 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2724 CPUtime=3308.65 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 50515 0 175 0 330268 597 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=21968 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3332.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.14 4.15 6/343 16737
/proc/meminfo: memFree=101374088/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3390.77 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 114698 0 175 0 338337 740 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3366.89 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 51542 0 175 0 336084 605 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2353 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=-6000919481229469294 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3390.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.16 4.15 6/342 16741
/proc/meminfo: memFree=101170580/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3450.69 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 115696 0 175 0 344320 749 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3426.62 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 52282 0 175 0 342051 611 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2472 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3450.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.15 6/342 16744
/proc/meminfo: memFree=100957916/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3510.53 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 115836 0 175 0 350296 757 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3486.43 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 52401 0 175 0 348026 617 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2472 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3510.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.15 4.15 6/342 16746
/proc/meminfo: memFree=100720288/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3570.45 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 117058 0 175 0 356277 768 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3546.15 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 53509 0 175 0 353989 626 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2472 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3570.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 4.17 4.15 4.15 7/344 16882
/proc/meminfo: memFree=116420736/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3600.03 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 117372 0 175 0 359232 771 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3575.54 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 53580 0 175 0 356925 629 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.45 s, system=7.73473 s

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

[startup+3611.9 s]
/proc/loadavg: 4.17 4.15 4.15 7/344 16882
/proc/meminfo: memFree=116420736/131250000 swapFree=33010684/33010684
[pid=16408] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3600.03 cores=1,3
/proc/16408/stat : 16408 (java) S 16396 16408 16344 0 -1 4194304 117372 0 175 0 359232 771 0 0 20 0 20 0 31330516 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
/proc/16408/statm: 4765878 659202 5500 1 0 671132 0
[pid=16408/tid=16416] ppid=16396 vsize=19063512 memory=2636808 CPUtime=3575.54 cores=1,3
/proc/16408/task/16416/stat : 16416 (java) R 16396 16408 16344 0 -1 4194368 53580 0 175 0 356925 629 0 0 20 0 20 0 31330518 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16457] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16457/stat : 16457 (Finalizer) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16481] ppid=16396 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/16408/task/16481/stat : 16481 (Common-Cleaner) S 16396 16408 16344 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
[pid=16408/tid=16485] ppid=16396 vsize=19063512 memory=2636808 CPUtime=0 cores=1,3
/proc/16408/task/16485/stat : 16485 (Timer-0) S 16396 16408 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330539 19521036288 659202 18446744073709551615 94788144115712 94788144119408 140731068344736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94788144127224 94788144128016 94788163801088 140731068348720 140731068348902 140731068348902 140731068354504 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636808 KiB

Child status: 143

Real time (s): 3612.01
CPU time (s): 3600.18
CPU user time (s): 3592.45
CPU system time (s): 7.73473
CPU usage (%): 99.6725
Max. virtual memory (cumulated for all children) (KiB): 19066004
Max. memory (cumulated for all children) (KiB): 2736656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.45
system time used= 7.73473
maximum resident set size= 2736656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119758
page faults= 175
swaps= 0
block input operations= 0
block output operations= 7562024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112724
involuntary context switches= 8191


# summary of solver processes directly reported to runsolver:
#   pid: 16408
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3592.45
#   total CPU system time (s): 7.73473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42936 second user time and 17.5926 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 02:21:46
IDJOB=4493669
IDBENCH=147869
IDSOLVER=3364
FILE ID=nodeC027/4493669-1751156506
RUNJOBID= nodeC027-1751156506-16356
SLURM_JOB_ID= 9587479
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493669-1751156506/watcher-4493669-1751156506 -o /tmp/evaluation-result-4493669-1751156506/solver-4493669-1751156506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16356 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493669-1751156506 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493669-1751156506.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=1073609495

nodeC027 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		: 3599.954
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.29
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		: 3599.636
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.29
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		: 3599.929
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.29
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		: 3601.264
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.29
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.817
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.29
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		: 3601.930
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.29
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		: 3600.266
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.29
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.686
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130194492 kB
MemAvailable:   129804576 kB
Buffers:            3280 kB
Cached:           384616 kB
SwapCached:            0 kB
Active:           316372 kB
Inactive:         143268 kB
Active(anon):      89812 kB
Inactive(anon):        0 kB
Active(file):     226560 kB
Inactive(file):   143268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3364 kB
Writeback:             0 kB
AnonPages:         74888 kB
Mapped:           102532 kB
Shmem:             18068 kB
KReclaimable:      85292 kB
Slab:             167964 kB
SReclaimable:      85292 kB
SUnreclaim:        82672 kB
KernelStack:        4112 kB
PageTables:         2772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     337324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 03:21:58