Trace number 4511201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 202.416 199.86

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.41638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4511201-1751200609.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.031s.
0.13/0.17	c declared #vars     501
0.13/0.17	c #constraints  502
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 500
0.13/0.17	c 502 constraints processed.
0.69/0.46	c cleaning 2491 clauses out of 5001 with flag 20369/5001
1.26/0.74	c cleaning 4248 clauses out of 8509 with flag 46989/11000
1.87/1.00	c cleaning 5623 clauses out of 11261 with flag 81446/18000
2.25/1.22	c cleaning 6798 clauses out of 13638 with flag 122882/26000
2.65/1.40	c cleaning 7915 clauses out of 15841 with flag 172121/35001
2.85/1.59	c cleaning 8936 clauses out of 17925 with flag 229556/45000
3.40/1.81	c cleaning 9961 clauses out of 19989 with flag 291842/56000
3.76/2.06	c cleaning 10985 clauses out of 22029 with flag 360230/68001
4.07/2.34	c cleaning 12016 clauses out of 24043 with flag 436984/81000
4.38/2.64	c cleaning 12989 clauses out of 26027 with flag 515126/95000
4.68/2.99	c cleaning 13993 clauses out of 28038 with flag 601589/110000
5.08/3.36	c cleaning 14980 clauses out of 30046 with flag 695023/126001
5.60/3.80	c cleaning 16010 clauses out of 32065 with flag 792302/143000
6.03/4.25	c cleaning 17012 clauses out of 34055 with flag 893925/161000
6.63/4.77	c cleaning 18001 clauses out of 36044 with flag 1000663/180001
7.21/5.29	c cleaning 18999 clauses out of 38043 with flag 1110093/200001
7.81/5.88	c cleaning 20004 clauses out of 40044 with flag 1227212/221001
8.41/6.48	c cleaning 20988 clauses out of 42039 with flag 1346062/243000
9.11/7.11	c cleaning 22022 clauses out of 44052 with flag 1470458/266001
9.81/7.83	c cleaning 23002 clauses out of 46029 with flag 1600037/290000
10.61/8.60	c cleaning 24004 clauses out of 48029 with flag 1733327/315002
11.41/9.44	c cleaning 24995 clauses out of 50023 with flag 1869349/341000
12.30/10.32	c cleaning 25985 clauses out of 52028 with flag 2013670/368000
13.21/11.23	c cleaning 26998 clauses out of 54043 with flag 2158568/396000
14.10/12.18	c cleaning 28004 clauses out of 56045 with flag 2307264/425000
15.20/13.21	c cleaning 29005 clauses out of 58041 with flag 2464548/455000
16.20/14.22	c cleaning 29997 clauses out of 60036 with flag 2624006/486000
17.30/15.35	c cleaning 31007 clauses out of 62040 with flag 2788283/518001
18.59/16.62	c cleaning 32003 clauses out of 64032 with flag 2958389/551000
19.89/17.92	c cleaning 32995 clauses out of 66029 with flag 3132889/585000
21.19/19.23	c cleaning 33999 clauses out of 68034 with flag 3306781/620000
22.59/20.62	c cleaning 35007 clauses out of 70037 with flag 3489263/656002
23.99/22.09	c cleaning 35995 clauses out of 72029 with flag 3672041/693001
25.69/23.74	c cleaning 36998 clauses out of 74033 with flag 3862278/731000
27.19/25.28	c cleaning 38005 clauses out of 76036 with flag 4051185/770001
28.89/26.98	c cleaning 38992 clauses out of 78030 with flag 4245132/810000
30.68/28.78	c cleaning 40004 clauses out of 80039 with flag 4445436/851001
32.57/30.62	c cleaning 41003 clauses out of 82035 with flag 4651319/893001
34.57/32.66	c cleaning 42015 clauses out of 84031 with flag 4861454/936000
36.67/34.72	c cleaning 42995 clauses out of 86016 with flag 5070684/980000
38.77/36.94	c cleaning 43993 clauses out of 88021 with flag 5284921/1025000
40.98/39.18	c cleaning 45003 clauses out of 90029 with flag 5505003/1071001
43.27/41.44	c cleaning 45997 clauses out of 92026 with flag 5725312/1118001
45.46/43.60	c cleaning 47001 clauses out of 94029 with flag 5944805/1166001
47.66/45.82	c cleaning 47998 clauses out of 96027 with flag 6168941/1215000
50.15/48.33	c cleaning 48997 clauses out of 98029 with flag 6401659/1265000
52.65/50.89	c cleaning 50007 clauses out of 100032 with flag 6637751/1316000
55.34/53.57	c cleaning 51000 clauses out of 102025 with flag 6874417/1368000
58.24/56.41	c cleaning 51998 clauses out of 104026 with flag 7115547/1421001
60.83/59.03	c cleaning 53001 clauses out of 106027 with flag 7356792/1475000
63.83/62.06	c cleaning 54003 clauses out of 108026 with flag 7605882/1530000
66.82/65.04	c cleaning 55004 clauses out of 110024 with flag 7855134/1586001
69.75/68.09	c cleaning 56000 clauses out of 112020 with flag 8102636/1643001
73.04/71.39	c cleaning 57000 clauses out of 114019 with flag 8354356/1701000
76.22/74.56	c cleaning 58000 clauses out of 116021 with flag 8605727/1760002
79.43/77.79	c cleaning 59001 clauses out of 118021 with flag 8853869/1820002
82.73/81.03	c cleaning 59995 clauses out of 120018 with flag 9108338/1881000
85.92/84.28	c cleaning 61001 clauses out of 122023 with flag 9359283/1943000
89.11/87.44	c cleaning 61996 clauses out of 124023 with flag 9611978/2006001
92.72/91.02	c cleaning 63001 clauses out of 126026 with flag 9871446/2070000
96.01/94.36	c cleaning 64005 clauses out of 128025 with flag 10126750/2135000
99.44/97.83	c cleaning 64998 clauses out of 130020 with flag 10382176/2201000
102.83/101.28	c cleaning 66001 clauses out of 132022 with flag 10640878/2268000
106.36/104.71	c cleaning 67003 clauses out of 134022 with flag 10906495/2336001
109.66/108.07	c cleaning 67999 clauses out of 136019 with flag 11175839/2405001
113.14/111.52	c cleaning 69000 clauses out of 138019 with flag 11449551/2475000
116.44/114.83	c cleaning 70004 clauses out of 140020 with flag 11720334/2546001
119.94/118.34	c cleaning 70997 clauses out of 142016 with flag 12009354/2618001
123.63/122.02	c cleaning 72000 clauses out of 144018 with flag 12294102/2691000
127.41/125.87	c cleaning 73000 clauses out of 146018 with flag 12595991/2765000
131.67/130.18	c cleaning 74002 clauses out of 148018 with flag 12916399/2840000
136.15/134.60	c cleaning 74997 clauses out of 150016 with flag 13231549/2916000
140.64/139.13	c cleaning 76003 clauses out of 152020 with flag 13562807/2993001
145.23/143.71	c cleaning 77003 clauses out of 154016 with flag 13912154/3071000
149.94/148.47	c cleaning 78002 clauses out of 156013 with flag 14243191/3150000
154.72/153.22	c cleaning 79001 clauses out of 158012 with flag 14580106/3230001
159.25/157.88	c cleaning 79998 clauses out of 160011 with flag 14915624/3311001
164.06/162.66	c cleaning 80994 clauses out of 162013 with flag 15265553/3393001
169.14/167.70	c cleaning 82004 clauses out of 164018 with flag 15615834/3476000
174.74/173.31	c cleaning 83002 clauses out of 166015 with flag 15984489/3560001
180.53/179.17	c cleaning 84002 clauses out of 168014 with flag 16360665/3645002
186.12/184.72	c cleaning 85002 clauses out of 170011 with flag 16727560/3731001
193.15/191.37	c cleaning 86001 clauses out of 172009 with flag 17113343/3818001
200.16/197.66	c cleaning 87000 clauses out of 174006 with flag 17512516/3906001
202.27/199.76	c starts		: 5172
202.27/199.76	c conflicts		: 3942986
202.27/199.76	c decisions		: 5361879
202.27/199.76	c propagations		: 33494391
202.27/199.76	c inspects		: 3707763854
202.27/199.76	c shortcuts		: 0
202.27/199.76	c learnt literals	: 15
202.27/199.76	c learnt binary clauses	: 104
202.27/199.76	c learnt ternary clauses	: 426
202.27/199.76	c learnt constraints	: 3942970
202.27/199.76	c ignored constraints	: 0
202.27/199.76	c root simplifications	: 0
202.27/199.76	c removed literals (reason simplification)	: 3394989
202.27/199.76	c reason swapping (by a shorter reason)	: 0
202.27/199.76	c Calls to reduceDB	: 84
202.27/199.76	c Number of update (reduction) of LBD	: 884389
202.27/199.76	c Imported unit clauses	: 0
202.27/199.77	c No decision after first conflict	: false
202.27/199.77	c number of reductions to clauses (during analyze)	: 0
202.27/199.77	c number of learned constraints concerned by reduction	: 0
202.27/199.77	c number of learning phase by resolution	: 0
202.27/199.77	c number of learning phase by cutting planes	: 0
202.27/199.77	c number of rounding to 1 operations	: 0
202.27/199.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
202.27/199.77	c number of reductions of the coefficients by power 2 	: 0
202.27/199.77	c number of right shift for reduction by power 2 	: 0
202.27/199.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
202.27/199.77	c number of ending skipping 	: 0
202.27/199.77	c number of internal skipping 	: 0
202.27/199.77	c number of derivation steps 	: 0
202.27/199.77	c number of skipped derivation steps 	: 0
202.27/199.77	c number of remaining unassigned 	: 0
202.27/199.77	c number of remaining assigned 	: 0
202.27/199.77	c number of falsified literals weakened from reason	: 0
202.27/199.77	c number of falsified literals weakened from conflict	: 0
202.27/199.77	c time for arithmetic operations	: 0
202.27/199.77	c minimum degree of deleted constraints	: null
202.27/199.77	c maximum degree of deleted constraints	: null
202.27/199.77	c number of deleted constraints	: 0
202.27/199.77	c speed (assignments/second)	: 167814.2961641749
202.27/199.77	c non guided choices	: 79455
202.37/199.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123873
202.37/199.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 104
202.37/199.82	s UNSATISFIABLE
202.37/199.82	c Total wall clock time (in seconds): 199.679

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:25:26 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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: 63665 MiB (57902 MiB free)
  memory of node 1: 64507 MiB (61194 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511201-1751200609/watcher-4511201-1751200609 -o /tmp/evaluation-result-4511201-1751200609/solver-4511201-1751200609 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24983 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511201-1751200609 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511201-1751200609.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28039, runsolver pid=28036

[startup+0.100062 s]*
/proc/loadavg: 4.09 4.11 4.12 7/346 28057
/proc/meminfo: memFree=121939508/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=18930384 memory=57284 CPUtime=0.13 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 6467 0 0 0 11 2 0 0 20 0 18 0 35738625 19384713216 14321 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4732596 14321 5337 1 0 547603 0
[pid=28039/tid=28041] ppid=28036 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 5050 0 0 0 6 1 0 0 20 0 18 0 35738626 19384713216 14321 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35738628 19384713216 14321 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35738629 19384713216 14321 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57284 KiB

[startup+0.206035 s]*
/proc/loadavg: 4.09 4.11 4.12 7/347 28058
/proc/meminfo: memFree=121935412/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=18996948 memory=65644 CPUtime=0.31 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 6923 0 0 0 29 2 0 0 20 0 19 0 35738625 19452874752 16411 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4749237 16411 5433 1 0 548255 0
[pid=28039/tid=28041] ppid=28036 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 5334 0 0 0 15 1 0 0 20 0 19 0 35738626 19452874752 16411 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=18996948 memory=16195 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35738628 19452874752 16411 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35738629 19452874752 16411 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=18996948 memory=3544948874609454758 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35738643 19452874752 16411 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65644 KiB

[startup+0.305918 s]*
/proc/loadavg: 4.16 4.12 4.12 6/347 28058
/proc/meminfo: memFree=121917328/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=18996948 memory=82120 CPUtime=0.5 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 9386 0 0 0 47 3 0 0 20 0 19 0 35738625 19452874752 20530 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4749237 20530 5433 1 0 549811 0
[pid=28039/tid=28041] ppid=28036 vsize=18996948 memory=-6000919481330328685 CPUtime=0.26 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 5360 0 0 0 24 2 0 0 20 0 19 0 35738626 19452874752 20530 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35738628 19452874752 20530 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35738629 19452874752 20530 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35738643 19452874752 20530 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82120 KiB

[startup+0.700249 s]
/proc/loadavg: 4.16 4.12 4.12 6/347 28058
/proc/meminfo: memFree=121880656/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=18996948 memory=141848 CPUtime=1.26 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 15107 0 0 0 121 5 0 0 20 0 19 0 35738625 19452874752 35462 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4749237 35462 5433 1 0 552932 0
[pid=28039/tid=28041] ppid=28036 vsize=18996948 memory=17280 CPUtime=0.64 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 5442 0 0 0 61 3 0 0 20 0 19 0 35738626 19452874752 35462 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35738628 19452874752 35462 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35738629 19452874752 35462 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35738643 19452874752 35462 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141848 KiB

[startup+1.50025 s]
/proc/loadavg: 4.16 4.12 4.12 6/348 28059
/proc/meminfo: memFree=121829172/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=173540 CPUtime=2.85 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 21069 0 0 0 277 8 0 0 20 0 20 0 35738625 19521036288 43385 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 43385 5465 1 0 553223 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=0 CPUtime=1.42 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 5883 0 0 0 137 5 0 0 20 0 20 0 35738626 19521036288 43385 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 43385 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 43385 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 43385 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173540 KiB

[startup+3.10576 s]
/proc/loadavg: 4.16 4.12 4.12 5/348 28059
/proc/meminfo: memFree=121776588/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=241460 CPUtime=4.88 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 22775 0 0 0 477 11 0 0 20 0 20 0 35738625 19521036288 60365 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 60365 5465 1 0 553224 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=10752 CPUtime=3 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 6280 0 0 0 292 8 0 0 20 0 20 0 35738626 19521036288 60365 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=-6000919481330328685 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 60365 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 60365 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 60365 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 241460 KiB

[startup+6.30021 s]
/proc/loadavg: 4.15 4.12 4.12 5/348 28059
/proc/meminfo: memFree=121577096/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=459228 CPUtime=8.31 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 23277 0 0 0 813 18 0 0 20 0 20 0 35738625 19521036288 114807 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 114807 5465 1 0 553227 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=0 CPUtime=6.17 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 6554 0 0 0 603 14 0 0 20 0 20 0 35738626 19521036288 114807 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 114807 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 114807 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=173540 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 114807 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 459228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.12 5/325 28088
/proc/meminfo: memFree=123217688/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1071708 CPUtime=14.71 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 25074 0 0 0 1435 36 0 0 20 0 20 0 35738625 19521036288 267927 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 267927 5497 1 0 553227 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=173540 CPUtime=12.55 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 7962 0 0 0 1223 32 0 0 20 0 20 0 35738626 19521036288 267927 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 267927 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 267927 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=-6000919481330328685 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 267927 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1071708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.12 5/325 28089
/proc/meminfo: memFree=122225676/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1311360 CPUtime=27.49 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 28942 0 0 0 2697 52 0 0 20 0 20 0 35738625 19521036288 327840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 327840 5497 1 0 553227 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=0 CPUtime=25.28 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 9089 0 0 0 2481 47 0 0 20 0 20 0 35738626 19521036288 327840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=-6000919481330328685 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 327840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 327840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=-6000919481330328685 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 327840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 27.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311360 KiB

[startup+51.1058 s]
/proc/loadavg: 4.11 4.12 4.12 5/325 28156
/proc/meminfo: memFree=123847496/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1313408 CPUtime=52.96 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 31374 0 0 0 5228 68 0 0 20 0 20 0 35738625 19521036288 328352 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0

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

/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 74 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 329891 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 329891 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 103.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319564 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/346 28463
/proc/meminfo: memFree=121714952/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1333928 CPUtime=163.76 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 37460 0 0 0 16246 130 0 0 20 0 20 0 35738625 19521036288 333482 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 333482 5497 1 0 553227 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=1313408 CPUtime=161.16 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 12331 0 0 0 15994 122 0 0 20 0 20 0 35738626 19521036288 333482 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 333482 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 120 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 333482 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=12288 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 333482 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 163.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333928 KiB

[startup+199.859 s]
# the end of solver process 28039 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=200.924 s, system=1.49264 s

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

[startup+179.2 s]
/proc/loadavg: 4.08 4.11 4.11 5/346 28463
/proc/meminfo: memFree=121565160/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1335976 CPUtime=180.64 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 37768 0 0 0 17926 138 0 0 20 0 20 0 35738625 19521036288 333994 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 333994 5497 1 0 553227 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=0 CPUtime=177.99 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 12339 0 0 0 17670 129 0 0 20 0 20 0 35738626 19521036288 333994 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=1329816 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 333994 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 120 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 333994 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=1333928 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 333994 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 180.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335976 KiB

[startup+192 s]*
/proc/loadavg: 4.44 4.19 4.14 5/346 28463
/proc/meminfo: memFree=121422868/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1352072 CPUtime=193.89 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 46378 0 0 0 19244 145 0 0 20 0 20 0 35738625 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 338018 5497 1 0 555967 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=6900 CPUtime=190.7 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 13017 0 0 0 18935 135 0 0 20 0 20 0 35738626 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=1335976 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=6512 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 144 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=-6000919507083093101 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 193.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352072 KiB

[startup+195.2 s]
/proc/loadavg: 4.44 4.19 4.14 5/347 28464
/proc/meminfo: memFree=121381732/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1352072 CPUtime=197.08 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 46380 0 0 0 19562 146 0 0 20 0 20 0 35738625 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 338018 5497 1 0 555967 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=14824 CPUtime=193.88 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 13018 0 0 0 19252 136 0 0 20 0 20 0 35738626 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 144 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 338018 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 197.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352072 KiB

[startup+198.4 s]
/proc/loadavg: 4.48 4.20 4.14 5/347 28464
/proc/meminfo: memFree=121357544/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1347360 CPUtime=200.95 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 48300 0 0 0 19948 147 0 0 20 0 20 0 35738625 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 336840 5497 1 0 555967 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=1335976 CPUtime=197.07 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 13052 0 0 0 19570 137 0 0 20 0 20 0 35738626 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=1335976 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 144 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 200.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1347360 KiB

[startup+199.2 s]
/proc/loadavg: 4.48 4.20 4.14 5/347 28464
/proc/meminfo: memFree=121359800/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1347360 CPUtime=201.76 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 48306 0 0 0 20028 148 0 0 20 0 20 0 35738625 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 336840 5497 1 0 555967 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=1352072 CPUtime=197.87 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 13053 0 0 0 19650 137 0 0 20 0 20 0 35738626 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=1347360 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=46592 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 144 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=-6000919481330328685 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 201.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1347360 KiB

[startup+199.6 s]
/proc/loadavg: 4.48 4.20 4.14 5/347 28464
/proc/meminfo: memFree=121359800/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19063512 memory=1347360 CPUtime=202.16 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 48307 0 0 0 20068 148 0 0 20 0 20 0 35738625 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4765878 336840 5497 1 0 555967 0
[pid=28039/tid=28041] ppid=28036 vsize=19063512 memory=4380 CPUtime=198.26 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) R 28036 28039 24970 0 -1 4194368 13053 0 0 0 19689 137 0 0 20 0 20 0 35738626 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 144 0 0 0 0 0 0 0 20 0 20 0 35738629 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28058] ppid=28036 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/28039/task/28058/stat : 28058 (Timer-0) S 28036 28039 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35738643 19521036288 336840 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 202.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1347360 KiB

[startup+199.8 s]
/proc/loadavg: 4.48 4.20 4.14 5/347 28464
/proc/meminfo: memFree=121359800/131249996 swapFree=33010684/33010684
[pid=28039] ppid=28036 vsize=19196640 memory=1348000 CPUtime=202.37 cores=5,7
/proc/28039/stat : 28039 (java) S 28036 28039 24970 0 -1 4194304 49275 0 0 0 20089 148 0 0 20 0 20 0 35738625 19657359360 337000 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
/proc/28039/statm: 4799160 337000 5529 1 0 556601 0
[pid=28039/tid=28041] ppid=28036 vsize=19196640 memory=-6000919481330328685 CPUtime=198.41 cores=5,7
/proc/28039/task/28041/stat : 28041 (java) S 28036 28039 24970 0 -1 4194368 13761 0 0 0 19703 138 0 0 20 0 20 0 35738626 19657359360 337000 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28050] ppid=28036 vsize=19196640 memory=10752 CPUtime=0 cores=5,7
/proc/28039/task/28050/stat : 28050 (Finalizer) S 28036 28039 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35738628 19657359360 337000 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
[pid=28039/tid=28057] ppid=28036 vsize=19196640 memory=5760 CPUtime=0 cores=5,7
/proc/28039/task/28057/stat : 28057 (Common-Cleaner) S 28036 28039 24970 0 -1 4194368 144 0 0 0 0 0 0 0 20 0 20 0 35738629 19657359360 337000 18446744073709551615 94650944479232 94650944482928 140728380379040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94650944490744 94650944491536 94650975113216 140728380381488 140728380381670 140728380381670 140728380387272 0
Current children cumulated CPU time: 202.37 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1348000 KiB

Child status: 20

Real time (s): 199.86
CPU time (s): 202.416
CPU user time (s): 200.924
CPU system time (s): 1.49264
CPU usage (%): 101.279
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1352072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.924
system time used= 1.49264
maximum resident set size= 1353092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49480
page faults= 0
swaps= 0
block input operations= 0
block output operations= 951832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7536
involuntary context switches= 2157


# summary of solver processes directly reported to runsolver:
#   pid: 28039
#   total CPU time (s): 202.416
#   total CPU user time (s): 200.924
#   total CPU system time (s): 1.49264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.402503 second user time and 1.07141 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:36:49
IDJOB=4511201
IDBENCH=160432
IDSOLVER=3364
FILE ID=nodeC017/4511201-1751200609
RUNJOBID= nodeC017-1751191606-24983
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511201-1751200609/watcher-4511201-1751200609 -o /tmp/evaluation-result-4511201-1751200609/solver-4511201-1751200609 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24983 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511201-1751200609 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511201-1751200609.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=1663609313

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121956240 kB
MemAvailable:   125062736 kB
Buffers:            3280 kB
Cached:          3911016 kB
SwapCached:            0 kB
Active:          4686948 kB
Inactive:        3657220 kB
Active(anon):    4448072 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  3657220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2072 kB
Writeback:             0 kB
AnonPages:       4432336 kB
Mapped:           122824 kB
Shmem:             18080 kB
KReclaimable:      98880 kB
Slab:             186584 kB
SReclaimable:      98880 kB
SUnreclaim:        87704 kB
KernelStack:        5344 kB
PageTables:        12284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7055292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4229120 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 14:40:09