Trace number 4544811

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 2025-06-06? (TO) 3600.24 3604.93

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.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.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.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4544811-1753235782.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.69/0.45	c ... done. Wall clock time 0.31s.
0.69/0.45	c declared #vars     1584
0.69/0.45	c #constraints  50832
0.69/0.45	c constraints type 
0.69/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32670
0.69/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1452
0.69/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16710
0.69/0.45	c 50832 constraints processed.
3.14/1.98	c cleaning 2497 clauses out of 5001 with flag 45404/5001
4.78/3.54	c cleaning 4249 clauses out of 8503 with flag 97141/11000
6.88/5.55	c cleaning 5628 clauses out of 11255 with flag 164740/18001
9.28/7.95	c cleaning 6813 clauses out of 13626 with flag 243621/26000
11.58/10.21	c cleaning 7901 clauses out of 15813 with flag 322584/35000
14.32/12.96	c cleaning 8954 clauses out of 17913 with flag 414646/45001
17.52/16.13	c cleaning 9977 clauses out of 19958 with flag 492063/56000
21.11/19.79	c cleaning 10987 clauses out of 21981 with flag 586130/68000
26.22/24.89	c cleaning 11991 clauses out of 23994 with flag 698371/81000
30.30/28.84	c cleaning 12999 clauses out of 26004 with flag 812534/95001
34.99/33.56	c cleaning 14004 clauses out of 28007 with flag 930923/110003
39.89/38.48	c cleaning 14999 clauses out of 30001 with flag 1057269/126001
46.04/44.52	c cleaning 16000 clauses out of 32003 with flag 1204305/143002
51.92/50.41	c cleaning 16997 clauses out of 34001 with flag 1363177/161000
58.31/56.87	c cleaning 17994 clauses out of 36004 with flag 1528995/180000
65.60/64.14	c cleaning 19002 clauses out of 38010 with flag 1684453/200000
73.78/72.32	c cleaning 20001 clauses out of 40008 with flag 1866413/221000
85.67/84.26	c cleaning 21005 clauses out of 42009 with flag 2072126/243002
100.49/99.03	c cleaning 21995 clauses out of 44004 with flag 2291035/266002
116.15/114.70	c cleaning 22993 clauses out of 46007 with flag 2502640/290000
139.62/138.22	c cleaning 24005 clauses out of 48014 with flag 2771467/315000
154.29/152.95	c cleaning 24999 clauses out of 50009 with flag 3029182/341000
166.57/165.27	c cleaning 26002 clauses out of 52011 with flag 3298682/368001
179.51/178.15	c cleaning 27002 clauses out of 54008 with flag 3580900/396000
193.88/192.53	c cleaning 27992 clauses out of 56008 with flag 3885501/425002
218.14/216.85	c cleaning 29001 clauses out of 58015 with flag 4157275/455001
243.69/242.43	c cleaning 30001 clauses out of 60013 with flag 4461862/486000
265.53/264.38	c cleaning 31004 clauses out of 62014 with flag 4786652/518002
289.14/287.93	c cleaning 32002 clauses out of 64010 with flag 5098686/551002
317.38/316.24	c cleaning 32998 clauses out of 66006 with flag 5431615/585000
343.62/342.55	c cleaning 34000 clauses out of 68009 with flag 5776188/620001
371.71/370.62	c cleaning 35004 clauses out of 70010 with flag 6087588/656002
398.08/397.03	c cleaning 35997 clauses out of 72005 with flag 6418318/693001
418.33/417.30	c cleaning 37000 clauses out of 74008 with flag 6753103/731001
443.09/442.18	c cleaning 37998 clauses out of 76009 with flag 7093416/770002
477.28/476.35	c cleaning 38999 clauses out of 78010 with flag 7507117/810001
501.03/500.11	c cleaning 39988 clauses out of 80010 with flag 7897748/851000
523.68/522.84	c cleaning 41007 clauses out of 82022 with flag 8248271/893000
547.83/547.09	c cleaning 41994 clauses out of 84015 with flag 8640247/936000
588.29/587.51	c cleaning 43004 clauses out of 86022 with flag 9086184/980001
622.02/621.39	c cleaning 44005 clauses out of 88019 with flag 9549746/1025002
646.18/645.50	c cleaning 44999 clauses out of 90013 with flag 9944025/1071001
671.38/670.72	c cleaning 46001 clauses out of 92015 with flag 10337601/1118002
702.82/702.22	c cleaning 47003 clauses out of 94013 with flag 10745260/1166001
735.76/735.27	c cleaning 47999 clauses out of 96011 with flag 11226340/1215002
769.57/769.04	c cleaning 49003 clauses out of 98013 with flag 11801114/1265003
810.28/809.84	c cleaning 50003 clauses out of 100011 with flag 12328648/1316004
854.10/853.77	c cleaning 50986 clauses out of 102004 with flag 12869543/1368000
916.05/915.70	c cleaning 51995 clauses out of 104018 with flag 13486729/1421000
968.75/968.56	c cleaning 53008 clauses out of 106023 with flag 14070578/1475000
1010.48/1010.31	c cleaning 54004 clauses out of 108015 with flag 14684700/1530000
1050.96/1050.86	c cleaning 55000 clauses out of 110012 with flag 15219115/1586001
1091.68/1091.61	c cleaning 56004 clauses out of 112013 with flag 15707338/1643002
1156.59/1156.62	c cleaning 56996 clauses out of 114008 with flag 16270787/1701001
1224.03/1224.24	c cleaning 58000 clauses out of 116011 with flag 16908386/1760000
1299.07/1299.41	c cleaning 58987 clauses out of 118011 with flag 17554999/1820000
1372.73/1373.25	c cleaning 60013 clauses out of 120025 with flag 18280420/1881001
1454.14/1454.89	c cleaning 61000 clauses out of 122011 with flag 18910074/1943000
1526.24/1527.07	c cleaning 61995 clauses out of 124013 with flag 19580091/2006002
1605.19/1606.11	c cleaning 63007 clauses out of 126017 with flag 20264642/2070001
1693.59/1694.70	c cleaning 63986 clauses out of 128011 with flag 21041153/2135002
1798.50/1799.89	c cleaning 65009 clauses out of 130026 with flag 21891345/2201003
1888.39/1889.94	c cleaning 66002 clauses out of 132016 with flag 22634316/2268002
1970.10/1971.89	c cleaning 67001 clauses out of 134012 with flag 23365198/2336000
2054.18/2056.08	c cleaning 68001 clauses out of 136011 with flag 24126617/2405000
2125.63/2127.69	c cleaning 68999 clauses out of 138011 with flag 24932905/2475001
2222.05/2224.20	c cleaning 69999 clauses out of 140012 with flag 25683343/2546001
2307.48/2309.84	c cleaning 70999 clauses out of 142012 with flag 26501907/2618000
2410.85/2413.17	c cleaning 71997 clauses out of 144014 with flag 27414210/2691001
2486.57/2489.09	c cleaning 73009 clauses out of 146020 with flag 28207832/2765004
2570.13/2572.76	c cleaning 73996 clauses out of 148008 with flag 28974947/2840001
2684.24/2687.08	c cleaning 74996 clauses out of 150011 with flag 29832111/2916000
2825.02/2828.19	c cleaning 76005 clauses out of 152015 with flag 30705046/2993000
2942.74/2946.15	c cleaning 76998 clauses out of 154011 with flag 31593408/3071001
3037.43/3041.00	c cleaning 78000 clauses out of 156012 with flag 32439969/3150000
3174.46/3178.35	c cleaning 78990 clauses out of 158012 with flag 33340132/3230000
3282.02/3286.14	c cleaning 80006 clauses out of 160022 with flag 34263169/3311000
3385.07/3389.40	c cleaning 81003 clauses out of 162016 with flag 35128555/3393000
3491.11/3495.61	c cleaning 82006 clauses out of 164013 with flag 36033040/3476000
3600.09/3604.81	c timeout
3600.09/3604.82	c starts		: 9628
3600.09/3604.83	c conflicts		: 3554408
3600.09/3604.83	c decisions		: 4639154
3600.09/3604.83	c propagations		: 847645767
3600.09/3604.83	c inspects		: 42263555372
3600.09/3604.83	c shortcuts		: 0
3600.09/3604.83	c learnt literals	: 0
3600.09/3604.83	c learnt binary clauses	: 0
3600.09/3604.83	c learnt ternary clauses	: 1
3600.09/3604.83	c learnt constraints	: 3554408
3600.09/3604.83	c ignored constraints	: 0
3600.09/3604.83	c root simplifications	: 0
3600.09/3604.83	c removed literals (reason simplification)	: 1978219
3600.09/3604.83	c reason swapping (by a shorter reason)	: 0
3600.09/3604.83	c Calls to reduceDB	: 79
3600.09/3604.83	c Number of update (reduction) of LBD	: 2206187
3600.09/3604.83	c Imported unit clauses	: 0
3600.09/3604.83	c No decision after first conflict	: false
3600.09/3604.83	c number of reductions to clauses (during analyze)	: 0
3600.09/3604.83	c number of learned constraints concerned by reduction	: 0
3600.09/3604.83	c number of learning phase by resolution	: 0
3600.09/3604.83	c number of learning phase by cutting planes	: 0
3600.09/3604.83	c number of rounding to 1 operations	: 0
3600.09/3604.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3604.83	c number of reductions of the coefficients by power 2 	: 0
3600.09/3604.83	c number of right shift for reduction by power 2 	: 0
3600.09/3604.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3604.83	c number of ending skipping 	: 0
3600.09/3604.83	c number of internal skipping 	: 0
3600.09/3604.83	c number of derivation steps 	: 0
3600.09/3604.83	c number of skipped derivation steps 	: 0
3600.09/3604.83	c number of remaining unassigned 	: 0
3600.09/3604.83	c number of remaining assigned 	: 0
3600.09/3604.83	c number of falsified literals weakened from reason	: 0
3600.09/3604.83	c number of falsified literals weakened from conflict	: 0
3600.09/3604.83	c time for arithmetic operations	: 0
3600.09/3604.83	c minimum degree of deleted constraints	: null
3600.09/3604.83	c maximum degree of deleted constraints	: null
3600.09/3604.83	c number of deleted constraints	: 0
3600.09/3604.83	c speed (assignments/second)	: 235171.2284813714
3600.09/3604.83	c non guided choices	: 74
3600.09/3604.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 160415
3600.09/3604.89	s UNKNOWN
3600.09/3604.89	c Total wall clock time (in seconds): 3604.752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544811-1753235782/watcher-4544811-1753235782 -o /tmp/evaluation-result-4544811-1753235782/solver-4544811-1753235782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544811-1753235782.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=172797, runsolver pid=172794

[startup+0.100024 s]*
/proc/loadavg: 4.48 4.25 4.14 6/336 172815
/proc/meminfo: memFree=118330068/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=18930384 memory=55504 CPUtime=0.13 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 6550 0 0 0 11 2 0 0 20 0 18 0 239256112 19384713216 13876 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4732596 13876 5331 1 0 547602 0
[pid=172797/tid=172799] ppid=172794 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 5061 0 0 0 7 0 0 0 20 0 18 0 239256113 19384713216 13876 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239256115 19384713216 13876 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239256116 19384713216 13876 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55504 KiB

[startup+0.205672 s]*
/proc/loadavg: 4.48 4.25 4.14 7/336 172815
/proc/meminfo: memFree=118329060/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=18930384 memory=63896 CPUtime=0.31 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 7025 0 0 0 29 2 0 0 20 0 18 0 239256112 19384713216 15974 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4732596 15974 5427 1 0 547897 0
[pid=172797/tid=172799] ppid=172794 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 5283 0 0 0 15 1 0 0 20 0 18 0 239256113 19384713216 15974 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239256115 19384713216 15974 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239256116 19384713216 15974 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63896 KiB

[startup+0.305645 s]*
/proc/loadavg: 4.48 4.25 4.14 6/336 172815
/proc/meminfo: memFree=118317404/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=18930384 memory=102096 CPUtime=0.5 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 8940 0 0 0 47 3 0 0 20 0 18 0 239256112 19384713216 25524 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4732596 25524 5427 1 0 549182 0
[pid=172797/tid=172799] ppid=172794 vsize=18930384 memory=-8886837273360638652 CPUtime=0.26 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 5321 0 0 0 24 2 0 0 20 0 18 0 239256113 19384713216 25524 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239256115 19384713216 25524 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239256116 19384713216 25524 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102096 KiB

[startup+0.700221 s]
/proc/loadavg: 4.48 4.25 4.14 6/338 172817
/proc/meminfo: memFree=118256280/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=165468 CPUtime=1.25 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 10941 0 0 0 120 5 0 0 20 0 20 0 239256112 19521036288 41367 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 41367 5459 1 0 551028 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=27264 CPUtime=0.62 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 5379 0 0 0 59 3 0 0 20 0 20 0 239256113 19521036288 41367 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 41367 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 41367 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 41367 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165468 KiB

[startup+1.50025 s]
/proc/loadavg: 4.48 4.25 4.14 6/338 172817
/proc/meminfo: memFree=118254308/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=173620 CPUtime=2.64 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 18012 0 0 0 257 7 0 0 20 0 20 0 239256112 19521036288 43405 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 43405 5491 1 0 552963 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=0 CPUtime=1.41 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 5504 0 0 0 138 3 0 0 20 0 20 0 239256113 19521036288 43405 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 43405 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 43405 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 43405 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173620 KiB

[startup+3.10549 s]
/proc/loadavg: 4.44 4.24 4.13 5/338 172817
/proc/meminfo: memFree=118240740/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=174004 CPUtime=4.39 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 20152 0 0 0 432 7 0 0 20 0 20 0 239256112 19521036288 43501 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 43501 5491 1 0 553005 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=10752 CPUtime=3.01 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 6423 0 0 0 298 3 0 0 20 0 20 0 239256113 19521036288 43501 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=-8886837273360638652 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 43501 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 43501 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 43501 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174004 KiB

[startup+6.30021 s]
/proc/loadavg: 4.44 4.24 4.13 6/338 172817
/proc/meminfo: memFree=118241136/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=170912 CPUtime=7.68 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 20462 0 0 0 761 7 0 0 20 0 20 0 239256112 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 42728 5491 1 0 553008 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=0 CPUtime=6.19 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 6586 0 0 0 616 3 0 0 20 0 20 0 239256113 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=173620 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170912 KiB

[startup+12.7002 s]
/proc/loadavg: 4.40 4.24 4.13 5/338 172817
/proc/meminfo: memFree=118136044/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=170912 CPUtime=14.08 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 22900 0 0 0 1401 7 0 0 20 0 20 0 239256112 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 42728 5491 1 0 553008 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=173620 CPUtime=12.58 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 7644 0 0 0 1255 3 0 0 20 0 20 0 239256113 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=170912 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 42728 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 14.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170912 KiB

[startup+25.5002 s]
/proc/loadavg: 4.46 4.26 4.14 5/338 172817
/proc/meminfo: memFree=117186720/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=171040 CPUtime=26.96 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 28164 0 0 0 2688 8 0 0 20 0 20 0 239256112 19521036288 42760 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 42760 5491 1 0 553008 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=-8886837273360638652 CPUtime=25.34 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 8441 0 0 0 2531 3 0 0 20 0 20 0 239256113 19521036288 42760 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 42760 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 42760 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 42760 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 26.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171040 KiB

[startup+51.1055 s]
/proc/loadavg: 4.30 4.24 4.14 5/338 172817
/proc/meminfo: memFree=116870596/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=183732 CPUtime=52.63 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 29678 0 0 0 5254 9 0 0 20 0 20 0 239256112 19521036288 45933 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 45933 5523 1 0 553008 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=183732 CPUtime=50.88 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 8478 0 0 0 5084 4 0 0 20 0 20 0 239256113 19521036288 45933 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=171296 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 45933 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=170912 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.44 4.45 4.33 6/338 173118
/proc/meminfo: memFree=124723320/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3278.22 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 62692 0 0 0 327689 133 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554674 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3272.51 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 21637 0 0 0 327245 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 646 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3278.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.42 4.33 5/340 173122
/proc/meminfo: memFree=123570072/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3338.08 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 63291 0 0 0 333673 135 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554674 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3332.35 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 22112 0 0 0 333229 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 693 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3338.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.36 4.31 5/341 173125
/proc/meminfo: memFree=123239392/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3397.95 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 63410 0 0 0 339658 137 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554677 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3392.18 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 22200 0 0 0 339212 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 693 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3397.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.32 4.30 5/342 173128
/proc/meminfo: memFree=122910488/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3457.88 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 64135 0 0 0 345650 138 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554677 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3451.95 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 22225 0 0 0 345189 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 693 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=-8886837273360638652 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3457.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.31 4.30 6/341 173195
/proc/meminfo: memFree=125073660/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3517.76 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 64445 0 0 0 351636 140 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554677 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3511.81 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 22506 0 0 0 351175 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 693 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3517.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.30 4.29 5/342 173329
/proc/meminfo: memFree=124843240/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3577.64 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 64881 0 0 0 357623 141 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554677 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=14676 CPUtime=3571.66 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 22839 0 0 0 357160 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 727 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3577.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.8 s]
/proc/loadavg: 4.23 4.29 4.29 5/342 173329
/proc/meminfo: memFree=124699932/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19063512 memory=1368196 CPUtime=3600.09 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 65031 0 0 0 359868 141 0 0 20 0 20 0 239256112 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4765878 342049 5523 1 0 554677 0
[pid=172797/tid=172799] ppid=172794 vsize=19063512 memory=-8886837273360638652 CPUtime=3594.11 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) R 172794 172797 171687 0 -1 4194368 22979 0 0 0 359405 6 0 0 20 0 20 0 239256113 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239256115 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19063512 memory=-8886837273360638652 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 727 0 0 0 0 0 0 0 20 0 20 0 239256116 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172817] ppid=172794 vsize=19063512 memory=21952 CPUtime=0 cores=1,3
/proc/172797/task/172817/stat : 172817 (Timer-0) S 172794 172797 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239256158 19521036288 342049 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1368196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.81 s, system=1.42738 s

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

[startup+3604.91 s]
/proc/loadavg: 4.23 4.29 4.29 5/342 173329
/proc/meminfo: memFree=124699932/131249996 swapFree=33010672/33010684
[pid=172797] ppid=172794 vsize=19263204 memory=1369348 CPUtime=3600.22 cores=1,3
/proc/172797/stat : 172797 (java) S 172794 172797 171687 0 -1 4194304 67040 0 0 0 359881 141 0 0 20 0 15 0 239256112 19725520896 342337 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
/proc/172797/statm: 4815801 342337 5555 1 0 555621 0
[pid=172797/tid=172799] ppid=172794 vsize=19263204 memory=1368196 CPUtime=3594.13 cores=1,3
/proc/172797/task/172799/stat : 172799 (java) S 172794 172797 171687 0 -1 4194368 23176 0 0 0 359407 6 0 0 20 0 15 0 239256113 19725520896 342337 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172808] ppid=172794 vsize=19263204 memory=10752 CPUtime=0 cores=1,3
/proc/172797/task/172808/stat : 172808 (Finalizer) S 172794 172797 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 239256115 19725520896 342337 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
[pid=172797/tid=172815] ppid=172794 vsize=19263204 memory=1368196 CPUtime=0 cores=1,3
/proc/172797/task/172815/stat : 172815 (Common-Cleaner) S 172794 172797 171687 0 -1 4194368 727 0 0 0 0 0 0 0 20 0 15 0 239256116 19725520896 342337 18446744073709551615 94310114684928 94310114688624 140725165977616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310114696440 94310114697232 94310137503744 140725165984127 140725165984228 140725165984228 140725165989832 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1369348 KiB

Child status: 143

Real time (s): 3604.93
CPU time (s): 3600.24
CPU user time (s): 3598.81
CPU system time (s): 1.42738
CPU usage (%): 99.8698
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1369348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 1.42738
maximum resident set size= 1369476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119312
involuntary context switches= 2538


# summary of solver processes directly reported to runsolver:
#   pid: 172797
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 1.42738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12842 second user time and 17.4173 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 03:56:22
IDJOB=4544811
IDBENCH=180683
IDSOLVER=3363
FILE ID=nodeC024/4544811-1753235782
RUNJOBID= nodeC024-1753232113-171699
SLURM_JOB_ID= 9687842
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544811-1753235782/watcher-4544811-1753235782 -o /tmp/evaluation-result-4544811-1753235782/solver-4544811-1753235782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544811-1753235782.opb

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=1476617916

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118347052 kB
MemAvailable:   118922968 kB
Buffers:            2128 kB
Cached:          1337740 kB
SwapCached:            8 kB
Active:         11919352 kB
Inactive:         210512 kB
Active(anon):   10814656 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   208924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2000 kB
Writeback:            36 kB
AnonPages:      10790124 kB
Mapped:           128724 kB
Shmem:             26248 kB
KReclaimable:     202668 kB
Slab:             299584 kB
SReclaimable:     202668 kB
SUnreclaim:        96916 kB
KernelStack:        5168 kB
PageTables:        24892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   17866972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10489856 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC024 at 2025-07-23 04:56:27