Trace number 4440281

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-07OPT cert.12 79.695 77.045

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g7x7.opb
MD5SUM9bebbb2f3ef932ac86719feab6e824eb
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.005159
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49
Total number of constraints49
Number of constraints which are clauses49
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 49
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 49
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 49
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- 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-4440281-1721769207.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
0.13/0.14	c ... done. Wall clock time 0.013s.
0.13/0.14	c declared #vars     49
0.13/0.14	c #constraints  49
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.13/0.14	c 49 constraints processed.
0.13/0.15	c objective function length is 49 literals
0.13/0.15	c SATISFIABLE
0.13/0.15	c OPTIMIZING...
0.13/0.15	c Got one! Elapsed wall clock time (in seconds):0.028
0.13/0.15	o 17
0.13/0.16	c Got one! Elapsed wall clock time (in seconds):0.039
0.13/0.17	o 16
0.13/0.17	c Got one! Elapsed wall clock time (in seconds):0.043
0.13/0.17	o 15
0.32/0.21	c Got one! Elapsed wall clock time (in seconds):0.078
0.32/0.21	o 14
0.72/0.45	c cleaning 2637 clauses out of 5273 with flag 12201/5273
1.10/0.63	c cleaning 4318 clauses out of 8638 with flag 25914/11275
1.10/0.64	c Got one! Elapsed wall clock time (in seconds):0.504
1.10/0.64	o 13
1.27/0.79	c cleaning 4705 clauses out of 9409 with flag 11633/16364
1.67/0.93	c cleaning 5351 clauses out of 10702 with flag 25268/22362
1.87/1.06	c cleaning 6177 clauses out of 12353 with flag 41018/29364
2.25/1.21	c cleaning 7087 clauses out of 14174 with flag 59967/37362
2.45/1.34	c cleaning 8042 clauses out of 16087 with flag 80237/46362
2.68/1.52	c cleaning 9023 clauses out of 18046 with flag 102701/56363
2.77/1.69	c cleaning 10004 clauses out of 20022 with flag 127646/67362
3.10/1.94	c cleaning 11009 clauses out of 22018 with flag 158424/79362
3.52/2.22	c cleaning 12003 clauses out of 24009 with flag 190246/92362
3.74/2.48	c cleaning 13002 clauses out of 26006 with flag 223147/106362
4.29/2.81	c cleaning 13996 clauses out of 28004 with flag 259546/121362
4.66/3.15	c cleaning 15001 clauses out of 30008 with flag 300420/137362
5.12/3.59	c cleaning 15999 clauses out of 32007 with flag 342536/154362
5.62/4.03	c cleaning 17001 clauses out of 34008 with flag 386681/172362
6.12/4.50	c cleaning 18001 clauses out of 36009 with flag 433215/191364
6.42/4.88	c cleaning 19002 clauses out of 38007 with flag 478644/211363
6.91/5.34	c cleaning 19996 clauses out of 40004 with flag 526803/232362
7.41/5.88	c cleaning 21002 clauses out of 42008 with flag 577762/254362
8.01/6.42	c cleaning 22000 clauses out of 44006 with flag 630334/277362
8.60/7.00	c cleaning 22999 clauses out of 46006 with flag 684899/301362
9.30/7.66	c cleaning 24002 clauses out of 48008 with flag 744089/326363
10.00/8.32	c cleaning 25002 clauses out of 50005 with flag 805601/352362
10.70/9.04	c cleaning 25998 clauses out of 52003 with flag 868333/379362
11.50/9.88	c cleaning 26995 clauses out of 54005 with flag 935810/407362
12.49/10.86	c cleaning 28005 clauses out of 56011 with flag 1003524/436363
13.59/11.95	c cleaning 28999 clauses out of 58005 with flag 1078568/466362
14.69/13.05	c cleaning 30003 clauses out of 60006 with flag 1154753/497362
15.98/14.35	c cleaning 30995 clauses out of 62003 with flag 1236326/529362
17.19/15.54	c cleaning 32002 clauses out of 64009 with flag 1316925/562363
19.12/16.94	c cleaning 33000 clauses out of 66007 with flag 1398390/596363
20.82/18.47	c cleaning 34003 clauses out of 68007 with flag 1484620/631363
22.43/20.09	c cleaning 34998 clauses out of 70005 with flag 1576852/667364
24.13/21.70	c cleaning 36001 clauses out of 72005 with flag 1669236/704362
26.21/23.56	c cleaning 37001 clauses out of 74004 with flag 1766091/742362
27.76/24.91	c cleaning 37993 clauses out of 76003 with flag 1856187/781363
29.15/26.36	c cleaning 39002 clauses out of 78010 with flag 1950304/821363
30.75/27.98	c cleaning 39999 clauses out of 80007 with flag 2045174/862362
32.35/29.51	c cleaning 41002 clauses out of 82010 with flag 2142677/904364
34.15/31.37	c cleaning 41998 clauses out of 84006 with flag 2245073/947362
36.08/33.40	c cleaning 42995 clauses out of 86008 with flag 2348738/991362
37.94/35.13	c cleaning 44002 clauses out of 88012 with flag 2458467/1036362
39.53/36.79	c cleaning 45002 clauses out of 90010 with flag 2567049/1082362
41.32/38.56	c cleaning 45996 clauses out of 92008 with flag 2677539/1129362
43.23/40.48	c cleaning 47006 clauses out of 94012 with flag 2788735/1177362
45.23/42.49	c cleaning 47999 clauses out of 96006 with flag 2907604/1226362
47.82/45.05	c cleaning 49001 clauses out of 98007 with flag 3023446/1276362
50.22/47.43	c cleaning 50002 clauses out of 100007 with flag 3142334/1327363
52.71/50.00	c cleaning 51000 clauses out of 102006 with flag 3261914/1379364
55.81/53.02	c cleaning 51996 clauses out of 104005 with flag 3384111/1432363
58.59/55.86	c cleaning 53005 clauses out of 106009 with flag 3508450/1486363
61.42/58.66	c cleaning 53995 clauses out of 108003 with flag 3637913/1541362
64.51/61.78	c cleaning 55000 clauses out of 110009 with flag 3771294/1597363
68.30/65.63	c cleaning 56000 clauses out of 112008 with flag 3909901/1654362
71.89/69.27	c cleaning 57001 clauses out of 114008 with flag 4051895/1712362
75.58/72.97	c cleaning 58002 clauses out of 116007 with flag 4194530/1771362
77.68/75.01	c Got one! Elapsed wall clock time (in seconds):74.888
77.68/75.01	o 12
78.27/75.68	c cleaning 51599 clauses out of 103203 with flag 11903/1816560
78.68/76.02	c cleaning 28803 clauses out of 57605 with flag 25903/1822561
78.88/76.25	c cleaning 17895 clauses out of 35801 with flag 42521/1829560
79.07/76.44	c cleaning 12952 clauses out of 25907 with flag 60790/1837561
79.28/76.63	c cleaning 10974 clauses out of 21953 with flag 81863/1846560
79.50/76.83	c cleaning 10486 clauses out of 20978 with flag 105205/1856560
79.65/77.01	c starts		: 286
79.65/77.02	c conflicts		: 1862257
79.65/77.02	c decisions		: 2607086
79.65/77.02	c propagations		: 12481220
79.65/77.02	c inspects		: 1155513312
79.65/77.02	c shortcuts		: 0
79.65/77.02	c learnt literals	: 17
79.65/77.02	c learnt binary clauses	: 134
79.65/77.02	c learnt ternary clauses	: 736
79.65/77.02	c learnt constraints	: 1862239
79.65/77.02	c ignored constraints	: 0
79.65/77.02	c root simplifications	: 0
79.65/77.02	c removed literals (reason simplification)	: 4106956
79.65/77.02	c reason swapping (by a shorter reason)	: 0
79.65/77.02	c Calls to reduceDB	: 63
79.65/77.02	c Number of update (reduction) of LBD	: 174453
79.65/77.02	c Imported unit clauses	: 0
79.65/77.02	c No decision after first conflict	: false
79.65/77.02	c number of reductions to clauses (during analyze)	: 0
79.65/77.02	c number of learned constraints concerned by reduction	: 0
79.65/77.02	c number of learning phase by resolution	: 0
79.65/77.02	c number of learning phase by cutting planes	: 0
79.65/77.02	c number of rounding to 1 operations	: 0
79.65/77.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
79.65/77.02	c number of reductions of the coefficients by power 2 	: 0
79.65/77.02	c number of right shift for reduction by power 2 	: 0
79.65/77.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
79.65/77.02	c number of ending skipping 	: 0
79.65/77.02	c number of internal skipping 	: 0
79.65/77.02	c number of derivation steps 	: 0
79.65/77.02	c number of skipped derivation steps 	: 0
79.65/77.02	c number of remaining unassigned 	: 0
79.65/77.02	c number of remaining assigned 	: 0
79.65/77.02	c number of falsified literals weakened from reason	: 0
79.65/77.02	c number of falsified literals weakened from conflict	: 0
79.65/77.02	c time for arithmetic operations	: 0
79.65/77.02	c minimum degree of deleted constraints	: null
79.65/77.02	c maximum degree of deleted constraints	: null
79.65/77.02	c number of deleted constraints	: 0
79.65/77.02	c speed (assignments/second)	: 162380.5682764363
79.65/77.02	c non guided choices	: 0
79.65/77.02	s OPTIMUM FOUND
79.65/77.02	c Found 6 solution(s)
79.65/77.02	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 x48 -x49 
79.65/77.02	c objective function=12
79.65/77.02	c Total wall clock time (in seconds): 76.891

Verifier Data

OK	12

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 12 <= obj <= 12
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 12 <= obj <= 12
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 12 <= obj <= 12
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440281-1721769207/watcher-4440281-1721769207 -o /tmp/evaluation-result-4440281-1721769207/solver-4440281-1721769207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721765587-123128 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440281-1721769207 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440281-1721769207.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
solver pid=125541, runsolver pid=125538
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 4.32 4.37 4.28 6/335 125559
/proc/meminfo: memFree=108705244/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=18993908 memory=66348 CPUtime=0.13 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 7284 0 0 0 11 2 0 0 20 0 18 0 13448950 19449761792 16587 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4748477 16587 5943 1 0 549359 0
[pid=125541/tid=125543] ppid=125538 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 5830 0 0 0 7 1 0 0 20 0 18 0 13448951 19449761792 16587 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=18993908 memory=232851243367 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13448953 19449761792 16587 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=18993908 memory=14698495601564019 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13448954 19449761792 16587 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66348 KiB

[startup+0.205931 s]*
/proc/loadavg: 4.32 4.37 4.28 7/336 125560
/proc/meminfo: memFree=108694844/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19060472 memory=74972 CPUtime=0.32 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 7875 0 0 0 29 3 0 0 20 0 19 0 13448950 19517923328 18743 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4765118 18743 6002 1 0 549999 0
[pid=125541/tid=125543] ppid=125538 vsize=19060472 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 6127 0 0 0 16 2 0 0 20 0 19 0 13448951 19517923328 18743 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19060472 memory=809283 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13448953 19517923328 18743 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19060472 memory=14417020624045798 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13448954 19517923328 18743 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13448966 19517923328 18743 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 74972 KiB

[startup+0.306481 s]*
/proc/loadavg: 4.32 4.37 4.28 7/336 125560
/proc/meminfo: memFree=108673228/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19060472 memory=93400 CPUtime=0.52 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 9549 0 0 0 49 3 0 0 20 0 19 0 13448950 19517923328 23350 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4765118 23350 6100 1 0 550880 0
[pid=125541/tid=125543] ppid=125538 vsize=19060472 memory=-8600297933291430588 CPUtime=0.26 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 6151 0 0 0 24 2 0 0 20 0 19 0 13448951 19517923328 23350 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13448953 19517923328 23350 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13448954 19517923328 23350 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13448966 19517923328 23350 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 93400 KiB

[startup+0.70048 s]
/proc/loadavg: 4.32 4.37 4.28 7/336 125560
/proc/meminfo: memFree=108635744/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19060472 memory=162332 CPUtime=1.27 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 12751 0 0 0 122 5 0 0 20 0 19 0 13448950 19517923328 40583 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4765118 40583 6132 1 0 553103 0
[pid=125541/tid=125543] ppid=125538 vsize=19060472 memory=42868 CPUtime=0.62 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 6219 0 0 0 59 3 0 0 20 0 19 0 13448951 19517923328 40583 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19060472 memory=13136 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13448953 19517923328 40583 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19060472 memory=2132 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13448954 19517923328 40583 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19060472 memory=26044 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13448966 19517923328 40583 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 162332 KiB

[startup+1.50048 s]
/proc/loadavg: 4.32 4.37 4.28 7/337 125561
/proc/meminfo: memFree=108569824/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=179132 CPUtime=2.68 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 17497 0 0 0 261 7 0 0 20 0 20 0 13448950 19586084864 44783 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 44783 6132 1 0 553411 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=13136 CPUtime=1.39 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 6475 0 0 0 135 4 0 0 20 0 20 0 13448951 19586084864 44783 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 44783 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=2132 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 44783 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=26044 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 44783 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 179132 KiB

[startup+3.10648 s]
/proc/loadavg: 4.30 4.36 4.27 5/337 125562
/proc/meminfo: memFree=108436920/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=292104 CPUtime=4.66 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 18748 0 0 0 454 12 0 0 20 0 20 0 13448950 19586084864 73026 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 73026 6132 1 0 553427 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=0 CPUtime=2.98 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 6997 0 0 0 289 9 0 0 20 0 20 0 13448951 19586084864 73026 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=-8600297933291430588 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 73026 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=13136 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 73026 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=2132 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 73026 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 292104 KiB

[startup+6.30027 s]
/proc/loadavg: 4.30 4.36 4.27 5/337 125562
/proc/meminfo: memFree=108137924/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=508820 CPUtime=7.91 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 19510 0 0 0 771 20 0 0 20 0 20 0 13448950 19586084864 127205 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 127205 6148 1 0 553427 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=13136 CPUtime=6.14 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 7300 0 0 0 597 17 0 0 20 0 20 0 13448951 19586084864 127205 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=2132 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 127205 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 127205 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=179132 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 127205 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 508820 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.37 4.28 5/337 125564
/proc/meminfo: memFree=107504636/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1028304 CPUtime=14.39 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 22705 0 0 0 1403 36 0 0 20 0 20 0 13448950 19586084864 257076 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 257076 6148 1 0 553427 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=179132 CPUtime=12.51 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 8097 0 0 0 1218 33 0 0 20 0 20 0 13448951 19586084864 257076 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=1028248 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 257076 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=923780 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 257076 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=13136 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 257076 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1028304 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.39 4.28 5/337 125565
/proc/meminfo: memFree=107215216/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1102508 CPUtime=28.36 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 37206 0 0 0 2787 49 0 0 20 0 20 0 13448950 19586084864 275627 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 275627 6148 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=1100804 CPUtime=25.24 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 10692 0 0 0 2482 42 0 0 20 0 20 0 13448951 19586084864 275627 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 275627 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 275627 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 275627 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 28.36 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1102508 KiB

[startup+51.1059 s]
/proc/loadavg: 4.29 4.36 4.27 5/337 125571
/proc/meminfo: memFree=106494928/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1328044 CPUtime=53.92 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 45595 0 0 0 5321 71 0 0 20 0 20 0 13448950 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 332011 6164 1 0 556321 0

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

/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 53.92 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1328044 KiB

[startup+77.0449 s]
# the end of solver process 125541 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=78.8312 s, system=0.863849 s

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

[startup+51.2003 s]
/proc/loadavg: 4.29 4.36 4.27 5/337 125571
/proc/meminfo: memFree=106494928/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1328044 CPUtime=54.01 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 45599 0 0 0 5330 71 0 0 20 0 20 0 13448950 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 332011 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=164 CPUtime=50.65 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 12152 0 0 0 5003 62 0 0 20 0 20 0 13448951 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=26044 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=1780 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 332011 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 54.01 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1328044 KiB

[startup+64.0003 s]*
/proc/loadavg: 4.29 4.35 4.27 5/337 125573
/proc/meminfo: memFree=106212436/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332144 CPUtime=66.7 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 48759 0 0 0 6592 78 0 0 20 0 20 0 13448950 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333036 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=-8600297933291430588 CPUtime=63.3 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 12971 0 0 0 6261 69 0 0 20 0 20 0 13448951 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=11796 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=11796 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 66.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332144 KiB

[startup+70.4003 s]
/proc/loadavg: 4.27 4.35 4.27 5/337 125575
/proc/meminfo: memFree=106099632/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332144 CPUtime=73.08 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 48938 0 0 0 7227 81 0 0 20 0 20 0 13448950 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333036 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=-8600297933291430588 CPUtime=69.67 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 13150 0 0 0 6895 72 0 0 20 0 20 0 13448951 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=1332144 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=1332144 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 73.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332144 KiB

[startup+73.6003 s]
/proc/loadavg: 4.25 4.34 4.27 5/337 125575
/proc/meminfo: memFree=106055144/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332144 CPUtime=76.28 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 49210 0 0 0 7545 83 0 0 20 0 20 0 13448950 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333036 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=-8600297933291430588 CPUtime=72.86 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 13356 0 0 0 7213 73 0 0 20 0 20 0 13448951 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=1332144 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=18732 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=-8600297933291430588 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333036 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 76.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332144 KiB

[startup+75.2002 s]
/proc/loadavg: 4.25 4.34 4.27 5/337 125575
/proc/meminfo: memFree=106026956/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332184 CPUtime=77.87 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 50405 0 0 0 7704 83 0 0 20 0 20 0 13448950 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333046 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=13136 CPUtime=74.46 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 14017 0 0 0 7372 74 0 0 20 0 20 0 13448951 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=42868 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=1332144 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 77.87 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332184 KiB

[startup+76.0002 s]*
/proc/loadavg: 4.25 4.34 4.27 5/337 125575
/proc/meminfo: memFree=106012204/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332184 CPUtime=78.68 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 50432 0 0 0 7784 84 0 0 20 0 20 0 13448950 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333046 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=-7385037606852721768 CPUtime=75.27 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 14042 0 0 0 7452 75 0 0 20 0 20 0 13448951 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=-6940472290934958232 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333046 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 78.68 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332184 KiB

[startup+76.8002 s]
/proc/loadavg: 4.25 4.34 4.27 5/337 125575
/proc/meminfo: memFree=106012204/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332192 CPUtime=79.5 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 52060 0 0 0 7865 85 0 0 20 0 20 0 13448950 19586084864 333048 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333048 6164 1 0 556321 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=1102508 CPUtime=76.05 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 14383 0 0 0 7530 75 0 0 20 0 20 0 13448951 19586084864 333048 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=834230 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333048 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=1332144 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333048 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=42868 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333048 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 79.5 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332192 KiB

[startup+77.0002 s]*
/proc/loadavg: 4.25 4.34 4.27 4/337 125575
/proc/meminfo: memFree=105992708/131524600 swapFree=131071216/131071996
[pid=125541] ppid=125538 vsize=19127036 memory=1332208 CPUtime=79.65 cores=4,6
/proc/125541/stat : 125541 (java) S 125538 125541 123117 0 -1 1077936128 52433 0 0 0 7880 85 0 0 20 0 20 0 13448950 19586084864 333052 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
/proc/125541/statm: 4781759 333052 6164 1 0 556337 0
[pid=125541/tid=125543] ppid=125538 vsize=19127036 memory=-8600297933291430588 CPUtime=76.21 cores=4,6
/proc/125541/task/125543/stat : 125543 (java) R 125538 125541 123117 0 -1 4194368 14747 0 0 0 7545 76 0 0 20 0 20 0 13448951 19586084864 333052 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125552] ppid=125538 vsize=19127036 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/125541/task/125552/stat : 125552 (Finalizer) S 125538 125541 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13448953 19586084864 333052 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125559] ppid=125538 vsize=19127036 memory=21264 CPUtime=0 cores=4,6
/proc/125541/task/125559/stat : 125559 (Common-Cleaner) S 125538 125541 123117 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 13448954 19586084864 333052 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
[pid=125541/tid=125560] ppid=125538 vsize=19127036 memory=8336 CPUtime=0 cores=4,6
/proc/125541/task/125560/stat : 125560 (Timer-0) S 125538 125541 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13448966 19586084864 333052 134679101440 94000261181440 94000261185136 140730245862416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000261192952 94000261193744 94000281436160 140730245870511 140730245870693 140730245870693 140730245877704 0
Current children cumulated CPU time: 79.65 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1332208 KiB

Child status: 30

Real time (s): 77.045
CPU time (s): 79.695
CPU user time (s): 78.8312
CPU system time (s): 0.863849
CPU usage (%): 103.44
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 1332208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.8312
system time used= 0.863849
maximum resident set size= 1333704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53547
page faults= 0
swaps= 0
block input operations= 0
block output operations= 377808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3872
involuntary context switches= 423


# summary of solver processes directly reported to runsolver:
#   pid: 125541
#   total CPU time (s): 79.695
#   total CPU user time (s): 78.8312
#   total CPU system time (s): 0.863849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.148962 second user time and 0.460519 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-23 23:13:27
IDJOB=4440281
IDBENCH=147225
IDSOLVER=3079
FILE ID=nodeC018/4440281-1721769207
RUNJOBID= nodeC018-1721765587-123128
SLURM_JOB_ID= 7770660
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g7x7.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-4440281-1721769207/watcher-4440281-1721769207 -o /tmp/evaluation-result-4440281-1721769207/solver-4440281-1721769207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721765587-123128 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440281-1721769207 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440281-1721769207.opb

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

MD5SUM BENCH= 9bebbb2f3ef932ac86719feab6e824eb
RANDOM SEED=1803053747

nodeC018.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		: 3671.266
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.43
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		: 3683.570
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.33
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		: 3644.578
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.983
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.33
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		: 3626.807
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.43
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		: 3683.581
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.33
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		: 3634.346
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.901
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108749336 kB
MemAvailable:   125439344 kB
Buffers:          184928 kB
Cached:         17246132 kB
SwapCached:          244 kB
Active:          1160832 kB
Inactive:       20861868 kB
Active(anon):       1512 kB
Inactive(anon):  4627500 kB
Active(file):    1159320 kB
Inactive(file): 16234368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            178876 kB
Writeback:             8 kB
AnonPages:       4591108 kB
Mapped:           123476 kB
Shmem:             37588 kB
KReclaimable:     272288 kB
Slab:             387472 kB
SReclaimable:     272288 kB
SUnreclaim:       115184 kB
KernelStack:        5124 kB
PageTables:        19280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7673520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4302848 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:      318164 kB
DirectMap2M:    34058240 kB
DirectMap1G:    101711872 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-23 23:14:44