Trace number 4543954

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.2 3598.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_10_016.opb
MD5SUMa1449aeb0ea4317e9a99ca91ee17eb22
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.024216
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2730
Total number of constraints331
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint17
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.14/0.11	c Free memory 		2106806208
0.14/0.11	c Max memory 		16282288128
0.14/0.11	c Total memory 		2113929216
0.14/0.12	c Number of processors 	2
0.30/0.22	c Pseudo Boolean Optimization by upper bound
0.30/0.22	c --- Begin Solver configuration ---
0.30/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.30/0.22	c Learn all clauses as in MiniSAT
0.30/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.22	c Expensive reason simplification
0.30/0.22	c Glucose 2.1 dynamic restart strategy
0.30/0.22	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.30/0.22	c timeout=2147483s
0.30/0.22	c DB Simplification allowed=false
0.30/0.22	c Listener: none
0.30/0.22	c --- End Solver configuration ---
0.30/0.22	c solving HOME/instance-4543954-1753229874.opb
0.30/0.22	c reading problem ... 
0.30/0.22	c using VERIPB proof format
0.30/0.23	c  no objective function found
0.46/0.32	c ... done. Wall clock time 0.09s.
0.46/0.32	c declared #vars     2730
0.46/0.32	c #constraints  331
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 171
0.46/0.33	c 331 constraints processed.
2.20/1.22	c cleaning 2483 clauses out of 5000 with flag 30249/5000
4.19/2.24	c cleaning 4257 clauses out of 8517 with flag 86957/11000
6.12/3.34	c cleaning 5630 clauses out of 11260 with flag 151756/18000
7.69/4.63	c cleaning 6814 clauses out of 13631 with flag 220871/26001
9.84/6.46	c cleaning 7907 clauses out of 15816 with flag 307831/35000
12.35/8.93	c cleaning 8949 clauses out of 17909 with flag 400055/45000
14.74/11.33	c cleaning 9980 clauses out of 19960 with flag 495854/56000
16.47/13.02	c cleaning 10991 clauses out of 21981 with flag 584382/68001
19.21/15.74	c cleaning 11992 clauses out of 23989 with flag 665141/81000
22.87/19.13	c cleaning 12991 clauses out of 25999 with flag 755892/95002
26.44/22.72	c cleaning 13995 clauses out of 28007 with flag 870573/110001
30.65/26.94	c cleaning 14999 clauses out of 30014 with flag 990710/126003
35.64/31.80	c cleaning 16000 clauses out of 32015 with flag 1118969/143003
40.46/36.64	c cleaning 16997 clauses out of 34012 with flag 1256966/161000
46.64/42.87	c cleaning 18000 clauses out of 36016 with flag 1402713/180001
53.43/49.69	c cleaning 19002 clauses out of 38018 with flag 1552317/200003
61.41/57.63	c cleaning 20006 clauses out of 40017 with flag 1717073/221004
69.10/65.33	c cleaning 20991 clauses out of 42007 with flag 1900722/243000
77.51/73.79	c cleaning 21997 clauses out of 44016 with flag 2093618/266000
86.15/82.38	c cleaning 23005 clauses out of 46021 with flag 2287995/290002
95.23/91.40	c cleaning 23997 clauses out of 48017 with flag 2489875/315003
105.20/101.45	c cleaning 25001 clauses out of 50020 with flag 2703889/341003
115.97/112.24	c cleaning 25996 clauses out of 52017 with flag 2916453/368001
125.86/122.15	c cleaning 27004 clauses out of 54020 with flag 3148580/396000
140.50/136.86	c cleaning 27991 clauses out of 56016 with flag 3392048/425000
155.27/151.60	c cleaning 29007 clauses out of 58029 with flag 3655991/455004
170.16/166.52	c cleaning 29998 clauses out of 60018 with flag 3915313/486000
186.51/183.00	c cleaning 30998 clauses out of 62020 with flag 4190626/518000
202.97/199.46	c cleaning 32001 clauses out of 64023 with flag 4456039/551001
222.46/219.00	c cleaning 33003 clauses out of 66021 with flag 4738908/585000
240.22/236.77	c cleaning 33998 clauses out of 68018 with flag 5031805/620000
259.78/256.32	c cleaning 35002 clauses out of 70021 with flag 5326205/656001
282.44/279.02	c cleaning 35997 clauses out of 72021 with flag 5639322/693003
297.75/294.15	c cleaning 36969 clauses out of 74022 with flag 5957591/731001
303.86/300.24	c cleaning 37922 clauses out of 76055 with flag 6262812/770003
318.81/315.25	c cleaning 39063 clauses out of 78133 with flag 6562925/810003
325.82/322.20	c cleaning 39985 clauses out of 80068 with flag 6895606/851001
338.71/335.15	c cleaning 40996 clauses out of 82084 with flag 7245353/893002
347.09/343.20	c cleaning 41986 clauses out of 84086 with flag 7604826/936000
361.98/358.15	c cleaning 43029 clauses out of 86100 with flag 7995277/980000
369.86/366.06	c cleaning 43991 clauses out of 88072 with flag 8365151/1025001
381.34/377.52	c cleaning 45005 clauses out of 90081 with flag 8732636/1071001
417.08/413.39	c cleaning 46031 clauses out of 92075 with flag 9143860/1118000
458.19/454.55	c cleaning 47012 clauses out of 94044 with flag 9557148/1166000
500.50/496.95	c cleaning 48012 clauses out of 96032 with flag 10030899/1215000
557.02/553.50	c cleaning 49011 clauses out of 98022 with flag 10509898/1265002
620.21/616.87	c cleaning 49991 clauses out of 100009 with flag 11006948/1316000
683.33/680.07	c cleaning 51008 clauses out of 102018 with flag 11545172/1368000
725.12/721.84	c cleaning 52000 clauses out of 104012 with flag 11997430/1421002
805.57/802.48	c cleaning 52997 clauses out of 106011 with flag 12444397/1475001
859.88/856.83	c cleaning 54006 clauses out of 108013 with flag 12905524/1530000
873.80/870.79	c cleaning 54971 clauses out of 110008 with flag 13386059/1586001
882.93/879.76	c cleaning 55966 clauses out of 112036 with flag 13837389/1643000
894.36/891.14	c cleaning 57011 clauses out of 114071 with flag 14285413/1701001
917.67/914.35	c cleaning 57993 clauses out of 116059 with flag 14769177/1760000
940.39/937.07	c cleaning 58982 clauses out of 118066 with flag 15191516/1820000
957.10/953.68	c cleaning 60000 clauses out of 120084 with flag 15663455/1881000
971.87/968.36	c cleaning 60984 clauses out of 122086 with flag 16145416/1943002
983.32/979.70	c cleaning 62013 clauses out of 124102 with flag 16617585/2006002
1012.79/1009.12	c cleaning 63004 clauses out of 126089 with flag 17143476/2070002
1042.38/1038.76	c cleaning 64002 clauses out of 128083 with flag 17688794/2135000
1072.96/1069.37	c cleaning 65003 clauses out of 130084 with flag 18290398/2201003
1107.03/1103.41	c cleaning 65994 clauses out of 132078 with flag 18893688/2268000
1139.91/1136.32	c cleaning 67004 clauses out of 134086 with flag 19470925/2336002
1173.56/1170.08	c cleaning 68000 clauses out of 136080 with flag 19986324/2405000
1206.51/1203.03	c cleaning 68993 clauses out of 138081 with flag 20547595/2475001
1244.79/1241.47	c cleaning 70023 clauses out of 140088 with flag 21131697/2546001
1276.02/1272.66	c cleaning 70996 clauses out of 142064 with flag 21717995/2618000
1294.83/1291.34	c cleaning 72005 clauses out of 144068 with flag 22314761/2691000
1315.18/1311.60	c cleaning 73009 clauses out of 146063 with flag 22978304/2765000
1406.78/1403.21	c cleaning 74017 clauses out of 148054 with flag 23649126/2840000
1528.12/1524.11	c cleaning 75016 clauses out of 150040 with flag 24411424/2916003
1674.98/1671.33	c cleaning 76009 clauses out of 152022 with flag 25145413/2993001
1838.15/1834.40	c cleaning 77005 clauses out of 154012 with flag 25942102/3071000
1954.23/1950.66	c cleaning 78004 clauses out of 156008 with flag 26687446/3150001
2097.33/2093.94	c cleaning 78999 clauses out of 158003 with flag 27473298/3230000
2296.78/2293.77	c cleaning 80000 clauses out of 160007 with flag 28216685/3311003
2494.10/2491.30	c cleaning 81003 clauses out of 162007 with flag 28993160/3393003
2760.45/2758.13	c cleaning 81999 clauses out of 164003 with flag 29841396/3476002
2976.14/2974.12	c cleaning 82995 clauses out of 166004 with flag 30692860/3560002
3200.09/3198.47	c cleaning 84006 clauses out of 168011 with flag 31557327/3645004
3427.09/3425.74	c cleaning 84998 clauses out of 170001 with flag 32491265/3731000
3549.50/3547.76	c cleaning 86003 clauses out of 172006 with flag 33414169/3818003
3600.00/3598.32	c timeout
3600.00/3598.32	c starts		: 39254
3600.00/3598.32	c conflicts		: 3868469
3600.00/3598.32	c decisions		: 8718635
3600.00/3598.32	c propagations		: 71817022
3600.00/3598.32	c inspects		: 25343986139
3600.00/3598.32	c shortcuts		: 0
3600.00/3598.32	c learnt literals	: 0
3600.00/3598.32	c learnt binary clauses	: 0
3600.00/3598.32	c learnt ternary clauses	: 0
3600.00/3598.32	c learnt constraints	: 3868469
3600.00/3598.32	c ignored constraints	: 0
3600.00/3598.32	c root simplifications	: 0
3600.00/3598.32	c removed literals (reason simplification)	: 21564772
3600.00/3598.32	c reason swapping (by a shorter reason)	: 0
3600.00/3598.32	c Calls to reduceDB	: 83
3600.00/3598.32	c Number of update (reduction) of LBD	: 2978423
3600.00/3598.32	c Imported unit clauses	: 0
3600.00/3598.32	c No decision after first conflict	: false
3600.00/3598.32	c number of reductions to clauses (during analyze)	: 0
3600.00/3598.32	c number of learned constraints concerned by reduction	: 0
3600.00/3598.32	c number of learning phase by resolution	: 0
3600.00/3598.32	c number of learning phase by cutting planes	: 0
3600.00/3598.32	c number of rounding to 1 operations	: 0
3600.00/3598.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3598.32	c number of reductions of the coefficients by power 2 	: 0
3600.00/3598.32	c number of right shift for reduction by power 2 	: 0
3600.00/3598.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3598.32	c number of ending skipping 	: 0
3600.00/3598.32	c number of internal skipping 	: 0
3600.00/3598.32	c number of derivation steps 	: 0
3600.00/3598.32	c number of skipped derivation steps 	: 0
3600.00/3598.33	c number of remaining unassigned 	: 0
3600.00/3598.33	c number of remaining assigned 	: 0
3600.00/3598.33	c number of falsified literals weakened from reason	: 0
3600.00/3598.33	c number of falsified literals weakened from conflict	: 0
3600.00/3598.33	c time for arithmetic operations	: 0
3600.00/3598.33	c minimum degree of deleted constraints	: null
3600.00/3598.33	c maximum degree of deleted constraints	: null
3600.00/3598.33	c number of deleted constraints	: 0
3600.00/3598.33	c speed (assignments/second)	: 19960.328383529908
3600.00/3598.33	c non guided choices	: 71008
3600.00/3598.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 136469
3600.00/3598.39	s UNKNOWN
3600.00/3598.39	c Total wall clock time (in seconds): 3598.175

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (57965 MiB free)
  memory of node 1: 64507 MiB (58995 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 4.16 4.29 4.33 6/307 160194
/proc/meminfo: memFree=119754472/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=18930384 memory=51888 CPUtime=0.14 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 6119 0 0 0 12 2 0 0 20 0 18 0 238667215 19384713216 12972 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4732596 12972 5363 1 0 547284 0
[pid=160170/tid=160173] ppid=160167 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 5008 0 0 0 6 1 0 0 20 0 18 0 238667217 19384713216 12972 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=18930384 memory=215637835243 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238667219 19384713216 12972 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=18930384 memory=18050 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238667220 19384713216 12972 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51888 KiB

[startup+0.21175 s]*
/proc/loadavg: 4.47 4.35 4.35 6/328 160215
/proc/meminfo: memFree=119740232/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=18930384 memory=58488 CPUtime=0.3 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 6678 0 0 0 27 3 0 0 20 0 18 0 238667215 19384713216 14622 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4732596 14622 5427 1 0 547793 0
[pid=160170/tid=160173] ppid=160167 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) S 160167 160170 158984 0 -1 4194368 5227 0 0 0 16 1 0 0 20 0 18 0 238667217 19384713216 14622 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238667219 19384713216 14622 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238667220 19384713216 14622 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58488 KiB

[startup+0.305979 s]*
/proc/loadavg: 4.47 4.35 4.35 6/328 160215
/proc/meminfo: memFree=119740232/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=18930384 memory=67180 CPUtime=0.46 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 6814 0 0 0 43 3 0 0 20 0 18 0 238667215 19384713216 16795 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4732596 16795 5427 1 0 547894 0
[pid=160170/tid=160173] ppid=160167 vsize=18930384 memory=-8886843879037117116 CPUtime=0.26 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) S 160167 160170 158984 0 -1 4194368 5306 0 0 0 24 2 0 0 20 0 18 0 238667217 19384713216 16795 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238667219 19384713216 16795 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238667220 19384713216 16795 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67180 KiB

[startup+0.700244 s]
/proc/loadavg: 4.47 4.35 4.35 7/329 160216
/proc/meminfo: memFree=119706712/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=18996948 memory=110360 CPUtime=1.21 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 10329 0 0 0 116 5 0 0 20 0 19 0 238667215 19452874752 27558 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4749237 27558 5427 1 0 550712 0
[pid=160170/tid=160173] ppid=160167 vsize=18996948 memory=26880 CPUtime=0.56 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 5386 0 0 0 53 3 0 0 20 0 19 0 238667217 19452874752 27590 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238667219 19452874752 27590 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238667220 19452874752 27590 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238667249 19452874752 27590 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110360 KiB

[startup+1.50025 s]
/proc/loadavg: 4.47 4.35 4.35 7/330 160217
/proc/meminfo: memFree=119206192/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=174500 CPUtime=2.81 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 19049 0 0 0 272 9 0 0 20 0 20 0 238667215 19521036288 43625 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 43625 5491 1 0 553554 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=10624 CPUtime=1.33 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 6708 0 0 0 129 4 0 0 20 0 20 0 238667217 19521036288 43625 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 43625 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 43625 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 43625 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174500 KiB

[startup+3.1057 s]
/proc/loadavg: 4.47 4.35 4.35 8/332 160219
/proc/meminfo: memFree=115841388/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=229960 CPUtime=5.92 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 22574 0 0 0 579 13 0 0 20 0 20 0 238667215 19521036288 57490 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 57490 5491 1 0 553889 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=-8671515521853465276 CPUtime=2.89 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 7141 0 0 0 282 7 0 0 20 0 20 0 238667217 19521036288 57490 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 57490 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 57490 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 57490 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229960 KiB

[startup+6.30042 s]
/proc/loadavg: 4.51 4.36 4.36 5/332 160219
/proc/meminfo: memFree=115587012/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=435256 CPUtime=9.74 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 22881 0 0 0 955 19 0 0 20 0 20 0 238667215 19521036288 108814 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 108814 5491 1 0 553890 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=10624 CPUtime=6.06 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 7343 0 0 0 593 13 0 0 20 0 20 0 238667217 19521036288 108814 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 108814 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 108814 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 108814 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435256 KiB

[startup+12.7004 s]
/proc/loadavg: 4.47 4.36 4.36 5/332 160219
/proc/meminfo: memFree=114421220/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=1238080 CPUtime=16.15 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 24838 0 0 0 1576 39 0 0 20 0 20 0 238667215 19521036288 309520 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 309520 5491 1 0 553890 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=-8671515521853465276 CPUtime=12.43 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 8723 0 0 0 1210 33 0 0 20 0 20 0 238667217 19521036288 309520 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 309520 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 309520 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 309520 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1238080 KiB

[startup+25.5004 s]
/proc/loadavg: 4.55 4.38 4.36 5/332 160219
/proc/meminfo: memFree=113978076/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=1314000 CPUtime=29.23 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 29655 0 0 0 2876 47 0 0 20 0 20 0 238667215 19521036288 328500 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 328500 5523 1 0 553906 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=0 CPUtime=25.16 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 9863 0 0 0 2477 39 0 0 20 0 20 0 238667217 19521036288 328500 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=-8671515521853465276 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 328500 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=121392 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 328500 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=1307856 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 328500 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 29.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314000 KiB

[startup+51.114 s]
/proc/loadavg: 4.49 4.38 4.36 5/332 160219
/proc/meminfo: memFree=113041424/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=1324320 CPUtime=54.94 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 34713 0 0 0 5435 59 0 0 20 0 20 0 238667215 19521036288 331080 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 331080 5523 1 0 553906 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=1324320 CPUtime=50.6 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 11179 0 0 0 5012 48 0 0 20 0 20 0 238667217 19521036288 331080 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 331080 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0

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

[startup+3282.3 s]
/proc/loadavg: 4.35 4.31 4.27 5/327 160387
/proc/meminfo: memFree=76297540/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3283.93 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 98177 0 0 0 327591 802 0 0 20 0 20 0 238667215 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542714 5523 1 0 554028 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=4764 CPUtime=3263.79 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 40469 0 0 0 325805 574 0 0 20 0 20 0 238667217 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=22004 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 1934 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=1408 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3283.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170856 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.28 4.26 5/326 160389
/proc/meminfo: memFree=75541232/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3343.81 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 99412 0 0 0 333571 810 0 0 20 0 20 0 238667215 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542714 5523 1 0 554028 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3323.61 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 41481 0 0 0 331783 578 0 0 20 0 20 0 238667217 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=2170856 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=2170856 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2041 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=2170856 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3343.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.00 4.23 4.25 3/278 160436
/proc/meminfo: memFree=100221536/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3403.74 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 100759 0 0 0 339556 818 0 0 20 0 20 0 238667215 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542714 5523 1 0 554028 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3383.36 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 41849 0 0 0 337753 583 0 0 20 0 20 0 238667217 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=2170728 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=-8671515521853465276 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2138 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3403.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170856 KiB

[startup+3462.3 s]
/proc/loadavg: 2.88 3.86 4.12 3/276 160460
/proc/meminfo: memFree=107574084/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3463.64 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 101020 0 0 0 345533 831 0 0 20 0 20 0 238667215 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542714 5523 1 0 554028 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3443.1 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 42060 0 0 0 343717 593 0 0 20 0 20 0 238667217 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=2170728 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=2170856 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=-7737323414396100477 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3463.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170856 KiB

[startup+3522.3 s]
/proc/loadavg: 2.37 3.54 3.99 3/276 160462
/proc/meminfo: memFree=107397144/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170856 CPUtime=3524.11 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 102893 0 0 0 351567 844 0 0 20 0 20 0 238667215 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542714 5523 1 0 554069 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=27008 CPUtime=3502.79 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 42561 0 0 0 349678 601 0 0 20 0 20 0 238667217 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542714 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3524.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170856 KiB

[startup+3582.3 s]
/proc/loadavg: 1.91 3.20 3.84 2/252 160505
/proc/meminfo: memFree=123526612/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170984 CPUtime=3584.04 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 105244 0 0 0 357547 857 0 0 20 0 20 0 238667215 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542746 5523 1 0 554069 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=27008 CPUtime=3562.5 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 44037 0 0 0 355639 611 0 0 20 0 20 0 238667217 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=2170984 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=2170984 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3584.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.3 s]
/proc/loadavg: 1.71 3.10 3.80 2/252 160505
/proc/meminfo: memFree=123526612/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19063512 memory=2170984 CPUtime=3600 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 105354 0 0 0 359139 861 0 0 20 0 20 0 238667215 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4765878 542746 5523 1 0 554069 0
[pid=160170/tid=160173] ppid=160167 vsize=19063512 memory=14560 CPUtime=3578.45 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) R 160167 160170 158984 0 -1 4194368 44146 0 0 0 357231 614 0 0 20 0 20 0 238667217 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19063512 memory=2170856 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667219 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19063512 memory=2170984 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 238667220 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160216] ppid=160167 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/160170/task/160216/stat : 160216 (Timer-0) S 160167 160170 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667249 19521036288 542746 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.57 s, system=8.62727 s

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

[startup+3598.41 s]
/proc/loadavg: 1.71 3.10 3.80 2/252 160505
/proc/meminfo: memFree=123526612/131382112 swapFree=33010160/33010684
[pid=160170] ppid=160167 vsize=19263204 memory=2171876 CPUtime=3600.17 cores=0,2
/proc/160170/stat : 160170 (java) S 160167 160170 158984 0 -1 4194304 108359 0 0 0 359156 861 0 0 20 0 15 0 238667215 19725520896 542969 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
/proc/160170/statm: 4815801 542969 5555 1 0 555023 0
[pid=160170/tid=160173] ppid=160167 vsize=19263204 memory=-5155633680935826750 CPUtime=3578.47 cores=0,2
/proc/160170/task/160173/stat : 160173 (java) S 160167 160170 158984 0 -1 4194368 44571 0 0 0 357233 614 0 0 20 0 15 0 238667217 19725520896 542969 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160182] ppid=160167 vsize=19263204 memory=14560 CPUtime=0 cores=0,2
/proc/160170/task/160182/stat : 160182 (Finalizer) S 160167 160170 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 238667219 19725520896 542969 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
[pid=160170/tid=160190] ppid=160167 vsize=19263204 memory=27008 CPUtime=0 cores=0,2
/proc/160170/task/160190/stat : 160190 (Common-Cleaner) S 160167 160170 158984 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 15 0 238667220 19725520896 542969 18446744073709551615 94577469513728 94577469517424 140727308474256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94577469525240 94577469526032 94577493590016 140727308482900 140727308483044 140727308483044 140727308488648 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2171876 KiB

Child status: 143

Real time (s): 3598.42
CPU time (s): 3600.2
CPU user time (s): 3591.57
CPU system time (s): 8.62727
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2171876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.57
system time used= 8.62727
maximum resident set size= 2172008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108386
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5945512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109914
involuntary context switches= 10388


# summary of solver processes directly reported to runsolver:
#   pid: 160170
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3591.57
#   total CPU system time (s): 8.62727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0104 second user time and 38.0595 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 02:17:54
IDJOB=4543954
IDBENCH=174721
IDSOLVER=3364
FILE ID=nodeC009/4543954-1753229874
RUNJOBID= nodeC009-1753222705-158994
SLURM_JOB_ID= 9687823
Free space on /tmp= 430752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_10_016.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543954-1753229874/watcher-4543954-1753229874 -o /tmp/evaluation-result-4543954-1753229874/solver-4543954-1753229874 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158994 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543954-1753229874 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543954-1753229874.opb

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

MD5SUM BENCH= a1449aeb0ea4317e9a99ca91ee17eb22
RANDOM SEED=876758478

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119769068 kB
MemAvailable:   122056376 kB
Buffers:            2144 kB
Cached:          3004092 kB
SwapCached:           24 kB
Active:          8955748 kB
Inactive:        1866696 kB
Active(anon):    7838304 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):  1862616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            169200 kB
Writeback:            12 kB
AnonPages:       7819332 kB
Mapped:           127824 kB
Shmem:             26128 kB
KReclaimable:     293368 kB
Slab:             387332 kB
SReclaimable:     293368 kB
SUnreclaim:        93964 kB
KernelStack:        4704 kB
PageTables:        18608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11192288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7663616 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429396 MiB
End job on nodeC009 at 2025-07-23 03:17:53