Trace number 4492625

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.16 3543.15

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUMe1bd57ab2da267e3bb55cd17a3d0a3cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.022902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4492625-1751146489.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.30/0.21	c ... done. Wall clock time 0.061s.
0.30/0.21	c declared #vars     6000
0.30/0.21	c #constraints  220
0.30/0.21	c constraints type 
0.30/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
0.30/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.30/0.21	c 220 constraints processed.
4.25/2.76	c cleaning 2493 clauses out of 5001 with flag 32606/5001
7.06/5.19	c cleaning 4240 clauses out of 8508 with flag 72600/11001
10.54/8.53	c cleaning 5625 clauses out of 11271 with flag 126297/18004
14.90/12.72	c cleaning 6798 clauses out of 13642 with flag 187826/26000
17.83/15.56	c cleaning 7909 clauses out of 15844 with flag 254130/35000
22.66/20.12	c cleaning 8952 clauses out of 17935 with flag 319022/45000
27.61/25.02	c cleaning 9976 clauses out of 19984 with flag 396191/56001
33.65/31.07	c cleaning 10989 clauses out of 22008 with flag 490620/68001
38.23/35.75	c cleaning 11994 clauses out of 24019 with flag 580518/81001
45.19/42.62	c cleaning 12992 clauses out of 26027 with flag 672083/95003
50.27/47.71	c cleaning 13994 clauses out of 28034 with flag 766447/110002
55.86/53.23	c cleaning 14988 clauses out of 30038 with flag 868711/126000
64.98/62.25	c cleaning 15997 clauses out of 32050 with flag 1001779/143000
75.49/72.61	c cleaning 16997 clauses out of 34053 with flag 1143885/161000
86.59/83.62	c cleaning 18005 clauses out of 36056 with flag 1299145/180000
99.67/96.77	c cleaning 18999 clauses out of 38051 with flag 1463565/200000
116.40/113.20	c cleaning 19992 clauses out of 40052 with flag 1650691/221000
129.24/125.95	c cleaning 21014 clauses out of 42062 with flag 1837328/243002
138.63/135.17	c cleaning 21982 clauses out of 44047 with flag 1984532/266001
150.39/146.65	c cleaning 23006 clauses out of 46064 with flag 2151849/290000
161.35/157.59	c cleaning 23977 clauses out of 48059 with flag 2317411/315001
172.39/168.49	c cleaning 25024 clauses out of 50081 with flag 2491223/341000
187.22/183.09	c cleaning 26017 clauses out of 52057 with flag 2671558/368000
207.16/202.61	c cleaning 27007 clauses out of 54042 with flag 2853666/396002
223.59/218.94	c cleaning 27998 clauses out of 56033 with flag 3059787/425000
247.89/242.92	c cleaning 29008 clauses out of 58037 with flag 3273131/455002
274.82/269.88	c cleaning 30002 clauses out of 60029 with flag 3536001/486002
295.32/290.26	c cleaning 31001 clauses out of 62027 with flag 3746311/518002
326.33/321.18	c cleaning 32003 clauses out of 64026 with flag 3994505/551002
359.92/354.35	c cleaning 33000 clauses out of 66022 with flag 4267755/585001
393.15/386.64	c cleaning 33997 clauses out of 68021 with flag 4560696/620000
419.96/413.41	c cleaning 34993 clauses out of 70025 with flag 4828144/656001
456.87/450.15	c cleaning 36002 clauses out of 72032 with flag 5109574/693001
481.32/474.34	c cleaning 36985 clauses out of 74029 with flag 5428364/731000
504.13/497.05	c cleaning 38009 clauses out of 76045 with flag 5714435/770001
541.76/534.40	c cleaning 38995 clauses out of 78035 with flag 5965034/810000
566.63/558.69	c cleaning 40004 clauses out of 80041 with flag 6260201/851001
610.94/602.72	c cleaning 40984 clauses out of 82036 with flag 6519461/893000
632.49/624.17	c cleaning 42007 clauses out of 84054 with flag 6804589/936002
661.41/652.22	c cleaning 42995 clauses out of 86048 with flag 7090250/980003
710.32/700.65	c cleaning 43995 clauses out of 88054 with flag 7460620/1025004
739.52/729.03	c cleaning 45014 clauses out of 90055 with flag 7771690/1071000
764.11/753.24	c cleaning 45990 clauses out of 92041 with flag 8079106/1118000
792.60/780.96	c cleaning 47000 clauses out of 94051 with flag 8419849/1166000
820.18/808.11	c cleaning 47999 clauses out of 96052 with flag 8722368/1215001
848.10/835.70	c cleaning 49015 clauses out of 98052 with flag 9051649/1265000
886.28/872.95	c cleaning 49992 clauses out of 100038 with flag 9413317/1316001
923.32/909.40	c cleaning 51010 clauses out of 102048 with flag 9770733/1368003
956.73/942.01	c cleaning 52002 clauses out of 104037 with flag 10126571/1421002
996.90/981.75	c cleaning 52987 clauses out of 106034 with flag 10532742/1475001
1093.26/1076.84	c cleaning 53988 clauses out of 108046 with flag 10983572/1530000
1135.14/1117.61	c cleaning 55001 clauses out of 110059 with flag 11430714/1586001
1190.12/1172.31	c cleaning 56008 clauses out of 112059 with flag 11852502/1643002
1226.60/1207.85	c cleaning 57013 clauses out of 114049 with flag 12216829/1701000
1268.47/1248.61	c cleaning 57985 clauses out of 116037 with flag 12627597/1760001
1307.77/1286.73	c cleaning 59015 clauses out of 118053 with flag 13047955/1820002
1345.85/1324.58	c cleaning 59996 clauses out of 120036 with flag 13449828/1881000
1415.88/1393.66	c cleaning 60993 clauses out of 122040 with flag 13858530/1943000
1507.91/1483.85	c cleaning 62010 clauses out of 124047 with flag 14325760/2006000
1589.07/1564.78	c cleaning 62994 clauses out of 126037 with flag 14855635/2070000
1634.32/1608.91	c cleaning 64007 clauses out of 128045 with flag 15299725/2135002
1678.88/1652.95	c cleaning 65004 clauses out of 130037 with flag 15738141/2201001
1729.08/1702.18	c cleaning 66008 clauses out of 132033 with flag 16226974/2268001
1838.84/1810.51	c cleaning 67002 clauses out of 134027 with flag 16725225/2336003
1927.75/1897.97	c cleaning 67993 clauses out of 136023 with flag 17261199/2405001
2000.93/1969.67	c cleaning 69001 clauses out of 138031 with flag 17767137/2475002
2123.29/2090.20	c cleaning 70004 clauses out of 140032 with flag 18401808/2546004
2186.27/2151.69	c cleaning 71002 clauses out of 142024 with flag 18974079/2618000
2239.07/2203.08	c cleaning 72005 clauses out of 144025 with flag 19453269/2691003
2303.91/2266.59	c cleaning 72995 clauses out of 146017 with flag 19898312/2765000
2363.18/2325.36	c cleaning 74003 clauses out of 148023 with flag 20369623/2840001
2424.61/2385.49	c cleaning 74997 clauses out of 150019 with flag 20881371/2916000
2486.85/2446.55	c cleaning 76002 clauses out of 152023 with flag 21391810/2993001
2555.27/2513.41	c cleaning 76996 clauses out of 154020 with flag 21893283/3071000
2628.93/2586.18	c cleaning 77989 clauses out of 156024 with flag 22359916/3150000
2705.69/2661.32	c cleaning 78995 clauses out of 158035 with flag 22865200/3230000
2784.30/2739.53	c cleaning 80012 clauses out of 160041 with flag 23361332/3311001
2858.53/2813.61	c cleaning 81009 clauses out of 162029 with flag 23917940/3393001
2937.36/2891.32	c cleaning 81994 clauses out of 164019 with flag 24442920/3476000
3019.02/2971.77	c cleaning 83001 clauses out of 166025 with flag 24981676/3560000
3102.97/3054.48	c cleaning 84000 clauses out of 168024 with flag 25493405/3645000
3185.58/3135.98	c cleaning 85003 clauses out of 170025 with flag 26027037/3731001
3321.34/3268.98	c cleaning 85989 clauses out of 172021 with flag 26708352/3818000
3419.83/3366.24	c cleaning 87011 clauses out of 174032 with flag 27408680/3906000
3505.87/3450.95	c cleaning 87997 clauses out of 176024 with flag 27997447/3995003
3594.39/3538.49	c cleaning 89005 clauses out of 178024 with flag 28609495/4085000
3600.01/3543.01	c starts		: 12447
3600.01/3543.02	c conflicts		: 4090662
3600.01/3543.02	c decisions		: 25682404
3600.01/3543.02	c propagations		: 161756600
3600.01/3543.02	c inspects		: 12470611469
3600.01/3543.02	c shortcuts		: 0
3600.01/3543.02	c learnt literals	: 0
3600.01/3543.02	c learnt binary clauses	: 0
3600.01/3543.02	c learnt ternary clauses	: 0
3600.01/3543.02	c learnt constraints	: 4090662
3600.01/3543.02	c ignored constraints	: 0
3600.01/3543.02	c root simplifications	: 0
3600.01/3543.02	c removed literals (reason simplification)	: 15959499
3600.01/3543.02	c reason swapping (by a shorter reason)	: 0
3600.01/3543.02	c Calls to reduceDB	: 86
3600.01/3543.02	c Number of update (reduction) of LBD	: 2466131
3600.01/3543.02	c Imported unit clauses	: 0
3600.01/3543.02	c No decision after first conflict	: false
3600.01/3543.02	c number of reductions to clauses (during analyze)	: 0
3600.01/3543.02	c number of learned constraints concerned by reduction	: 0
3600.01/3543.02	c number of learning phase by resolution	: 0
3600.01/3543.02	c number of learning phase by cutting planes	: 0
3600.01/3543.02	c number of rounding to 1 operations	: 0
3600.01/3543.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3543.03	c number of reductions of the coefficients by power 2 	: 0
3600.01/3543.03	c number of right shift for reduction by power 2 	: 0
3600.01/3543.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3543.03	c number of ending skipping 	: 0
3600.01/3543.03	c number of internal skipping 	: 0
3600.01/3543.03	c number of derivation steps 	: 0
3600.01/3543.03	c number of skipped derivation steps 	: 0
3600.01/3543.03	c number of remaining unassigned 	: 0
3600.01/3543.03	c number of remaining assigned 	: 0
3600.01/3543.03	c number of falsified literals weakened from reason	: 0
3600.01/3543.03	c number of falsified literals weakened from conflict	: 0
3600.01/3543.03	c time for arithmetic operations	: 0
3600.01/3543.03	c minimum degree of deleted constraints	: null
3600.01/3543.03	c maximum degree of deleted constraints	: null
3600.01/3543.03	c number of deleted constraints	: 0
3600.01/3543.03	c timeout
3600.01/3543.03	c speed (assignments/second)	: 45657.63505640711
3600.01/3543.03	c non guided choices	: 344200
3600.01/3543.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 94681
3600.01/3543.08	s UNKNOWN
3600.01/3543.08	c Total wall clock time (in seconds): 3542.942

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: 63665 MiB (62849 MiB free)
  memory of node 1: 64507 MiB (63941 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492625-1751146489/watcher-4492625-1751146489 -o /tmp/evaluation-result-4492625-1751146489/solver-4492625-1751146489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492625-1751146489 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492625-1751146489.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=14106, runsolver pid=14099

[startup+0.100059 s]*
/proc/loadavg: 1.06 2.17 2.87 9/340 14141
/proc/meminfo: memFree=129769304/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=18930384 memory=57468 CPUtime=0.11 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 6452 0 0 0 9 2 0 0 20 0 18 0 30328447 19384713216 14367 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4732596 14367 5368 1 0 547587 0
[pid=14106/tid=14114] ppid=14099 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 5040 0 0 0 6 1 0 0 20 0 18 0 30328449 19384713216 14367 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328451 19384713216 14367 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=18930384 memory=59585004335790 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30328451 19384713216 14367 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57468 KiB

[startup+0.20588 s]*
/proc/loadavg: 1.06 2.17 2.87 9/341 14142
/proc/meminfo: memFree=129743988/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=18930384 memory=73528 CPUtime=0.3 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 6858 0 0 0 27 3 0 0 20 0 18 0 30328447 19384713216 18382 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4732596 18382 5432 1 0 547926 0
[pid=14106/tid=14114] ppid=14099 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 5293 0 0 0 15 2 0 0 20 0 18 0 30328449 19384713216 18382 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=18930384 memory=16912 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328451 19384713216 18382 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30328451 19384713216 18382 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73528 KiB

[startup+0.305675 s]*
/proc/loadavg: 1.06 2.17 2.87 6/322 14145
/proc/meminfo: memFree=129737408/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=18996948 memory=80828 CPUtime=0.48 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 8262 0 0 0 45 3 0 0 20 0 19 0 30328447 19452874752 20207 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4749237 20207 5432 1 0 548956 0
[pid=14106/tid=14114] ppid=14099 vsize=18996948 memory=-6000919468344764526 CPUtime=0.23 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 5338 0 0 0 21 2 0 0 20 0 19 0 30328449 19452874752 20207 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30328451 19452874752 20207 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30328451 19452874752 20207 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30328468 19452874752 20207 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80828 KiB

[startup+0.700211 s]
/proc/loadavg: 1.06 2.17 2.87 7/323 14153
/proc/meminfo: memFree=129714288/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=18996948 memory=139076 CPUtime=1.25 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 10761 0 0 0 120 5 0 0 20 0 19 0 30328447 19452874752 34769 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4749237 34769 5432 1 0 550659 0
[pid=14106/tid=14114] ppid=14099 vsize=18996948 memory=17280 CPUtime=0.58 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 5395 0 0 0 55 3 0 0 20 0 19 0 30328449 19452874752 34769 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30328451 19452874752 34769 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30328451 19452874752 34769 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30328468 19452874752 34769 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139076 KiB

[startup+1.50023 s]
/proc/loadavg: 1.06 2.17 2.87 6/323 14186
/proc/meminfo: memFree=129569596/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=173412 CPUtime=2.75 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 14329 0 0 0 268 7 0 0 20 0 20 0 30328447 19521036288 43353 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 43353 5496 1 0 551091 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=0 CPUtime=1.35 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 5687 0 0 0 131 4 0 0 20 0 20 0 30328449 19521036288 43353 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 43353 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 43353 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 43353 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173412 KiB

[startup+3.10571 s]
/proc/loadavg: 1.53 2.25 2.89 6/344 14210
/proc/meminfo: memFree=128584496/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=191056 CPUtime=4.93 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 17995 0 0 0 484 9 0 0 20 0 20 0 30328447 19521036288 47764 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 47764 5496 1 0 551337 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=11008 CPUtime=2.89 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 6715 0 0 0 284 5 0 0 20 0 20 0 30328449 19521036288 47764 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=-6000919468344764526 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 47764 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 47764 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 47764 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 4.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191056 KiB

[startup+6.30021 s]
/proc/loadavg: 1.53 2.25 2.89 6/343 14275
/proc/meminfo: memFree=127715164/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=437516 CPUtime=8.32 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 19019 0 0 0 816 16 0 0 20 0 20 0 30328447 19521036288 109379 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 109379 5496 1 0 658094 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=0 CPUtime=5.98 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 6935 0 0 0 588 10 0 0 20 0 20 0 30328449 19521036288 109379 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 109379 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 109379 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=173412 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 109379 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 437516 KiB

[startup+12.7002 s]
/proc/loadavg: 2.07 2.34 2.92 5/344 14277
/proc/meminfo: memFree=126530592/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=818640 CPUtime=14.9 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 20680 0 0 0 1464 26 0 0 20 0 20 0 30328447 19521036288 204660 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 204660 5496 1 0 658414 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=173412 CPUtime=12.27 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 7698 0 0 0 1208 19 0 0 20 0 20 0 30328449 19521036288 204660 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 204660 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 204660 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 204660 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 14.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 818640 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 2.40 2.93 5/344 14277
/proc/meminfo: memFree=123440124/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=1743588 CPUtime=28.1 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 30309 0 0 0 2760 50 0 0 20 0 20 0 30328447 19521036288 435897 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 435897 5496 1 0 659746 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=0 CPUtime=24.83 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 10057 0 0 0 2445 38 0 0 20 0 20 0 30328449 19521036288 435897 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=1694436 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 435897 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=-6000919468344764526 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 435897 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 435897 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1743588 KiB

[startup+51.1058 s]
/proc/loadavg: 3.11 2.57 2.97 6/345 14278
/proc/meminfo: memFree=121563456/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=1848236 CPUtime=53.77 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 33220 0 0 0 5313 64 0 0 20 0 20 0 30328447 19521036288 462059 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 462059 5496 1 0 659747 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3200 CPUtime=49.97 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.30 4.34 4.24 5/345 14619
/proc/meminfo: memFree=82436848/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3272.91 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 185083 0 0 0 325994 1297 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3153.55 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 87375 0 0 0 314208 1147 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1594 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3272.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.34 4.25 5/346 14622
/proc/meminfo: memFree=81965504/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3334.65 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 189749 0 0 0 332147 1318 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3212.58 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 89936 0 0 0 320093 1165 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1677 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3334.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.32 4.25 5/346 14624
/proc/meminfo: memFree=81432376/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3395.77 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 192318 0 0 0 338234 1343 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3271.18 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 91314 0 0 0 325931 1187 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3395.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.29 4.24 5/345 14626
/proc/meminfo: memFree=80841768/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3457.01 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 194540 0 0 0 344334 1367 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3329.68 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 92571 0 0 0 331760 1208 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3457.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.25 4.23 5/343 14628
/proc/meminfo: memFree=80299924/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3517.16 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 197393 0 0 0 350329 1387 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3388.43 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 94286 0 0 0 337617 1226 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=6370744529798655576 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3517.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.23 4.23 5/343 14630
/proc/meminfo: memFree=79723056/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3578.22 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 200285 0 0 0 356415 1407 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3447.04 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 95929 0 0 0 343461 1243 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1848 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=-6000919468344764526 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3578.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543 s]*
/proc/loadavg: 4.18 4.23 4.23 5/343 14697
/proc/meminfo: memFree=94039784/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19063512 memory=3118508 CPUtime=3600.01 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 200727 0 0 0 358585 1416 0 0 20 0 20 0 30328447 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4765878 779627 5496 1 0 791690 0
[pid=14106/tid=14114] ppid=14099 vsize=19063512 memory=5044 CPUtime=3467.41 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) R 14099 14106 13865 0 -1 4194368 96308 0 0 0 345490 1251 0 0 20 0 20 0 30328449 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19063512 memory=-6000919489852762222 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19063512 memory=6772 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1848 0 0 0 0 0 0 0 20 0 20 0 30328451 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14143] ppid=14099 vsize=19063512 memory=3864296 CPUtime=0 cores=1,3
/proc/14106/task/14143/stat : 14143 (Timer-0) S 14099 14106 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328468 19521036288 779627 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3118508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.96 s, system=14.1918 s

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

[startup+3543.11 s]
/proc/loadavg: 4.18 4.23 4.23 5/343 14697
/proc/meminfo: memFree=94039784/131249996 swapFree=33010684/33010684
[pid=14106] ppid=14099 vsize=19263204 memory=3119404 CPUtime=3600.13 cores=1,3
/proc/14106/stat : 14106 (java) S 14099 14106 13865 0 -1 4194304 202301 0 0 0 358596 1417 0 0 20 0 15 0 30328447 19725520896 779851 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
/proc/14106/statm: 4815801 779851 5528 1 0 792631 0
[pid=14106/tid=14114] ppid=14099 vsize=19263204 memory=3118508 CPUtime=3467.43 cores=1,3
/proc/14106/task/14114/stat : 14114 (java) D 14099 14106 13865 0 -1 4194368 96507 0 0 0 345491 1252 0 0 20 0 15 0 30328449 19725520896 779851 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14134] ppid=14099 vsize=19263204 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14134/stat : 14134 (Finalizer) S 14099 14106 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 30328451 19725520896 779851 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
[pid=14106/tid=14141] ppid=14099 vsize=19263204 memory=3118508 CPUtime=0 cores=1,3
/proc/14106/task/14141/stat : 14141 (Common-Cleaner) S 14099 14106 13865 0 -1 4194368 1848 0 0 0 0 0 0 0 20 0 15 0 30328451 19725520896 779851 18446744073709551615 94838567464960 94838567468656 140732572744576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94838567476472 94838567477264 94838588555264 140732572748080 140732572748262 140732572748262 140732572753864 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3119404 KiB

Child status: 143

Real time (s): 3543.15
CPU time (s): 3600.16
CPU user time (s): 3585.96
CPU system time (s): 14.1918
CPU usage (%): 101.609
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3119404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.96
system time used= 14.1918
maximum resident set size= 3119532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202329
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22606784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124387
involuntary context switches= 12246


# summary of solver processes directly reported to runsolver:
#   pid: 14106
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3585.96
#   total CPU system time (s): 14.1918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41715 second user time and 18.3154 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-28 23:34:49
IDJOB=4492625
IDBENCH=147813
IDSOLVER=3364
FILE ID=nodeC030/4492625-1751146489
RUNJOBID= nodeC030-1751146486-13877
SLURM_JOB_ID= 9587459
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492625-1751146489/watcher-4492625-1751146489 -o /tmp/evaluation-result-4492625-1751146489/solver-4492625-1751146489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492625-1751146489 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492625-1751146489.opb

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

MD5SUM BENCH= e1bd57ab2da267e3bb55cd17a3d0a3cd
RANDOM SEED=949178644

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129842532 kB
MemAvailable:   129486608 kB
Buffers:            3280 kB
Cached:           453172 kB
SwapCached:            0 kB
Active:           628708 kB
Inactive:         196404 kB
Active(anon):     386768 kB
Inactive(anon):        0 kB
Active(file):     241940 kB
Inactive(file):   196404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18864 kB
Writeback:            32 kB
AnonPages:        371860 kB
Mapped:           122372 kB
Shmem:             18064 kB
KReclaimable:      84768 kB
Slab:             167880 kB
SReclaimable:      84768 kB
SUnreclaim:        83112 kB
KernelStack:        4912 kB
PageTables:         4100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4795060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 00:33:52