Trace number 4493560

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.17 3602.59

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
MD5SUMdccf1bd51baf1439f9e0744b31eb924b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.054513
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables266
Total number of constraints401
Number of constraints which are clauses237
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints162
Minimum length of a constraint2
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4493560-1751155619.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.039s.
0.12/0.18	c declared #vars     266
0.12/0.18	c #constraints  401
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 141
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.12/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 162
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 96
0.12/0.18	c 401 constraints processed.
1.08/0.67	c cleaning 2501 clauses out of 5003 with flag 15731/5003
1.99/1.11	c cleaning 4248 clauses out of 8501 with flag 35397/11002
2.45/1.56	c cleaning 5624 clauses out of 11251 with flag 56395/18000
3.13/2.13	c cleaning 6812 clauses out of 13627 with flag 81864/26000
4.01/2.90	c cleaning 7906 clauses out of 15816 with flag 108587/35001
4.85/3.79	c cleaning 8955 clauses out of 17909 with flag 136370/45000
6.15/5.05	c cleaning 9974 clauses out of 19955 with flag 171453/56001
7.75/6.58	c cleaning 10986 clauses out of 21981 with flag 206462/68001
9.36/8.17	c cleaning 11996 clauses out of 23997 with flag 242434/81003
11.46/10.27	c cleaning 12995 clauses out of 26000 with flag 279940/95002
13.95/12.76	c cleaning 13993 clauses out of 28003 with flag 320594/110000
16.75/15.52	c cleaning 14996 clauses out of 30010 with flag 372652/126000
18.87/17.65	c cleaning 15996 clauses out of 32015 with flag 423210/143001
21.20/19.95	c cleaning 17004 clauses out of 34020 with flag 473718/161002
23.82/22.53	c cleaning 18000 clauses out of 36017 with flag 526221/180003
27.12/25.84	c cleaning 19004 clauses out of 38014 with flag 578985/200000
30.92/29.62	c cleaning 20001 clauses out of 40010 with flag 635088/221000
35.01/33.77	c cleaning 20996 clauses out of 42011 with flag 692681/243002
40.15/38.81	c cleaning 22001 clauses out of 44013 with flag 751091/266000
45.34/44.06	c cleaning 22997 clauses out of 46012 with flag 816725/290000
51.73/50.47	c cleaning 24001 clauses out of 48016 with flag 882681/315001
60.42/59.14	c cleaning 25006 clauses out of 50016 with flag 972553/341002
69.85/68.54	c cleaning 25993 clauses out of 52009 with flag 1073718/368001
81.25/79.93	c cleaning 26996 clauses out of 54015 with flag 1188313/396000
92.02/90.73	c cleaning 28001 clauses out of 56019 with flag 1301327/425000
104.75/103.43	c cleaning 29003 clauses out of 58018 with flag 1428540/455000
117.82/116.56	c cleaning 30004 clauses out of 60015 with flag 1540810/486000
133.00/131.70	c cleaning 30999 clauses out of 62013 with flag 1661952/518002
148.22/146.97	c cleaning 31992 clauses out of 64013 with flag 1786076/551001
163.29/162.04	c cleaning 32996 clauses out of 66020 with flag 1903502/585000
178.27/177.06	c cleaning 34006 clauses out of 68024 with flag 2021607/620000
186.69/185.49	c cleaning 34999 clauses out of 70018 with flag 2119861/656000
196.87/195.64	c cleaning 36005 clauses out of 72019 with flag 2226319/693000
212.99/211.70	c cleaning 37000 clauses out of 74016 with flag 2345619/731002
228.37/227.17	c cleaning 38000 clauses out of 76014 with flag 2457845/770000
243.63/242.41	c cleaning 39002 clauses out of 78014 with flag 2572703/810000
259.86/258.69	c cleaning 40000 clauses out of 80012 with flag 2694945/851000
276.03/274.82	c cleaning 40999 clauses out of 82012 with flag 2819946/893000
291.35/290.16	c cleaning 41999 clauses out of 84013 with flag 2951967/936000
310.32/309.15	c cleaning 42991 clauses out of 86018 with flag 3087804/980004
337.00/335.87	c cleaning 44006 clauses out of 88023 with flag 3249295/1025000
357.66/356.57	c cleaning 44997 clauses out of 90017 with flag 3383812/1071000
377.18/376.08	c cleaning 46004 clauses out of 92020 with flag 3518546/1118000
399.82/398.72	c cleaning 46985 clauses out of 94016 with flag 3665083/1166000
439.50/438.40	c cleaning 48015 clauses out of 96031 with flag 3870069/1215000
482.98/481.95	c cleaning 48996 clauses out of 98016 with flag 4074226/1265000
517.91/516.96	c cleaning 50004 clauses out of 100020 with flag 4268674/1316000
563.91/562.79	c cleaning 50992 clauses out of 102016 with flag 4480149/1368000
608.34/607.25	c cleaning 52013 clauses out of 104025 with flag 4685298/1421001
655.78/654.71	c cleaning 53000 clauses out of 106012 with flag 4885355/1475001
683.23/682.28	c cleaning 53998 clauses out of 108011 with flag 5053390/1530000
709.84/708.86	c cleaning 54999 clauses out of 110013 with flag 5221352/1586000
737.68/736.78	c cleaning 55999 clauses out of 112014 with flag 5397050/1643000
767.09/766.18	c cleaning 57003 clauses out of 114017 with flag 5572534/1701002
825.27/824.48	c cleaning 57997 clauses out of 116012 with flag 5810816/1760000
893.10/892.31	c cleaning 58983 clauses out of 118016 with flag 6067005/1820001
955.29/954.69	c cleaning 60008 clauses out of 120033 with flag 6324331/1881001
1022.86/1022.36	c cleaning 61002 clauses out of 122027 with flag 6581479/1943003
1094.42/1094.08	c cleaning 62004 clauses out of 124028 with flag 6834002/2006006
1144.52/1144.20	c cleaning 63004 clauses out of 126018 with flag 7066667/2070000
1207.85/1207.61	c cleaning 63995 clauses out of 128014 with flag 7311978/2135000
1290.49/1290.45	c cleaning 64999 clauses out of 130020 with flag 7591558/2201001
1366.91/1366.93	c cleaning 66002 clauses out of 132023 with flag 7865137/2268003
1448.35/1448.56	c cleaning 66987 clauses out of 134018 with flag 8135113/2336000
1495.21/1495.46	c cleaning 68010 clauses out of 136033 with flag 8338575/2405002
1538.92/1539.25	c cleaning 68998 clauses out of 138021 with flag 8544760/2475000
1580.94/1581.37	c cleaning 70006 clauses out of 140023 with flag 8759251/2546000
1623.23/1623.67	c cleaning 70994 clauses out of 142018 with flag 8978477/2618001
1672.54/1673.01	c cleaning 72004 clauses out of 144026 with flag 9197583/2691003
1713.47/1714.04	c cleaning 73001 clauses out of 146020 with flag 9423861/2765001
1759.57/1760.11	c cleaning 74002 clauses out of 148018 with flag 9654518/2840000
1801.40/1802.06	c cleaning 75002 clauses out of 150016 with flag 9884049/2916000
1849.02/1849.78	c cleaning 75997 clauses out of 152015 with flag 10119947/2993001
1903.34/1903.68	c cleaning 76999 clauses out of 154017 with flag 10369239/3071000
1950.26/1950.67	c cleaning 78006 clauses out of 156022 with flag 10625092/3150004
1991.89/1992.36	c cleaning 79000 clauses out of 158012 with flag 10890095/3230000
2039.02/2039.50	c cleaning 79998 clauses out of 160012 with flag 11153435/3311000
2088.94/2089.42	c cleaning 81000 clauses out of 162016 with flag 11412947/3393002
2148.54/2149.12	c cleaning 81999 clauses out of 164014 with flag 11680526/3476000
2199.65/2200.34	c cleaning 83001 clauses out of 166016 with flag 11952362/3560001
2252.69/2253.33	c cleaning 84004 clauses out of 168018 with flag 12222270/3645004
2338.35/2339.17	c cleaning 84993 clauses out of 170012 with flag 12534951/3731002
2464.85/2465.88	c cleaning 85989 clauses out of 172017 with flag 12925775/3818000
2588.78/2589.84	c cleaning 86994 clauses out of 174033 with flag 13324977/3906005
2709.28/2710.53	c cleaning 88007 clauses out of 176034 with flag 13735845/3995000
2849.16/2850.65	c cleaning 89014 clauses out of 178027 with flag 14126877/4085000
2980.55/2982.28	c cleaning 89988 clauses out of 180013 with flag 14536784/4176000
3123.63/3125.43	c cleaning 91005 clauses out of 182028 with flag 14924808/4268003
3273.79/3275.83	c cleaning 91997 clauses out of 184020 with flag 15345394/4361000
3411.56/3413.80	c cleaning 93005 clauses out of 186023 with flag 15755891/4455000
3550.20/3552.68	c cleaning 93993 clauses out of 188019 with flag 16187061/4550001
3600.03/3602.51	c starts		: 32013
3600.03/3602.52	c conflicts		: 4590703
3600.03/3602.52	c decisions		: 10188232
3600.03/3602.52	c propagations		: 144173516
3600.03/3602.52	c inspects		: 31550160410
3600.03/3602.52	c shortcuts		: 0
3600.03/3602.52	c learnt literals	: 0
3600.03/3602.52	c learnt binary clauses	: 0
3600.03/3602.52	c learnt ternary clauses	: 7
3600.03/3602.52	c learnt constraints	: 4590703
3600.03/3602.52	c ignored constraints	: 0
3600.03/3602.52	c root simplifications	: 0
3600.03/3602.52	c removed literals (reason simplification)	: 12467144
3600.03/3602.52	c reason swapping (by a shorter reason)	: 0
3600.03/3602.52	c Calls to reduceDB	: 91
3600.03/3602.52	c Number of update (reduction) of LBD	: 1359792
3600.03/3602.52	c Imported unit clauses	: 0
3600.03/3602.52	c No decision after first conflict	: false
3600.03/3602.52	c number of reductions to clauses (during analyze)	: 0
3600.03/3602.52	c number of learned constraints concerned by reduction	: 0
3600.03/3602.52	c number of learning phase by resolution	: 0
3600.03/3602.52	c number of learning phase by cutting planes	: 0
3600.03/3602.52	c number of rounding to 1 operations	: 0
3600.03/3602.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3602.52	c number of reductions of the coefficients by power 2 	: 0
3600.03/3602.52	c number of right shift for reduction by power 2 	: 0
3600.03/3602.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3602.52	c number of ending skipping 	: 0
3600.03/3602.52	c number of internal skipping 	: 0
3600.03/3602.52	c number of derivation steps 	: 0
3600.03/3602.52	c number of skipped derivation steps 	: 0
3600.03/3602.52	c number of remaining unassigned 	: 0
3600.03/3602.52	c number of remaining assigned 	: 0
3600.03/3602.52	c number of falsified literals weakened from reason	: 0
3600.03/3602.52	c number of falsified literals weakened from conflict	: 0
3600.03/3602.52	c time for arithmetic operations	: 0
3600.03/3602.52	c timeout
3600.03/3602.52	c minimum degree of deleted constraints	: null
3600.03/3602.52	c maximum degree of deleted constraints	: null
3600.03/3602.52	c number of deleted constraints	: 0
3600.03/3602.52	c speed (assignments/second)	: 40022.12891880151
3600.03/3602.52	c non guided choices	: 38
3600.03/3602.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 134728
3600.03/3602.58	s UNKNOWN
3600.03/3602.58	c Total wall clock time (in seconds): 3602.443

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493560-1751155619/watcher-4493560-1751155619 -o /tmp/evaluation-result-4493560-1751155619/solver-4493560-1751155619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14291 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493560-1751155619.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16238, runsolver pid=16235

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.11 4.09 5/339 16256
/proc/meminfo: memFree=115772964/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18930384 memory=55476 CPUtime=0.12 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 6537 0 0 0 10 2 0 0 20 0 18 0 31239701 19384713216 13869 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4732596 13869 5332 1 0 547588 0
[pid=16238/tid=16240] ppid=16235 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 5038 0 0 0 6 1 0 0 20 0 18 0 31239702 19384713216 13869 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31239704 19384713216 13869 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31239705 19384713216 13869 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55476 KiB

[startup+0.205734 s]*
/proc/loadavg: 4.12 4.11 4.09 7/340 16257
/proc/meminfo: memFree=115764836/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18996948 memory=62188 CPUtime=0.32 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 7097 0 0 0 29 3 0 0 20 0 19 0 31239701 19452874752 15547 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4749237 15547 5428 1 0 548231 0
[pid=16238/tid=16240] ppid=16235 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 5313 0 0 0 15 2 0 0 20 0 19 0 31239702 19452874752 15547 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18996948 memory=16880 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31239704 19452874752 15547 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18996948 memory=59585004307431 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31239705 19452874752 15547 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31239719 19452874752 15547 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62188 KiB

[startup+0.305688 s]*
/proc/loadavg: 4.12 4.11 4.09 6/340 16257
/proc/meminfo: memFree=115760740/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18996948 memory=68504 CPUtime=0.51 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 8915 0 0 0 48 3 0 0 20 0 19 0 31239701 19452874752 17126 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4749237 17126 5428 1 0 549232 0
[pid=16238/tid=16240] ppid=16235 vsize=18996948 memory=-6000919485625165422 CPUtime=0.27 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 5325 0 0 0 25 2 0 0 20 0 19 0 31239702 19452874752 17126 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31239704 19452874752 17126 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31239705 19452874752 17126 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31239719 19452874752 17126 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68504 KiB

[startup+0.700246 s]
/proc/loadavg: 4.12 4.11 4.09 6/340 16257
/proc/meminfo: memFree=115756644/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18996948 memory=81280 CPUtime=1.26 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 11371 0 0 0 123 3 0 0 20 0 19 0 31239701 19452874752 20320 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4749237 20320 5428 1 0 550774 0
[pid=16238/tid=16240] ppid=16235 vsize=18996948 memory=17408 CPUtime=0.63 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 5363 0 0 0 61 2 0 0 20 0 19 0 31239702 19452874752 20320 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31239704 19452874752 20320 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31239705 19452874752 20320 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31239719 19452874752 20320 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81280 KiB

[startup+1.50022 s]
/proc/loadavg: 4.19 4.13 4.10 6/340 16257
/proc/meminfo: memFree=115748704/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18996948 memory=97548 CPUtime=2.45 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 16055 0 0 0 240 5 0 0 20 0 19 0 31239701 19452874752 24387 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4749237 24387 5428 1 0 551733 0
[pid=16238/tid=16240] ppid=16235 vsize=18996948 memory=0 CPUtime=1.43 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 5824 0 0 0 140 3 0 0 20 0 19 0 31239702 19452874752 24387 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31239704 19452874752 24387 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31239705 19452874752 24387 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31239719 19452874752 24387 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97548 KiB

[startup+3.10557 s]
/proc/loadavg: 4.19 4.13 4.10 5/340 16257
/proc/meminfo: memFree=115724128/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18996948 memory=116108 CPUtime=4.26 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 17204 0 0 0 420 6 0 0 20 0 19 0 31239701 19452874752 29027 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4749237 29027 5428 1 0 551734 0
[pid=16238/tid=16240] ppid=16235 vsize=18996948 memory=10752 CPUtime=3.03 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 6154 0 0 0 300 3 0 0 20 0 19 0 31239702 19452874752 29027 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18996948 memory=-6000919485625165422 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31239704 19452874752 29027 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31239705 19452874752 29027 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31239719 19452874752 29027 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116108 KiB

[startup+6.3002 s]
/proc/loadavg: 4.18 4.13 4.10 5/340 16257
/proc/meminfo: memFree=115699804/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=18996948 memory=139136 CPUtime=7.55 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 20663 0 0 0 748 7 0 0 20 0 19 0 31239701 19452874752 34784 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4749237 34784 5428 1 0 551737 0
[pid=16238/tid=16240] ppid=16235 vsize=18996948 memory=0 CPUtime=6.22 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 6305 0 0 0 618 4 0 0 20 0 19 0 31239702 19452874752 34784 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31239704 19452874752 34784 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31239705 19452874752 34784 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=18996948 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31239719 19452874752 34784 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139136 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.12 4.09 5/341 16258
/proc/meminfo: memFree=115655300/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=176828 CPUtime=13.95 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 23793 0 0 0 1387 8 0 0 20 0 20 0 31239701 19521036288 44207 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 44207 5460 1 0 552042 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=176828 CPUtime=12.58 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 7309 0 0 0 1254 4 0 0 20 0 20 0 31239702 19521036288 44207 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 44207 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 44207 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 44207 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 13.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176828 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.14 4.10 5/341 16258
/proc/meminfo: memFree=115241380/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=230448 CPUtime=26.82 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 27446 0 0 0 2672 10 0 0 20 0 20 0 31239701 19521036288 57612 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 57612 5460 1 0 552042 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=14384 CPUtime=25.31 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 8021 0 0 0 2527 4 0 0 20 0 20 0 31239702 19521036288 57612 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=230448 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 57612 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 57612 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=176828 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 57612 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 230448 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.12 4.09 5/341 16259
/proc/meminfo: memFree=115175964/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=298196 CPUtime=52.43 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 29044 0 0 0 5230 13 0 0 20 0 20 0 31239701 19521036288 74549 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 74549 5460 1 0 552042 0

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

/proc/meminfo: memFree=128303992/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1896836 CPUtime=3280.27 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 70516 0 0 0 327891 136 0 0 20 0 20 0 31239701 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 474209 5492 1 0 554190 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=1896836 CPUtime=3273.03 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 27441 0 0 0 327294 9 0 0 20 0 20 0 31239702 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=46464 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1112 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3280.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1896836 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.10 1.62 2/268 16533
/proc/meminfo: memFree=128304088/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1896836 CPUtime=3340.18 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 71112 0 0 0 333881 137 0 0 20 0 20 0 31239701 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 474209 5492 1 0 554190 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=10752 CPUtime=3332.9 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 27976 0 0 0 333281 9 0 0 20 0 20 0 31239702 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=1896836 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1149 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3340.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1896836 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.10 1.59 2/267 16535
/proc/meminfo: memFree=128328792/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1896836 CPUtime=3400.08 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 71510 0 0 0 339870 138 0 0 20 0 20 0 31239701 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 474209 5492 1 0 554193 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=1920 CPUtime=3392.78 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 28346 0 0 0 339269 9 0 0 20 0 20 0 31239702 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1149 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=1896836 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3400.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1896836 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.09 1.55 2/267 16537
/proc/meminfo: memFree=128329144/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1896836 CPUtime=3459.98 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 71668 0 0 0 345858 140 0 0 20 0 20 0 31239701 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 474209 5492 1 0 554195 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=1920 CPUtime=3452.65 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 28471 0 0 0 345256 9 0 0 20 0 20 0 31239702 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=1896836 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 474209 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3459.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1896836 KiB

[startup+3522.3 s]
/proc/loadavg: 1.06 1.09 1.52 2/267 16540
/proc/meminfo: memFree=128312632/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1913320 CPUtime=3519.97 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 72071 0 0 0 351855 142 0 0 20 0 20 0 31239701 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 478330 5492 1 0 554198 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=2760 CPUtime=3512.37 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 28500 0 0 0 351228 9 0 0 20 0 20 0 31239702 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=1913320 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3519.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1913320 KiB

[startup+3582.3 s]
/proc/loadavg: 1.07 1.08 1.49 2/266 16542
/proc/meminfo: memFree=128312492/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1913320 CPUtime=3579.85 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 72488 0 0 0 357841 144 0 0 20 0 20 0 31239701 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 478330 5492 1 0 554198 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=14384 CPUtime=3572.23 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 28878 0 0 0 357213 10 0 0 20 0 20 0 31239702 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=-6000919485625165422 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3579.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1913320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.5 s]
/proc/loadavg: 1.12 1.09 1.49 2/266 16543
/proc/meminfo: memFree=128312524/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1913320 CPUtime=3600.03 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 72673 0 0 0 359858 145 0 0 20 0 20 0 31239701 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 478330 5492 1 0 554198 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=17408 CPUtime=3592.39 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 29054 0 0 0 359229 10 0 0 20 0 20 0 31239702 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=-6000919485625165422 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=1913320 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=1913320 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1913320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.7 s, system=1.46286 s

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

[startup+3602.5 s]
/proc/loadavg: 1.12 1.09 1.49 2/266 16543
/proc/meminfo: memFree=128312524/131249996 swapFree=33010684/33010684
[pid=16238] ppid=16235 vsize=19063512 memory=1913320 CPUtime=3600.03 cores=1,3
/proc/16238/stat : 16238 (java) S 16235 16238 14279 0 -1 4194304 72673 0 0 0 359858 145 0 0 20 0 20 0 31239701 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
/proc/16238/statm: 4765878 478330 5492 1 0 554198 0
[pid=16238/tid=16240] ppid=16235 vsize=19063512 memory=17408 CPUtime=3592.39 cores=1,3
/proc/16238/task/16240/stat : 16240 (java) R 16235 16238 14279 0 -1 4194368 29054 0 0 0 359229 10 0 0 20 0 20 0 31239702 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16249] ppid=16235 vsize=19063512 memory=-6000919485625165422 CPUtime=0 cores=1,3
/proc/16238/task/16249/stat : 16249 (Finalizer) S 16235 16238 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31239704 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16256] ppid=16235 vsize=19063512 memory=1913320 CPUtime=0 cores=1,3
/proc/16238/task/16256/stat : 16256 (Common-Cleaner) S 16235 16238 14279 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 20 0 31239705 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
[pid=16238/tid=16257] ppid=16235 vsize=19063512 memory=1913320 CPUtime=0 cores=1,3
/proc/16238/task/16257/stat : 16257 (Timer-0) S 16235 16238 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31239719 19521036288 478330 18446744073709551615 94328896614400 94328896618096 140732842780368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94328896625912 94328896626704 94328915456000 140732842789249 140732842789350 140732842789350 140732842794952 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1913320 KiB

Child status: 143

Real time (s): 3602.59
CPU time (s): 3600.17
CPU user time (s): 3598.7
CPU system time (s): 1.46286
CPU usage (%): 99.9326
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1913320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.7
system time used= 1.46286
maximum resident set size= 1914344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104763
involuntary context switches= 2451


# summary of solver processes directly reported to runsolver:
#   pid: 16238
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.7
#   total CPU system time (s): 1.46286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65377 second user time and 16.4528 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 02:06:59
IDJOB=4493560
IDBENCH=147866
IDSOLVER=3363
FILE ID=nodeC022/4493560-1751155619
RUNJOBID= nodeC022-1751146546-14291
SLURM_JOB_ID= 9587461
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493560-1751155619/watcher-4493560-1751155619 -o /tmp/evaluation-result-4493560-1751155619/solver-4493560-1751155619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14291 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493560-1751155619.opb

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

MD5SUM BENCH= dccf1bd51baf1439f9e0744b31eb924b
RANDOM SEED=1408760007

nodeC022 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		: 3599.755
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	: 6999.44
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		: 3602.724
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	: 6999.44
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		: 3495.464
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	: 6999.44
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		: 3599.712
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	: 6999.44
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		: 3599.581
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	: 6999.44
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		: 3599.722
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	: 6999.44
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		: 3620.475
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	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.967
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	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115804384 kB
MemAvailable:   115431632 kB
Buffers:            3280 kB
Cached:           419132 kB
SwapCached:            0 kB
Active:         14701080 kB
Inactive:         171268 kB
Active(anon):   14467996 kB
Inactive(anon):        0 kB
Active(file):     233084 kB
Inactive(file):   171268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               668 kB
Writeback:             0 kB
AnonPages:      14452996 kB
Mapped:           122160 kB
Shmem:             18060 kB
KReclaimable:      85104 kB
Slab:             169288 kB
SReclaimable:      85104 kB
SUnreclaim:        84184 kB
KernelStack:        5200 kB
PageTables:        31976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   20979944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14143488 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC022 at 2025-06-29 03:07:02