Trace number 4432531

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 Default 2024-07-07? (TO) 3600.28 3526.86

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
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 benchmark126
Best CPU time to get the best result obtained on this benchmark1995.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
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 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.26/0.28	--- Begin Solver configuration ---
0.26/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.26/0.28	Learn all clauses as in MiniSAT
0.26/0.28	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.28	No reason simplification
0.26/0.28	Glucose 2.1 dynamic restart strategy
0.26/0.28	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.26/0.28	timeout=2147483s
0.26/0.28	DB Simplification allowed=false
0.26/0.28	Listener: none
0.26/0.28	--- End Solver configuration ---
0.26/0.29	c Pseudo Boolean Optimization by upper bound
0.26/0.29	c --- Begin Solver configuration ---
0.26/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.26/0.29	c Learn all clauses as in MiniSAT
0.26/0.29	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.29	c No reason simplification
0.26/0.29	c Glucose 2.1 dynamic restart strategy
0.26/0.29	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.26/0.29	c timeout=2147483s
0.26/0.29	c DB Simplification allowed=false
0.26/0.29	c Listener: none
0.26/0.29	c --- End Solver configuration ---
0.26/0.29	c solving HOME/instance-4432531-1721174703.opb
0.26/0.29	c reading problem ... 
0.26/0.29	c  objective function found
3.18/2.09	c ... done. Wall clock time 1.794s.
3.18/2.09	c declared #vars     175232
3.18/2.09	c #constraints  2994
3.18/2.09	c constraints type 
3.18/2.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
3.18/2.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
3.18/2.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
3.18/2.09	c 2994 constraints processed.
3.37/2.10	c objective function length is 128 literals
6.50/4.25	c cleaning 2492 clauses out of 5000 with flag 19472/5000
8.06/5.68	c cleaning 4238 clauses out of 8508 with flag 55139/11000
10.33/7.65	c cleaning 5614 clauses out of 11273 with flag 100220/18003
12.88/9.72	c cleaning 6818 clauses out of 13661 with flag 146344/26005
15.09/11.83	c cleaning 7909 clauses out of 15838 with flag 192351/35000
17.09/13.87	c cleaning 8954 clauses out of 17931 with flag 233833/45002
19.96/16.44	c cleaning 9976 clauses out of 19976 with flag 280792/56001
23.55/19.71	c cleaning 10989 clauses out of 22000 with flag 334812/68001
27.51/23.36	c cleaning 11993 clauses out of 24013 with flag 393632/81003
30.81/26.64	c cleaning 12992 clauses out of 26017 with flag 459971/95000
35.04/30.58	c cleaning 13996 clauses out of 28026 with flag 533685/110001
39.26/34.51	c cleaning 15001 clauses out of 30030 with flag 610869/126001
44.85/39.69	c cleaning 15994 clauses out of 32028 with flag 699829/143000
50.37/44.75	c cleaning 17003 clauses out of 34035 with flag 782767/161001
55.24/49.34	c cleaning 17991 clauses out of 36031 with flag 865398/180000
63.81/57.30	c cleaning 18980 clauses out of 38040 with flag 988446/200000
71.69/64.83	c cleaning 19996 clauses out of 40060 with flag 1111243/221000
81.31/73.76	c cleaning 21000 clauses out of 42064 with flag 1239371/243000
92.48/84.59	c cleaning 22006 clauses out of 44065 with flag 1373801/266001
104.90/95.14	c cleaning 22997 clauses out of 46058 with flag 1525164/290000
118.74/108.35	c cleaning 23994 clauses out of 48061 with flag 1699936/315000
128.61/117.93	c cleaning 25028 clauses out of 50074 with flag 1845064/341007
146.59/135.11	c cleaning 25986 clauses out of 52040 with flag 2020634/368001
164.87/152.37	c cleaning 27006 clauses out of 54053 with flag 2220529/396000
180.99/166.37	c cleaning 27996 clauses out of 56049 with flag 2409576/425002
186.62/171.63	c cleaning 28998 clauses out of 58053 with flag 2478081/455002
192.93/177.68	c cleaning 29998 clauses out of 60054 with flag 2548567/486001
200.46/184.86	c cleaning 30993 clauses out of 62055 with flag 2618886/518000
208.36/192.45	c cleaning 32003 clauses out of 64062 with flag 2691532/551000
218.09/201.42	c cleaning 32994 clauses out of 66059 with flag 2766311/585000
227.08/210.10	c cleaning 34004 clauses out of 68065 with flag 2841505/620000
236.72/219.37	c cleaning 35001 clauses out of 70062 with flag 2918779/656001
247.77/228.72	c cleaning 36005 clauses out of 72063 with flag 2997717/693003
258.16/238.90	c cleaning 36997 clauses out of 74056 with flag 3080010/731001
268.46/248.59	c cleaning 37993 clauses out of 76058 with flag 3163854/770000
279.23/259.08	c cleaning 39004 clauses out of 78069 with flag 3249273/810004
289.94/269.50	c cleaning 40003 clauses out of 80062 with flag 3336118/851001
302.64/281.60	c cleaning 40995 clauses out of 82058 with flag 3426024/893000
315.03/293.72	c cleaning 42012 clauses out of 84063 with flag 3542996/936000
378.85/356.99	c cleaning 43005 clauses out of 86051 with flag 3770308/980000
398.96/375.94	c cleaning 44005 clauses out of 88046 with flag 3985527/1025000
425.91/401.79	c cleaning 44985 clauses out of 90041 with flag 4265733/1071000
475.60/447.62	c cleaning 46010 clauses out of 92059 with flag 4551110/1118003
615.38/584.85	c cleaning 47004 clauses out of 94046 with flag 4824079/1166000
679.03/646.75	c cleaning 47998 clauses out of 96043 with flag 5115741/1215001
726.38/692.82	c cleaning 49003 clauses out of 98048 with flag 5420825/1265004
798.66/761.04	c cleaning 49997 clauses out of 100041 with flag 5738190/1316000
876.94/838.24	c cleaning 51001 clauses out of 102044 with flag 6072364/1368000
952.66/912.87	c cleaning 51998 clauses out of 104046 with flag 6405468/1421003
1041.17/1000.01	c cleaning 52998 clauses out of 106047 with flag 6722721/1475002
1160.13/1117.53	c cleaning 53995 clauses out of 108047 with flag 7041688/1530000
1247.47/1203.52	c cleaning 55000 clauses out of 110052 with flag 7383612/1586000
1324.53/1279.59	c cleaning 56005 clauses out of 112053 with flag 7689906/1643001
1414.71/1366.85	c cleaning 57000 clauses out of 114047 with flag 8004184/1701000
1490.41/1441.75	c cleaning 58003 clauses out of 116047 with flag 8324777/1760000
1598.02/1548.34	c cleaning 59001 clauses out of 118044 with flag 8654790/1820000
1699.60/1648.88	c cleaning 60000 clauses out of 120044 with flag 8984524/1881001
1820.05/1767.72	c cleaning 61001 clauses out of 122043 with flag 9319321/1943000
1937.23/1883.62	c cleaning 62002 clauses out of 124043 with flag 9664509/2006001
2054.99/1999.60	c cleaning 62998 clauses out of 126042 with flag 9996518/2070002
2188.85/2132.64	c cleaning 63998 clauses out of 128045 with flag 10356913/2135003
2329.20/2272.04	c cleaning 64999 clauses out of 130045 with flag 10721920/2201001
2481.60/2420.41	c cleaning 65994 clauses out of 132046 with flag 11114990/2268001
2622.01/2559.04	c cleaning 66999 clauses out of 134051 with flag 11476836/2336000
2790.52/2726.69	c cleaning 68001 clauses out of 136052 with flag 11837134/2405000
2943.07/2878.19	c cleaning 68995 clauses out of 138052 with flag 12224356/2475001
3138.17/3071.41	c cleaning 69998 clauses out of 140057 with flag 12619041/2546001
3331.07/3262.68	c cleaning 71004 clauses out of 142058 with flag 13012898/2618000
3527.96/3455.24	c cleaning 72007 clauses out of 144054 with flag 13403380/2691000
3600.08/3526.72	c starts		: 169
3600.08/3526.73	c timeout
3600.08/3526.74	c conflicts		: 2721052
3600.08/3526.74	c decisions		: 8663725
3600.08/3526.74	c propagations		: 546967903
3600.08/3526.74	c inspects		: 6841905089
3600.08/3526.74	c shortcuts		: 0
3600.08/3526.74	c learnt literals	: 0
3600.08/3526.74	c learnt binary clauses	: 0
3600.08/3526.74	c learnt ternary clauses	: 0
3600.08/3526.74	c learnt constraints	: 2721052
3600.08/3526.74	c ignored constraints	: 0
3600.08/3526.74	c root simplifications	: 0
3600.08/3526.74	c removed literals (reason simplification)	: 0
3600.08/3526.74	c reason swapping (by a shorter reason)	: 0
3600.08/3526.74	c Calls to reduceDB	: 69
3600.08/3526.74	c Number of update (reduction) of LBD	: 715998
3600.08/3526.74	c Imported unit clauses	: 0
3600.08/3526.74	c No decision after first conflict	: false
3600.08/3526.74	c number of reductions to clauses (during analyze)	: 0
3600.08/3526.74	c number of learned constraints concerned by reduction	: 0
3600.08/3526.74	c number of learning phase by resolution	: 0
3600.08/3526.74	c number of learning phase by cutting planes	: 0
3600.08/3526.74	c number of rounding to 1 operations	: 0
3600.08/3526.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3526.74	c number of reductions of the coefficients by power 2 	: 0
3600.08/3526.74	c number of right shift for reduction by power 2 	: 0
3600.08/3526.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3526.74	c number of ending skipping 	: 0
3600.08/3526.74	c number of internal skipping 	: 0
3600.08/3526.74	c number of derivation steps 	: 0
3600.08/3526.74	c number of skipped derivation steps 	: 0
3600.08/3526.74	c number of remaining unassigned 	: 0
3600.08/3526.74	c number of remaining assigned 	: 0
3600.08/3526.74	c number of falsified literals weakened from reason	: 0
3600.08/3526.74	c number of falsified literals weakened from conflict	: 0
3600.08/3526.74	c time for arithmetic operations	: 0
3600.08/3526.74	c minimum degree of deleted constraints	: null
3600.08/3526.74	c maximum degree of deleted constraints	: null
3600.08/3526.74	c number of deleted constraints	: 0
3600.08/3526.74	c speed (assignments/second)	: 155185.54499424898
3600.08/3526.74	c non guided choices	: 4302303
3600.08/3526.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 102099
3600.08/3526.79	s UNKNOWN
3600.08/3526.79	c Total wall clock time (in seconds): 3526.498

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432531-1721174703/watcher-4432531-1721174703 -o /tmp/evaluation-result-4432531-1721174703/solver-4432531-1721174703 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721174715-871061 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432531-1721174703.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=871127, runsolver pid=871116

[startup+0.100541 s]*
/proc/loadavg: 1.10 1.59 2.78 9/291 871168
/proc/meminfo: memFree=129413548/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=18975048 memory=57616 CPUtime=0.11 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 6461 0 0 0 9 2 0 0 20 0 18 0 169626758 19430449152 14404 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4743762 14404 5527 1 0 550925 0
[pid=871127/tid=871130] ppid=871116 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 5399 0 0 0 7 2 0 0 20 0 18 0 169626759 19430449152 14404 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169626761 19430449152 14404 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169626762 19430449152 14404 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57616 KiB

[startup+0.218468 s]*
/proc/loadavg: 1.10 1.59 2.78 13/311 871191
/proc/meminfo: memFree=129359580/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=18975048 memory=66176 CPUtime=0.26 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 7074 0 0 0 22 4 0 0 20 0 18 0 169626758 19430449152 16544 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4743762 16544 5531 1 0 551431 0
[pid=871127/tid=871130] ppid=871116 vsize=18975048 memory=7301190626353741955 CPUtime=0.18 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 1078198336 5628 0 0 0 16 2 0 0 20 0 18 0 169626759 19430449152 16544 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169626761 19430449152 16544 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169626762 19430449152 16544 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66176 KiB

[startup+0.316062 s]*
/proc/loadavg: 1.10 1.59 2.78 8/311 871191
/proc/meminfo: memFree=129341856/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=18975048 memory=71904 CPUtime=0.4 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 7331 0 0 0 36 4 0 0 20 0 18 0 169626758 19430449152 17976 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4743762 17976 5738 1 0 551589 0
[pid=871127/tid=871130] ppid=871116 vsize=18975048 memory=-9175637200830046908 CPUtime=0.27 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 5771 0 0 0 24 3 0 0 20 0 18 0 169626759 19430449152 17976 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169626761 19430449152 17976 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169626762 19430449152 17976 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71904 KiB

[startup+0.700538 s]
/proc/loadavg: 1.10 1.59 2.78 11/311 871191
/proc/meminfo: memFree=129269880/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=18975048 memory=134856 CPUtime=1.1 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 9138 0 0 0 104 6 0 0 20 0 18 0 169626758 19430449152 33714 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4743762 33714 5840 1 0 552792 0
[pid=871127/tid=871130] ppid=871116 vsize=18975048 memory=5512 CPUtime=0.6 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 5804 0 0 0 56 4 0 0 20 0 18 0 169626759 19430449152 33714 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=18975048 memory=11992 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169626761 19430449152 33714 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169626762 19430449152 33714 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 134856 KiB

[startup+1.50054 s]
/proc/loadavg: 1.10 1.59 2.78 11/315 871195
/proc/meminfo: memFree=128902196/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19041612 memory=491884 CPUtime=2.59 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 11414 0 0 0 242 17 0 0 20 0 19 0 169626758 19498610688 122971 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4760403 122971 5872 1 0 1253052 0
[pid=871127/tid=871130] ppid=871116 vsize=19041612 memory=11992 CPUtime=1.19 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 6019 0 0 0 108 11 0 0 20 0 19 0 169626759 19498610688 122971 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169626761 19498610688 122971 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 169626762 19498610688 122971 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 491884 KiB

[startup+3.10575 s]
/proc/loadavg: 1.97 1.76 2.83 7/319 871199
/proc/meminfo: memFree=125650596/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=1633632 CPUtime=5.28 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 16073 0 0 0 484 44 0 0 20 0 20 0 169626758 19566772224 408408 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 408408 5926 1 0 1838430 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=186376 CPUtime=2.7 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 6675 0 0 0 234 36 0 0 20 0 20 0 169626759 19566772224 408408 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 408408 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 408408 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=815472 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 408408 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1633632 KiB

[startup+6.30044 s]
/proc/loadavg: 1.97 1.76 2.83 8/319 871199
/proc/meminfo: memFree=124633860/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=1906496 CPUtime=9 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 16327 0 0 0 851 49 0 0 20 0 20 0 169626758 19566772224 476624 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 476624 5942 1 0 1838500 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=11992 CPUtime=5.89 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 6856 0 0 0 548 41 0 0 20 0 20 0 169626759 19566772224 476624 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=281041722252512 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 476624 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=-7965959130280075168 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 476624 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 476624 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1906496 KiB

[startup+12.7004 s]
/proc/loadavg: 2.50 1.88 2.86 6/319 871201
/proc/meminfo: memFree=122718980/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=2451532 CPUtime=16 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 17763 0 0 0 1540 60 0 0 20 0 20 0 169626758 19566772224 612883 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 612883 5942 1 0 1838500 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=11600 CPUtime=12.27 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 7995 0 0 0 1176 51 0 0 20 0 20 0 169626759 19566772224 612883 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=132 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 612883 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=42012 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 612883 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 612883 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2451532 KiB

[startup+25.5005 s]
/proc/loadavg: 2.81 1.97 2.88 6/319 871203
/proc/meminfo: memFree=119100944/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=3444620 CPUtime=29.72 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 21271 0 0 0 2890 82 0 0 20 0 20 0 169626758 19566772224 861155 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 861155 5954 1 0 1838521 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=0 CPUtime=23.96 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 8419 0 0 0 2341 55 0 0 20 0 20 0 169626759 19566772224 861155 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=3444280 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 861155 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 861155 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 861155 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 29.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3444620 KiB

[startup+51.1133 s]
/proc/loadavg: 3.49 2.20 2.93 7/317 871208
/proc/meminfo: memFree=113881280/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=5176848 CPUtime=57.23 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 27573 0 0 0 5605 118 0 0 20 0 20 0 169626758 19566772224 1294212 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 1294212 5954 1 0 1970123 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=25208 CPUtime=47.63 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 9972 0 0 0 4702 61 0 0 20 0 20 0 169626759 19566772224 1294212 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=4505100 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 1294212 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=-8744980486462743228 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 1294212 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 1294212 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0

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

[startup+3222.3 s]
/proc/loadavg: 4.19 4.24 4.26 7/321 872951
/proc/meminfo: memFree=82311048/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984820 CPUtime=3290.85 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 421867 0 0 0 328599 486 0 0 20 0 20 0 169626758 19566772224 3496205 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496205 5954 1 0 4086659 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=11600 CPUtime=3142.48 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 157637 0 0 0 314129 119 0 0 20 0 20 0 169626759 19566772224 3496205 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=13984820 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496205 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=13984820 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 2836 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496205 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=13984820 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496205 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3290.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984820 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.24 4.26 6/321 872962
/proc/meminfo: memFree=82310868/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3353.04 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 447106 0 0 0 334812 492 0 0 20 0 20 0 169626758 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496208 5954 1 0 4086660 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=13984820 CPUtime=3201.97 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 163427 0 0 0 320078 119 0 0 20 0 20 0 169626759 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=1944 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 2925 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3353.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984832 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.26 4.27 6/321 872975
/proc/meminfo: memFree=82310568/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3413.67 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 448642 0 0 0 340872 495 0 0 20 0 20 0 169626758 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496208 5954 1 0 4086660 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3260.91 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 164587 0 0 0 325972 119 0 0 20 0 20 0 169626759 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=2648 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 2925 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=1840 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3413.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.24 4.26 6/322 872999
/proc/meminfo: memFree=82309772/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3474.38 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 450354 0 0 0 346941 497 0 0 20 0 20 0 169626758 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496208 5954 1 0 4086660 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3319.92 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 165688 0 0 0 331873 119 0 0 20 0 20 0 169626759 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=2648 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 2925 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=19104 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3474.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.21 4.25 6/322 873010
/proc/meminfo: memFree=82309372/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3535.06 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 456173 0 0 0 353005 501 0 0 20 0 20 0 169626758 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496208 5954 1 0 4086660 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3378.88 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 167646 0 0 0 337768 120 0 0 20 0 20 0 169626759 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=2648 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3535.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984832 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.25 4.26 5/294 873054
/proc/meminfo: memFree=96303336/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3595.68 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 457850 0 0 0 359065 503 0 0 20 0 20 0 169626758 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496208 5954 1 0 4086660 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3437.99 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 168753 0 0 0 343679 120 0 0 20 0 20 0 169626759 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=-8744980486462743228 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3595.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3526.7 s]
/proc/loadavg: 4.22 4.23 4.25 5/295 873055
/proc/meminfo: memFree=96303340/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3600.08 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 457912 0 0 0 359505 503 0 0 20 0 20 0 169626758 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4777044 3496208 5954 1 0 4086660 0
[pid=871127/tid=871130] ppid=871116 vsize=19108176 memory=13984832 CPUtime=3442.38 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) R 871116 871127 868150 0 -1 4194368 168815 0 0 0 344118 120 0 0 20 0 20 0 169626759 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19108176 memory=-8744980486462743228 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169626761 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19108176 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 20 0 169626762 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871198] ppid=871116 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/871127/task/871198/stat : 871198 (Timer-0) S 871116 871127 868150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169626971 19566772224 3496208 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13984832 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.21 s, system=5.07742 s

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

[startup+3526.8 s]
/proc/loadavg: 4.22 4.23 4.25 5/295 873055
/proc/meminfo: memFree=96303340/131655788 swapFree=131071996/131071996
[pid=871127] ppid=871116 vsize=19307868 memory=13985440 CPUtime=3600.23 cores=4,6
/proc/871127/stat : 871127 (java) S 871116 871127 868150 0 -1 1077936128 460674 0 0 0 359520 503 0 0 20 0 19 0 169626758 19771256832 3496360 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
/proc/871127/statm: 4826967 3496360 5953 1 0 4087565 0
[pid=871127/tid=871130] ppid=871116 vsize=19307868 memory=11992 CPUtime=3442.41 cores=4,6
/proc/871127/task/871130/stat : 871130 (java) S 871116 871127 868150 0 -1 1077936192 168914 0 0 0 344121 120 0 0 20 0 19 0 169626759 19771256832 3496360 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871145] ppid=871116 vsize=19307868 memory=13984832 CPUtime=0 cores=4,6
/proc/871127/task/871145/stat : 871145 (Finalizer) S 871116 871127 868150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169626761 19771256832 3496360 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
[pid=871127/tid=871153] ppid=871116 vsize=19307868 memory=42012 CPUtime=0 cores=4,6
/proc/871127/task/871153/stat : 871153 (Common-Cleaner) S 871116 871127 868150 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 19 0 169626762 19771256832 3496360 134679101440 94438869536768 94438869540464 140724256672944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94438869548280 94438869549072 94438877433856 140724256674823 140724256674913 140724256674913 140724256681928 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 13985440 KiB

Child status: 143

Real time (s): 3526.86
CPU time (s): 3600.28
CPU user time (s): 3595.21
CPU system time (s): 5.07742
CPU usage (%): 102.082
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 13985440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.21
system time used= 5.07742
maximum resident set size= 13986356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460754
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110283
involuntary context switches= 14858


# summary of solver processes directly reported to runsolver:
#   pid: 871127
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3595.21
#   total CPU system time (s): 5.07742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7376 second user time and 30.1903 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-17 02:05:16
IDJOB=4432531
IDBENCH=158606
IDSOLVER=3058
FILE ID=nodeC008/4432531-1721174703
RUNJOBID= nodeC008-1721174715-871061
SLURM_JOB_ID= 7505803
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432531-1721174703/watcher-4432531-1721174703 -o /tmp/evaluation-result-4432531-1721174703/solver-4432531-1721174703 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721174715-871061 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432531-1721174703.opb

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=1264196615

nodeC008.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		: 1197.242
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.91
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.245
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.31
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.487
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.91
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.266
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.31
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		: 3491.973
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.91
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		: 1197.304
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.31
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.244
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.91
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.242
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129511740 kB
MemAvailable:   129968452 kB
Buffers:          459744 kB
Cached:           838652 kB
SwapCached:            0 kB
Active:           799836 kB
Inactive:         815868 kB
Active(anon):       1396 kB
Inactive(anon):   353608 kB
Active(file):     798440 kB
Inactive(file):   462260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             15748 kB
Writeback:            44 kB
AnonPages:        317848 kB
Mapped:           113504 kB
Shmem:             37704 kB
KReclaimable:      72084 kB
Slab:             166920 kB
SReclaimable:      72084 kB
SUnreclaim:        94836 kB
KernelStack:        3728 kB
PageTables:         9368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     755324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53792 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC008 at 2024-07-17 03:04:03