Trace number 4442684

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 Default 2024-07-07? (TO) 3600.21 3576.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-85-80.opb
MD5SUM3286026fa526b314722ad26ad1e17070
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.084506
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints165
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
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 86
Number of bits of the biggest sum of numbers7
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4442684-1721301203.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.058s.
0.13/0.19	c declared #vars     6800
0.13/0.19	c #constraints  165
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
0.13/0.19	c 165 constraints processed.
1.80/1.21	c cleaning 2501 clauses out of 5002 with flag 31092/5002
3.25/2.55	c cleaning 4247 clauses out of 8499 with flag 70067/11000
5.87/5.05	c cleaning 5620 clauses out of 11254 with flag 116449/18002
8.72/7.82	c cleaning 6810 clauses out of 13633 with flag 177091/26001
12.84/11.82	c cleaning 7910 clauses out of 15825 with flag 237609/35003
17.59/16.55	c cleaning 8953 clauses out of 17914 with flag 303421/45002
23.98/22.83	c cleaning 9976 clauses out of 19959 with flag 377760/56000
32.29/31.01	c cleaning 10978 clauses out of 21983 with flag 467036/68000
39.11/37.88	c cleaning 11999 clauses out of 24006 with flag 571494/81001
43.87/42.47	c cleaning 12993 clauses out of 26006 with flag 664015/95000
56.11/54.28	c cleaning 13990 clauses out of 28014 with flag 753379/110001
71.16/69.11	c cleaning 14997 clauses out of 30025 with flag 846105/126002
87.79/85.66	c cleaning 15989 clauses out of 32026 with flag 959284/143000
105.77/103.61	c cleaning 16999 clauses out of 34038 with flag 1108618/161001
126.00/123.79	c cleaning 18006 clauses out of 36042 with flag 1267484/180004
150.17/147.50	c cleaning 18994 clauses out of 38033 with flag 1431607/200001
173.16/170.36	c cleaning 19999 clauses out of 40038 with flag 1609727/221000
201.56/198.68	c cleaning 21000 clauses out of 42041 with flag 1800140/243002
224.35/221.38	c cleaning 22001 clauses out of 44039 with flag 1970552/266000
250.68/246.80	c cleaning 23005 clauses out of 46040 with flag 2159345/290002
279.72/275.83	c cleaning 24000 clauses out of 48036 with flag 2347877/315003
307.36/303.42	c cleaning 24998 clauses out of 50033 with flag 2558577/341000
341.81/337.69	c cleaning 25998 clauses out of 52035 with flag 2780157/368000
374.27/370.07	c cleaning 27000 clauses out of 54038 with flag 2992856/396001
417.62/412.20	c cleaning 28001 clauses out of 56039 with flag 3241491/425002
460.56/455.29	c cleaning 28999 clauses out of 58036 with flag 3511633/455000
496.01/490.87	c cleaning 30002 clauses out of 60039 with flag 3795677/486002
541.30/535.93	c cleaning 30997 clauses out of 62036 with flag 4071296/518001
586.00/580.49	c cleaning 32001 clauses out of 64040 with flag 4373519/551002
633.16/626.77	c cleaning 33002 clauses out of 66039 with flag 4659997/585002
676.48/670.05	c cleaning 34000 clauses out of 68036 with flag 4973348/620001
723.23/716.60	c cleaning 34997 clauses out of 70037 with flag 5304856/656002
782.85/776.18	c cleaning 35998 clauses out of 72039 with flag 5639151/693001
833.62/826.61	c cleaning 37003 clauses out of 74040 with flag 5983520/731000
897.74/889.36	c cleaning 38002 clauses out of 76040 with flag 6362229/770003
928.10/919.77	c cleaning 39002 clauses out of 78037 with flag 6668974/810002
943.80/935.31	c cleaning 39987 clauses out of 80034 with flag 6966253/851001
983.47/974.73	c cleaning 40992 clauses out of 82046 with flag 7276220/893000
1017.96/1008.95	c cleaning 41999 clauses out of 84056 with flag 7666460/936002
1057.48/1048.47	c cleaning 43000 clauses out of 86055 with flag 8001151/980000
1081.43/1072.16	c cleaning 44007 clauses out of 88055 with flag 8309995/1025000
1114.03/1104.69	c cleaning 45003 clauses out of 90049 with flag 8622697/1071001
1157.09/1146.36	c cleaning 46000 clauses out of 92046 with flag 8924129/1118001
1205.48/1194.58	c cleaning 47007 clauses out of 94047 with flag 9261980/1166002
1230.51/1219.34	c cleaning 47976 clauses out of 96039 with flag 9611598/1215001
1269.83/1258.36	c cleaning 48985 clauses out of 98062 with flag 9969437/1265000
1294.86/1282.91	c cleaning 49990 clauses out of 100078 with flag 10308002/1316001
1329.48/1317.18	c cleaning 50991 clauses out of 102088 with flag 10737151/1368001
1387.79/1375.33	c cleaning 51997 clauses out of 104096 with flag 11148847/1421000
1422.83/1410.22	c cleaning 53014 clauses out of 106099 with flag 11550760/1475000
1492.31/1479.85	c cleaning 54009 clauses out of 108090 with flag 11891061/1530005
1527.35/1513.24	c cleaning 54986 clauses out of 110076 with flag 12262347/1586000
1555.10/1540.58	c cleaning 55991 clauses out of 112090 with flag 12648348/1643000
1628.34/1613.30	c cleaning 57038 clauses out of 114099 with flag 13084424/1701000
1668.47/1652.93	c cleaning 57994 clauses out of 116062 with flag 13465633/1760001
1746.10/1730.98	c cleaning 58993 clauses out of 118067 with flag 13887172/1820000
1814.65/1799.48	c cleaning 59997 clauses out of 120074 with flag 14323926/1881000
1892.72/1877.24	c cleaning 61006 clauses out of 122081 with flag 14785302/1943004
1964.85/1949.11	c cleaning 61994 clauses out of 124076 with flag 15236832/2006005
2044.81/2028.61	c cleaning 62999 clauses out of 126078 with flag 15770383/2070001
2111.50/2094.87	c cleaning 64005 clauses out of 128080 with flag 16392809/2135002
2191.83/2173.22	c cleaning 65000 clauses out of 130073 with flag 17050744/2201000
2261.04/2241.94	c cleaning 65999 clauses out of 132073 with flag 17721000/2268000
2347.28/2328.14	c cleaning 66994 clauses out of 134074 with flag 18363340/2336000
2435.24/2415.84	c cleaning 68004 clauses out of 136082 with flag 18906472/2405002
2511.01/2491.53	c cleaning 69031 clauses out of 138082 with flag 19671974/2475006
2565.59/2545.75	c cleaning 70001 clauses out of 140045 with flag 20131509/2546000
2637.47/2617.44	c cleaning 71004 clauses out of 142044 with flag 20672650/2618000
2729.65/2709.18	c cleaning 72001 clauses out of 144042 with flag 21266492/2691002
2864.67/2843.69	c cleaning 73012 clauses out of 146039 with flag 21849519/2765000
2968.35/2944.87	c cleaning 73997 clauses out of 148027 with flag 22503040/2840000
3083.48/3059.80	c cleaning 74999 clauses out of 150030 with flag 23254439/2916000
3190.53/3166.33	c cleaning 75998 clauses out of 152032 with flag 24047050/2993001
3311.00/3287.09	c cleaning 77003 clauses out of 154034 with flag 24808645/3071001
3419.75/3396.39	c cleaning 77998 clauses out of 156035 with flag 25589899/3150005
3542.33/3518.62	c cleaning 78997 clauses out of 158032 with flag 26432746/3230000
3600.04/3576.01	c starts		: 2042
3600.04/3576.02	c conflicts		: 3275872
3600.04/3576.02	c decisions		: 7655381
3600.04/3576.02	c propagations		: 75496131
3600.04/3576.02	c inspects		: 12153850512
3600.04/3576.02	c shortcuts		: 0
3600.04/3576.02	c learnt literals	: 0
3600.04/3576.02	c learnt binary clauses	: 0
3600.04/3576.02	c learnt ternary clauses	: 0
3600.04/3576.02	c learnt constraints	: 3275872
3600.04/3576.02	c ignored constraints	: 0
3600.04/3576.02	c root simplifications	: 0
3600.04/3576.02	c removed literals (reason simplification)	: 0
3600.04/3576.02	c reason swapping (by a shorter reason)	: 0
3600.04/3576.02	c Calls to reduceDB	: 76
3600.04/3576.02	c Number of update (reduction) of LBD	: 1862585
3600.04/3576.02	c Imported unit clauses	: 0
3600.04/3576.02	c No decision after first conflict	: false
3600.04/3576.02	c number of reductions to clauses (during analyze)	: 0
3600.04/3576.02	c number of learned constraints concerned by reduction	: 0
3600.04/3576.02	c number of learning phase by resolution	: 0
3600.04/3576.02	c number of learning phase by cutting planes	: 0
3600.04/3576.02	c number of rounding to 1 operations	: 0
3600.04/3576.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3576.02	c number of reductions of the coefficients by power 2 	: 0
3600.04/3576.02	c number of right shift for reduction by power 2 	: 0
3600.04/3576.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3576.02	c number of ending skipping 	: 0
3600.04/3576.02	c number of internal skipping 	: 0
3600.04/3576.02	c number of derivation steps 	: 0
3600.04/3576.02	c number of skipped derivation steps 	: 0
3600.04/3576.02	c number of remaining unassigned 	: 0
3600.04/3576.02	c number of remaining assigned 	: 0
3600.04/3576.02	c number of falsified literals weakened from reason	: 0
3600.04/3576.02	c number of falsified literals weakened from conflict	: 0
3600.04/3576.02	c time for arithmetic operations	: 0
3600.04/3576.02	c minimum degree of deleted constraints	: null
3600.04/3576.02	c maximum degree of deleted constraints	: null
3600.04/3576.02	c number of deleted constraints	: 0
3600.04/3576.02	c timeout
3600.04/3576.02	c speed (assignments/second)	: 21112.885336895022
3600.04/3576.03	c non guided choices	: 148559
3600.04/3576.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124907
3600.04/3576.08	s UNKNOWN
3600.04/3576.08	c Total wall clock time (in seconds): 3575.956

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: 63931 MiB (54504 MiB free)
  memory of node 1: 64510 MiB (58148 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442684-1721301203/watcher-4442684-1721301203 -o /tmp/evaluation-result-4442684-1721301203/solver-4442684-1721301203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975543 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442684-1721301203.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=981975, runsolver pid=981972

[startup+0.100087 s]*
/proc/loadavg: 4.16 4.24 4.21 8/330 981993
/proc/meminfo: memFree=115311540/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=18975048 memory=64304 CPUtime=0.13 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 7072 0 0 0 11 2 0 0 20 0 18 0 182282176 19430449152 16076 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4743762 16076 5584 1 0 549325 0
[pid=981975/tid=981977] ppid=981972 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 1077936192 5653 0 0 0 7 1 0 0 20 0 18 0 182282176 19430449152 16076 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182282179 19430449152 16076 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182282179 19430449152 16076 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64304 KiB

[startup+0.206001 s]*
/proc/loadavg: 4.16 4.24 4.21 8/331 981994
/proc/meminfo: memFree=115291964/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19041612 memory=82724 CPUtime=0.33 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 8115 0 0 0 30 3 0 0 20 0 19 0 182282176 19498610688 20681 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4760403 20681 5812 1 0 550303 0
[pid=981975/tid=981977] ppid=981972 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 5859 0 0 0 16 2 0 0 20 0 19 0 182282176 19498610688 20681 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19041612 memory=15975 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 20681 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 20681 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (java) R 981972 981975 975533 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 182282195 19498610688 20681 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82724 KiB

[startup+0.305987 s]*
/proc/loadavg: 4.16 4.24 4.21 7/331 981994
/proc/meminfo: memFree=115282688/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19041612 memory=89460 CPUtime=0.52 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 9608 0 0 0 49 3 0 0 20 0 19 0 182282176 19498610688 22365 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4760403 22365 5828 1 0 551382 0
[pid=981975/tid=981977] ppid=981972 vsize=19041612 memory=-9031513216644326076 CPUtime=0.28 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 5868 0 0 0 26 2 0 0 20 0 19 0 182282176 19498610688 22365 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 22365 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 22365 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182282195 19498610688 22365 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89460 KiB

[startup+0.701 s]
/proc/loadavg: 4.16 4.24 4.21 7/331 981994
/proc/meminfo: memFree=115267724/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19041612 memory=108616 CPUtime=1.26 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 10372 0 0 0 122 4 0 0 20 0 19 0 182282176 19498610688 27154 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4760403 27154 5844 1 0 551570 0
[pid=981975/tid=981977] ppid=981972 vsize=19041612 memory=45052 CPUtime=0.64 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 5887 0 0 0 62 2 0 0 20 0 19 0 182282176 19498610688 27154 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 27154 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19041612 memory=2320 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 27154 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19041612 memory=2028 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182282195 19498610688 27154 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108616 KiB

[startup+1.501 s]
/proc/loadavg: 4.16 4.24 4.21 5/331 981994
/proc/meminfo: memFree=115232064/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19041612 memory=157600 CPUtime=2.2 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 15051 0 0 0 215 5 0 0 20 0 19 0 182282176 19498610688 39400 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4760403 39400 5844 1 0 552382 0
[pid=981975/tid=981977] ppid=981972 vsize=19041612 memory=13196 CPUtime=1.43 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 6921 0 0 0 140 3 0 0 20 0 19 0 182282176 19498610688 39400 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 39400 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19041612 memory=2320 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182282179 19498610688 39400 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19041612 memory=2028 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182282195 19498610688 39400 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 157600 KiB

[startup+3.10599 s]
/proc/loadavg: 4.15 4.24 4.21 5/332 981995
/proc/meminfo: memFree=115104788/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=223752 CPUtime=3.87 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 16070 0 0 0 380 7 0 0 20 0 20 0 182282176 19566772224 55938 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 55938 5860 1 0 552681 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=0 CPUtime=2.96 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 7257 0 0 0 292 4 0 0 20 0 20 0 182282176 19566772224 55938 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=-9031513216644326076 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 55938 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 55938 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 55938 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223752 KiB

[startup+6.30099 s]
/proc/loadavg: 4.15 4.24 4.21 5/332 981995
/proc/meminfo: memFree=114932364/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=379460 CPUtime=7.23 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 16931 0 0 0 713 10 0 0 20 0 20 0 182282176 19566772224 94865 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 94865 5860 1 0 552681 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=2320 CPUtime=5.98 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 7372 0 0 0 594 4 0 0 20 0 20 0 182282176 19566772224 94865 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 94865 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 94865 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 94865 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 7.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 379460 KiB

[startup+12.701 s]
/proc/loadavg: 4.14 4.23 4.20 5/332 981996
/proc/meminfo: memFree=114678800/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=579080 CPUtime=13.72 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 19469 0 0 0 1358 14 0 0 20 0 20 0 182282176 19566772224 144770 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 144770 5876 1 0 659190 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=13196 CPUtime=12.16 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 8112 0 0 0 1212 4 0 0 20 0 20 0 182282176 19566772224 144770 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=457344 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 144770 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=45052 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 144770 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 144770 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 579080 KiB

[startup+25.501 s]
/proc/loadavg: 4.18 4.24 4.21 5/332 981999
/proc/meminfo: memFree=114131136/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=1002700 CPUtime=26.75 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 24105 0 0 0 2651 24 0 0 20 0 20 0 182282176 19566772224 250675 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 250675 5876 1 0 659542 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=6943526294502006880 CPUtime=24.56 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 8975 0 0 0 2450 6 0 0 20 0 20 0 182282176 19566772224 250675 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 250675 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=3491 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 250675 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 250675 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 26.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1002700 KiB

[startup+51.106 s]
/proc/loadavg: 4.12 4.22 4.20 5/332 982004
/proc/meminfo: memFree=112878448/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=1623520 CPUtime=53.04 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 40132 0 0 0 5267 37 0 0 20 0 20 0 182282176 19566772224 405880 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 405880 5882 1 0 787884 0

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

/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958963 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835852 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 1896 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958963 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=11835852 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958963 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3186.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.23 4.20 5/330 983826
/proc/meminfo: memFree=91315236/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835856 CPUtime=3246.45 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 257577 0 0 0 324286 359 0 0 20 0 20 0 182282176 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958964 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=11835772 CPUtime=3170.4 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 83018 0 0 0 316966 74 0 0 20 0 20 0 182282176 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11835772 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 1896 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3246.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835856 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.26 4.21 5/330 983837
/proc/meminfo: memFree=90881980/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835856 CPUtime=3305.89 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 259060 0 0 0 330228 361 0 0 20 0 20 0 182282176 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958964 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=13196 CPUtime=3229.79 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 84352 0 0 0 322905 74 0 0 20 0 20 0 182282176 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 2034 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=39272 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3305.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835856 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.26 4.21 4/304 983881
/proc/meminfo: memFree=98908988/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835856 CPUtime=3366.25 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 264464 0 0 0 336261 364 0 0 20 0 20 0 182282176 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958964 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=11544 CPUtime=3288.24 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 85690 0 0 0 328750 74 0 0 20 0 20 0 182282176 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 2034 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958964 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3366.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835856 KiB

[startup+3402.3 s]
/proc/loadavg: 3.57 4.06 4.14 4/306 983895
/proc/meminfo: memFree=98438820/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835860 CPUtime=3426.06 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 269676 0 0 0 342240 366 0 0 20 0 20 0 182282176 19566772224 2958965 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958965 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=11544 CPUtime=3347.29 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 87353 0 0 0 334655 74 0 0 20 0 20 0 182282176 19566772224 2958965 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958965 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 2034 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958965 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958965 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3426.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835860 KiB

[startup+3462.3 s]
/proc/loadavg: 2.82 3.75 4.03 3/280 983940
/proc/meminfo: memFree=109690056/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835864 CPUtime=3486.03 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 271443 0 0 0 348235 368 0 0 20 0 20 0 182282176 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958966 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=11544 CPUtime=3406.25 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 88522 0 0 0 340551 74 0 0 20 0 20 0 182282176 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835856 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 2079 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=11835864 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3486.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835864 KiB

[startup+3522.3 s]
/proc/loadavg: 2.36 3.45 3.90 3/280 983951
/proc/meminfo: memFree=109689864/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835864 CPUtime=3546.03 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 272748 0 0 0 354232 371 0 0 20 0 20 0 182282176 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958966 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=11835864 CPUtime=3465.28 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 89567 0 0 0 346453 75 0 0 20 0 20 0 182282176 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=11835864 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=11835864 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 2079 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958966 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3546.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576 s]*
/proc/loadavg: 2.20 3.22 3.80 3/280 983959
/proc/meminfo: memFree=109689468/131524600 swapFree=131071996/131071996
[pid=981975] ppid=981972 vsize=19108176 memory=11835868 CPUtime=3600.04 cores=0,2
/proc/981975/stat : 981975 (java) S 981972 981975 975533 0 -1 1077936128 277264 0 0 0 359632 372 0 0 20 0 20 0 182282176 19566772224 2958967 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
/proc/981975/statm: 4777044 2958967 5882 1 0 3526059 0
[pid=981975/tid=981977] ppid=981972 vsize=19108176 memory=-8528517428967416508 CPUtime=3518.36 cores=0,2
/proc/981975/task/981977/stat : 981977 (java) R 981972 981975 975533 0 -1 4194368 90881 0 0 0 351761 75 0 0 20 0 20 0 182282176 19566772224 2958967 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981986] ppid=981972 vsize=19108176 memory=-4421386504736958559 CPUtime=0 cores=0,2
/proc/981975/task/981986/stat : 981986 (Finalizer) S 981972 981975 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958967 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981993] ppid=981972 vsize=19108176 memory=40392 CPUtime=0 cores=0,2
/proc/981975/task/981993/stat : 981993 (Common-Cleaner) S 981972 981975 975533 0 -1 1077936192 2217 0 0 0 0 0 0 0 20 0 20 0 182282179 19566772224 2958967 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
[pid=981975/tid=981994] ppid=981972 vsize=19108176 memory=22260 CPUtime=0 cores=0,2
/proc/981975/task/981994/stat : 981994 (Timer-0) S 981972 981975 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182282195 19566772224 2958967 134679101440 94102343782400 94102343786096 140731075468352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94102343793912 94102343794704 94102373093376 140731075474438 140731075474528 140731075474528 140731075481544 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11835868 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.44 s, system=3.76633 s

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

[startup+3576.11 s]*
/proc/loadavg: 2.20 3.22 3.80 4/262 983962
/proc/meminfo: memFree=117952240/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3576.12
CPU time (s): 3600.21
CPU user time (s): 3596.44
CPU system time (s): 3.76633
CPU usage (%): 100.674
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 11835868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.44
system time used= 3.76633
maximum resident set size= 11837596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111966
involuntary context switches= 36082


# summary of solver processes directly reported to runsolver:
#   pid: 981975
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.44
#   total CPU system time (s): 3.76633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99161 second user time and 17.6256 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 13:13:36
IDJOB=4442684
IDBENCH=147841
IDSOLVER=3058
FILE ID=nodeC017/4442684-1721301203
RUNJOBID= nodeC017-1721293761-975543
SLURM_JOB_ID= 7542595
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442684-1721301203/watcher-4442684-1721301203 -o /tmp/evaluation-result-4442684-1721301203/solver-4442684-1721301203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975543 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442684-1721301203.opb

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

MD5SUM BENCH= 3286026fa526b314722ad26ad1e17070
RANDOM SEED=720359967

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3647.079
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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.470
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3636.956
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3680.442
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3647.126
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3680.680
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3604.238
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3599.952
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115357284 kB
MemAvailable:   117232948 kB
Buffers:          506252 kB
Cached:          2195316 kB
SwapCached:            0 kB
Active:          1189516 kB
Inactive:       14319648 kB
Active(anon):       1544 kB
Inactive(anon): 12843748 kB
Active(file):    1187972 kB
Inactive(file):  1475900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1088 kB
Writeback:             0 kB
AnonPages:      12807564 kB
Mapped:           126232 kB
Shmem:             37720 kB
KReclaimable:     102876 kB
Slab:             214748 kB
SReclaimable:     102876 kB
SUnreclaim:       111872 kB
KernelStack:        5024 kB
PageTables:        34980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16419732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12419072 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC017 at 2024-07-18 14:13:12