Trace number 4440592

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.29 3508.52

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
MD5SUM56678f8f787569ff6bace689e56ab709
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2000.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables180608
Total number of constraints3078
Number of constraints which are clauses1410
Number of constraints which are cardinality constraints (but not clauses)1410
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1411
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 495101
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1113385
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.21	c os.arch		amd64
0.29/0.23	c Free memory 		2113181440
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.24	c Number of processors 	2
0.44/0.34	--- Begin Solver configuration ---
0.44/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.44/0.34	Learn all clauses as in MiniSAT
0.44/0.34	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.34	Expensive reason simplification
0.44/0.34	Glucose 2.1 dynamic restart strategy
0.44/0.34	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.44/0.34	timeout=2147483s
0.44/0.34	DB Simplification allowed=false
0.44/0.34	Listener: none
0.44/0.34	--- End Solver configuration ---
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4440592-1721826488.opb
0.44/0.35	c reading problem ... 
0.44/0.35	c using VERIPB proof format
0.44/0.36	c  objective function found
3.75/2.31	c ... done. Wall clock time 1.957s.
3.75/2.31	c declared #vars     180608
3.75/2.31	c #constraints  3078
3.75/2.31	c constraints type 
3.75/2.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1410
3.75/2.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
3.75/2.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1410
3.75/2.31	c 3078 constraints processed.
3.75/2.32	c objective function length is 128 literals
11.09/6.93	c cleaning 2497 clauses out of 5001 with flag 19744/5001
15.15/10.41	c cleaning 4243 clauses out of 8503 with flag 49909/11000
21.48/16.10	c cleaning 5619 clauses out of 11261 with flag 94522/18001
28.21/22.21	c cleaning 6812 clauses out of 13641 with flag 152967/26000
36.23/29.32	c cleaning 7904 clauses out of 15831 with flag 207840/35002
47.08/39.70	c cleaning 8950 clauses out of 17926 with flag 277282/45001
58.63/50.69	c cleaning 9973 clauses out of 19975 with flag 353908/56000
69.80/61.38	c cleaning 10990 clauses out of 22006 with flag 435652/68004
82.40/73.62	c cleaning 11989 clauses out of 24012 with flag 531796/81000
99.13/89.75	c cleaning 12999 clauses out of 26024 with flag 642249/95001
115.28/105.55	c cleaning 13999 clauses out of 28025 with flag 760048/110001
132.60/122.04	c cleaning 14996 clauses out of 30026 with flag 865540/126001
156.16/144.78	c cleaning 15994 clauses out of 32030 with flag 987034/143001
181.87/169.54	c cleaning 17001 clauses out of 34036 with flag 1114122/161001
211.94/198.70	c cleaning 17991 clauses out of 36034 with flag 1240748/180000
244.07/230.04	c cleaning 19009 clauses out of 38044 with flag 1377467/200001
263.02/247.98	c cleaning 19998 clauses out of 40034 with flag 1500832/221000
288.03/272.29	c cleaning 20992 clauses out of 42038 with flag 1647890/243002
312.62/296.03	c cleaning 22002 clauses out of 44044 with flag 1797168/266000
343.58/323.97	c cleaning 22997 clauses out of 46042 with flag 1956465/290000
375.53/355.58	c cleaning 23999 clauses out of 48045 with flag 2123602/315000
407.58/386.77	c cleaning 25001 clauses out of 50046 with flag 2304190/341000
441.50/420.27	c cleaning 26006 clauses out of 52046 with flag 2488789/368001
479.92/457.76	c cleaning 27002 clauses out of 54039 with flag 2680833/396000
527.40/504.20	c cleaning 27994 clauses out of 56037 with flag 2913260/425000
578.46/553.65	c cleaning 29002 clauses out of 58044 with flag 3169808/455001
633.42/607.37	c cleaning 29999 clauses out of 60041 with flag 3419853/486000
691.97/663.23	c cleaning 31000 clauses out of 62042 with flag 3681530/518000
735.00/704.64	c cleaning 31998 clauses out of 64043 with flag 3947255/551001
775.27/744.25	c cleaning 33006 clauses out of 66045 with flag 4266219/585001
821.37/788.28	c cleaning 34000 clauses out of 68038 with flag 4493958/620000
844.95/810.93	c cleaning 35001 clauses out of 70038 with flag 4636011/656000
869.14/833.60	c cleaning 35999 clauses out of 72037 with flag 4806673/693000
898.18/859.93	c cleaning 36996 clauses out of 74040 with flag 4993582/731002
925.29/885.53	c cleaning 37991 clauses out of 76042 with flag 5207473/770000
960.63/919.76	c cleaning 39010 clauses out of 78053 with flag 5461425/810002
995.04/952.75	c cleaning 40004 clauses out of 80044 with flag 5710149/851003
1024.72/982.00	c cleaning 40999 clauses out of 82037 with flag 5950709/893000
1060.03/1015.52	c cleaning 41991 clauses out of 84039 with flag 6209291/936001
1107.29/1063.41	c cleaning 43000 clauses out of 86047 with flag 6473685/980000
1156.33/1112.16	c cleaning 44002 clauses out of 88047 with flag 6754482/1025000
1197.68/1152.74	c cleaning 44989 clauses out of 90046 with flag 7057639/1071001
1238.92/1193.09	c cleaning 46012 clauses out of 92057 with flag 7397800/1118001
1286.47/1239.31	c cleaning 47001 clauses out of 94044 with flag 7728972/1166000
1336.90/1291.84	c cleaning 47998 clauses out of 96043 with flag 8066773/1215000
1393.01/1347.40	c cleaning 49002 clauses out of 98047 with flag 8418951/1265002
1442.60/1396.21	c cleaning 49998 clauses out of 100044 with flag 8791422/1316001
1493.29/1446.87	c cleaning 51005 clauses out of 102046 with flag 9203410/1368001
1543.26/1494.97	c cleaning 51995 clauses out of 104040 with flag 9604206/1421000
1590.27/1541.10	c cleaning 53002 clauses out of 106045 with flag 9965981/1475000
1654.10/1602.94	c cleaning 53983 clauses out of 108044 with flag 10320422/1530001
1715.27/1664.52	c cleaning 55000 clauses out of 110060 with flag 10712109/1586000
1779.80/1723.60	c cleaning 56011 clauses out of 112061 with flag 11068415/1643001
1841.14/1782.40	c cleaning 56978 clauses out of 114049 with flag 11443953/1701000
1909.06/1848.63	c cleaning 58010 clauses out of 116071 with flag 11880404/1760000
1974.44/1913.44	c cleaning 59004 clauses out of 118063 with flag 12292996/1820002
2051.46/1989.92	c cleaning 59988 clauses out of 120057 with flag 12728420/1881000
2112.91/2049.38	c cleaning 61009 clauses out of 122069 with flag 13182981/1943000
2174.67/2111.18	c cleaning 61999 clauses out of 124060 with flag 13611298/2006000
2252.53/2183.88	c cleaning 63012 clauses out of 126061 with flag 14122650/2070000
2314.27/2244.73	c cleaning 64003 clauses out of 128050 with flag 14528956/2135001
2388.84/2320.03	c cleaning 64995 clauses out of 130047 with flag 14964124/2201001
2462.79/2391.64	c cleaning 66002 clauses out of 132053 with flag 15491016/2268002
2559.72/2485.78	c cleaning 67002 clauses out of 134051 with flag 15977407/2336002
2661.93/2585.32	c cleaning 67997 clauses out of 136047 with flag 16491519/2405000
2748.90/2666.89	c cleaning 69005 clauses out of 138050 with flag 17013891/2475000
2842.34/2757.70	c cleaning 70000 clauses out of 140045 with flag 17559084/2546000
2922.25/2835.35	c cleaning 70995 clauses out of 142046 with flag 18085611/2618001
3013.92/2925.77	c cleaning 71998 clauses out of 144050 with flag 18614566/2691000
3117.90/3029.74	c cleaning 73002 clauses out of 146054 with flag 19156466/2765002
3209.96/3120.38	c cleaning 73996 clauses out of 148050 with flag 19764518/2840000
3301.95/3209.57	c cleaning 75005 clauses out of 150057 with flag 20351624/2916003
3392.02/3299.30	c cleaning 76003 clauses out of 152049 with flag 20950117/2993000
3496.81/3405.01	c cleaning 76998 clauses out of 154046 with flag 21558645/3071000
3599.11/3507.34	c cleaning 78002 clauses out of 156049 with flag 22133576/3150001
3600.03/3508.22	c starts		: 69
3600.03/3508.23	c timeout
3600.03/3508.24	c conflicts		: 3151356
3600.03/3508.24	c decisions		: 7113764
3600.03/3508.24	c propagations		: 524732094
3600.03/3508.24	c inspects		: 5336649618
3600.03/3508.24	c shortcuts		: 0
3600.03/3508.24	c learnt literals	: 0
3600.03/3508.24	c learnt binary clauses	: 0
3600.03/3508.24	c learnt ternary clauses	: 0
3600.03/3508.24	c learnt constraints	: 3151356
3600.03/3508.24	c ignored constraints	: 0
3600.03/3508.24	c root simplifications	: 0
3600.03/3508.26	c removed literals (reason simplification)	: 4003357
3600.03/3508.26	c reason swapping (by a shorter reason)	: 0
3600.03/3508.26	c Calls to reduceDB	: 75
3600.03/3508.26	c Number of update (reduction) of LBD	: 905166
3600.03/3508.26	c Imported unit clauses	: 0
3600.03/3508.26	c No decision after first conflict	: false
3600.03/3508.26	c number of reductions to clauses (during analyze)	: 0
3600.03/3508.26	c number of learned constraints concerned by reduction	: 0
3600.03/3508.26	c number of learning phase by resolution	: 0
3600.03/3508.26	c number of learning phase by cutting planes	: 0
3600.03/3508.26	c number of rounding to 1 operations	: 0
3600.03/3508.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3508.26	c number of reductions of the coefficients by power 2 	: 0
3600.03/3508.26	c number of right shift for reduction by power 2 	: 0
3600.03/3508.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3508.26	c number of ending skipping 	: 0
3600.03/3508.26	c number of internal skipping 	: 0
3600.03/3508.26	c number of derivation steps 	: 0
3600.03/3508.26	c number of skipped derivation steps 	: 0
3600.03/3508.26	c number of remaining unassigned 	: 0
3600.03/3508.26	c number of remaining assigned 	: 0
3600.03/3508.26	c number of falsified literals weakened from reason	: 0
3600.03/3508.26	c number of falsified literals weakened from conflict	: 0
3600.03/3508.26	c time for arithmetic operations	: 0
3600.03/3508.26	c minimum degree of deleted constraints	: null
3600.03/3508.26	c maximum degree of deleted constraints	: null
3600.03/3508.26	c number of deleted constraints	: 0
3600.03/3508.26	c speed (assignments/second)	: 149671.66492483503
3600.03/3508.26	c non guided choices	: 2873169
3600.03/3508.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 79402
3600.03/3508.29	s UNKNOWN
3600.03/3508.29	c Total wall clock time (in seconds): 3507.943

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: 64059 MiB (50084 MiB free)
  memory of node 1: 64510 MiB (40415 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440592-1721826488/watcher-4440592-1721826488 -o /tmp/evaluation-result-4440592-1721826488/solver-4440592-1721826488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179523 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440592-1721826488 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440592-1721826488.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=183787, runsolver pid=183784

[startup+0.10051 s]*
/proc/loadavg: 4.14 4.15 4.18 7/325 183805
/proc/meminfo: memFree=92636868/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=18975048 memory=55504 CPUtime=0.12 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 6403 0 0 0 9 3 0 0 20 0 18 0 18638549 19430449152 13876 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4743762 13876 5593 1 0 550784 0
[pid=183787/tid=183789] ppid=183784 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 5315 0 0 0 5 2 0 0 20 0 18 0 18638549 19430449152 13876 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18638555 19430449152 13876 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18638557 19430449152 13876 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55504 KiB

[startup+0.217683 s]*
/proc/loadavg: 4.14 4.15 4.18 7/325 183805
/proc/meminfo: memFree=92631068/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=18975048 memory=60500 CPUtime=0.29 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 7094 0 0 0 25 4 0 0 20 0 18 0 18638549 19430449152 15125 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4743762 15125 5634 1 0 551337 0
[pid=183787/tid=183789] ppid=183784 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 1077936192 5652 0 0 0 15 3 0 0 20 0 18 0 18638549 19430449152 15125 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=18975048 memory=804964 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18638555 19430449152 15125 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18638557 19430449152 15125 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60500 KiB

[startup+0.314942 s]*
/proc/loadavg: 4.14 4.15 4.18 7/325 183805
/proc/meminfo: memFree=92625628/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=18975048 memory=66080 CPUtime=0.44 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 7360 0 0 0 39 5 0 0 20 0 18 0 18638549 19430449152 16520 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4743762 16520 5722 1 0 551535 0
[pid=183787/tid=183789] ppid=183784 vsize=18975048 memory=-8887118744025604796 CPUtime=0.26 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 1077936192 5826 0 0 0 23 3 0 0 20 0 18 0 18638549 19430449152 16520 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18638555 19430449152 16520 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18638557 19430449152 16520 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66080 KiB

[startup+0.700497 s]
/proc/loadavg: 4.14 4.15 4.18 6/325 183805
/proc/meminfo: memFree=92604200/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=18975048 memory=114880 CPUtime=1.13 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 9282 0 0 0 107 6 0 0 20 0 18 0 18638549 19430449152 28720 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4743762 28720 5816 1 0 552820 0
[pid=183787/tid=183789] ppid=183784 vsize=18975048 memory=5572 CPUtime=0.59 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 5942 0 0 0 55 4 0 0 20 0 18 0 18638549 19430449152 28720 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=18975048 memory=12412 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18638555 19430449152 28720 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18638557 19430449152 28720 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114880 KiB

[startup+1.50049 s]
/proc/loadavg: 4.14 4.15 4.18 7/326 183806
/proc/meminfo: memFree=92496932/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19041612 memory=247996 CPUtime=2.59 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 10094 0 0 0 249 10 0 0 20 0 19 0 18638549 19498610688 61999 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4760403 61999 5848 1 0 553288 0
[pid=183787/tid=183789] ppid=183784 vsize=19041612 memory=12412 CPUtime=1.14 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) S 183784 183787 179511 0 -1 1077936192 6061 0 0 0 108 6 0 0 20 0 19 0 18638549 19498610688 61999 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18638555 19498610688 61999 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18638557 19498610688 61999 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 247996 KiB

[startup+3.1085 s]
/proc/loadavg: 4.29 4.18 4.19 7/327 183807
/proc/meminfo: memFree=90772240/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=1917676 CPUtime=5.34 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 14254 0 0 0 488 46 0 0 20 0 20 0 18638549 19566772224 479419 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 479419 5931 1 0 2138061 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=0 CPUtime=2.54 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 6994 0 0 0 215 39 0 0 20 0 20 0 18638549 19566772224 479419 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 479419 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=507060 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 479419 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 479419 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1917676 KiB

[startup+6.30049 s]
/proc/loadavg: 4.29 4.18 4.19 5/327 183807
/proc/meminfo: memFree=89929512/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=2645808 CPUtime=10.25 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 15462 0 0 0 958 67 0 0 20 0 20 0 18638549 19566772224 661452 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 661452 5931 1 0 2138230 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=0 CPUtime=5.46 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 7293 0 0 0 489 57 0 0 20 0 20 0 18638549 19566772224 661452 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 661452 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=2449444 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 661452 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=11932 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 661452 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 10.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2645808 KiB

[startup+12.7005 s]
/proc/loadavg: 4.25 4.18 4.18 6/327 183808
/proc/meminfo: memFree=88846684/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=3643916 CPUtime=17.9 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 17224 0 0 0 1696 94 0 0 20 0 20 0 18638549 19566772224 910979 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 910979 5947 1 0 2339052 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=-8887118744025604796 CPUtime=11.18 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 7778 0 0 0 1039 79 0 0 20 0 20 0 18638549 19566772224 910979 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=3561996 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 910979 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 910979 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 910979 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 17.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3643916 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.19 4.19 5/327 183810
/proc/meminfo: memFree=87315452/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=4901280 CPUtime=31.99 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 26274 0 0 0 3062 137 0 0 20 0 20 0 18638549 19566772224 1225320 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 1225320 5947 1 0 2573624 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=11932 CPUtime=22.97 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 10032 0 0 0 2185 112 0 0 20 0 20 0 18638549 19566772224 1225320 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=4906764 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 1225320 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=4774040 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 1225320 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=4423 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 1225320 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 31.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4901280 KiB

[startup+51.1145 s]
/proc/loadavg: 4.25 4.19 4.19 5/325 183814
/proc/meminfo: memFree=85033832/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=6803628 CPUtime=59.15 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 30713 0 0 0 5716 199 0 0 20 0 20 0 18638549 19566772224 1700907 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 1700907 5947 1 0 2876517 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=67988 CPUtime=46.36 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 11478 0 0 0 4479 157 0 0 20 0 20 0 18638549 19566772224 1700907 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=6645932 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 1700907 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 1700907 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 1700907 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0

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

[startup+3162.3 s]
/proc/loadavg: 4.22 4.27 4.32 5/329 186450
/proc/meminfo: memFree=36463636/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282720 CPUtime=3254.5 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 514784 0 0 0 322309 3141 0 0 20 0 20 0 18638549 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070680 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=11932 CPUtime=2907.3 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 138955 0 0 0 287954 2776 0 0 20 0 20 0 18638549 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7410 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=16282704 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=16282720 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1845 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=11932 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3254.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282720 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.25 4.31 5/329 186475
/proc/meminfo: memFree=35215252/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282720 CPUtime=3313.32 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 522582 0 0 0 328139 3193 0 0 20 0 20 0 18638549 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070680 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=0 CPUtime=2960.62 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 140437 0 0 0 293240 2822 0 0 20 0 20 0 18638549 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7762 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=16282688 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=16282720 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1945 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=16282720 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070680 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3313.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.27 4.31 5/329 186485
/proc/meminfo: memFree=33647524/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282724 CPUtime=3374.24 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 523707 0 0 0 334177 3247 0 0 20 0 20 0 18638549 19566772224 4070681 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070681 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=16282720 CPUtime=3015.9 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 141251 0 0 0 298717 2873 0 0 20 0 20 0 18638549 19566772224 4070681 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7922 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=16282720 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070681 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=16282720 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1946 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070681 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=11932 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070681 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3374.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282724 KiB

[startup+3342.3 s]
/proc/loadavg: 5.07 4.49 4.38 5/329 186499
/proc/meminfo: memFree=32177048/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282728 CPUtime=3435.53 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 524377 0 0 0 340250 3303 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070682 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=16282720 CPUtime=3071.2 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 141329 0 0 0 304193 2927 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8055 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=16282728 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=16282728 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1946 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=16282728 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3435.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282728 KiB

[startup+3402.3 s]
/proc/loadavg: 5.44 4.72 4.47 4/329 186509
/proc/meminfo: memFree=31449196/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282728 CPUtime=3495.14 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 524862 0 0 0 346167 3347 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070682 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=16282728 CPUtime=3126.84 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) D 183784 183787 179511 0 -1 4194368 141334 0 0 0 309719 2965 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8160 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=5572 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=26900 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1946 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=16282728 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3495.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282728 KiB

[startup+3462.3 s]
/proc/loadavg: 5.09 4.77 4.50 5/328 186519
/proc/meminfo: memFree=30230716/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282728 CPUtime=3554.9 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 525539 0 0 0 352089 3401 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070682 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=5572 CPUtime=3181.35 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 141492 0 0 0 315119 3016 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8486 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=68104 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=21160 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1946 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=-8887118744025604796 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3554.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3508.2 s]
/proc/loadavg: 4.58 4.68 4.49 5/326 186528
/proc/meminfo: memFree=28890752/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19108176 memory=16282728 CPUtime=3600.03 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 526762 0 0 0 356565 3438 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4777044 4070682 5947 1 0 4084572 0
[pid=183787/tid=183789] ppid=183784 vsize=19108176 memory=4876 CPUtime=3223.38 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) R 183784 183787 179511 0 -1 4194368 142279 0 0 0 319286 3052 0 0 20 0 20 0 18638549 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8700 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19108176 memory=-8887118744025604796 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18638555 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19108176 memory=2756 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1947 0 0 0 0 0 0 0 20 0 20 0 18638557 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183807] ppid=183784 vsize=19108176 memory=4848 CPUtime=0 cores=1,3
/proc/183787/task/183807/stat : 183807 (Timer-0) S 183784 183787 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18638783 19566772224 4070682 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16282728 KiB

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

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

# cumulated CPU time of all completed processes:  user=3565.8 s, system=34.4918 s

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

[startup+3508.4 s]
/proc/loadavg: 4.58 4.68 4.49 5/326 186528
/proc/meminfo: memFree=28890752/131655788 swapFree=131070448/131071996
[pid=183787] ppid=183784 vsize=19307868 memory=16283408 CPUtime=3600.2 cores=1,3
/proc/183787/stat : 183787 (java) S 183784 183787 179511 0 -1 1077936128 529643 0 0 0 356579 3441 0 0 20 0 16 0 18638549 19771256832 4070852 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
/proc/183787/statm: 4826967 4070852 5962 1 0 4085511 0
[pid=183787/tid=183789] ppid=183784 vsize=19307868 memory=5572 CPUtime=3223.42 cores=1,3
/proc/183787/task/183789/stat : 183789 (java) D 183784 183787 179511 0 -1 4194368 142579 0 0 0 319289 3053 0 0 20 0 16 0 18638549 19771256832 4070852 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8712 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183798] ppid=183784 vsize=19307868 memory=16282728 CPUtime=0 cores=1,3
/proc/183787/task/183798/stat : 183798 (Finalizer) S 183784 183787 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 18638555 19771256832 4070852 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
[pid=183787/tid=183805] ppid=183784 vsize=19307868 memory=16282728 CPUtime=0 cores=1,3
/proc/183787/task/183805/stat : 183805 (Common-Cleaner) S 183784 183787 179511 0 -1 1077936192 1947 0 0 0 0 0 0 0 20 0 16 0 18638557 19771256832 4070852 134679101440 94782580613120 94782580616816 140721271442272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94782580624632 94782580625424 94782601965568 140721271444395 140721271444577 140721271444577 140721271451592 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 16283408 KiB

Child status: 143

Real time (s): 3508.52
CPU time (s): 3600.29
CPU user time (s): 3565.8
CPU system time (s): 34.4918
CPU usage (%): 102.616
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16283408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.8
system time used= 34.4918
maximum resident set size= 16284324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63652632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145799
involuntary context switches= 17809


# summary of solver processes directly reported to runsolver:
#   pid: 183787
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3565.8
#   total CPU system time (s): 34.4918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1541 second user time and 41.0475 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-24 15:08:08
IDJOB=4440592
IDBENCH=158605
IDSOLVER=3079
FILE ID=nodeC012/4440592-1721826488
RUNJOBID= nodeC012-1721820326-179523
SLURM_JOB_ID= 7891468
Free space on /tmp= 723692 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440592-1721826488/watcher-4440592-1721826488 -o /tmp/evaluation-result-4440592-1721826488/solver-4440592-1721826488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179523 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440592-1721826488 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440592-1721826488.opb

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

MD5SUM BENCH= 56678f8f787569ff6bace689e56ab709
RANDOM SEED=1985230918

nodeC012.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00001f
cpu MHz		: 3664.459
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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	: 0xb00001f
cpu MHz		: 1197.166
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.290
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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	: 0xb00001f
cpu MHz		: 1197.190
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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	: 0xb00001f
cpu MHz		: 3652.290
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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	: 0xb00001f
cpu MHz		: 3666.578
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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	: 0xb00001f
cpu MHz		: 1197.245
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        92671832 kB
MemAvailable:   109749752 kB
Buffers:          266832 kB
Cached:         17592732 kB
SwapCached:           72 kB
Active:          2617284 kB
Inactive:       35676168 kB
Active(anon):       1444 kB
Inactive(anon): 20485904 kB
Active(file):    2615840 kB
Inactive(file): 15190264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070448 kB
Dirty:             34644 kB
Writeback:             0 kB
AnonPages:      20430912 kB
Mapped:           136192 kB
Shmem:             53368 kB
KReclaimable:     223696 kB
Slab:             336388 kB
SReclaimable:     223696 kB
SUnreclaim:       112692 kB
KernelStack:        4880 kB
PageTables:        50260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   28161980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20051968 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      402248 kB
DirectMap2M:    55076864 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC012 at 2024-07-24 16:06:37