Trace number 4493813

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.28 3596.52

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
MD5SUM8150ec280d22960cf2e4079d2206c8ae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.57
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.28/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.24	c java.vm.version	22.0.1+8-16
0.28/0.24	c java.vm.vendor	Oracle Corporation
0.28/0.24	c sun.arch.data.model	64
0.28/0.24	c java.version		22.0.1
0.28/0.24	c os.name		Linux
0.28/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.25	c Free memory 		2104792832
0.28/0.25	c Max memory 		16282288128
0.28/0.25	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.46/0.38	c Pseudo Boolean Optimization by upper bound
0.46/0.38	c --- Begin Solver configuration ---
0.46/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.46/0.38	c Learn all clauses as in MiniSAT
0.46/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.38	c Expensive reason simplification
0.46/0.38	c Glucose 2.1 dynamic restart strategy
0.46/0.38	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.46/0.38	c timeout=2147483s
0.46/0.38	c DB Simplification allowed=false
0.46/0.38	c Listener: none
0.46/0.38	c --- End Solver configuration ---
0.46/0.38	c solving HOME/instance-4493813-1751157286.opb
0.46/0.38	c reading problem ... 
0.46/0.38	c using VERIPB proof format
0.46/0.38	c  no objective function found
0.78/0.54	c ... done. Wall clock time 0.161s.
0.78/0.54	c declared #vars     428
0.78/0.54	c #constraints  942
0.78/0.55	c constraints type 
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.78/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.78/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.78/0.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.78/0.55	c 942 constraints processed.
3.65/2.10	c cleaning 2501 clauses out of 5003 with flag 16306/5003
5.99/3.29	c cleaning 4251 clauses out of 8501 with flag 42907/11002
7.39/4.28	c cleaning 5624 clauses out of 11248 with flag 78630/18000
9.37/5.62	c cleaning 6812 clauses out of 13624 with flag 127949/26000
12.05/7.71	c cleaning 7903 clauses out of 15812 with flag 185173/35000
14.83/9.98	c cleaning 8949 clauses out of 17909 with flag 252517/45000
18.08/12.70	c cleaning 9975 clauses out of 19961 with flag 338682/56001
20.86/15.48	c cleaning 10989 clauses out of 21985 with flag 429414/68000
24.35/19.01	c cleaning 11995 clauses out of 23998 with flag 538172/81002
28.49/23.06	c cleaning 12998 clauses out of 26001 with flag 652482/95000
34.79/29.30	c cleaning 13991 clauses out of 28003 with flag 780992/110000
42.60/37.20	c cleaning 14999 clauses out of 30012 with flag 926330/126000
48.67/43.20	c cleaning 15999 clauses out of 32014 with flag 1074777/143001
55.17/49.55	c cleaning 17000 clauses out of 34015 with flag 1229596/161001
63.13/57.42	c cleaning 17997 clauses out of 36014 with flag 1398946/180000
71.47/65.98	c cleaning 19006 clauses out of 38022 with flag 1559559/200005
80.75/75.13	c cleaning 20000 clauses out of 40016 with flag 1748036/221005
90.58/84.89	c cleaning 20996 clauses out of 42013 with flag 1948354/243002
102.22/97.10	c cleaning 22002 clauses out of 44016 with flag 2182265/266001
112.79/107.54	c cleaning 23004 clauses out of 46016 with flag 2424740/290003
127.68/122.35	c cleaning 23998 clauses out of 48011 with flag 2719822/315002
146.81/141.56	c cleaning 24997 clauses out of 50012 with flag 3012683/341001
164.25/159.14	c cleaning 25989 clauses out of 52015 with flag 3282503/368001
179.46/174.24	c cleaning 26999 clauses out of 54025 with flag 3528149/396000
195.78/190.68	c cleaning 28006 clauses out of 56027 with flag 3819338/425001
220.77/215.56	c cleaning 29002 clauses out of 58023 with flag 4194020/455003
241.41/236.19	c cleaning 29999 clauses out of 60018 with flag 4551979/486000
260.24/254.19	c cleaning 31000 clauses out of 62016 with flag 4887745/518000
273.49/267.49	c cleaning 32004 clauses out of 64016 with flag 5173927/551000
288.91/282.85	c cleaning 33000 clauses out of 66012 with flag 5483532/585000
306.80/300.63	c cleaning 33998 clauses out of 68014 with flag 5836016/620002
324.72/318.54	c cleaning 35000 clauses out of 70014 with flag 6197288/656000
346.14/340.24	c cleaning 36000 clauses out of 72014 with flag 6581299/693000
374.74/368.60	c cleaning 36997 clauses out of 74014 with flag 6991171/731000
397.01/390.87	c cleaning 38003 clauses out of 76017 with flag 7376139/770000
424.93/418.76	c cleaning 39002 clauses out of 78017 with flag 7804837/810003
452.46/446.24	c cleaning 39994 clauses out of 80016 with flag 8246292/851004
481.09/474.87	c cleaning 40998 clauses out of 82018 with flag 8728404/893000
512.01/505.70	c cleaning 41998 clauses out of 84020 with flag 9263115/936000
543.11/536.99	c cleaning 43003 clauses out of 86023 with flag 9705634/980001
576.63/570.42	c cleaning 44002 clauses out of 88019 with flag 10225404/1025000
608.92/602.77	c cleaning 45005 clauses out of 90019 with flag 10739620/1071002
644.28/637.95	c cleaning 45998 clauses out of 92012 with flag 11260951/1118000
675.69/669.38	c cleaning 47003 clauses out of 94017 with flag 11729462/1166003
709.67/703.33	c cleaning 47997 clauses out of 96011 with flag 12173498/1215000
746.11/739.85	c cleaning 49003 clauses out of 98014 with flag 12667417/1265000
782.12/775.71	c cleaning 50001 clauses out of 100011 with flag 13189252/1316000
822.65/816.30	c cleaning 51000 clauses out of 102011 with flag 13735203/1368001
865.00/858.03	c cleaning 51998 clauses out of 104011 with flag 14291199/1421001
910.11/903.25	c cleaning 52994 clauses out of 106012 with flag 14911600/1475000
957.49/950.62	c cleaning 54001 clauses out of 108020 with flag 15510415/1530002
1014.14/1007.51	c cleaning 54989 clauses out of 110017 with flag 16189719/1586000
1062.89/1056.33	c cleaning 56002 clauses out of 112028 with flag 16808798/1643000
1117.92/1111.24	c cleaning 57011 clauses out of 114027 with flag 17440088/1701001
1162.48/1155.77	c cleaning 58004 clauses out of 116018 with flag 17982484/1760003
1205.34/1198.64	c cleaning 58997 clauses out of 118016 with flag 18516727/1820005
1246.68/1239.96	c cleaning 59998 clauses out of 120015 with flag 19049922/1881001
1297.77/1291.06	c cleaning 60998 clauses out of 122017 with flag 19605203/1943001
1353.53/1346.95	c cleaning 62000 clauses out of 124018 with flag 20206560/2006000
1411.85/1405.23	c cleaning 63005 clauses out of 126021 with flag 20809443/2070003
1470.51/1465.35	c cleaning 63996 clauses out of 128013 with flag 21410898/2135000
1537.26/1532.10	c cleaning 65004 clauses out of 130019 with flag 22027145/2201002
1604.62/1599.34	c cleaning 65999 clauses out of 132015 with flag 22637501/2268002
1677.99/1672.82	c cleaning 66997 clauses out of 134014 with flag 23325511/2336000
1748.22/1743.07	c cleaning 68001 clauses out of 136019 with flag 23989751/2405002
1820.68/1815.53	c cleaning 69001 clauses out of 138017 with flag 24639366/2475001
1898.94/1893.84	c cleaning 69998 clauses out of 140017 with flag 25308921/2546002
1976.56/1971.00	c cleaning 70999 clauses out of 142018 with flag 25989529/2618001
2062.76/2057.81	c cleaning 72001 clauses out of 144018 with flag 26704972/2691000
2143.51/2138.77	c cleaning 73001 clauses out of 146018 with flag 27424355/2765001
2232.02/2227.24	c cleaning 73997 clauses out of 148016 with flag 28198386/2840000
2312.21/2307.59	c cleaning 74999 clauses out of 150021 with flag 28944539/2916002
2395.81/2391.15	c cleaning 75998 clauses out of 152020 with flag 29685719/2993000
2478.59/2474.16	c cleaning 77007 clauses out of 154023 with flag 30441882/3071001
2588.59/2584.07	c cleaning 78001 clauses out of 156016 with flag 31240650/3150001
2736.96/2732.69	c cleaning 79000 clauses out of 158014 with flag 32255592/3230000
2898.42/2894.24	c cleaning 80005 clauses out of 160015 with flag 33317201/3311001
3063.33/3059.34	c cleaning 81001 clauses out of 162009 with flag 34356415/3393000
3239.23/3235.41	c cleaning 81998 clauses out of 164013 with flag 35347115/3476005
3370.45/3366.67	c cleaning 83003 clauses out of 166010 with flag 36381415/3560000
3548.07/3543.94	c cleaning 83997 clauses out of 168007 with flag 37519564/3645000
3600.01/3596.32	c starts		: 9760
3600.01/3596.33	c conflicts		: 3685276
3600.01/3596.33	c decisions		: 5316873
3600.01/3596.33	c propagations		: 123717779
3600.01/3596.33	c inspects		: 26289802043
3600.01/3596.33	c shortcuts		: 0
3600.01/3596.33	c learnt literals	: 3
3600.01/3596.33	c learnt binary clauses	: 16
3600.01/3596.34	c timeout
3600.01/3596.34	c learnt ternary clauses	: 55
3600.01/3596.34	c learnt constraints	: 3685273
3600.01/3596.34	c ignored constraints	: 0
3600.01/3596.34	c root simplifications	: 0
3600.01/3596.34	c removed literals (reason simplification)	: 10238931
3600.01/3596.34	c reason swapping (by a shorter reason)	: 0
3600.01/3596.34	c Calls to reduceDB	: 81
3600.01/3596.34	c Number of update (reduction) of LBD	: 581447
3600.01/3596.34	c Imported unit clauses	: 0
3600.01/3596.34	c No decision after first conflict	: false
3600.01/3596.34	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.34	c number of learned constraints concerned by reduction	: 0
3600.01/3596.34	c number of learning phase by resolution	: 0
3600.01/3596.34	c number of learning phase by cutting planes	: 0
3600.01/3596.34	c number of rounding to 1 operations	: 0
3600.01/3596.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.34	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.34	c number of right shift for reduction by power 2 	: 0
3600.01/3596.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.34	c number of ending skipping 	: 0
3600.01/3596.34	c number of internal skipping 	: 0
3600.01/3596.34	c number of derivation steps 	: 0
3600.01/3596.34	c number of skipped derivation steps 	: 0
3600.01/3596.34	c number of remaining unassigned 	: 0
3600.01/3596.34	c number of remaining assigned 	: 0
3600.01/3596.35	c number of falsified literals weakened from reason	: 0
3600.01/3596.35	c number of falsified literals weakened from conflict	: 0
3600.01/3596.35	c time for arithmetic operations	: 0
3600.01/3596.35	c minimum degree of deleted constraints	: null
3600.01/3596.35	c maximum degree of deleted constraints	: null
3600.01/3596.35	c number of deleted constraints	: 0
3600.01/3596.35	c speed (assignments/second)	: 34406.3529417654
3600.01/3596.35	c non guided choices	: 25
3600.17/3596.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124270
3600.17/3596.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 16
3600.17/3596.48	s UNKNOWN
3600.17/3596.48	c Total wall clock time (in seconds): 3596.1

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: 63794 MiB (63276 MiB free)
  memory of node 1: 64507 MiB (64025 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=16784, runsolver pid=16768

[startup+0.100073 s]*
/proc/loadavg: 1.67 2.51 3.38 11/319 16852
/proc/meminfo: memFree=130276100/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=18930384 memory=47712 CPUtime=0.11 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 5782 0 0 0 7 4 0 0 20 0 18 0 31408302 19384713216 11928 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4732596 11928 5126 1 0 547011 0
[pid=16784/tid=16803] ppid=16768 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 4583 0 0 0 4 2 0 0 20 0 18 0 31408304 19384713216 11928 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408309 19384713216 12056 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=18930384 memory=57394571004297 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31408310 19384713216 12056 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47712 KiB

[startup+0.219568 s]*
/proc/loadavg: 1.67 2.51 3.38 10/319 16852
/proc/meminfo: memFree=130259012/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=18930384 memory=53012 CPUtime=0.28 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 6421 0 0 0 23 5 0 0 20 0 18 0 31408302 19384713216 13253 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4732596 13253 5318 1 0 547504 0
[pid=16784/tid=16803] ppid=16768 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 4966 0 0 0 14 3 0 0 20 0 18 0 31408304 19384713216 13253 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408309 19384713216 13253 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31408310 19384713216 13253 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53012 KiB

[startup+0.313829 s]*
/proc/loadavg: 1.67 2.51 3.38 11/319 16852
/proc/meminfo: memFree=130242200/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=18930320 memory=58252 CPUtime=0.46 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 6712 0 0 0 40 6 0 0 20 0 18 0 31408302 19384647680 14563 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4732596 14563 5350 1 0 547729 0
[pid=16784/tid=16803] ppid=16768 vsize=18930384 memory=-6000919472689604206 CPUtime=0.26 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 5139 0 0 0 23 3 0 0 20 0 18 0 31408304 19384713216 14563 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408309 19384713216 14563 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31408310 19384713216 14563 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930320 KiB
Current children cumulated memory: 58252 KiB

[startup+0.700375 s]
/proc/loadavg: 1.67 2.51 3.38 13/321 16854
/proc/meminfo: memFree=130229472/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=18996948 memory=67012 CPUtime=1.12 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 7269 0 0 0 105 7 0 0 20 0 19 0 31408302 19452874752 16753 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4749237 16753 5414 1 0 548335 0
[pid=16784/tid=16803] ppid=16768 vsize=18996948 memory=17152 CPUtime=0.57 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 5370 0 0 0 53 4 0 0 20 0 19 0 31408304 19452874752 16753 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31408309 19452874752 16753 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31408310 19452874752 16753 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67012 KiB

[startup+1.50029 s]
/proc/loadavg: 1.67 2.51 3.38 9/323 16856
/proc/meminfo: memFree=130075720/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=168268 CPUtime=2.69 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 16739 0 0 0 256 13 0 0 20 0 20 0 31408302 19521036288 42067 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 42067 5446 1 0 552193 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=3200 CPUtime=1.27 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 5766 0 0 0 120 7 0 0 20 0 20 0 31408304 19521036288 42067 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 42067 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 42067 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 42067 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168268 KiB

[startup+3.10573 s]
/proc/loadavg: 1.67 2.51 3.38 8/306 16875
/proc/meminfo: memFree=129805584/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=185688 CPUtime=5.8 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 21959 0 0 0 560 20 0 0 20 0 20 0 31408302 19521036288 46422 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 46422 5446 1 0 553694 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=10752 CPUtime=2.77 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 6709 0 0 0 269 8 0 0 20 0 20 0 31408304 19521036288 46422 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 46422 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 46422 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 46422 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185688 KiB

[startup+6.30043 s]
/proc/loadavg: 2.02 2.57 3.40 7/326 16924
/proc/meminfo: memFree=128657260/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=369440 CPUtime=10.62 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 31289 0 0 0 1033 29 0 0 20 0 20 0 31408302 19521036288 92360 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 92360 5446 1 0 554405 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=0 CPUtime=5.8 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 7242 0 0 0 567 13 0 0 20 0 20 0 31408304 19521036288 92360 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 92360 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 92360 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=179280 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 92360 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 369440 KiB

[startup+12.7004 s]
/proc/loadavg: 2.18 2.59 3.40 6/307 16941
/proc/meminfo: memFree=127133532/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=863516 CPUtime=18.08 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 35005 0 0 0 1764 44 0 0 20 0 20 0 31408302 19521036288 215879 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 215879 5446 1 0 788895 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=179280 CPUtime=12.04 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 7938 0 0 0 1180 24 0 0 20 0 20 0 31408304 19521036288 215879 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 215879 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=646288 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 215879 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 215879 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 18.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 863516 KiB

[startup+25.5005 s]
/proc/loadavg: 2.73 2.69 3.42 6/326 17056
/proc/meminfo: memFree=125233328/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=1267108 CPUtime=30.97 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 37856 0 0 0 3039 58 0 0 20 0 20 0 31408302 19521036288 316777 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 316777 5446 1 0 788897 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=922940 CPUtime=24.47 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 8974 0 0 0 2412 35 0 0 20 0 20 0 31408304 19521036288 316777 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=306332 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 316777 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 316777 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 316777 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 30.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1267108 KiB

[startup+51.1139 s]
/proc/loadavg: 3.35 2.85 3.45 5/310 17210
/proc/meminfo: memFree=123556696/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=1502740 CPUtime=56.78 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 41570 0 0 0 5602 76 0 0 20 0 20 0 31408302 19521036288 375685 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 375685 5446 1 0 788901 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=0 CPUtime=49.78 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 10440 0 0 0 4930 48 0 0 20 0 20 0 31408304 19521036288 375685 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=1502740 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 375685 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=1502740 CPUtime=0 cores=1,3

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

/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 66006 0 0 0 324711 679 0 0 20 0 20 0 31408304 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 1864 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3286.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.10 6/333 18436
/proc/meminfo: memFree=92645996/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3346.07 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 139172 0 0 0 333677 930 0 0 20 0 20 0 31408302 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 782016 5510 1 0 794043 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3313.7 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 66035 0 0 0 330682 688 0 0 20 0 20 0 31408304 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=3128064 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=3128064 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 1947 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=-6000919472689604206 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3346.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.10 6/331 18438
/proc/meminfo: memFree=92570480/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3406.07 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 140543 0 0 0 339666 941 0 0 20 0 20 0 31408302 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 782016 5510 1 0 794043 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3373.36 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 67317 0 0 0 336640 696 0 0 20 0 20 0 31408304 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=3128064 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 1947 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=3128064 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3406.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.18 4.11 7/331 18440
/proc/meminfo: memFree=92162384/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3466.03 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 142022 0 0 0 345651 952 0 0 20 0 20 0 31408302 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 782016 5510 1 0 794043 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3433.08 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 68157 0 0 0 342605 703 0 0 20 0 20 0 31408304 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=3128064 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 2018 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782016 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3466.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.16 4.11 6/332 18448
/proc/meminfo: memFree=91863508/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=3128320 CPUtime=3526.53 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 147565 0 0 0 351691 962 0 0 20 0 20 0 31408302 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 782080 5510 1 0 794103 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=3128064 CPUtime=3492.77 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 71645 0 0 0 348569 708 0 0 20 0 20 0 31408304 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=3128320 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 2108 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=3128320 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3526.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.18 4.11 7/331 18450
/proc/meminfo: memFree=92033644/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=3128320 CPUtime=3586.31 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 147789 0 0 0 357658 973 0 0 20 0 20 0 31408302 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 782080 5510 1 0 794103 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=-6000919472689604206 CPUtime=3552.33 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 71712 0 0 0 354516 717 0 0 20 0 20 0 31408304 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=3128320 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3586.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.3 s]
/proc/loadavg: 4.18 4.17 4.11 6/331 18451
/proc/meminfo: memFree=91915192/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19063512 memory=3128320 CPUtime=3600.01 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 147791 0 0 0 359027 974 0 0 20 0 20 0 31408302 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4765878 782080 5510 1 0 794103 0
[pid=16784/tid=16803] ppid=16768 vsize=19063512 memory=3128320 CPUtime=3566.02 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) R 16768 16784 16715 0 -1 4194368 71713 0 0 0 355884 718 0 0 20 0 20 0 31408304 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19063512 memory=3128320 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 20 0 31408310 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16856] ppid=16768 vsize=19063512 memory=4427170973989303850 CPUtime=0 cores=1,3
/proc/16784/task/16856/stat : 16856 (Timer-0) S 16768 16784 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408358 19521036288 782080 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3128320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.51 s, system=9.77708 s

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

[startup+3596.4 s]
/proc/loadavg: 4.18 4.17 4.11 6/331 18451
/proc/meminfo: memFree=91915192/131382112 swapFree=33010684/33010684
[pid=16784] ppid=16768 vsize=19263204 memory=3129088 CPUtime=3600.17 cores=1,3
/proc/16784/stat : 16784 (java) S 16768 16784 16715 0 -1 4194304 149287 0 0 0 359042 975 0 0 20 0 21 0 31408302 19725520896 782272 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
/proc/16784/statm: 4815801 782272 5510 1 0 795059 0
[pid=16784/tid=16803] ppid=16768 vsize=19263204 memory=3128320 CPUtime=3566.05 cores=1,3
/proc/16784/task/16803/stat : 16803 (java) S 16768 16784 16715 0 -1 4194368 71903 0 0 0 355887 718 0 0 20 0 21 0 31408304 19725520896 782272 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16845] ppid=16768 vsize=19263204 memory=3200 CPUtime=0 cores=1,3
/proc/16784/task/16845/stat : 16845 (Finalizer) S 16768 16784 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31408309 19725520896 782272 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
[pid=16784/tid=16852] ppid=16768 vsize=19263204 memory=-6000919472689604206 CPUtime=0 cores=1,3
/proc/16784/task/16852/stat : 16852 (Common-Cleaner) S 16768 16784 16715 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 21 0 31408310 19725520896 782272 18446744073709551615 94387398238208 94387398241904 140720911872960 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94387398249720 94387398250512 94387402559488 140720911874352 140720911874534 140720911874534 140720911880136 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3129088 KiB

[startup+3596.5 s]*
/proc/loadavg: 4.18 4.17 4.11 5/313 18454
/proc/meminfo: memFree=94948116/131382112 swapFree=33010684/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): 3596.52
CPU time (s): 3600.28
CPU user time (s): 3590.51
CPU system time (s): 9.77708
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3129088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.51
system time used= 9.77708
maximum resident set size= 3129344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6876680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110050
involuntary context switches= 13508


# summary of solver processes directly reported to runsolver:
#   pid: 16784
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3590.51
#   total CPU system time (s): 9.77708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.354 second user time and 38.1 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 02:34:46
IDJOB=4493813
IDBENCH=147873
IDSOLVER=3364
FILE ID=nodeC012/4493813-1751157286
RUNJOBID= nodeC012-1751157286-16727
SLURM_JOB_ID= 9587482
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493813-1751157286/watcher-4493813-1751157286 -o /tmp/evaluation-result-4493813-1751157286/solver-4493813-1751157286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16727 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493813-1751157286 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493813-1751157286.opb

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

MD5SUM BENCH= 8150ec280d22960cf2e4079d2206c8ae
RANDOM SEED=83305100

nodeC012 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.116
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.39
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.093
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.39
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.199
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.39
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.160
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.39
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.135
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.39
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.141
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.39
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.152
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.39
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.153
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130360688 kB
MemAvailable:   129980524 kB
Buffers:            3280 kB
Cached:           405756 kB
SwapCached:            0 kB
Active:           300928 kB
Inactive:         173028 kB
Active(anon):      82880 kB
Inactive(anon):        0 kB
Active(file):     218048 kB
Inactive(file):   173028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3036 kB
Writeback:             0 kB
AnonPages:         67484 kB
Mapped:           102436 kB
Shmem:             17960 kB
KReclaimable:      84076 kB
Slab:             163264 kB
SReclaimable:      84076 kB
SUnreclaim:        79188 kB
KernelStack:        3968 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC012 at 2025-06-29 03:34:43