Trace number 4541575

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-06? (TO) 3600.35 3595.24

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-20array_ineq6.opb
MD5SUM3fc1fa6fafd20a9b1fe100c4dc12e1ea
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 benchmark72.4891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints3361
Number of constraints which are clauses2460
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints881
Minimum length of a constraint1
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.22	c java.vm.version	22.0.1+8-16
0.28/0.22	c java.vm.vendor	Oracle Corporation
0.28/0.22	c sun.arch.data.model	64
0.28/0.22	c java.version		22.0.1
0.28/0.22	c os.name		Linux
0.28/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.36	c solving HOME/instance-4541575-1753209221.opb
0.44/0.36	c reading problem ... 
0.44/0.36	c using VERIPB proof format
0.44/0.36	c  no objective function found
0.96/0.63	c ... done. Wall clock time 0.27s.
0.96/0.63	c declared #vars     2520
0.96/0.63	c #constraints  4261
0.96/0.63	c constraints type 
0.96/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1458
0.96/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1483
0.96/0.64	c org.sat4j.specs.Constr$1 => 631
0.96/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 458
0.96/0.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 231
0.96/0.64	c 4261 constraints processed.
4.49/2.43	c cleaning 2499 clauses out of 5000 with flag 24431/5000
6.04/3.26	c cleaning 4247 clauses out of 8502 with flag 60563/11001
7.35/4.29	c cleaning 5616 clauses out of 11255 with flag 137046/18001
9.27/6.09	c cleaning 6810 clauses out of 13638 with flag 219131/26000
11.55/8.31	c cleaning 7918 clauses out of 15835 with flag 288549/35007
13.91/10.51	c cleaning 8949 clauses out of 17912 with flag 372203/45002
16.59/13.03	c cleaning 9970 clauses out of 19961 with flag 478826/56000
19.71/16.19	c cleaning 10989 clauses out of 21991 with flag 595252/68000
21.73/18.15	c cleaning 11987 clauses out of 24002 with flag 711462/81000
25.73/22.11	c cleaning 13007 clauses out of 26015 with flag 882890/95000
29.41/25.81	c cleaning 14000 clauses out of 28009 with flag 1028931/110001
34.00/30.48	c cleaning 14996 clauses out of 30008 with flag 1182692/126000
38.91/35.25	c cleaning 16002 clauses out of 32012 with flag 1353066/143000
44.55/40.73	c cleaning 16999 clauses out of 34010 with flag 1541797/161000
49.74/46.00	c cleaning 18003 clauses out of 36014 with flag 1706233/180003
56.03/52.21	c cleaning 18997 clauses out of 38008 with flag 1902667/200000
62.74/59.00	c cleaning 19999 clauses out of 40014 with flag 2112339/221003
72.10/67.84	c cleaning 20996 clauses out of 42011 with flag 2345757/243000
81.21/76.91	c cleaning 21999 clauses out of 44017 with flag 2640755/266002
89.87/85.44	c cleaning 23001 clauses out of 46016 with flag 2885717/290000
102.25/97.86	c cleaning 24004 clauses out of 48017 with flag 3210746/315002
112.03/107.68	c cleaning 25003 clauses out of 50011 with flag 3522139/341000
125.80/121.41	c cleaning 26000 clauses out of 52009 with flag 3792602/368001
138.42/134.04	c cleaning 26993 clauses out of 54008 with flag 4136516/396000
150.28/146.00	c cleaning 28003 clauses out of 56016 with flag 4458569/425001
163.46/159.14	c cleaning 29001 clauses out of 58013 with flag 4818685/455001
176.12/171.84	c cleaning 29995 clauses out of 60012 with flag 5169126/486001
191.51/187.29	c cleaning 31007 clauses out of 62017 with flag 5528480/518001
209.56/205.30	c cleaning 31995 clauses out of 64010 with flag 5925087/551001
230.41/226.25	c cleaning 32998 clauses out of 66014 with flag 6419222/585000
249.56/245.48	c cleaning 34004 clauses out of 68017 with flag 6919122/620001
265.07/260.96	c cleaning 35003 clauses out of 70012 with flag 7265222/656000
284.84/280.74	c cleaning 36001 clauses out of 72009 with flag 7644086/693000
305.82/301.74	c cleaning 36999 clauses out of 74009 with flag 8055784/731001
323.53/319.48	c cleaning 37998 clauses out of 76009 with flag 8447140/770000
347.23/343.15	c cleaning 38999 clauses out of 78010 with flag 8917138/810000
376.28/372.29	c cleaning 39999 clauses out of 80011 with flag 9497452/851000
403.73/399.68	c cleaning 41000 clauses out of 82013 with flag 9969760/893001
428.02/423.70	c cleaning 42001 clauses out of 84014 with flag 10439984/936002
450.10/445.81	c cleaning 42999 clauses out of 86011 with flag 10862678/980000
477.96/473.79	c cleaning 43999 clauses out of 88013 with flag 11337449/1025001
510.16/505.97	c cleaning 44997 clauses out of 90013 with flag 11870230/1071000
543.47/539.29	c cleaning 45998 clauses out of 92016 with flag 12451528/1118000
571.40/567.16	c cleaning 47006 clauses out of 94019 with flag 12912393/1166001
607.91/603.57	c cleaning 48002 clauses out of 96013 with flag 13469363/1215001
647.35/642.92	c cleaning 49000 clauses out of 98010 with flag 14086934/1265000
685.23/680.88	c cleaning 49999 clauses out of 100010 with flag 14622656/1316000
722.53/717.90	c cleaning 51000 clauses out of 102012 with flag 15191984/1368001
776.72/772.15	c cleaning 52000 clauses out of 104012 with flag 15825568/1421001
821.91/817.25	c cleaning 53001 clauses out of 106013 with flag 16367483/1475002
864.71/859.97	c cleaning 53999 clauses out of 108011 with flag 16952999/1530001
912.13/907.49	c cleaning 54998 clauses out of 110012 with flag 17619689/1586001
971.01/966.22	c cleaning 55999 clauses out of 112014 with flag 18328394/1643001
1014.82/1010.07	c cleaning 56998 clauses out of 114015 with flag 18859851/1701001
1063.35/1058.40	c cleaning 58004 clauses out of 116017 with flag 19467550/1760001
1121.71/1116.77	c cleaning 58997 clauses out of 118013 with flag 20242035/1820001
1181.25/1176.30	c cleaning 60001 clauses out of 120015 with flag 20934232/1881000
1241.91/1236.88	c cleaning 61004 clauses out of 122014 with flag 21721379/1943000
1295.56/1290.45	c cleaning 61998 clauses out of 124010 with flag 22509156/2006000
1353.62/1348.40	c cleaning 62999 clauses out of 126012 with flag 23303264/2070001
1411.98/1406.77	c cleaning 64004 clauses out of 128013 with flag 23967515/2135001
1482.65/1477.15	c cleaning 65001 clauses out of 130009 with flag 24730995/2201001
1553.88/1548.41	c cleaning 66001 clauses out of 132009 with flag 25497354/2268002
1626.49/1621.07	c cleaning 66994 clauses out of 134006 with flag 26256327/2336000
1699.48/1694.08	c cleaning 68000 clauses out of 136013 with flag 26987766/2405001
1766.18/1760.70	c cleaning 68998 clauses out of 138013 with flag 27663685/2475001
1853.76/1848.37	c cleaning 69997 clauses out of 140014 with flag 28462495/2546000
1929.34/1924.00	c cleaning 71000 clauses out of 142018 with flag 29189935/2618001
2011.52/2006.08	c cleaning 72001 clauses out of 144018 with flag 30013352/2691001
2106.83/2101.49	c cleaning 73001 clauses out of 146017 with flag 30919659/2765001
2201.71/2196.44	c cleaning 74002 clauses out of 148015 with flag 31724539/2840000
2308.59/2303.46	c cleaning 74997 clauses out of 150014 with flag 32786151/2916001
2406.16/2400.95	c cleaning 76006 clauses out of 152017 with flag 33793817/2993001
2499.03/2493.73	c cleaning 77001 clauses out of 154011 with flag 34818403/3071001
2595.83/2590.59	c cleaning 78000 clauses out of 156011 with flag 35744273/3150002
2705.01/2699.75	c cleaning 79000 clauses out of 158010 with flag 36669123/3230001
2812.25/2806.99	c cleaning 80001 clauses out of 160010 with flag 37678087/3311001
2926.13/2920.83	c cleaning 80996 clauses out of 162009 with flag 38559378/3393001
3042.18/3036.93	c cleaning 82003 clauses out of 164012 with flag 39452261/3476000
3167.73/3162.45	c cleaning 82994 clauses out of 166010 with flag 40453625/3560001
3293.32/3288.13	c cleaning 84004 clauses out of 168015 with flag 41507351/3645000
3415.80/3410.61	c cleaning 84998 clauses out of 170012 with flag 42525017/3731001
3544.89/3539.70	c cleaning 86005 clauses out of 172014 with flag 43629652/3818001
3600.10/3595.03	c starts		: 7340
3600.10/3595.04	c conflicts		: 3860182
3600.10/3595.04	c decisions		: 4166998
3600.10/3595.04	c propagations		: 1897270172
3600.10/3595.04	c inspects		: 43643317517
3600.10/3595.04	c shortcuts		: 0
3600.10/3595.04	c learnt literals	: 3
3600.10/3595.04	c learnt binary clauses	: 610
3600.10/3595.04	c learnt ternary clauses	: 631
3600.10/3595.04	c learnt constraints	: 3860179
3600.10/3595.04	c ignored constraints	: 0
3600.10/3595.04	c root simplifications	: 0
3600.10/3595.04	c removed literals (reason simplification)	: 542977768
3600.10/3595.04	c reason swapping (by a shorter reason)	: 0
3600.10/3595.04	c Calls to reduceDB	: 83
3600.10/3595.04	c Number of update (reduction) of LBD	: 390507
3600.10/3595.04	c Imported unit clauses	: 0
3600.10/3595.04	c No decision after first conflict	: false
3600.10/3595.04	c number of reductions to clauses (during analyze)	: 0
3600.10/3595.04	c number of learned constraints concerned by reduction	: 0
3600.10/3595.04	c number of learning phase by resolution	: 0
3600.10/3595.04	c number of learning phase by cutting planes	: 0
3600.10/3595.04	c number of rounding to 1 operations	: 0
3600.10/3595.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3595.04	c number of reductions of the coefficients by power 2 	: 0
3600.10/3595.05	c number of right shift for reduction by power 2 	: 0
3600.10/3595.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3595.05	c number of ending skipping 	: 0
3600.10/3595.05	c number of internal skipping 	: 0
3600.10/3595.05	c number of derivation steps 	: 0
3600.10/3595.05	c number of skipped derivation steps 	: 0
3600.10/3595.05	c number of remaining unassigned 	: 0
3600.10/3595.05	c number of remaining assigned 	: 0
3600.10/3595.05	c number of falsified literals weakened from reason	: 0
3600.10/3595.05	c number of falsified literals weakened from conflict	: 0
3600.10/3595.05	c time for arithmetic operations	: 0
3600.10/3595.05	c minimum degree of deleted constraints	: null
3600.10/3595.05	c maximum degree of deleted constraints	: null
3600.10/3595.05	c number of deleted constraints	: 0
3600.10/3595.05	c speed (assignments/second)	: 527840.7244159594
3600.10/3595.05	c non guided choices	: 22
3600.10/3595.06	c timeout
3600.25/3595.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 127580
3600.25/3595.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 610
3600.25/3595.18	s UNKNOWN
3600.25/3595.18	c Total wall clock time (in seconds): 3594.824

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (54676 MiB free)
  memory of node 1: 64465 MiB (48715 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541575-1753209221/watcher-4541575-1753209221 -o /tmp/evaluation-result-4541575-1753209221/solver-4541575-1753209221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180198 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541575-1753209221 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541575-1753209221.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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=180253, runsolver pid=180238
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 0.85 2.48 3.49 14/318 180322
/proc/meminfo: memFree=105803768/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=18930384 memory=47108 CPUtime=0.1 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 5658 0 0 0 6 4 0 0 20 0 18 0 236601492 19384713216 11777 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4732596 11777 5104 1 0 546875 0
[pid=180253/tid=180263] ppid=180238 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 4584 0 0 0 3 3 0 0 20 0 18 0 236601494 19384713216 11777 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 11777 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601501 19384713216 11777 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47108 KiB

[startup+0.213963 s]*
/proc/loadavg: 0.85 2.48 3.49 11/318 180322
/proc/meminfo: memFree=105791044/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=18930384 memory=51888 CPUtime=0.28 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 6146 0 0 0 23 5 0 0 20 0 18 0 236601492 19384713216 12972 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4732596 12972 5328 1 0 547254 0
[pid=180253/tid=180263] ppid=180238 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 4975 0 0 0 14 3 0 0 20 0 18 0 236601494 19384713216 12972 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 12972 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601501 19384713216 12972 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51888 KiB

[startup+0.313119 s]*
/proc/loadavg: 0.85 2.48 3.49 15/318 180322
/proc/meminfo: memFree=105773388/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=18930384 memory=58324 CPUtime=0.44 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 6702 0 0 0 38 6 0 0 20 0 18 0 236601492 19384713216 14581 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4732596 14581 5360 1 0 547720 0
[pid=180253/tid=180263] ppid=180238 vsize=18930384 memory=-8600301253200487100 CPUtime=0.26 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 5148 0 0 0 22 4 0 0 20 0 18 0 236601494 19384713216 14581 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 14581 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601501 19384713216 14581 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58324 KiB

[startup+0.700329 s]
/proc/loadavg: 0.85 2.48 3.49 12/318 180322
/proc/meminfo: memFree=105758580/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=18996948 memory=75176 CPUtime=1.13 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 8741 0 0 0 106 7 0 0 20 0 19 0 236601492 19452874752 18794 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4749237 18794 5424 1 0 549371 0
[pid=180253/tid=180263] ppid=180238 vsize=18996948 memory=22272 CPUtime=0.52 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 5403 0 0 0 48 4 0 0 20 0 19 0 236601494 19452874752 18794 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236601499 19452874752 18794 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236601501 19452874752 18794 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75176 KiB

[startup+1.50031 s]
/proc/loadavg: 0.85 2.48 3.49 10/322 180326
/proc/meminfo: memFree=105626096/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=18996948 memory=150300 CPUtime=2.71 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 16711 0 0 0 260 11 0 0 20 0 19 0 236601492 19452874752 37575 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4749237 37575 5456 1 0 552053 0
[pid=180253/tid=180263] ppid=180238 vsize=18996948 memory=3328 CPUtime=1.22 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 5856 0 0 0 116 6 0 0 20 0 19 0 236601494 19452874752 37575 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236601499 19452874752 37575 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236601501 19452874752 37575 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=18996948 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236601557 19452874752 37575 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150300 KiB

[startup+3.10583 s]
/proc/loadavg: 0.85 2.48 3.49 9/326 180330
/proc/meminfo: memFree=105266376/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=181428 CPUtime=5.88 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 22626 0 0 0 575 13 0 0 20 0 20 0 236601492 19521036288 45357 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 45357 5488 1 0 553031 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=16368 CPUtime=2.76 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 7151 0 0 0 268 8 0 0 20 0 20 0 236601494 19521036288 45357 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 45357 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 45357 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 45357 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181428 KiB

[startup+6.30038 s]
/proc/loadavg: 1.18 2.52 3.50 5/325 180330
/proc/meminfo: memFree=104979584/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=300168 CPUtime=9.55 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 24969 0 0 0 937 18 0 0 20 0 20 0 236601492 19521036288 75042 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 75042 5488 1 0 554252 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=0 CPUtime=5.9 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 7303 0 0 0 579 11 0 0 20 0 20 0 236601494 19521036288 75042 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 75042 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 75042 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=160692 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 75042 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 300168 KiB

[startup+12.7004 s]
/proc/loadavg: 1.41 2.55 3.50 5/325 180330
/proc/meminfo: memFree=103769768/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=640740 CPUtime=16.27 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 29465 0 0 0 1599 28 0 0 20 0 20 0 236601492 19521036288 160185 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 160185 5488 1 0 554252 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=160692 CPUtime=12.18 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 8549 0 0 0 1197 21 0 0 20 0 20 0 236601494 19521036288 160185 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=511716 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 160185 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 160185 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 160185 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 640740 KiB

[startup+25.5004 s]
/proc/loadavg: 2.05 2.64 3.52 5/325 180330
/proc/meminfo: memFree=101323256/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=1582052 CPUtime=29.11 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 33913 0 0 0 2855 56 0 0 20 0 20 0 236601492 19521036288 395513 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 395513 5520 1 0 660778 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=511716 CPUtime=24.82 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 10626 0 0 0 2436 46 0 0 20 0 20 0 236601494 19521036288 395513 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 395513 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=1147696 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 395513 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 395513 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 29.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1582052 KiB

[startup+51.1129 s]
/proc/loadavg: 2.79 2.76 3.54 5/325 180330
/proc/meminfo: memFree=98783572/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=1588248 CPUtime=54.94 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 36009 0 0 0 5428 66 0 0 20 0 20 0 236601492 19521036288 397062 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 397062 5520 1 0 660780 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=1588248 CPUtime=50.24 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 10665 0 0 0 4968 56 0 0 20 0 20 0 236601494 19521036288 397062 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 397062 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=22272 CPUtime=0 cores=5,7

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

/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1402 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=22272 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3227.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/328 180511
/proc/meminfo: memFree=71683568/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2602124 CPUtime=3287.52 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 115285 0 0 0 327970 782 0 0 20 0 20 0 236601492 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 650531 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=2602124 CPUtime=3259.7 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 54882 0 0 0 325375 595 0 0 20 0 20 0 236601494 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=2602124 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=2602124 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=2602124 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3287.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.22 4.18 5/328 180514
/proc/meminfo: memFree=71014512/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2602124 CPUtime=3347.48 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 115950 0 0 0 333956 792 0 0 20 0 20 0 236601492 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 650531 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=22272 CPUtime=3319.43 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 55160 0 0 0 331340 603 0 0 20 0 20 0 236601494 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=2602124 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=2888 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 650531 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3347.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2602124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/329 180517
/proc/meminfo: memFree=70640620/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2604292 CPUtime=3407.45 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 117046 0 0 0 339941 804 0 0 20 0 20 0 236601492 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 651073 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=2602124 CPUtime=3379.17 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 56086 0 0 0 337305 612 0 0 20 0 20 0 236601494 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=2604292 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=2604292 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=-8600301253200487100 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3407.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.22 4.19 5/328 180519
/proc/meminfo: memFree=70308596/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2604292 CPUtime=3467.44 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 118379 0 0 0 345928 816 0 0 20 0 20 0 236601492 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 651073 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=2602124 CPUtime=3438.84 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 56899 0 0 0 343263 621 0 0 20 0 20 0 236601494 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=342279 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=2604292 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1574 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=2604292 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 651073 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3467.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.22 4.19 5/329 180589
/proc/meminfo: memFree=78420368/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2606440 CPUtime=3527.54 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 119576 0 0 0 351928 826 0 0 20 0 20 0 236601492 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 651610 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=16368 CPUtime=3498.4 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 57503 0 0 0 349212 628 0 0 20 0 20 0 236601494 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1683 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=2604292 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3527.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606440 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.21 4.18 5/329 180658
/proc/meminfo: memFree=83735252/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2606440 CPUtime=3587.42 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 119933 0 0 0 357903 839 0 0 20 0 20 0 236601492 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 651610 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=4764 CPUtime=3558.11 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 57855 0 0 0 355172 639 0 0 20 0 20 0 236601494 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=2606440 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1683 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3587.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595 s]*
/proc/loadavg: 4.27 4.22 4.19 6/329 180725
/proc/meminfo: memFree=93237196/131382116 swapFree=33005528/33010684
[pid=180253] ppid=180238 vsize=19063512 memory=2606440 CPUtime=3600.1 cores=5,7
/proc/180253/stat : 180253 (java) S 180238 180253 180184 0 -1 4194304 119980 0 0 0 359168 842 0 0 20 0 20 0 236601492 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
/proc/180253/statm: 4765878 651610 5520 1 0 664946 0
[pid=180253/tid=180263] ppid=180238 vsize=19063512 memory=-9033485744800047804 CPUtime=3570.78 cores=5,7
/proc/180253/task/180263/stat : 180263 (java) R 180238 180253 180184 0 -1 4194368 57902 0 0 0 356437 641 0 0 20 0 20 0 236601494 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180311] ppid=180238 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/180253/task/180311/stat : 180311 (Finalizer) S 180238 180253 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180322] ppid=180238 vsize=19063512 memory=6912 CPUtime=0 cores=5,7
/proc/180253/task/180322/stat : 180322 (Common-Cleaner) S 180238 180253 180184 0 -1 4194368 1683 0 0 0 0 0 0 0 20 0 20 0 236601501 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
[pid=180253/tid=180323] ppid=180238 vsize=19063512 memory=4660 CPUtime=0 cores=5,7
/proc/180253/task/180323/stat : 180323 (Timer-0) S 180238 180253 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601557 19521036288 651610 18446744073709551615 94583380561920 94583380565616 140728888231664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94583380573432 94583380574224 94583404617728 140728888240468 140728888240612 140728888240612 140728888246216 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.91 s, system=8.44494 s

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

[startup+3595.2 s]*
/proc/loadavg: 4.27 4.22 4.19 5/311 180728
/proc/meminfo: memFree=95719452/131382116 swapFree=33005528/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3595.24
CPU time (s): 3600.35
CPU user time (s): 3591.91
CPU system time (s): 8.44494
CPU usage (%): 100.142
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2607208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.91
system time used= 8.44494
maximum resident set size= 2607464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8922944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111177
involuntary context switches= 7838


# summary of solver processes directly reported to runsolver:
#   pid: 180253
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3591.91
#   total CPU system time (s): 8.44494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1312 second user time and 36.5767 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 20:33:41
IDJOB=4541575
IDBENCH=163188
IDSOLVER=3364
FILE ID=nodeC010/4541575-1753209221
RUNJOBID= nodeC010-1753209221-180198
SLURM_JOB_ID= 9687770
Free space on /tmp= 432712 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-20array_ineq6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541575-1753209221/watcher-4541575-1753209221 -o /tmp/evaluation-result-4541575-1753209221/solver-4541575-1753209221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180198 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541575-1753209221 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541575-1753209221.opb

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

MD5SUM BENCH= 3fc1fa6fafd20a9b1fe100c4dc12e1ea
RANDOM SEED=1959951898

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105858480 kB
MemAvailable:   129840856 kB
Buffers:             228 kB
Cached:         24747020 kB
SwapCached:         4300 kB
Active:           905772 kB
Inactive:       23910544 kB
Active(anon):      42188 kB
Inactive(anon):    48712 kB
Active(file):     863584 kB
Inactive(file): 23861832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:         67816 kB
Mapped:           103812 kB
Shmem:             21832 kB
KReclaimable:     193172 kB
Slab:             283976 kB
SReclaimable:     193172 kB
SUnreclaim:        90804 kB
KernelStack:        3716 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     349944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 427680 MiB
End job on nodeC010 at 2025-07-22 21:33:36