Trace number 4544070

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 2025-06-06? (TO) 3600.19 3584.41

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_06_048.opb
MD5SUM9511341aa7d4b7fef4c29d2b14b834db
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.135504
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14118
Total number of constraints583
Number of constraints which are clauses295
Number of constraints which are cardinality constraints (but not clauses)288
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint49
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.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.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4544070-1753232630.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.30/0.24	c ... done. Wall clock time 0.092s.
0.30/0.24	c declared #vars     14118
0.30/0.24	c #constraints  583
0.30/0.24	c constraints type 
0.30/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
0.30/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 295
0.30/0.24	c 583 constraints processed.
2.56/2.01	c cleaning 2495 clauses out of 5000 with flag 29982/5000
5.20/4.43	c cleaning 4253 clauses out of 8505 with flag 71299/11000
7.72/6.95	c cleaning 5619 clauses out of 11254 with flag 119480/18002
11.08/10.26	c cleaning 6813 clauses out of 13633 with flag 172194/26000
13.68/12.88	c cleaning 7896 clauses out of 15823 with flag 235729/35003
17.41/16.44	c cleaning 8949 clauses out of 17927 with flag 301668/45003
21.89/20.89	c cleaning 9974 clauses out of 19975 with flag 379540/56000
27.90/26.87	c cleaning 10982 clauses out of 22001 with flag 468787/68000
32.64/31.54	c cleaning 11992 clauses out of 24019 with flag 559811/81000
37.59/36.41	c cleaning 12987 clauses out of 26027 with flag 655657/95000
43.85/42.60	c cleaning 13996 clauses out of 28040 with flag 759241/110000
52.41/51.17	c cleaning 15001 clauses out of 30044 with flag 878329/126000
61.50/60.11	c cleaning 16003 clauses out of 32045 with flag 1005291/143002
68.63/67.29	c cleaning 16990 clauses out of 34040 with flag 1128109/161000
78.79/77.30	c cleaning 17999 clauses out of 36050 with flag 1260594/180000
88.61/87.04	c cleaning 18997 clauses out of 38052 with flag 1416590/200001
95.81/93.96	c cleaning 20004 clauses out of 40055 with flag 1561626/221001
101.35/99.49	c cleaning 20924 clauses out of 42050 with flag 1717664/243000
114.16/112.11	c cleaning 22043 clauses out of 44133 with flag 1892744/266007
131.38/129.33	c cleaning 23015 clauses out of 46084 with flag 2093575/290001
141.29/139.15	c cleaning 24013 clauses out of 48068 with flag 2280035/315000
152.03/149.85	c cleaning 24999 clauses out of 50056 with flag 2457373/341001
169.89/167.52	c cleaning 25996 clauses out of 52056 with flag 2639003/368000
193.83/191.09	c cleaning 26993 clauses out of 54060 with flag 2853898/396000
218.88/216.16	c cleaning 28000 clauses out of 56067 with flag 3078791/425000
244.62/241.70	c cleaning 29001 clauses out of 58067 with flag 3309639/455000
277.21/274.22	c cleaning 29998 clauses out of 60066 with flag 3558280/486000
310.65/307.71	c cleaning 31004 clauses out of 62069 with flag 3824743/518001
342.96/339.97	c cleaning 31993 clauses out of 64065 with flag 4109014/551001
374.28/371.27	c cleaning 33003 clauses out of 66073 with flag 4376384/585002
405.66/401.83	c cleaning 33992 clauses out of 68068 with flag 4671936/620000
428.91/425.02	c cleaning 35025 clauses out of 70076 with flag 4969796/656000
455.46/451.56	c cleaning 36008 clauses out of 72051 with flag 5229216/693000
474.40/470.33	c cleaning 36966 clauses out of 74045 with flag 5510311/731002
500.81/496.63	c cleaning 37980 clauses out of 76077 with flag 5781195/770000
528.45/524.18	c cleaning 38993 clauses out of 78099 with flag 6083728/810002
561.51/557.02	c cleaning 39997 clauses out of 80104 with flag 6397147/851000
589.71/584.53	c cleaning 41041 clauses out of 82108 with flag 6708699/893001
607.46/602.29	c cleaning 41985 clauses out of 84066 with flag 7010817/936000
628.74/623.40	c cleaning 43027 clauses out of 86082 with flag 7348911/980001
643.29/637.86	c cleaning 43988 clauses out of 88054 with flag 7665327/1025000
684.18/678.69	c cleaning 44997 clauses out of 90068 with flag 7971164/1071002
715.52/709.87	c cleaning 46000 clauses out of 92071 with flag 8300635/1118002
754.21/748.42	c cleaning 46994 clauses out of 94071 with flag 8664605/1166002
797.60/791.76	c cleaning 48001 clauses out of 96075 with flag 9051672/1215000
845.10/839.10	c cleaning 48994 clauses out of 98074 with flag 9474189/1265000
871.89/865.75	c cleaning 50016 clauses out of 100081 with flag 9831126/1316001
926.64/919.86	c cleaning 51013 clauses out of 102069 with flag 10220280/1368005
956.96/950.08	c cleaning 51981 clauses out of 104051 with flag 10633424/1421000
1010.01/1003.01	c cleaning 53016 clauses out of 106071 with flag 11005250/1475001
1078.43/1071.21	c cleaning 54010 clauses out of 108056 with flag 11416048/1530002
1144.48/1137.22	c cleaning 55008 clauses out of 110044 with flag 11874483/1586000
1163.01/1155.61	c cleaning 55885 clauses out of 112036 with flag 12257730/1643000
1180.07/1172.43	c cleaning 56972 clauses out of 114153 with flag 12637815/1701002
1240.19/1232.52	c cleaning 57985 clauses out of 116179 with flag 13076517/1760000
1298.17/1290.31	c cleaning 58991 clauses out of 118196 with flag 13596943/1820002
1360.41/1351.44	c cleaning 60069 clauses out of 120203 with flag 14138829/1881000
1432.52/1423.55	c cleaning 61028 clauses out of 122134 with flag 14582055/1943000
1512.75/1503.51	c cleaning 62009 clauses out of 124108 with flag 15096105/2006002
1597.08/1587.89	c cleaning 63012 clauses out of 126099 with flag 15640038/2070002
1673.62/1664.13	c cleaning 64007 clauses out of 128087 with flag 16218193/2135002
1765.60/1755.95	c cleaning 64998 clauses out of 130079 with flag 16788378/2201001
1858.44/1848.64	c cleaning 65997 clauses out of 132080 with flag 17392716/2268000
1963.26/1953.38	c cleaning 67006 clauses out of 134083 with flag 17984927/2336000
2067.50/2057.68	c cleaning 68004 clauses out of 136078 with flag 18641473/2405001
2174.37/2164.47	c cleaning 69021 clauses out of 138075 with flag 19276643/2475002
2239.31/2229.15	c cleaning 69980 clauses out of 140053 with flag 19755353/2546001
2271.66/2260.55	c cleaning 71026 clauses out of 142072 with flag 20237782/2618000
2348.44/2337.29	c cleaning 71986 clauses out of 144046 with flag 20789204/2691000
2398.18/2386.61	c cleaning 73012 clauses out of 146061 with flag 21333855/2765001
2471.48/2459.86	c cleaning 73975 clauses out of 148049 with flag 21834086/2840001
2506.45/2494.65	c cleaning 75007 clauses out of 150075 with flag 22360764/2916002
2547.15/2535.00	c cleaning 76009 clauses out of 152067 with flag 22887540/2993001
2652.41/2640.17	c cleaning 77012 clauses out of 154057 with flag 23581570/3071000
2754.49/2741.99	c cleaning 78010 clauses out of 156048 with flag 24248576/3150003
2857.26/2844.40	c cleaning 79005 clauses out of 158036 with flag 24943419/3230001
2916.77/2903.81	c cleaning 79973 clauses out of 160031 with flag 25590289/3311001
2994.45/2981.28	c cleaning 81010 clauses out of 162057 with flag 26202873/3393000
3155.37/3142.10	c cleaning 82009 clauses out of 164049 with flag 26792847/3476002
3205.47/3191.76	c cleaning 82997 clauses out of 166039 with flag 27409263/3560001
3258.81/3243.87	c cleaning 83955 clauses out of 168041 with flag 28004659/3645000
3372.67/3357.33	c cleaning 85029 clauses out of 170086 with flag 28594871/3731000
3483.03/3467.61	c cleaning 85997 clauses out of 172058 with flag 29205332/3818001
3553.48/3537.99	c cleaning 86925 clauses out of 174060 with flag 29830114/3906000
3600.04/3584.31	c timeout
3600.04/3584.31	c starts		: 1316
3600.04/3584.32	c conflicts		: 3986404
3600.04/3584.32	c decisions		: 7557773
3600.04/3584.32	c propagations		: 77755509
3600.04/3584.32	c inspects		: 13455476788
3600.04/3584.32	c shortcuts		: 0
3600.04/3584.32	c learnt literals	: 0
3600.04/3584.32	c learnt binary clauses	: 0
3600.04/3584.32	c learnt ternary clauses	: 0
3600.04/3584.32	c learnt constraints	: 3986404
3600.04/3584.32	c ignored constraints	: 0
3600.04/3584.32	c root simplifications	: 0
3600.04/3584.32	c removed literals (reason simplification)	: 11088092
3600.04/3584.32	c reason swapping (by a shorter reason)	: 0
3600.04/3584.32	c Calls to reduceDB	: 84
3600.04/3584.32	c Number of update (reduction) of LBD	: 2690372
3600.04/3584.32	c Imported unit clauses	: 0
3600.04/3584.32	c No decision after first conflict	: false
3600.04/3584.32	c number of reductions to clauses (during analyze)	: 0
3600.04/3584.32	c number of learned constraints concerned by reduction	: 0
3600.04/3584.32	c number of learning phase by resolution	: 0
3600.04/3584.32	c number of learning phase by cutting planes	: 0
3600.04/3584.32	c number of rounding to 1 operations	: 0
3600.04/3584.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3584.32	c number of reductions of the coefficients by power 2 	: 0
3600.04/3584.32	c number of right shift for reduction by power 2 	: 0
3600.04/3584.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3584.32	c number of ending skipping 	: 0
3600.04/3584.32	c number of internal skipping 	: 0
3600.04/3584.32	c number of derivation steps 	: 0
3600.04/3584.32	c number of skipped derivation steps 	: 0
3600.04/3584.32	c number of remaining unassigned 	: 0
3600.04/3584.32	c number of remaining assigned 	: 0
3600.04/3584.32	c number of falsified literals weakened from reason	: 0
3600.04/3584.32	c number of falsified literals weakened from conflict	: 0
3600.04/3584.32	c time for arithmetic operations	: 0
3600.04/3584.32	c minimum degree of deleted constraints	: null
3600.04/3584.32	c maximum degree of deleted constraints	: null
3600.04/3584.32	c number of deleted constraints	: 0
3600.04/3584.32	c speed (assignments/second)	: 21694.782042178365
3600.04/3584.32	c non guided choices	: 1797135
3600.04/3584.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 167539
3600.04/3584.38	s UNKNOWN
3600.04/3584.38	c Total wall clock time (in seconds): 3584.236

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62615 MiB free)
  memory of node 1: 64507 MiB (63602 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544070-1753232630/watcher-4544070-1753232630 -o /tmp/evaluation-result-4544070-1753232630/solver-4544070-1753232630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166547 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544070-1753232630.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Current StackSize limit: 8192 KiB

solver pid=166609, runsolver pid=166591

[startup+0.100061 s]*
/proc/loadavg: 1.44 2.74 3.55 8/335 166672
/proc/meminfo: memFree=129171276/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=18930384 memory=54996 CPUtime=0.11 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 6414 0 0 0 10 1 0 0 20 0 18 0 238940794 19384713216 13749 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4732596 13749 5327 1 0 547569 0
[pid=166609/tid=166628] ppid=166591 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) S 166591 166609 166535 0 -1 4194368 5002 0 0 0 6 1 0 0 20 0 18 0 238940796 19384713216 13749 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=18930384 memory=16198 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238940798 19384713216 13749 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238940798 19384713216 13749 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54996 KiB

[startup+0.205871 s]*
/proc/loadavg: 1.44 2.74 3.55 8/316 166675
/proc/meminfo: memFree=129085124/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=18930384 memory=87820 CPUtime=0.3 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 6840 0 0 0 28 2 0 0 20 0 18 0 238940794 19384713216 21955 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4732596 21955 5423 1 0 547891 0
[pid=166609/tid=166628] ppid=166591 vsize=18930384 memory=4026990711 CPUtime=0.16 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 5279 0 0 0 15 1 0 0 20 0 18 0 238940796 19384713216 21955 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=18930384 memory=215637835299 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238940798 19384713216 21955 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=18930384 memory=30004 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238940798 19384713216 21955 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87820 KiB

[startup+0.306039 s]*
/proc/loadavg: 1.44 2.74 3.55 8/318 166678
/proc/meminfo: memFree=128947104/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=18996948 memory=116644 CPUtime=0.49 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 8382 0 0 0 46 3 0 0 20 0 19 0 238940794 19452874752 29161 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4749237 29161 5423 1 0 549276 0
[pid=166609/tid=166628] ppid=166591 vsize=18996948 memory=-7737605734073681312 CPUtime=0.23 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 5331 0 0 0 21 2 0 0 20 0 19 0 238940796 19452874752 29161 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=18996948 memory=-8670666673107018428 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 29161 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 29161 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238940819 19452874752 29161 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116644 KiB

[startup+0.700232 s]
/proc/loadavg: 1.44 2.74 3.55 8/318 166687
/proc/meminfo: memFree=128848752/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=18996948 memory=126828 CPUtime=1.22 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 9666 0 0 0 118 4 0 0 20 0 19 0 238940794 19452874752 31707 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4749237 31707 5423 1 0 550212 0
[pid=166609/tid=166628] ppid=166591 vsize=18996948 memory=27520 CPUtime=0.58 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 5338 0 0 0 56 2 0 0 20 0 19 0 238940796 19452874752 31707 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 31707 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 31707 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=18996948 memory=4480 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238940819 19452874752 31707 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126828 KiB

[startup+1.50018 s]
/proc/loadavg: 1.44 2.74 3.55 5/319 166688
/proc/meminfo: memFree=128605580/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=18996948 memory=137072 CPUtime=2.03 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 9881 0 0 0 199 4 0 0 20 0 19 0 238940794 19452874752 34268 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4749237 34268 5423 1 0 550214 0
[pid=166609/tid=166628] ppid=166591 vsize=18996948 memory=0 CPUtime=1.38 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 5458 0 0 0 135 3 0 0 20 0 19 0 238940796 19452874752 34268 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 34268 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 34268 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=18996948 memory=4480 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238940819 19452874752 34268 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 2.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137072 KiB

[startup+3.10566 s]
/proc/loadavg: 1.44 2.74 3.55 4/319 166783
/proc/meminfo: memFree=128537960/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=18996948 memory=159892 CPUtime=3.78 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 14689 0 0 0 373 5 0 0 20 0 19 0 238940794 19452874752 39973 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4749237 39973 5423 1 0 550727 0
[pid=166609/tid=166628] ppid=166591 vsize=18996948 memory=10752 CPUtime=2.96 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 6579 0 0 0 293 3 0 0 20 0 19 0 238940796 19452874752 39973 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=18996948 memory=-9103012237334586044 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 39973 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238940798 19452874752 39973 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=18996948 memory=21996 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238940819 19452874752 39973 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159892 KiB

[startup+6.30021 s]
/proc/loadavg: 1.73 2.78 3.56 5/343 166811
/proc/meminfo: memFree=128197008/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=187804 CPUtime=7.12 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 15982 0 0 0 705 7 0 0 20 0 20 0 238940794 19521036288 46951 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 46951 5519 1 0 551024 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=0 CPUtime=6.12 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 6636 0 0 0 609 3 0 0 20 0 20 0 238940796 19521036288 46951 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 46951 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 46951 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=139120 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 46951 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 7.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187804 KiB

[startup+12.7003 s]
/proc/loadavg: 1.91 2.80 3.56 5/343 166811
/proc/meminfo: memFree=127451880/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=263884 CPUtime=13.58 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 18673 0 0 0 1350 8 0 0 20 0 20 0 238940794 19521036288 65971 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 65971 5519 1 0 551024 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=0 CPUtime=12.44 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 7158 0 0 0 1241 3 0 0 20 0 20 0 238940796 19521036288 65971 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=139120 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 65971 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 65971 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 65971 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 13.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 263884 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 2.89 3.58 5/343 166811
/proc/meminfo: memFree=125977224/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=405604 CPUtime=26.61 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 25456 0 0 0 2651 10 0 0 20 0 20 0 238940794 19521036288 101401 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 101401 5519 1 0 552342 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=0 CPUtime=25.05 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 8020 0 0 0 2502 3 0 0 20 0 20 0 238940796 19521036288 101401 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=327624 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 101401 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 101401 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=27520 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 101401 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 26.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 405604 KiB

[startup+51.1058 s]
/proc/loadavg: 3.11 3.00 3.60 5/342 166811
/proc/meminfo: memFree=123719912/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=711440 CPUtime=52.41 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 26425 0 0 0 5223 18 0 0 20 0 20 0 238940794 19521036288 177860 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 177860 5519 1 0 552342 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=-9103012237334586044 CPUtime=50.31 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 8408 0 0 0 5028 3 0 0 20 0 20 0 238940796 19521036288 177860 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=629352 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=93304200/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8026492 CPUtime=3297.5 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 134646 0 0 0 329491 259 0 0 20 0 20 0 238940794 19521036288 2006623 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2006623 5519 1 0 2388065 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=8026492 CPUtime=3257.83 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 56987 0 0 0 325743 40 0 0 20 0 20 0 238940796 19521036288 2006623 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2006623 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2006623 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=-9103012237334586044 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2006623 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3297.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8026492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/340 166969
/proc/meminfo: memFree=93115700/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3357.69 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 136839 0 0 0 335507 262 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388065 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=27648 CPUtime=3317.37 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 57633 0 0 0 331697 40 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=27648 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1105 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=27648 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3357.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/340 167038
/proc/meminfo: memFree=108356840/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3417.58 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 138975 0 0 0 341494 264 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388065 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=27648 CPUtime=3377.22 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 59702 0 0 0 337682 40 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1105 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3417.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.22 4.18 7/339 167248
/proc/meminfo: memFree=108096812/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3477.75 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 141419 0 0 0 347509 266 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388065 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=27648 CPUtime=3436.79 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 60491 0 0 0 343639 40 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1148 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3477.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/341 167254
/proc/meminfo: memFree=107816636/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3537.91 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 144992 0 0 0 353523 268 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388065 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=5760 CPUtime=3496.36 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 62640 0 0 0 349596 40 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1158 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=27648 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3537.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.20 4.18 6/339 167325
/proc/meminfo: memFree=113889488/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3598.04 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 147181 0 0 0 359534 270 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388081 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3555.93 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 64345 0 0 0 355552 41 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=-9103012237334586044 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3598.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.3 s]
/proc/loadavg: 4.20 4.20 4.18 6/341 167392
/proc/meminfo: memFree=113816340/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3600.04 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 147206 0 0 0 359734 270 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388081 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=5276 CPUtime=3557.92 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 64361 0 0 0 355751 41 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.46 s, system=2.73553 s

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

[startup+3584.3 s]
/proc/loadavg: 4.20 4.20 4.18 6/341 167392
/proc/meminfo: memFree=113816340/131249996 swapFree=33010416/33010684
[pid=166609] ppid=166591 vsize=19063512 memory=8083836 CPUtime=3600.04 cores=1,3
/proc/166609/stat : 166609 (java) S 166591 166609 166535 0 -1 4194304 147206 0 0 0 359734 270 0 0 20 0 20 0 238940794 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
/proc/166609/statm: 4765878 2020959 5519 1 0 2388081 0
[pid=166609/tid=166628] ppid=166591 vsize=19063512 memory=5276 CPUtime=3557.92 cores=1,3
/proc/166609/task/166628/stat : 166628 (java) R 166591 166609 166535 0 -1 4194368 64361 0 0 0 355751 41 0 0 20 0 20 0 238940796 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166654] ppid=166591 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/166609/task/166654/stat : 166654 (Finalizer) S 166591 166609 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166661] ppid=166591 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166609/task/166661/stat : 166661 (Common-Cleaner) S 166591 166609 166535 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 20 0 238940798 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
[pid=166609/tid=166677] ppid=166591 vsize=19063512 memory=8083836 CPUtime=0 cores=1,3
/proc/166609/task/166677/stat : 166677 (Timer-0) S 166591 166609 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238940819 19521036288 2020959 18446744073709551615 94772935958528 94772935962224 140727456458816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772935970040 94772935970832 94772958420992 140727456467327 140727456467428 140727456467428 140727456473032 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083836 KiB

Child status: 143

Real time (s): 3584.41
CPU time (s): 3600.19
CPU user time (s): 3597.46
CPU system time (s): 2.73553
CPU usage (%): 100.44
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8083836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.46
system time used= 2.73553
maximum resident set size= 8084732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111052
involuntary context switches= 7458


# summary of solver processes directly reported to runsolver:
#   pid: 166609
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.46
#   total CPU system time (s): 2.73553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58533 second user time and 18.1132 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 03:03:50
IDJOB=4544070
IDBENCH=174876
IDSOLVER=3363
FILE ID=nodeC017/4544070-1753232630
RUNJOBID= nodeC017-1753232630-166547
SLURM_JOB_ID= 9687845
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_06_048.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544070-1753232630/watcher-4544070-1753232630 -o /tmp/evaluation-result-4544070-1753232630/solver-4544070-1753232630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166547 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544070-1753232630.opb

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

MD5SUM BENCH= 9511341aa7d4b7fef4c29d2b14b834db
RANDOM SEED=484682920

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129254884 kB
MemAvailable:   129680336 kB
Buffers:            1688 kB
Cached:          1192524 kB
SwapCached:           32 kB
Active:          1046664 kB
Inactive:         218812 kB
Active(anon):      73396 kB
Inactive(anon):    24108 kB
Active(file):     973268 kB
Inactive(file):   194704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4836 kB
Writeback:             0 kB
AnonPages:         73772 kB
Mapped:           109028 kB
Shmem:             26240 kB
KReclaimable:     193040 kB
Slab:             288456 kB
SReclaimable:     193040 kB
SUnreclaim:        95416 kB
KernelStack:        4144 kB
PageTables:         2880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     343424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC017 at 2025-07-23 04:03:35