Trace number 4440536

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.22 3642.29

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_5_mh_ic.opb
MD5SUMde99926f2d1453b9b061663ac0d87607
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 benchmark3093108
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 34360834105
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 34360834105
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4440536-1721821822.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
2.99/1.61	c ... done. Wall clock time 1.476s.
2.99/1.61	c declared #vars     126385
2.99/1.61	c #constraints  290551
2.99/1.61	c constraints type 
2.99/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 127365
2.99/1.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 42
2.99/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
2.99/1.61	c org.sat4j.specs.Constr$1 => 4
2.99/1.61	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
2.99/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81551
2.99/1.61	c 290551 constraints processed.
2.99/1.63	c objective function length is 46445 literals
33.76/29.71	c cleaning 2500 clauses out of 5000 with flag 36372/5000
38.08/33.73	c cleaning 4232 clauses out of 8500 with flag 89272/11000
42.92/38.42	c cleaning 5621 clauses out of 11268 with flag 168436/18000
51.93/47.48	c cleaning 6826 clauses out of 13651 with flag 224780/26004
60.96/56.49	c cleaning 7871 clauses out of 15821 with flag 295898/35000
73.64/69.10	c cleaning 8956 clauses out of 17950 with flag 369538/45000
86.04/81.45	c cleaning 9978 clauses out of 19994 with flag 444681/56000
99.72/95.15	c cleaning 11002 clauses out of 22020 with flag 527271/68004
116.15/111.78	c cleaning 11971 clauses out of 24014 with flag 609446/81000
132.91/128.60	c cleaning 12991 clauses out of 26043 with flag 721098/95000
152.02/147.98	c cleaning 14008 clauses out of 28052 with flag 829073/110000
168.44/164.58	c cleaning 15016 clauses out of 30044 with flag 954115/126000
185.84/182.06	c cleaning 16008 clauses out of 32029 with flag 1071527/143001
208.55/204.83	c cleaning 16989 clauses out of 34020 with flag 1201366/161000
229.38/225.88	c cleaning 17999 clauses out of 36031 with flag 1316957/180000
256.62/253.19	c cleaning 18987 clauses out of 38032 with flag 1458897/200000
286.12/282.71	c cleaning 20011 clauses out of 40045 with flag 1575402/221000
321.09/317.73	c cleaning 21012 clauses out of 42037 with flag 1686961/243003
355.30/352.07	c cleaning 22009 clauses out of 44024 with flag 1842485/266002
393.20/390.06	c cleaning 22975 clauses out of 46013 with flag 1995556/290000
434.68/431.65	c cleaning 23990 clauses out of 48043 with flag 2152295/315005
474.63/471.79	c cleaning 24973 clauses out of 50048 with flag 2350450/341000
518.59/516.17	c cleaning 26025 clauses out of 52080 with flag 2516538/368005
553.24/551.13	c cleaning 27002 clauses out of 54050 with flag 2688881/396000
598.48/596.86	c cleaning 27993 clauses out of 56048 with flag 2874933/425000
648.00/646.85	c cleaning 29012 clauses out of 58055 with flag 3071714/455000
684.37/683.53	c cleaning 30013 clauses out of 60043 with flag 3227313/486000
720.61/720.17	c cleaning 31011 clauses out of 62030 with flag 3391018/518000
750.41/750.29	c cleaning 31997 clauses out of 64020 with flag 3540110/551001
779.02/779.19	c cleaning 32990 clauses out of 66023 with flag 3714160/585001
807.67/808.09	c cleaning 33981 clauses out of 68032 with flag 3901534/620000
837.55/838.27	c cleaning 35010 clauses out of 70052 with flag 4101992/656001
884.00/885.17	c cleaning 35999 clauses out of 72042 with flag 4294489/693001
940.96/942.63	c cleaning 37002 clauses out of 74042 with flag 4493416/731000
990.21/992.35	c cleaning 38007 clauses out of 76040 with flag 4729267/770000
1031.50/1034.07	c cleaning 38986 clauses out of 78033 with flag 4943232/810000
1091.50/1094.70	c cleaning 40007 clauses out of 80048 with flag 5209040/851001
1157.71/1162.08	c cleaning 41019 clauses out of 82044 with flag 5460314/893004
1219.15/1223.97	c cleaning 41987 clauses out of 84021 with flag 5768052/936000
1289.32/1294.36	c cleaning 43012 clauses out of 86034 with flag 6101488/980000
1381.27/1386.57	c cleaning 43998 clauses out of 88023 with flag 6435476/1025001
1442.68/1448.26	c cleaning 44992 clauses out of 90024 with flag 6707090/1071000
1502.68/1508.45	c cleaning 45996 clauses out of 92032 with flag 6989184/1118000
1573.99/1579.97	c cleaning 46988 clauses out of 94036 with flag 7293821/1166000
1639.06/1645.24	c cleaning 48001 clauses out of 96050 with flag 7589990/1215002
1671.05/1677.39	c cleaning 48997 clauses out of 98048 with flag 7903428/1265001
1715.16/1721.57	c cleaning 49998 clauses out of 100050 with flag 8186578/1316000
1793.29/1799.91	c cleaning 51003 clauses out of 102053 with flag 8490670/1368001
1875.61/1882.54	c cleaning 52020 clauses out of 104049 with flag 8819094/1421000
1970.28/1977.41	c cleaning 53004 clauses out of 106029 with flag 9166452/1475000
2050.63/2058.02	c cleaning 53982 clauses out of 108025 with flag 9539062/1530000
2142.57/2150.21	c cleaning 54984 clauses out of 110043 with flag 9872669/1586000
2219.80/2236.42	c cleaning 56001 clauses out of 112061 with flag 10176662/1643002
2286.91/2304.52	c cleaning 57007 clauses out of 114058 with flag 10463517/1701000
2352.06/2370.31	c cleaning 58010 clauses out of 116051 with flag 10701165/1760000
2416.09/2435.23	c cleaning 59003 clauses out of 118042 with flag 10959319/1820001
2515.59/2536.29	c cleaning 60004 clauses out of 120043 with flag 11272705/1881005
2581.55/2602.87	c cleaning 61009 clauses out of 122038 with flag 11699856/1943004
2657.20/2679.36	c cleaning 62012 clauses out of 124026 with flag 11992932/2006001
2740.00/2764.15	c cleaning 62980 clauses out of 126013 with flag 12314970/2070000
2825.13/2850.99	c cleaning 63991 clauses out of 128033 with flag 12550462/2135000
2899.50/2926.16	c cleaning 64999 clauses out of 130042 with flag 12850718/2201000
2982.64/3011.09	c cleaning 66001 clauses out of 132043 with flag 13321318/2268000
3093.14/3123.60	c cleaning 67008 clauses out of 134043 with flag 13725547/2336001
3163.38/3195.55	c cleaning 68002 clauses out of 136036 with flag 14280112/2405002
3239.26/3273.49	c cleaning 68998 clauses out of 138037 with flag 15015679/2475005
3317.00/3352.94	c cleaning 70003 clauses out of 140034 with flag 15785291/2546000
3397.70/3435.34	c cleaning 71007 clauses out of 142031 with flag 16644417/2618000
3495.22/3534.63	c cleaning 71960 clauses out of 144024 with flag 17140778/2691000
3600.09/3642.22	c starts		: 4246
3600.09/3642.22	c conflicts		: 2754383
3600.09/3642.22	c decisions		: 11277590
3600.09/3642.22	c propagations		: 2043514982
3600.09/3642.22	c inspects		: 32821349448
3600.09/3642.22	c shortcuts		: 0
3600.09/3642.22	c learnt literals	: 0
3600.09/3642.22	c learnt binary clauses	: 41
3600.09/3642.22	c learnt ternary clauses	: 107
3600.09/3642.22	c learnt constraints	: 2754383
3600.09/3642.22	c ignored constraints	: 0
3600.09/3642.22	c root simplifications	: 0
3600.09/3642.22	c removed literals (reason simplification)	: 104476878
3600.09/3642.22	c reason swapping (by a shorter reason)	: 0
3600.09/3642.22	c Calls to reduceDB	: 69
3600.09/3642.22	c Number of update (reduction) of LBD	: 1886975
3600.09/3642.22	c Imported unit clauses	: 0
3600.09/3642.22	c timeout
3600.09/3642.22	c No decision after first conflict	: false
3600.09/3642.22	c number of reductions to clauses (during analyze)	: 0
3600.09/3642.22	c number of learned constraints concerned by reduction	: 0
3600.09/3642.22	c number of learning phase by resolution	: 0
3600.09/3642.22	c number of learning phase by cutting planes	: 0
3600.09/3642.22	c number of rounding to 1 operations	: 0
3600.09/3642.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3642.22	c number of reductions of the coefficients by power 2 	: 0
3600.09/3642.22	c number of right shift for reduction by power 2 	: 0
3600.09/3642.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3642.22	c number of ending skipping 	: 0
3600.09/3642.22	c number of internal skipping 	: 0
3600.09/3642.22	c number of derivation steps 	: 0
3600.09/3642.22	c number of skipped derivation steps 	: 0
3600.09/3642.22	c number of remaining unassigned 	: 0
3600.09/3642.22	c number of remaining assigned 	: 0
3600.09/3642.22	c number of falsified literals weakened from reason	: 0
3600.09/3642.22	c number of falsified literals weakened from conflict	: 0
3600.09/3642.22	c time for arithmetic operations	: 0
3600.09/3642.22	c minimum degree of deleted constraints	: null
3600.09/3642.22	c maximum degree of deleted constraints	: null
3600.09/3642.22	c number of deleted constraints	: 0
3600.09/3642.23	c speed (assignments/second)	: 561321.0166826624
3600.09/3642.23	c non guided choices	: 11
3600.09/3642.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 135406
3600.09/3642.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 41
3600.09/3642.27	s UNKNOWN
3600.09/3642.27	c Total wall clock time (in seconds): 3642.146

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: 63968 MiB (53075 MiB free)
  memory of node 1: 64473 MiB (51515 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=238976, runsolver pid=238973

[startup+0.100203 s]*
/proc/loadavg: 4.24 4.13 4.13 7/331 238994
/proc/meminfo: memFree=107056596/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=18975048 memory=64908 CPUtime=0.13 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 7214 0 0 0 12 1 0 0 20 0 18 0 18705235 19430449152 16227 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4743762 16227 5613 1 0 549322 0
[pid=238976/tid=238978] ppid=238973 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 1077936192 5748 0 0 0 7 1 0 0 20 0 18 0 18705235 19430449152 16227 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18705237 19430449152 16227 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=18975048 memory=14130048089961189 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18705238 19430449152 16227 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64908 KiB

[startup+0.2058 s]*
/proc/loadavg: 4.24 4.13 4.13 6/331 238994
/proc/meminfo: memFree=107032568/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=18975048 memory=89576 CPUtime=0.32 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 9370 0 0 0 30 2 0 0 20 0 18 0 18705235 19430449152 22394 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4743762 22394 5809 1 0 550710 0
[pid=238976/tid=238978] ppid=238973 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 1077936192 5901 0 0 0 16 1 0 0 20 0 18 0 18705235 19430449152 22394 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=18975048 memory=770575 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18705237 19430449152 22394 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18705238 19430449152 22394 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 89576 KiB

[startup+0.305592 s]*
/proc/loadavg: 4.24 4.13 4.13 8/331 238994
/proc/meminfo: memFree=106995492/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=18975048 memory=125588 CPUtime=0.51 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 10708 0 0 0 48 3 0 0 20 0 18 0 18705235 19430449152 31397 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4743762 31397 5809 1 0 551435 0
[pid=238976/tid=238978] ppid=238973 vsize=18975048 memory=-8959455592625971900 CPUtime=0.26 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 5961 0 0 0 24 2 0 0 20 0 18 0 18705235 19430449152 31397 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18705237 19430449152 31397 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18705238 19430449152 31397 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 125588 KiB

[startup+0.700429 s]
/proc/loadavg: 4.24 4.13 4.13 7/332 238996
/proc/meminfo: memFree=106932148/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19041612 memory=204652 CPUtime=1.25 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 12044 0 0 0 120 5 0 0 20 0 19 0 18705235 19498610688 51163 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4760403 51163 5825 1 0 552767 0
[pid=238976/tid=238978] ppid=238973 vsize=19041612 memory=5592 CPUtime=0.57 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 6026 0 0 0 54 3 0 0 20 0 19 0 18705235 19498610688 51163 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19041612 memory=12264 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18705237 19498610688 51163 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18705238 19498610688 51163 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 204652 KiB

[startup+1.50244 s]
/proc/loadavg: 4.24 4.13 4.13 6/332 238996
/proc/meminfo: memFree=106885808/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19041612 memory=454196 CPUtime=2.8 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 20334 0 0 0 269 11 0 0 20 0 19 0 18705235 19498610688 113549 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4760403 113549 5832 1 0 1037501 0
[pid=238976/tid=238978] ppid=238973 vsize=19041612 memory=12264 CPUtime=1.21 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 6152 0 0 0 114 7 0 0 20 0 19 0 18705235 19498610688 113549 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18705237 19498610688 113549 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18705238 19498610688 113549 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 454196 KiB

[startup+3.10561 s]
/proc/loadavg: 4.24 4.13 4.13 6/333 238997
/proc/meminfo: memFree=106649412/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=456840 CPUtime=5.94 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 20977 0 0 0 582 12 0 0 20 0 20 0 18705235 19566772224 114210 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 114210 5881 1 0 1038206 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=198340509722 CPUtime=2.73 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 6276 0 0 0 266 7 0 0 20 0 20 0 18705235 19566772224 114210 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 114210 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 114210 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=455464 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 114210 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 456840 KiB

[startup+6.30028 s]
/proc/loadavg: 4.22 4.13 4.13 5/333 238997
/proc/meminfo: memFree=106647508/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=446856 CPUtime=9.6 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 26783 0 0 0 946 14 0 0 20 0 20 0 18705235 19566772224 111714 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 111714 5881 1 0 1038210 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=0 CPUtime=5.92 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 6941 0 0 0 584 8 0 0 20 0 20 0 18705235 19566772224 111714 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 111714 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=456500 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 111714 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=446856 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 111714 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 446856 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.13 4.13 5/333 238999
/proc/meminfo: memFree=106606352/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=446948 CPUtime=16.3 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 28155 0 0 0 1616 14 0 0 20 0 20 0 18705235 19566772224 111737 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 111737 5881 1 0 1038210 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=446860 CPUtime=12.3 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 7456 0 0 0 1222 8 0 0 20 0 20 0 18705235 19566772224 111737 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 111737 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=6083629092042269523 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 111737 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 111737 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 446948 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 4.12 4.13 5/336 239005
/proc/meminfo: memFree=106554084/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=447012 CPUtime=29.36 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 33027 0 0 0 2920 16 0 0 20 0 20 0 18705235 19566772224 111753 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 111753 5881 1 0 1038210 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=6083629092042269523 CPUtime=25.05 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 8452 0 0 0 2497 8 0 0 20 0 20 0 18705235 19566772224 111753 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 111753 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=1944 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 111753 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=-8959455592625971900 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 111753 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 29.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 447012 KiB

[startup+51.1057 s]
/proc/loadavg: 4.23 4.14 4.14 5/336 239010
/proc/meminfo: memFree=106296132/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=501520 CPUtime=55.65 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 51785 0 0 0 5542 23 0 0 20 0 20 0 18705235 19566772224 125380 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 125380 5913 1 0 1038335 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=501500 CPUtime=50.44 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 11269 0 0 0 5034 10 0 0 20 0 20 0 18705235 19566772224 125380 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 125380 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 102 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 125380 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 125380 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0

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

/proc/meminfo: memFree=102938584/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2658372 CPUtime=3189.53 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 177641 0 0 0 318523 430 0 0 20 0 20 0 18705235 19566772224 664593 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 664593 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=-8959455592625971900 CPUtime=3180.75 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 83434 0 0 0 317761 314 0 0 20 0 20 0 18705235 19566772224 664593 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2083 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=2658372 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 664593 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=2658372 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 5399 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 664593 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=2658372 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 664593 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3189.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2658372 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.15 4.18 5/336 241057
/proc/meminfo: memFree=102474032/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2666584 CPUtime=3248.08 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 180301 0 0 0 324370 438 0 0 20 0 20 0 18705235 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 666646 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=2666584 CPUtime=3239.19 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 84092 0 0 0 323599 320 0 0 20 0 20 0 18705235 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2183 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=32420 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 5462 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=2666584 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3248.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.17 5/335 241067
/proc/meminfo: memFree=102068784/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2666584 CPUtime=3306.43 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 182042 0 0 0 330200 443 0 0 20 0 20 0 18705235 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 666646 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=71968 CPUtime=3297.51 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 85512 0 0 0 329427 324 0 0 20 0 20 0 18705235 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2318 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=1944 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=2666584 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 5599 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=71968 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3306.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.12 4.17 5/333 241078
/proc/meminfo: memFree=101554316/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2666584 CPUtime=3365.18 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 184144 0 0 0 336069 449 0 0 20 0 20 0 18705235 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 666646 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=1944 CPUtime=3356.23 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 87217 0 0 0 335295 328 0 0 20 0 20 0 18705235 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2427 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=2666584 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 5736 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=2666584 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 666646 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3365.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666584 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.17 5/332 241089
/proc/meminfo: memFree=101078968/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2672740 CPUtime=3424.06 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 186720 0 0 0 341951 455 0 0 20 0 20 0 18705235 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 668185 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=1944 CPUtime=3414.99 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 88335 0 0 0 341167 332 0 0 20 0 20 0 18705235 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2526 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=2666584 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 5837 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=2672740 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3424.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2672740 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.18 4.18 5/333 241101
/proc/meminfo: memFree=100477556/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2672740 CPUtime=3482.96 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 188294 0 0 0 347834 462 0 0 20 0 20 0 18705235 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 668185 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=11608 CPUtime=3473.86 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 89589 0 0 0 347048 338 0 0 20 0 20 0 18705235 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2618 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=2672740 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 5957 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=-8959455592625971900 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3482.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2672740 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.21 4.19 5/333 241113
/proc/meminfo: memFree=100030596/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2672740 CPUtime=3541.76 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 190372 0 0 0 353710 466 0 0 20 0 20 0 18705235 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 668185 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=11608 CPUtime=3532.63 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 91300 0 0 0 352922 341 0 0 20 0 20 0 18705235 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2720 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=2672740 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=2672740 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 6075 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 668185 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3541.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2672740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642.2 s]
/proc/loadavg: 4.19 4.18 4.18 5/336 241128
/proc/meminfo: memFree=99602088/131524600 swapFree=131071996/131071996
[pid=238976] ppid=238973 vsize=19108176 memory=2674796 CPUtime=3600.09 cores=0,2
/proc/238976/stat : 238976 (java) S 238973 238976 235987 0 -1 1077936128 193419 0 0 0 359536 473 0 0 20 0 20 0 18705235 19566772224 668699 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
/proc/238976/statm: 4777044 668699 5928 1 0 1038346 0
[pid=238976/tid=238978] ppid=238973 vsize=19108176 memory=770335 CPUtime=3590.8 cores=0,2
/proc/238976/task/238978/stat : 238978 (java) R 238973 238976 235987 0 -1 4194368 92460 0 0 0 358734 346 0 0 20 0 20 0 18705235 19566772224 668699 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2865 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238987] ppid=238973 vsize=19108176 memory=771953 CPUtime=0 cores=0,2
/proc/238976/task/238987/stat : 238987 (Finalizer) S 238973 238976 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18705237 19566772224 668699 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238994] ppid=238973 vsize=19108176 memory=1587765 CPUtime=0 cores=0,2
/proc/238976/task/238994/stat : 238994 (Common-Cleaner) S 238973 238976 235987 0 -1 1077936192 6155 0 0 0 0 0 0 0 20 0 20 0 18705238 19566772224 668699 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
[pid=238976/tid=238997] ppid=238973 vsize=19108176 memory=-8959455592625971900 CPUtime=0 cores=0,2
/proc/238976/task/238997/stat : 238997 (Timer-0) S 238973 238976 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18705403 19566772224 668699 134679101440 93979817594880 93979817598576 140725728190896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93979817606392 93979817607184 93979844182016 140725728199595 140725728199777 140725728199777 140725728206792 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2674796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.47 s, system=4.74568 s

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

Child status: 143

Real time (s): 3642.29
CPU time (s): 3600.22
CPU user time (s): 3595.47
CPU system time (s): 4.74568
CPU usage (%): 98.8449
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2674796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.47
system time used= 4.74568
maximum resident set size= 2676136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108389
involuntary context switches= 33678


# summary of solver processes directly reported to runsolver:
#   pid: 238976
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.47
#   total CPU system time (s): 4.74568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.34879 second user time and 17.3355 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-24 13:50:22
IDJOB=4440536
IDBENCH=155689
IDSOLVER=3079
FILE ID=nodeC024/4440536-1721821822
RUNJOBID= nodeC024-1721817187-235997
SLURM_JOB_ID= 7816882
Free space on /tmp= 890056 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_5_mh_ic.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-4440536-1721821822/watcher-4440536-1721821822 -o /tmp/evaluation-result-4440536-1721821822/solver-4440536-1721821822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-235997 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440536-1721821822 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440536-1721821822.opb

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

MD5SUM BENCH= de99926f2d1453b9b061663ac0d87607
RANDOM SEED=1019234138

nodeC024.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	: 0xb00002a
cpu MHz		: 3667.813
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.759
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3635.220
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.185
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.316
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.767
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.170
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.350
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107101516 kB
MemAvailable:   123530936 kB
Buffers:          246412 kB
Cached:         16937840 kB
SwapCached:            0 kB
Active:          2664768 kB
Inactive:       20982076 kB
Active(anon):       1552 kB
Inactive(anon):  6514876 kB
Active(file):    2663216 kB
Inactive(file): 14467200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             80288 kB
Writeback:             0 kB
AnonPages:       6461728 kB
Mapped:           139068 kB
Shmem:             54104 kB
KReclaimable:     277656 kB
Slab:             403252 kB
SReclaimable:     277656 kB
SUnreclaim:       125596 kB
KernelStack:        5040 kB
PageTables:        22716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9618860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6180864 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:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC024 at 2024-07-24 14:51:05