Trace number 4493525

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.21 3609.91

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
MD5SUM13744d26940a0db30366992d9fdeef8c
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.39265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4493525-1751153739.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.05s.
0.12/0.18	c declared #vars     370
0.12/0.18	c #constraints  809
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.12/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.12/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.12/0.18	c 809 constraints processed.
1.87/1.08	c cleaning 2499 clauses out of 4997 with flag 18858/5001
3.85/2.06	c cleaning 4247 clauses out of 8497 with flag 48242/11001
5.80/3.26	c cleaning 5624 clauses out of 11250 with flag 92072/18001
7.31/4.56	c cleaning 6813 clauses out of 13625 with flag 155951/26000
9.35/6.23	c cleaning 7906 clauses out of 15814 with flag 240748/35002
11.24/8.09	c cleaning 8950 clauses out of 17906 with flag 326864/45000
13.45/10.23	c cleaning 9968 clauses out of 19956 with flag 417546/56000
15.75/12.43	c cleaning 10992 clauses out of 21989 with flag 500940/68001
18.46/15.15	c cleaning 11993 clauses out of 23996 with flag 609854/81000
21.46/18.15	c cleaning 12999 clauses out of 26003 with flag 728804/95000
24.86/21.50	c cleaning 14002 clauses out of 28004 with flag 853936/110000
28.18/24.84	c cleaning 14996 clauses out of 30002 with flag 983694/126000
31.99/28.64	c cleaning 15996 clauses out of 32006 with flag 1128408/143000
36.30/32.96	c cleaning 16998 clauses out of 34010 with flag 1283913/161000
41.25/38.01	c cleaning 18000 clauses out of 36013 with flag 1447782/180001
46.46/43.24	c cleaning 19002 clauses out of 38013 with flag 1622833/200001
52.55/49.38	c cleaning 19999 clauses out of 40011 with flag 1812542/221001
59.74/56.52	c cleaning 20997 clauses out of 42011 with flag 2011003/243000
68.01/65.00	c cleaning 22000 clauses out of 44014 with flag 2229101/266000
76.90/73.87	c cleaning 23001 clauses out of 46014 with flag 2460503/290000
87.09/84.09	c cleaning 23999 clauses out of 48013 with flag 2717017/315000
98.62/96.11	c cleaning 24997 clauses out of 50014 with flag 2987443/341000
110.09/107.68	c cleaning 26005 clauses out of 52018 with flag 3253364/368001
120.38/117.91	c cleaning 27004 clauses out of 54013 with flag 3492230/396001
129.99/127.64	c cleaning 27995 clauses out of 56010 with flag 3699509/425002
144.39/142.08	c cleaning 29004 clauses out of 58015 with flag 3960114/455002
159.73/157.47	c cleaning 30000 clauses out of 60007 with flag 4231888/486000
178.71/176.45	c cleaning 31001 clauses out of 62009 with flag 4546255/518002
198.93/196.75	c cleaning 31996 clauses out of 64006 with flag 4877783/551000
220.46/218.37	c cleaning 32999 clauses out of 66010 with flag 5223315/585000
242.81/240.72	c cleaning 34003 clauses out of 68011 with flag 5697211/620000
265.89/264.95	c cleaning 35001 clauses out of 70009 with flag 6190909/656001
288.78/287.91	c cleaning 35998 clauses out of 72006 with flag 6583054/693001
311.89/311.03	c cleaning 36993 clauses out of 74007 with flag 6954709/731000
338.22/337.49	c cleaning 38000 clauses out of 76015 with flag 7327724/770001
355.37/354.69	c cleaning 38997 clauses out of 78016 with flag 7682960/810002
384.68/384.05	c cleaning 39991 clauses out of 80020 with flag 8059852/851003
413.31/412.74	c cleaning 41009 clauses out of 82029 with flag 8443888/893003
444.05/443.50	c cleaning 42002 clauses out of 84019 with flag 8835947/936002
471.80/471.36	c cleaning 42997 clauses out of 86015 with flag 9227590/980000
501.13/500.75	c cleaning 44002 clauses out of 88020 with flag 9632049/1025002
530.71/530.30	c cleaning 44999 clauses out of 90019 with flag 10058979/1071003
571.09/570.83	c cleaning 46000 clauses out of 92018 with flag 10487273/1118001
610.72/610.52	c cleaning 47006 clauses out of 94017 with flag 11024168/1166000
647.63/647.56	c cleaning 47998 clauses out of 96011 with flag 11617389/1215000
677.88/677.85	c cleaning 48997 clauses out of 98014 with flag 12043846/1265001
706.36/706.33	c cleaning 50006 clauses out of 100019 with flag 12452638/1316003
737.41/737.46	c cleaning 50997 clauses out of 102010 with flag 12883785/1368000
770.40/770.46	c cleaning 51993 clauses out of 104014 with flag 13353957/1421001
805.60/805.74	c cleaning 53005 clauses out of 106020 with flag 13801432/1475000
839.13/839.30	c cleaning 54001 clauses out of 108015 with flag 14252890/1530000
876.84/877.19	c cleaning 55002 clauses out of 110014 with flag 14747065/1586000
914.18/914.55	c cleaning 56000 clauses out of 112014 with flag 15258453/1643002
955.24/955.63	c cleaning 57001 clauses out of 114012 with flag 15798893/1701000
993.73/994.20	c cleaning 58002 clauses out of 116011 with flag 16290849/1760000
1042.89/1043.34	c cleaning 59001 clauses out of 118011 with flag 16865119/1820002
1101.54/1102.16	c cleaning 59998 clauses out of 120008 with flag 17490764/1881000
1151.19/1151.95	c cleaning 60998 clauses out of 122013 with flag 18047518/1943003
1200.27/1201.14	c cleaning 62002 clauses out of 124015 with flag 18629223/2006003
1251.78/1252.79	c cleaning 62997 clauses out of 126010 with flag 19206591/2070000
1313.12/1314.22	c cleaning 64004 clauses out of 128013 with flag 19825866/2135000
1407.66/1408.90	c cleaning 64994 clauses out of 130010 with flag 20505918/2201001
1490.96/1492.45	c cleaning 66005 clauses out of 132016 with flag 21196469/2268001
1575.83/1577.47	c cleaning 67001 clauses out of 134011 with flag 21899904/2336001
1668.63/1670.45	c cleaning 68001 clauses out of 136009 with flag 22626205/2405000
1765.23/1767.37	c cleaning 68996 clauses out of 138010 with flag 23351335/2475002
1848.65/1850.98	c cleaning 69999 clauses out of 140013 with flag 24046055/2546001
1915.75/1918.24	c cleaning 71000 clauses out of 142013 with flag 24608131/2618000
1974.93/1977.59	c cleaning 71998 clauses out of 144013 with flag 25175245/2691000
2042.85/2045.58	c cleaning 73004 clauses out of 146015 with flag 25745127/2765000
2133.84/2136.74	c cleaning 73999 clauses out of 148012 with flag 26403837/2840001
2215.38/2218.43	c cleaning 75000 clauses out of 150014 with flag 27075689/2916002
2299.05/2302.17	c cleaning 75996 clauses out of 152012 with flag 27796434/2993000
2398.15/2401.83	c cleaning 77004 clauses out of 154018 with flag 28483289/3071002
2511.34/2515.57	c cleaning 77996 clauses out of 156014 with flag 29302905/3150002
2623.84/2628.40	c cleaning 78998 clauses out of 158017 with flag 30036416/3230001
2771.08/2776.66	c cleaning 80006 clauses out of 160018 with flag 30991441/3311000
2898.38/2905.69	c cleaning 81003 clauses out of 162016 with flag 31800839/3393004
3059.03/3067.62	c cleaning 81997 clauses out of 164009 with flag 32715390/3476000
3178.89/3187.77	c cleaning 83004 clauses out of 166013 with flag 33551223/3560001
3324.50/3333.62	c cleaning 84000 clauses out of 168009 with flag 34459638/3645001
3449.15/3458.58	c cleaning 84992 clauses out of 170008 with flag 35346009/3731000
3562.68/3572.31	c cleaning 86001 clauses out of 172016 with flag 36235743/3818000
3600.07/3609.81	c starts		: 21167
3600.07/3609.81	c timeout
3600.07/3609.83	c conflicts		: 3857137
3600.07/3609.83	c decisions		: 6153319
3600.07/3609.83	c propagations		: 127945581
3600.07/3609.83	c inspects		: 30464543187
3600.07/3609.83	c shortcuts		: 0
3600.07/3609.83	c learnt literals	: 9
3600.07/3609.83	c learnt binary clauses	: 33
3600.07/3609.83	c learnt ternary clauses	: 82
3600.07/3609.83	c learnt constraints	: 3857128
3600.07/3609.83	c ignored constraints	: 0
3600.07/3609.83	c root simplifications	: 0
3600.07/3609.83	c removed literals (reason simplification)	: 12485362
3600.07/3609.83	c reason swapping (by a shorter reason)	: 0
3600.07/3609.83	c Calls to reduceDB	: 83
3600.07/3609.83	c Number of update (reduction) of LBD	: 659623
3600.07/3609.83	c Imported unit clauses	: 0
3600.07/3609.83	c No decision after first conflict	: false
3600.07/3609.83	c number of reductions to clauses (during analyze)	: 0
3600.07/3609.83	c number of learned constraints concerned by reduction	: 0
3600.07/3609.83	c number of learning phase by resolution	: 0
3600.07/3609.83	c number of learning phase by cutting planes	: 0
3600.07/3609.83	c number of rounding to 1 operations	: 0
3600.07/3609.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3609.83	c number of reductions of the coefficients by power 2 	: 0
3600.07/3609.83	c number of right shift for reduction by power 2 	: 0
3600.07/3609.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3609.83	c number of ending skipping 	: 0
3600.07/3609.83	c number of internal skipping 	: 0
3600.07/3609.83	c number of derivation steps 	: 0
3600.07/3609.83	c number of skipped derivation steps 	: 0
3600.07/3609.83	c number of remaining unassigned 	: 0
3600.07/3609.83	c number of remaining assigned 	: 0
3600.07/3609.83	c number of falsified literals weakened from reason	: 0
3600.07/3609.83	c number of falsified literals weakened from conflict	: 0
3600.07/3609.83	c time for arithmetic operations	: 0
3600.07/3609.83	c minimum degree of deleted constraints	: null
3600.07/3609.83	c maximum degree of deleted constraints	: null
3600.07/3609.83	c number of deleted constraints	: 0
3600.07/3609.83	c speed (assignments/second)	: 35445.44537306685
3600.07/3609.83	c non guided choices	: 30
3600.07/3609.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 125119
3600.07/3609.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 33
3600.07/3609.89	s UNKNOWN
3600.07/3609.89	c Total wall clock time (in seconds): 3609.756

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15675, runsolver pid=15672

[startup+0.10006 s]*
/proc/loadavg: 4.40 4.32 4.23 5/343 15693
/proc/meminfo: memFree=122307812/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=18930384 memory=57784 CPUtime=0.12 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 6571 0 0 0 10 2 0 0 20 0 18 0 31053454 19384713216 14446 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4732596 14446 5347 1 0 547619 0
[pid=15675/tid=15677] ppid=15672 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 5077 0 0 0 6 1 0 0 20 0 18 0 31053456 19384713216 14446 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31053458 19384713216 14446 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=18930384 memory=59585004335790 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31053458 19384713216 14446 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57784 KiB

[startup+0.205799 s]*
/proc/loadavg: 4.40 4.32 4.23 7/344 15694
/proc/meminfo: memFree=122295020/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=18996948 memory=64436 CPUtime=0.32 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 7142 0 0 0 30 2 0 0 20 0 19 0 31053454 19452874752 16109 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4749237 16109 5443 1 0 548297 0
[pid=15675/tid=15677] ppid=15672 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 5376 0 0 0 15 2 0 0 20 0 19 0 31053456 19452874752 16109 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=18996948 memory=16912 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31053458 19452874752 16109 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31053458 19452874752 16109 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31053473 19452874752 16109 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64436 KiB

[startup+0.305933 s]*
/proc/loadavg: 4.40 4.32 4.23 7/344 15694
/proc/meminfo: memFree=122261560/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=18996948 memory=82052 CPUtime=0.51 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 8715 0 0 0 48 3 0 0 20 0 19 0 31053454 19452874752 20513 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4749237 20513 5443 1 0 549008 0
[pid=15675/tid=15677] ppid=15672 vsize=18996948 memory=-6000919498442696558 CPUtime=0.26 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 5396 0 0 0 24 2 0 0 20 0 19 0 31053456 19452874752 20513 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31053458 19452874752 20513 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31053458 19452874752 20513 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31053473 19452874752 20513 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82052 KiB

[startup+0.700238 s]
/proc/loadavg: 4.40 4.32 4.23 6/344 15694
/proc/meminfo: memFree=122177564/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19064256 memory=164216 CPUtime=1.26 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 11698 0 0 0 120 6 0 0 20 0 20 0 31053454 19521798144 41054 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4766064 41054 5475 1 0 551105 0
[pid=15675/tid=15677] ppid=15672 vsize=19064256 memory=17280 CPUtime=0.62 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 5437 0 0 0 58 4 0 0 20 0 20 0 31053456 19521798144 41054 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19064256 memory=11008 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521798144 41054 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19064256 memory=3200 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31053458 19521798144 41054 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19064256 memory=4764 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521798144 41054 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19064256 KiB
Current children cumulated memory: 164216 KiB

[startup+1.50024 s]
/proc/loadavg: 4.40 4.32 4.23 6/345 15695
/proc/meminfo: memFree=122057336/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=174376 CPUtime=2.85 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 21185 0 0 0 277 8 0 0 20 0 20 0 31053454 19521036288 43594 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 43594 5475 1 0 553521 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=0 CPUtime=1.39 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 5773 0 0 0 134 5 0 0 20 0 20 0 31053456 19521036288 43594 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 43594 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 43594 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 43594 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174376 KiB

[startup+3.10564 s]
/proc/loadavg: 4.45 4.33 4.23 5/345 15695
/proc/meminfo: memFree=121924320/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=243500 CPUtime=5.71 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 24047 0 0 0 560 11 0 0 20 0 20 0 31053454 19521036288 60875 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 60875 5475 1 0 553709 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=11008 CPUtime=2.95 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 6488 0 0 0 288 7 0 0 20 0 20 0 31053456 19521036288 60875 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=-6000919498442696558 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 60875 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 60875 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 60875 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 243500 KiB

[startup+6.30023 s]
/proc/loadavg: 4.45 4.33 4.23 5/345 15695
/proc/meminfo: memFree=121541748/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=414756 CPUtime=9.46 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 26197 0 0 0 929 17 0 0 20 0 20 0 31053454 19521036288 103689 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 103689 5475 1 0 554293 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=0 CPUtime=6.13 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 6670 0 0 0 600 13 0 0 20 0 20 0 31053456 19521036288 103689 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 103689 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 103689 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=180932 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 103689 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 414756 KiB

[startup+12.7002 s]
/proc/loadavg: 4.49 4.34 4.24 5/345 15696
/proc/meminfo: memFree=120802840/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=726132 CPUtime=16.05 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 30686 0 0 0 1579 26 0 0 20 0 20 0 31053454 19521036288 181533 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 181533 5475 1 0 554293 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=180932 CPUtime=12.5 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 7989 0 0 0 1229 21 0 0 20 0 20 0 31053456 19521036288 181533 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=601204 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 181533 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 181533 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 181533 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 16.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 726132 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.32 4.23 5/346 15697
/proc/meminfo: memFree=119516512/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=1332564 CPUtime=28.9 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 36385 0 0 0 2849 41 0 0 20 0 20 0 31053454 19521036288 333141 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 333141 5475 1 0 554293 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=601204 CPUtime=25.2 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 9430 0 0 0 2485 35 0 0 20 0 20 0 31053456 19521036288 333141 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 333141 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=1123624 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 333141 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 333141 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 28.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332564 KiB

[startup+51.1057 s]
/proc/loadavg: 4.33 4.31 4.23 5/346 15697
/proc/meminfo: memFree=118549764/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=1346932 CPUtime=54.34 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 38611 0 0 0 5383 51 0 0 20 0 20 0 31053454 19521036288 336733 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 336733 5475 1 0 554293 0

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

/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2229 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3213.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.20 4.18 5/347 15951
/proc/meminfo: memFree=91980544/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3273.29 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 113571 0 0 0 326743 586 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555296 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3258.26 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 48220 0 0 0 325317 509 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2338 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3273.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.16 4.17 5/347 15955
/proc/meminfo: memFree=91526560/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3333.18 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 114869 0 0 0 332724 594 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555298 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3318.02 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 48892 0 0 0 331285 517 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2440 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3333.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.14 4.16 5/345 15957
/proc/meminfo: memFree=91046808/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3393.06 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 114931 0 0 0 338701 605 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555298 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3377.76 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 48897 0 0 0 337250 526 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2440 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3393.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

[startup+3462.3 s]
/proc/loadavg: 3.59 4.00 4.12 4/319 15992
/proc/meminfo: memFree=106205804/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3452.94 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 115321 0 0 0 344680 614 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555298 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3437.5 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 49216 0 0 0 343217 533 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2441 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=-6000919498442696558 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3452.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

[startup+3522.3 s]
/proc/loadavg: 3.27 3.83 4.05 4/319 15994
/proc/meminfo: memFree=105909028/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3512.77 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 116967 0 0 0 350653 624 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555298 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3497.23 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 50137 0 0 0 349180 543 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2514 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3512.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

[startup+3582.3 s]
/proc/loadavg: 2.87 3.63 3.96 3/294 16030
/proc/meminfo: memFree=121691232/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3572.69 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 118483 0 0 0 356634 635 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555298 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3556.91 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 51020 0 0 0 355139 552 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2620 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3572.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 2.53 3.47 3.90 3/294 16030
/proc/meminfo: memFree=121654956/131249996 swapFree=33010684/33010684
[pid=15675] ppid=15672 vsize=19063512 memory=2165472 CPUtime=3600.07 cores=0,2
/proc/15675/stat : 15675 (java) S 15672 15675 13865 0 -1 4194304 118512 0 0 0 359367 640 0 0 20 0 20 0 31053454 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
/proc/15675/statm: 4765878 541368 5539 1 0 555298 0
[pid=15675/tid=15677] ppid=15672 vsize=19063512 memory=5760 CPUtime=3584.29 cores=0,2
/proc/15675/task/15677/stat : 15677 (java) R 15672 15675 13865 0 -1 4194368 51035 0 0 0 357872 557 0 0 20 0 20 0 31053456 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15686] ppid=15672 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/15675/task/15686/stat : 15686 (Finalizer) S 15672 15675 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15693] ppid=15672 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/15675/task/15693/stat : 15693 (Common-Cleaner) S 15672 15675 13865 0 -1 4194368 2625 0 0 0 0 0 0 0 20 0 20 0 31053458 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
[pid=15675/tid=15694] ppid=15672 vsize=19063512 memory=2165472 CPUtime=0 cores=0,2
/proc/15675/task/15694/stat : 15694 (Timer-0) S 15672 15675 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31053473 19521036288 541368 18446744073709551615 94708941410304 94708941414000 140727965144320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94708941421816 94708941422608 94708943282176 140727965149488 140727965149670 140727965149670 140727965155272 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.79 s, system=6.42199 s

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

[startup+3609.9 s]*
/proc/loadavg: 2.53 3.47 3.90 3/276 16033
/proc/meminfo: memFree=122451540/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3609.91
CPU time (s): 3600.21
CPU user time (s): 3593.79
CPU system time (s): 6.42199
CPU usage (%): 99.7313
Max. virtual memory (cumulated for all children) (KiB): 19064256
Max. memory (cumulated for all children) (KiB): 2165472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.79
system time used= 6.42199
maximum resident set size= 2166368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5926024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109995
involuntary context switches= 10694


# summary of solver processes directly reported to runsolver:
#   pid: 15675
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3593.79
#   total CPU system time (s): 6.42199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23611 second user time and 17.5467 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 01:35:39
IDJOB=4493525
IDBENCH=147865
IDSOLVER=3364
FILE ID=nodeC030/4493525-1751153739
RUNJOBID= nodeC030-1751146486-13875
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

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

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

MD5SUM BENCH= 13744d26940a0db30366992d9fdeef8c
RANDOM SEED=19909629

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122344068 kB
MemAvailable:   123268804 kB
Buffers:            3280 kB
Cached:          1734148 kB
SwapCached:            0 kB
Active:          6847500 kB
Inactive:        1477708 kB
Active(anon):    6605544 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  1477708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            151080 kB
Writeback:             0 kB
AnonPages:       6590592 kB
Mapped:           122908 kB
Shmem:             18064 kB
KReclaimable:      88220 kB
Slab:             178128 kB
SReclaimable:      88220 kB
SUnreclaim:        89908 kB
KernelStack:        5296 kB
PageTables:        16608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9598784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6391808 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC030 at 2025-06-29 02:35:49