Trace number 4493849

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
MD5SUM7546ebd0ce66e1c0113f5874ce57dd6d
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 benchmark0.054091
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 constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4493849-1751157286.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c using VERIPB proof format
0.42/0.38	c  no objective function found
0.78/0.55	c ... done. Wall clock time 0.176s.
0.78/0.55	c declared #vars     428
0.78/0.55	c #constraints  644
0.78/0.55	c constraints type 
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
0.78/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.78/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
0.78/0.55	c 644 constraints processed.
3.68/2.05	c cleaning 2499 clauses out of 5000 with flag 19447/5000
5.61/3.01	c cleaning 4250 clauses out of 8504 with flag 42747/11003
6.76/3.86	c cleaning 5624 clauses out of 11251 with flag 72370/18000
7.91/4.81	c cleaning 6807 clauses out of 13629 with flag 103775/26002
9.65/5.96	c cleaning 7897 clauses out of 15820 with flag 142458/35000
11.76/7.85	c cleaning 8958 clauses out of 17923 with flag 175973/45000
14.34/10.36	c cleaning 9979 clauses out of 19967 with flag 217598/56002
16.39/12.29	c cleaning 10989 clauses out of 21988 with flag 261810/68002
19.22/15.04	c cleaning 11999 clauses out of 23997 with flag 307989/81000
22.41/18.27	c cleaning 12997 clauses out of 26002 with flag 357479/95004
25.63/21.31	c cleaning 13991 clauses out of 28001 with flag 409118/110000
28.90/24.58	c cleaning 14990 clauses out of 30010 with flag 470616/126000
32.69/28.13	c cleaning 15994 clauses out of 32020 with flag 538977/143000
36.96/32.30	c cleaning 16993 clauses out of 34028 with flag 613207/161002
41.22/36.59	c cleaning 18002 clauses out of 36033 with flag 685780/180000
46.09/41.38	c cleaning 19003 clauses out of 38032 with flag 755696/200001
51.49/46.60	c cleaning 19975 clauses out of 40031 with flag 841149/221003
57.02/52.16	c cleaning 21002 clauses out of 42054 with flag 925075/243001
63.28/58.39	c cleaning 22021 clauses out of 44051 with flag 988945/266000
69.55/64.72	c cleaning 22986 clauses out of 46030 with flag 1064031/290000
76.04/71.16	c cleaning 23980 clauses out of 48044 with flag 1160105/315000
82.41/77.56	c cleaning 25022 clauses out of 50065 with flag 1256116/341001
90.80/85.77	c cleaning 26015 clauses out of 52045 with flag 1355743/368003
99.09/94.62	c cleaning 27010 clauses out of 54029 with flag 1456909/396002
109.37/104.70	c cleaning 28002 clauses out of 56018 with flag 1566696/425001
118.46/113.84	c cleaning 29000 clauses out of 58018 with flag 1672915/455003
129.30/124.70	c cleaning 29993 clauses out of 60015 with flag 1788306/486000
140.61/135.98	c cleaning 31007 clauses out of 62022 with flag 1896711/518000
152.97/148.33	c cleaning 31998 clauses out of 64016 with flag 2023247/551001
166.96/162.44	c cleaning 32990 clauses out of 66017 with flag 2149456/585000
182.82/178.36	c cleaning 33994 clauses out of 68028 with flag 2275015/620001
200.57/196.15	c cleaning 35013 clauses out of 70035 with flag 2404019/656002
220.38/215.87	c cleaning 36005 clauses out of 72023 with flag 2550035/693003
243.46/238.77	c cleaning 36997 clauses out of 74015 with flag 2685440/731000
263.43/258.81	c cleaning 38002 clauses out of 76018 with flag 2835487/770000
285.08/280.53	c cleaning 38998 clauses out of 78017 with flag 2974746/810001
309.97/305.37	c cleaning 40000 clauses out of 80019 with flag 3115629/851001
336.65/332.08	c cleaning 41002 clauses out of 82020 with flag 3255713/893002
363.30/359.00	c cleaning 41982 clauses out of 84016 with flag 3403132/936000
383.67/379.18	c cleaning 43000 clauses out of 86035 with flag 3574989/980001
409.80/405.26	c cleaning 44006 clauses out of 88035 with flag 3765874/1025001
437.78/433.20	c cleaning 45006 clauses out of 90029 with flag 3936351/1071001
467.12/462.57	c cleaning 46004 clauses out of 92022 with flag 4106794/1118000
502.42/497.70	c cleaning 46991 clauses out of 94018 with flag 4263696/1166000
529.20/524.54	c cleaning 48003 clauses out of 96028 with flag 4448420/1215001
553.51/548.71	c cleaning 48982 clauses out of 98024 with flag 4639943/1265000
581.21/576.42	c cleaning 50003 clauses out of 100042 with flag 4836984/1316000
617.49/612.16	c cleaning 51000 clauses out of 102039 with flag 5039975/1368000
647.91/642.57	c cleaning 52004 clauses out of 104039 with flag 5232996/1421000
676.74/671.37	c cleaning 53012 clauses out of 106036 with flag 5434255/1475001
711.08/705.50	c cleaning 53992 clauses out of 108023 with flag 5646382/1530000
749.87/744.53	c cleaning 54999 clauses out of 110032 with flag 5876364/1586001
785.02/779.71	c cleaning 55996 clauses out of 112032 with flag 6087324/1643000
826.68/821.32	c cleaning 57011 clauses out of 114039 with flag 6307352/1701003
877.64/872.42	c cleaning 57973 clauses out of 116025 with flag 6543316/1760000
907.40/902.25	c cleaning 59006 clauses out of 118052 with flag 6759944/1820000
937.46/932.38	c cleaning 60013 clauses out of 120046 with flag 6968297/1881000
965.99/961.07	c cleaning 61007 clauses out of 122033 with flag 7175035/1943000
1000.26/995.33	c cleaning 62002 clauses out of 124026 with flag 7399415/2006000
1032.50/1027.62	c cleaning 63005 clauses out of 126025 with flag 7622845/2070001
1066.49/1061.69	c cleaning 64002 clauses out of 128019 with flag 7840016/2135000
1102.84/1098.12	c cleaning 65000 clauses out of 130017 with flag 8051380/2201000
1135.60/1130.56	c cleaning 65996 clauses out of 132017 with flag 8285511/2268000
1169.96/1165.00	c cleaning 67005 clauses out of 134022 with flag 8501721/2336001
1208.38/1203.21	c cleaning 68002 clauses out of 136017 with flag 8721767/2405001
1266.28/1261.48	c cleaning 68995 clauses out of 138014 with flag 9023405/2475000
1330.91/1326.18	c cleaning 69986 clauses out of 140019 with flag 9318546/2546000
1406.48/1401.70	c cleaning 70995 clauses out of 142033 with flag 9616545/2618000
1483.20/1479.37	c cleaning 72006 clauses out of 144039 with flag 9917818/2691001
1559.98/1556.12	c cleaning 73001 clauses out of 146033 with flag 10232815/2765001
1628.24/1624.58	c cleaning 73976 clauses out of 148032 with flag 10505481/2840001
1697.63/1693.92	c cleaning 75022 clauses out of 150058 with flag 10798702/2916003
1773.84/1770.30	c cleaning 76000 clauses out of 152033 with flag 11093098/2993000
1862.00/1858.50	c cleaning 77011 clauses out of 154033 with flag 11384378/3071000
1943.90/1940.57	c cleaning 77962 clauses out of 156022 with flag 11705195/3150000
2026.43/2023.22	c cleaning 79010 clauses out of 158061 with flag 12029934/3230001
2103.96/2100.60	c cleaning 80011 clauses out of 160050 with flag 12331041/3311000
2193.63/2190.45	c cleaning 80997 clauses out of 162042 with flag 12665637/3393003
2281.92/2278.59	c cleaning 81985 clauses out of 164042 with flag 13011359/3476000
2371.54/2368.47	c cleaning 83015 clauses out of 166057 with flag 13369624/3560000
2463.39/2460.33	c cleaning 83998 clauses out of 168043 with flag 13727520/3645001
2552.78/2552.04	c cleaning 85016 clauses out of 170045 with flag 14080548/3731001
2633.80/2633.08	c cleaning 86000 clauses out of 172030 with flag 14419384/3818002
2728.48/2727.99	c cleaning 87013 clauses out of 174033 with flag 14794087/3906005
2835.14/2834.09	c cleaning 87972 clauses out of 176016 with flag 15169099/3995001
2933.11/2932.13	c cleaning 89001 clauses out of 178043 with flag 15529169/4085000
3047.90/3047.07	c cleaning 90013 clauses out of 180043 with flag 15925891/4176001
3143.05/3141.22	c cleaning 90991 clauses out of 182032 with flag 16294577/4268003
3233.44/3231.80	c cleaning 92003 clauses out of 184038 with flag 16651865/4361000
3335.28/3333.46	c cleaning 93010 clauses out of 186040 with flag 17045303/4455005
3440.10/3438.00	c cleaning 93993 clauses out of 188025 with flag 17453728/4550000
3532.89/3530.46	c cleaning 95008 clauses out of 190032 with flag 17782383/4646000
3600.01/3596.92	c starts		: 3048
3600.01/3596.92	c timeout
3600.01/3596.93	c conflicts		: 4722025
3600.01/3596.94	c decisions		: 11018163
3600.01/3596.94	c propagations		: 173707000
3600.01/3596.94	c inspects		: 21398587210
3600.01/3596.94	c shortcuts		: 0
3600.01/3596.94	c learnt literals	: 0
3600.01/3596.94	c learnt binary clauses	: 0
3600.01/3596.94	c learnt ternary clauses	: 0
3600.01/3596.94	c learnt constraints	: 4722025
3600.01/3596.94	c ignored constraints	: 0
3600.01/3596.94	c root simplifications	: 0
3600.01/3596.94	c removed literals (reason simplification)	: 22103731
3600.01/3596.94	c reason swapping (by a shorter reason)	: 0
3600.01/3596.94	c Calls to reduceDB	: 92
3600.01/3596.94	c Number of update (reduction) of LBD	: 1481581
3600.01/3596.94	c Imported unit clauses	: 0
3600.01/3596.94	c No decision after first conflict	: false
3600.01/3596.94	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.94	c number of learned constraints concerned by reduction	: 0
3600.01/3596.94	c number of learning phase by resolution	: 0
3600.01/3596.94	c number of learning phase by cutting planes	: 0
3600.01/3596.94	c number of rounding to 1 operations	: 0
3600.01/3596.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.94	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.94	c number of right shift for reduction by power 2 	: 0
3600.01/3596.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.94	c number of ending skipping 	: 0
3600.01/3596.94	c number of internal skipping 	: 0
3600.01/3596.94	c number of derivation steps 	: 0
3600.01/3596.94	c number of skipped derivation steps 	: 0
3600.01/3596.94	c number of remaining unassigned 	: 0
3600.01/3596.94	c number of remaining assigned 	: 0
3600.01/3596.94	c number of falsified literals weakened from reason	: 0
3600.01/3596.94	c number of falsified literals weakened from conflict	: 0
3600.01/3596.94	c time for arithmetic operations	: 0
3600.01/3596.94	c minimum degree of deleted constraints	: null
3600.01/3596.95	c maximum degree of deleted constraints	: null
3600.01/3596.95	c number of deleted constraints	: 0
3600.01/3596.95	c speed (assignments/second)	: 48300.41928190709
3600.01/3596.95	c non guided choices	: 52
3600.01/3597.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 171049
3600.01/3597.00	s UNKNOWN
3600.01/3597.00	c Total wall clock time (in seconds): 3596.635

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 (64029 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=16779, runsolver pid=16767
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 1.67 2.51 3.38 14/318 16851
/proc/meminfo: memFree=130279364/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=18930384 memory=48168 CPUtime=0.12 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 5739 0 0 0 8 4 0 0 20 0 18 0 31408300 19384713216 12042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4732596 12042 5304 1 0 546961 0
[pid=16779/tid=16788] ppid=16767 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 4630 0 0 0 5 2 0 0 20 0 18 0 31408302 19384713216 12042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408308 19384713216 12042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31408309 19384713216 12074 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48168 KiB

[startup+0.222577 s]*
/proc/loadavg: 1.67 2.51 3.38 11/319 16852
/proc/meminfo: memFree=130262036/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=18930384 memory=53144 CPUtime=0.28 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 6446 0 0 0 24 4 0 0 20 0 18 0 31408300 19384713216 13286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4732596 13286 5368 1 0 547532 0
[pid=16779/tid=16788] ppid=16767 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 4975 0 0 0 15 3 0 0 20 0 18 0 31408302 19384713216 13286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408308 19384713216 13286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31408309 19384713216 13318 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53144 KiB

[startup+0.314323 s]*
/proc/loadavg: 1.67 2.51 3.38 10/319 16852
/proc/meminfo: memFree=130242200/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=18930384 memory=58280 CPUtime=0.42 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 6674 0 0 0 37 5 0 0 20 0 18 0 31408300 19384713216 14570 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4732596 14570 5368 1 0 547697 0
[pid=16779/tid=16788] ppid=16767 vsize=18930384 memory=-6000919472689604206 CPUtime=0.25 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 5123 0 0 0 22 3 0 0 20 0 18 0 31408302 19384713216 14570 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31408308 19384713216 14570 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31408309 19384713216 14570 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58280 KiB

[startup+0.700376 s]
/proc/loadavg: 1.67 2.51 3.38 14/320 16853
/proc/meminfo: memFree=130230480/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=18996948 memory=70940 CPUtime=1.12 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 8802 0 0 0 105 7 0 0 20 0 19 0 31408300 19452874752 17735 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4749237 17735 5432 1 0 549353 0
[pid=16779/tid=16788] ppid=16767 vsize=18996948 memory=17152 CPUtime=0.5 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 5371 0 0 0 46 4 0 0 20 0 19 0 31408302 19452874752 17735 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31408308 19452874752 17735 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31408309 19452874752 17735 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70940 KiB

[startup+1.50027 s]
/proc/loadavg: 1.67 2.51 3.38 12/323 16856
/proc/meminfo: memFree=130092104/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=168168 CPUtime=2.69 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 14408 0 1 0 256 13 0 0 20 0 20 0 31408300 19521036288 42042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 42042 5496 1 0 551516 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=3200 CPUtime=1.16 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 5751 0 0 0 109 7 0 0 20 0 20 0 31408302 19521036288 42042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 42042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 42042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 42042 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168168 KiB

[startup+3.10548 s]
/proc/loadavg: 1.67 2.51 3.38 8/306 16875
/proc/meminfo: memFree=129805584/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=229144 CPUtime=5.81 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 21182 0 1 0 562 19 0 0 20 0 20 0 31408300 19521036288 57286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 57286 5496 1 0 553219 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=10752 CPUtime=2.63 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 6735 0 0 0 252 11 0 0 20 0 20 0 31408302 19521036288 57286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 57286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 57286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 57286 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229144 KiB

[startup+6.30043 s]
/proc/loadavg: 2.02 2.57 3.40 8/326 16924
/proc/meminfo: memFree=128653572/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=646016 CPUtime=10.27 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 23181 0 1 0 994 33 0 0 20 0 20 0 31408300 19521036288 161504 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 161504 5496 1 0 688989 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=0 CPUtime=5.69 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 6989 0 0 0 547 22 0 0 20 0 20 0 31408302 19521036288 161504 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 161504 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 161504 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=168168 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 161504 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 646016 KiB

[startup+12.7004 s]
/proc/loadavg: 2.18 2.59 3.40 7/307 16941
/proc/meminfo: memFree=127133532/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=1554572 CPUtime=16.89 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 24299 0 1 0 1630 59 0 0 20 0 20 0 31408300 19521036288 388643 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 388643 5496 1 0 897883 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=168168 CPUtime=11.77 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 7499 0 0 0 1132 45 0 0 20 0 20 0 31408302 19521036288 388643 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=1276044 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 388643 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 388643 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 388643 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 16.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1554572 KiB

[startup+25.5004 s]
/proc/loadavg: 2.73 2.69 3.42 7/326 17056
/proc/meminfo: memFree=125241520/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=2226080 CPUtime=29.97 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 29985 0 1 0 2914 83 0 0 20 0 20 0 31408300 19521036288 556520 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 556520 5496 1 0 1292693 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=0 CPUtime=24.12 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 9246 0 0 0 2347 65 0 0 20 0 20 0 31408302 19521036288 556520 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=1599636 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 556520 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=-6000919476984571502 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 556520 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 556520 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2226080 KiB

[startup+51.1058 s]
/proc/loadavg: 3.35 2.85 3.45 6/310 17210
/proc/meminfo: memFree=123556696/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=3354664 CPUtime=56.03 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 33885 0 1 0 5478 125 0 0 20 0 20 0 31408300 19521036288 838666 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 838666 5496 1 0 1292705 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=3287060 CPUtime=48.91 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 10976 0 0 0 4791 100 0 0 20 0 20 0 31408302 19521036288 838666 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=3256312 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 838666 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 838666 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0

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

[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=2980948 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 745237 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3223.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2980948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/335 18434
/proc/meminfo: memFree=93410140/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=2648960 CPUtime=3284.14 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 243663 0 1 0 327147 1267 0 0 20 0 20 0 31408300 19521036288 662240 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 662240 5528 1 0 676108 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=2983008 CPUtime=3239.11 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 133056 0 0 0 322905 1006 0 0 20 0 20 0 31408302 19521036288 662240 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=2983008 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 662240 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=2980564 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2635 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 662240 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 662240 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3284.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2648960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/333 18436
/proc/meminfo: memFree=92645996/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=2649216 CPUtime=3344.17 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 245616 0 1 0 333131 1286 0 0 20 0 20 0 31408300 19521036288 662304 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 662304 5528 1 0 676207 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=2980564 CPUtime=3298.43 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 134428 0 0 0 328822 1021 0 0 20 0 20 0 31408302 19521036288 662304 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 662304 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2636 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 662304 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=2649216 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 662304 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3344.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2649216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.10 5/331 18438
/proc/meminfo: memFree=92570480/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=2232036 CPUtime=3404.51 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 249412 0 1 0 339147 1304 0 0 20 0 20 0 31408300 19521036288 558009 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 558009 5528 1 0 571844 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=2649216 CPUtime=3357.47 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 136087 0 0 0 334712 1035 0 0 20 0 20 0 31408302 19521036288 558009 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=2649216 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 558009 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=2649472 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2677 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 558009 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 558009 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3404.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2232036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.18 4.11 8/331 18440
/proc/meminfo: memFree=92162896/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=2234020 CPUtime=3464.48 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 249561 0 1 0 345128 1320 0 0 20 0 20 0 31408300 19521036288 558505 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 558505 5528 1 0 571844 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=2649216 CPUtime=3417.06 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 136153 0 0 0 340657 1049 0 0 20 0 20 0 31408302 19521036288 558505 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=2234020 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 558505 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2715 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 558505 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=2234020 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 558505 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3464.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2234020 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/332 18448
/proc/meminfo: memFree=91863508/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=2067148 CPUtime=3524.8 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 250026 0 1 0 351141 1339 0 0 20 0 20 0 31408300 19521036288 516787 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 516787 5528 1 0 530092 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=2234020 CPUtime=3476.2 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 136551 0 0 0 346556 1064 0 0 20 0 20 0 31408302 19521036288 516787 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 516787 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=2067148 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2715 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 516787 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=2067148 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 516787 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3524.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2067148 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.18 4.11 6/331 18450
/proc/meminfo: memFree=92033644/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=1457388 CPUtime=3585.45 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 252922 0 1 0 357185 1360 0 0 20 0 20 0 31408300 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 364347 5528 1 0 377668 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=1457388 CPUtime=3535.26 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 137686 0 0 0 352446 1080 0 0 20 0 20 0 31408302 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=1457388 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2842 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3585.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.9 s]
/proc/loadavg: 4.18 4.17 4.11 5/331 18451
/proc/meminfo: memFree=91915192/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19063512 memory=1457388 CPUtime=3600.01 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 253219 0 1 0 358638 1363 0 0 20 0 20 0 31408300 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4765878 364347 5528 1 0 377668 0
[pid=16779/tid=16788] ppid=16767 vsize=19063512 memory=2234020 CPUtime=3549.66 cores=5,7
/proc/16779/task/16788/stat : 16788 (java) R 16767 16779 16715 0 -1 4194368 137959 0 0 0 353884 1082 0 0 20 0 20 0 31408302 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16831] ppid=16767 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16779/task/16831/stat : 16831 (Finalizer) S 16767 16779 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31408308 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16843] ppid=16767 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16779/task/16843/stat : 16843 (Common-Cleaner) S 16767 16779 16715 0 -1 4194368 2842 0 0 0 0 0 0 0 20 0 20 0 31408309 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
[pid=16779/tid=16855] ppid=16767 vsize=19063512 memory=1457388 CPUtime=0 cores=5,7
/proc/16779/task/16855/stat : 16855 (Timer-0) S 16767 16779 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31408356 19521036288 364347 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.56 s, system=13.6611 s

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

[startup+3597.01 s]*
/proc/loadavg: 4.18 4.17 4.11 5/309 18465
/proc/meminfo: memFree=95028072/131382112 swapFree=33010684/33010684
[pid=16779] ppid=16767 vsize=19263204 memory=1458156 CPUtime=3600.2 cores=5,7
/proc/16779/stat : 16779 (java) S 16767 16779 16715 0 -1 4194304 254967 0 1 0 358656 1364 0 0 20 0 19 0 31408300 19725520896 364539 18446744073709551615 94913193246720 94913193250416 140728615111088 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94913193258232 94913193259024 94913196220416 140728615119152 140728615119334 140728615119334 140728615124936 0
/proc/16779/statm: 4815801 364539 5560 1 0 378607 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1458156 KiB

Child status: 143

Real time (s): 3597.03
CPU time (s): 3600.22
CPU user time (s): 3586.56
CPU system time (s): 13.6611
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5140100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.56
system time used= 13.6611
maximum resident set size= 5140100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254993
page faults= 1
swaps= 0
block input operations= 32
block output operations= 10928256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112797
involuntary context switches= 16443


# summary of solver processes directly reported to runsolver:
#   pid: 16779
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3586.56
#   total CPU system time (s): 13.6611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6212 second user time and 37.223 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 02:34:46
IDJOB=4493849
IDBENCH=147874
IDSOLVER=3364
FILE ID=nodeC012/4493849-1751157286
RUNJOBID= nodeC012-1751157286-16728
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.21ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493849-1751157286/watcher-4493849-1751157286 -o /tmp/evaluation-result-4493849-1751157286/solver-4493849-1751157286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16728 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493849-1751157286 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493849-1751157286.opb

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

MD5SUM BENCH= 7546ebd0ce66e1c0113f5874ce57dd6d
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.153
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.060
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.163
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.192
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.116
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.152
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.149
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		: 1198.848
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:        130361444 kB
MemAvailable:   129980780 kB
Buffers:            3280 kB
Cached:           404760 kB
SwapCached:            0 kB
Active:           300976 kB
Inactive:         172032 kB
Active(anon):      82928 kB
Inactive(anon):        0 kB
Active(file):     218048 kB
Inactive(file):   172032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2036 kB
Writeback:             0 kB
AnonPages:         67892 kB
Mapped:           102368 kB
Shmem:             17960 kB
KReclaimable:      84076 kB
Slab:             163456 kB
SReclaimable:      84076 kB
SUnreclaim:        79380 kB
KernelStack:        3936 kB
PageTables:         2960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     329888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 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