Trace number 4544812

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 3604.49

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat12_11_identity_complement.opb
MD5SUM6b491c2baabcf28ebf0b874cd3568279
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.17133
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1584
Total number of constraints50832
Number of constraints which are clauses47928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2904
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	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-4544812-1753234936.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.70/0.46	c ... done. Wall clock time 0.322s.
0.70/0.46	c declared #vars     1584
0.70/0.46	c #constraints  50832
0.70/0.46	c constraints type 
0.70/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32670
0.70/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1452
0.70/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16710
0.70/0.46	c 50832 constraints processed.
4.42/2.31	c cleaning 2497 clauses out of 5001 with flag 45404/5001
6.33/4.02	c cleaning 4249 clauses out of 8503 with flag 97141/11000
8.53/6.19	c cleaning 5628 clauses out of 11255 with flag 164740/18001
11.16/8.75	c cleaning 6813 clauses out of 13626 with flag 243621/26000
13.57/11.13	c cleaning 7901 clauses out of 15813 with flag 322584/35000
16.63/14.16	c cleaning 8954 clauses out of 17913 with flag 414646/45001
20.22/17.71	c cleaning 9977 clauses out of 19958 with flag 492063/56000
24.10/21.65	c cleaning 10987 clauses out of 21981 with flag 586130/68000
29.51/27.03	c cleaning 11991 clauses out of 23994 with flag 698371/81000
33.92/31.36	c cleaning 12999 clauses out of 26004 with flag 812534/95001
39.00/36.49	c cleaning 14004 clauses out of 28007 with flag 930923/110003
44.30/41.76	c cleaning 14999 clauses out of 30001 with flag 1057269/126001
50.54/47.98	c cleaning 16000 clauses out of 32003 with flag 1204305/143002
56.48/53.82	c cleaning 16997 clauses out of 34001 with flag 1363177/161000
62.96/60.33	c cleaning 17994 clauses out of 36004 with flag 1528995/180000
70.34/67.78	c cleaning 19002 clauses out of 38010 with flag 1684453/200000
78.83/76.29	c cleaning 20001 clauses out of 40008 with flag 1866413/221000
91.20/88.69	c cleaning 21005 clauses out of 42009 with flag 2072126/243002
105.96/103.42	c cleaning 21995 clauses out of 44004 with flag 2291035/266002
121.03/118.55	c cleaning 22993 clauses out of 46007 with flag 2502640/290000
143.97/141.53	c cleaning 24005 clauses out of 48014 with flag 2771467/315000
158.34/155.98	c cleaning 24999 clauses out of 50009 with flag 3029182/341000
170.74/168.33	c cleaning 26002 clauses out of 52011 with flag 3298682/368001
183.10/180.76	c cleaning 27002 clauses out of 54008 with flag 3580900/396000
198.17/195.84	c cleaning 27992 clauses out of 56008 with flag 3885501/425002
223.73/221.44	c cleaning 29001 clauses out of 58015 with flag 4157275/455001
249.07/246.80	c cleaning 30001 clauses out of 60013 with flag 4461862/486000
271.63/269.40	c cleaning 31004 clauses out of 62014 with flag 4786652/518002
295.88/293.78	c cleaning 32002 clauses out of 64010 with flag 5098686/551002
323.42/321.30	c cleaning 32998 clauses out of 66006 with flag 5431615/585000
348.30/346.20	c cleaning 34000 clauses out of 68009 with flag 5776188/620001
375.34/373.31	c cleaning 35004 clauses out of 70010 with flag 6087588/656002
399.40/397.43	c cleaning 35997 clauses out of 72005 with flag 6418318/693001
418.75/416.87	c cleaning 37000 clauses out of 74008 with flag 6753103/731001
443.29/441.45	c cleaning 37998 clauses out of 76009 with flag 7093416/770002
475.72/473.98	c cleaning 38999 clauses out of 78010 with flag 7507117/810001
499.09/497.33	c cleaning 39988 clauses out of 80010 with flag 7897748/851000
520.74/519.07	c cleaning 41007 clauses out of 82022 with flag 8248271/893000
544.90/543.20	c cleaning 41994 clauses out of 84015 with flag 8640247/936000
586.20/584.69	c cleaning 43004 clauses out of 86022 with flag 9086184/980001
620.24/618.72	c cleaning 44005 clauses out of 88019 with flag 9549746/1025002
643.98/642.57	c cleaning 44999 clauses out of 90013 with flag 9944025/1071001
669.72/668.37	c cleaning 46001 clauses out of 92015 with flag 10337601/1118002
702.66/701.39	c cleaning 47003 clauses out of 94013 with flag 10745260/1166001
736.49/735.25	c cleaning 47999 clauses out of 96011 with flag 11226340/1215002
771.52/770.34	c cleaning 49003 clauses out of 98013 with flag 11801114/1265003
812.13/811.06	c cleaning 50003 clauses out of 100011 with flag 12328648/1316004
855.46/854.44	c cleaning 50986 clauses out of 102004 with flag 12869543/1368000
919.03/918.13	c cleaning 51995 clauses out of 104018 with flag 13486729/1421000
976.27/975.50	c cleaning 53008 clauses out of 106023 with flag 14070578/1475000
1020.09/1019.42	c cleaning 54004 clauses out of 108015 with flag 14684700/1530000
1062.03/1061.40	c cleaning 55000 clauses out of 110012 with flag 15219115/1586001
1102.23/1101.79	c cleaning 56004 clauses out of 112013 with flag 15707338/1643002
1167.51/1167.16	c cleaning 56996 clauses out of 114008 with flag 16270787/1701001
1233.10/1232.88	c cleaning 58000 clauses out of 116011 with flag 16908386/1760000
1311.52/1311.48	c cleaning 58987 clauses out of 118011 with flag 17554999/1820000
1393.13/1393.26	c cleaning 60013 clauses out of 120025 with flag 18280420/1881001
1481.14/1481.41	c cleaning 61000 clauses out of 122011 with flag 18910074/1943000
1558.77/1559.21	c cleaning 61995 clauses out of 124013 with flag 19580091/2006002
1644.11/1644.72	c cleaning 63007 clauses out of 126017 with flag 20264642/2070001
1742.85/1743.66	c cleaning 63986 clauses out of 128011 with flag 21041153/2135002
1854.24/1855.26	c cleaning 65009 clauses out of 130026 with flag 21891345/2201003
1950.21/1951.44	c cleaning 66002 clauses out of 132016 with flag 22634316/2268002
2040.27/2041.63	c cleaning 67001 clauses out of 134012 with flag 23365198/2336000
2133.73/2135.22	c cleaning 68001 clauses out of 136011 with flag 24126617/2405000
2214.48/2216.16	c cleaning 68999 clauses out of 138011 with flag 24932905/2475001
2319.39/2321.25	c cleaning 69999 clauses out of 140012 with flag 25683343/2546001
2414.01/2416.03	c cleaning 70999 clauses out of 142012 with flag 26501907/2618000
2525.17/2527.45	c cleaning 71997 clauses out of 144014 with flag 27414210/2691001
2608.85/2611.37	c cleaning 73009 clauses out of 146020 with flag 28207832/2765004
2698.54/2701.16	c cleaning 73996 clauses out of 148008 with flag 28974947/2840001
2819.81/2822.64	c cleaning 74996 clauses out of 150011 with flag 29832111/2916000
2968.60/2971.77	c cleaning 76005 clauses out of 152015 with flag 30705046/2993000
3095.16/3098.59	c cleaning 76998 clauses out of 154011 with flag 31593408/3071001
3204.05/3207.66	c cleaning 78000 clauses out of 156012 with flag 32439969/3150000
3340.07/3343.94	c cleaning 78990 clauses out of 158012 with flag 33340132/3230000
3450.64/3454.77	c cleaning 80006 clauses out of 160022 with flag 34263169/3311000
3559.85/3564.14	c cleaning 81003 clauses out of 162016 with flag 35128555/3393000
3600.06/3604.41	c timeout
3600.06/3604.41	c starts		: 9525
3600.06/3604.41	c conflicts		: 3425990
3600.06/3604.41	c decisions		: 4488261
3600.06/3604.41	c propagations		: 818888739
3600.06/3604.41	c inspects		: 40383419445
3600.06/3604.42	c shortcuts		: 0
3600.06/3604.42	c learnt literals	: 0
3600.06/3604.42	c learnt binary clauses	: 0
3600.06/3604.42	c learnt ternary clauses	: 1
3600.06/3604.42	c learnt constraints	: 3425990
3600.06/3604.42	c ignored constraints	: 0
3600.06/3604.42	c root simplifications	: 0
3600.06/3604.42	c removed literals (reason simplification)	: 1886516
3600.06/3604.42	c reason swapping (by a shorter reason)	: 0
3600.06/3604.42	c Calls to reduceDB	: 78
3600.06/3604.42	c Number of update (reduction) of LBD	: 2131923
3600.06/3604.42	c Imported unit clauses	: 0
3600.06/3604.42	c No decision after first conflict	: false
3600.06/3604.42	c number of reductions to clauses (during analyze)	: 0
3600.06/3604.42	c number of learned constraints concerned by reduction	: 0
3600.06/3604.42	c number of learning phase by resolution	: 0
3600.06/3604.42	c number of learning phase by cutting planes	: 0
3600.06/3604.42	c number of rounding to 1 operations	: 0
3600.06/3604.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3604.42	c number of reductions of the coefficients by power 2 	: 0
3600.06/3604.42	c number of right shift for reduction by power 2 	: 0
3600.06/3604.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3604.42	c number of ending skipping 	: 0
3600.06/3604.42	c number of internal skipping 	: 0
3600.06/3604.42	c number of derivation steps 	: 0
3600.06/3604.42	c number of skipped derivation steps 	: 0
3600.06/3604.42	c number of remaining unassigned 	: 0
3600.06/3604.42	c number of remaining assigned 	: 0
3600.06/3604.42	c number of falsified literals weakened from reason	: 0
3600.06/3604.42	c number of falsified literals weakened from conflict	: 0
3600.06/3604.42	c time for arithmetic operations	: 0
3600.06/3604.42	c minimum degree of deleted constraints	: null
3600.06/3604.42	c maximum degree of deleted constraints	: null
3600.06/3604.42	c number of deleted constraints	: 0
3600.06/3604.42	c speed (assignments/second)	: 227219.59442867318
3600.06/3604.42	c non guided choices	: 71
3600.06/3604.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 114003
3600.06/3604.47	s UNKNOWN
3600.06/3604.47	c Total wall clock time (in seconds): 3604.337

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: 63708 MiB (52245 MiB free)
  memory of node 1: 64465 MiB (52357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544812-1753234936/watcher-4544812-1753234936 -o /tmp/evaluation-result-4544812-1753234936/solver-4544812-1753234936 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168238 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544812-1753234936 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544812-1753234936.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=168896, runsolver pid=168893
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 3.80 1.95 1.84 5/339 168914
/proc/meminfo: memFree=107023104/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=18930384 memory=57772 CPUtime=0.12 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 6557 0 0 0 10 2 0 0 20 0 18 0 239171048 19384713216 14443 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4732596 14443 5354 1 0 547603 0
[pid=168896/tid=168898] ppid=168893 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 239171049 19384713216 14443 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239171051 19384713216 14443 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=18930384 memory=58485492697507 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239171051 19384713216 14443 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.205816 s]*
/proc/loadavg: 3.80 1.95 1.84 7/339 168914
/proc/meminfo: memFree=106923796/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=18930384 memory=64032 CPUtime=0.32 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 7052 0 0 0 29 3 0 0 20 0 18 0 239171048 19384713216 16008 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4732596 16008 5418 1 0 547931 0
[pid=168896/tid=168898] ppid=168893 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 5315 0 0 0 15 1 0 0 20 0 18 0 239171049 19384713216 16008 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239171051 19384713216 16008 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239171051 19384713216 16008 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64032 KiB

[startup+0.305699 s]*
/proc/loadavg: 3.80 1.95 1.84 6/339 168914
/proc/meminfo: memFree=106832248/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=18930384 memory=94068 CPUtime=0.51 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 8983 0 0 0 47 4 0 0 20 0 18 0 239171048 19384713216 23517 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4732596 23517 5418 1 0 549239 0
[pid=168896/tid=168898] ppid=168893 vsize=18930384 memory=-8958893742133912252 CPUtime=0.26 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 5343 0 0 0 24 2 0 0 20 0 18 0 239171049 19384713216 23517 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239171051 19384713216 23517 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239171051 19384713216 23517 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94068 KiB

[startup+0.700253 s]
/proc/loadavg: 3.80 1.95 1.84 7/341 168916
/proc/meminfo: memFree=106634444/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=166324 CPUtime=1.26 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 11114 0 0 0 120 6 0 0 20 0 20 0 239171048 19521036288 41581 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 41581 5482 1 0 551130 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=24704 CPUtime=0.62 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 5442 0 0 0 59 3 0 0 20 0 20 0 239171049 19521036288 41581 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 41581 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 41581 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 41581 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166324 KiB

[startup+1.5002 s]
/proc/loadavg: 3.80 1.95 1.84 7/341 168916
/proc/meminfo: memFree=106282828/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=174888 CPUtime=2.85 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 18683 0 0 0 276 9 0 0 20 0 20 0 239171048 19521036288 43722 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 43722 5482 1 0 553106 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=0 CPUtime=1.41 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 5809 0 0 0 137 4 0 0 20 0 20 0 239171049 19521036288 43722 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 43722 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 43722 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 43722 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174888 KiB

[startup+3.10563 s]
/proc/loadavg: 3.82 1.98 1.85 5/341 168916
/proc/meminfo: memFree=105339192/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=177880 CPUtime=5.37 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 20972 0 0 0 526 11 0 0 20 0 20 0 239171048 19521036288 44470 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 44470 5482 1 0 553153 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=10752 CPUtime=2.98 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 6974 0 0 0 293 5 0 0 20 0 20 0 239171049 19521036288 44470 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=-8958893742133912252 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 44470 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 44470 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 44470 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177880 KiB

[startup+6.30024 s]
/proc/loadavg: 3.82 1.98 1.85 5/341 168916
/proc/meminfo: memFree=104463956/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=183052 CPUtime=8.76 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 21781 0 0 0 862 14 0 0 20 0 20 0 239171048 19521036288 45763 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 45763 5482 1 0 553154 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=0 CPUtime=6.15 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 6989 0 0 0 608 7 0 0 20 0 20 0 239171049 19521036288 45763 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 45763 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 45763 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=174888 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 45763 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183052 KiB

[startup+12.7002 s]
/proc/loadavg: 3.91 2.03 1.87 6/341 168916
/proc/meminfo: memFree=103565220/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=244584 CPUtime=15.17 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 24596 0 0 0 1499 18 0 0 20 0 20 0 239171048 19521036288 61146 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 61146 5482 1 0 553154 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=174888 CPUtime=12.52 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 7747 0 0 0 1242 10 0 0 20 0 20 0 239171049 19521036288 61146 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 61146 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=244584 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 61146 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 61146 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 244584 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 2.18 1.92 5/341 168916
/proc/meminfo: memFree=100609532/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=463744 CPUtime=28.01 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 29436 0 0 0 2774 27 0 0 20 0 20 0 239171048 19521036288 115936 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 115936 5482 1 0 553154 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=-8958893742133912252 CPUtime=25.27 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 8993 0 0 0 2508 19 0 0 20 0 20 0 239171049 19521036288 115936 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 115936 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 115936 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 115936 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 28.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 463744 KiB

[startup+51.1057 s]
/proc/loadavg: 4.36 2.39 2.00 6/341 168917
/proc/meminfo: memFree=94543404/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1324208 CPUtime=53.79 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 34601 0 0 0 5326 53 0 0 20 0 20 0 239171048 19521036288 331052 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 331052 5514 1 0 553170 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1324208 CPUtime=50.78 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 10172 0 0 0 5036 42 0 0 20 0 20 0 239171049 19521036288 331052 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=969856 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=116963884/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1855220 CPUtime=3218.71 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 86195 0 0 0 321230 641 0 0 20 0 20 0 239171048 19521036288 463805 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 463805 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1822448 CPUtime=3211.17 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 35142 0 0 0 320588 529 0 0 20 0 20 0 239171049 19521036288 463805 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=1855220 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 463805 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2038 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 463805 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=1855220 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 463805 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3218.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1855220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.61 4.60 5/342 169309
/proc/meminfo: memFree=114052272/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3278.64 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 87522 0 0 0 327214 650 0 0 20 0 20 0 239171048 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 471997 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3270.95 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 35569 0 0 0 326560 535 0 0 20 0 20 0 239171049 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=-7088805068054619773 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2140 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=1887988 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3278.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1887988 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.56 4.58 5/343 169312
/proc/meminfo: memFree=111664368/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3338.48 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 88472 0 0 0 333192 656 0 0 20 0 20 0 239171048 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 471997 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3330.77 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 36304 0 0 0 332537 540 0 0 20 0 20 0 239171049 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=1887988 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3338.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1887988 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.49 4.56 5/341 169380
/proc/meminfo: memFree=114150624/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3398.37 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 89747 0 0 0 339171 666 0 0 20 0 20 0 239171048 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 471997 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3390.55 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 36884 0 0 0 338506 549 0 0 20 0 20 0 239171049 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=12928 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=1887988 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3398.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1887988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.44 4.53 5/341 169382
/proc/meminfo: memFree=113097536/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3458.23 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 90155 0 0 0 345146 677 0 0 20 0 20 0 239171048 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 471997 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1887988 CPUtime=3450.38 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 37222 0 0 0 344481 557 0 0 20 0 20 0 239171049 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2261 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=1887988 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 471997 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3458.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1887988 KiB

[startup+3522.3 s]
/proc/loadavg: 4.51 4.47 4.54 5/341 169384
/proc/meminfo: memFree=111875696/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1908472 CPUtime=3518.15 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 92106 0 0 0 351127 688 0 0 20 0 20 0 239171048 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 477118 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=10752 CPUtime=3510.16 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 37918 0 0 0 350450 566 0 0 20 0 20 0 239171049 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2383 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3518.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908472 KiB

[startup+3582.3 s]
/proc/loadavg: 4.41 4.46 4.53 5/341 169452
/proc/meminfo: memFree=116771884/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1908472 CPUtime=3578.01 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 93211 0 0 0 357102 699 0 0 20 0 20 0 239171048 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 477118 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=1908472 CPUtime=3570 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 38897 0 0 0 356424 576 0 0 20 0 20 0 239171049 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=1908472 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2383 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3578.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.33 4.43 4.52 5/339 169454
/proc/meminfo: memFree=116634424/131249996 swapFree=33006296/33010684
[pid=168896] ppid=168893 vsize=19063512 memory=1908472 CPUtime=3600.06 cores=0,2
/proc/168896/stat : 168896 (java) S 168893 168896 168228 0 -1 4194304 93505 0 0 0 359303 703 0 0 20 0 20 0 239171048 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
/proc/168896/statm: 4765878 477118 5514 1 0 553186 0
[pid=168896/tid=168898] ppid=168893 vsize=19063512 memory=9216 CPUtime=3592.04 cores=0,2
/proc/168896/task/168898/stat : 168898 (java) R 168893 168896 168228 0 -1 4194368 39095 0 0 0 358625 579 0 0 20 0 20 0 239171049 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168907] ppid=168893 vsize=19063512 memory=1908472 CPUtime=0 cores=0,2
/proc/168896/task/168907/stat : 168907 (Finalizer) S 168893 168896 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168914] ppid=168893 vsize=19063512 memory=862407958368553 CPUtime=0 cores=0,2
/proc/168896/task/168914/stat : 168914 (Common-Cleaner) S 168893 168896 168228 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 239171051 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
[pid=168896/tid=168916] ppid=168893 vsize=19063512 memory=1908472 CPUtime=0 cores=0,2
/proc/168896/task/168916/stat : 168916 (Timer-0) S 168893 168896 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239171095 19521036288 477118 18446744073709551615 94391446040576 94391446044272 140722875386944 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94391446052088 94391446052880 94391451975680 140722875394388 140722875394532 140722875394532 140722875400136 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1908472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.14 s, system=7.04413 s

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

Child status: 143

Real time (s): 3604.49
CPU time (s): 3600.18
CPU user time (s): 3593.14
CPU system time (s): 7.04413
CPU usage (%): 99.8803
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1908472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.14
system time used= 7.04413
maximum resident set size= 1909368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96676
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2960976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105922
involuntary context switches= 6390


# summary of solver processes directly reported to runsolver:
#   pid: 168896
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.14
#   total CPU system time (s): 7.04413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11223 second user time and 18.7123 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 03:42:16
IDJOB=4544812
IDBENCH=180683
IDSOLVER=3364
FILE ID=nodeC015/4544812-1753234936
RUNJOBID= nodeC015-1753234865-168238
SLURM_JOB_ID= 9687864
Free space on /tmp= 428328 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544812-1753234936/watcher-4544812-1753234936 -o /tmp/evaluation-result-4544812-1753234936/solver-4544812-1753234936 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168238 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544812-1753234936 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544812-1753234936.opb

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=1831722992

nodeC015 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.060
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.14
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.071
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.14
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.711
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.14
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		: 3602.552
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.14
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.071
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.14
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		: 3600.081
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.14
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.634
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.14
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		: 3606.063
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        107145980 kB
MemAvailable:   110930864 kB
Buffers:            1508 kB
Cached:          4551096 kB
SwapCached:         3888 kB
Active:         19661184 kB
Inactive:        3706284 kB
Active(anon):   18789344 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):  3657980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            482032 kB
Writeback:            24 kB
AnonPages:      18814508 kB
Mapped:           126284 kB
Shmem:             22352 kB
KReclaimable:     188608 kB
Slab:             284792 kB
SReclaimable:     188608 kB
SUnreclaim:        96184 kB
KernelStack:        5216 kB
PageTables:        40448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   30127604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18579456 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 428920 MiB
End job on nodeC015 at 2025-07-23 04:42:20