Trace number 4493452

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 3580.93

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
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 benchmark37.9468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.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-4493452-1751153806.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.50/0.39	c ... done. Wall clock time 0.249s.
0.50/0.39	c declared #vars     14400
0.50/0.39	c #constraints  1088
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.50/0.39	c 1088 constraints processed.
5.00/3.93	c cleaning 2492 clauses out of 5000 with flag 16823/5000
8.95/7.66	c cleaning 4249 clauses out of 8508 with flag 37469/11000
14.09/12.59	c cleaning 5611 clauses out of 11259 with flag 62802/18000
19.84/18.23	c cleaning 6803 clauses out of 13649 with flag 91973/26001
26.10/24.47	c cleaning 7906 clauses out of 15845 with flag 126227/35000
33.66/31.94	c cleaning 8955 clauses out of 17939 with flag 165873/45000
41.78/39.95	c cleaning 9956 clauses out of 19984 with flag 208907/56000
50.65/48.73	c cleaning 10994 clauses out of 22034 with flag 257944/68006
60.56/58.58	c cleaning 12002 clauses out of 24034 with flag 311258/81000
70.62/68.56	c cleaning 12998 clauses out of 26032 with flag 369643/95000
81.95/79.72	c cleaning 13979 clauses out of 28035 with flag 431662/110001
93.71/91.30	c cleaning 15015 clauses out of 30055 with flag 497842/126000
106.56/103.94	c cleaning 15986 clauses out of 32041 with flag 570078/143001
120.61/117.97	c cleaning 17007 clauses out of 34055 with flag 645795/161001
135.59/132.84	c cleaning 17995 clauses out of 36047 with flag 728513/180000
151.48/148.61	c cleaning 19009 clauses out of 38052 with flag 814128/200000
168.63/165.28	c cleaning 20000 clauses out of 40043 with flag 904945/221000
185.35/182.00	c cleaning 21005 clauses out of 42043 with flag 1001994/243000
204.09/200.57	c cleaning 22002 clauses out of 44038 with flag 1103203/266000
223.91/220.21	c cleaning 22999 clauses out of 46036 with flag 1211793/290000
244.93/241.17	c cleaning 24001 clauses out of 48037 with flag 1326052/315000
266.63/262.78	c cleaning 25003 clauses out of 50039 with flag 1446260/341003
290.67/286.11	c cleaning 25988 clauses out of 52035 with flag 1571933/368002
314.57/310.10	c cleaning 26996 clauses out of 54045 with flag 1702680/396000
339.83/335.20	c cleaning 28003 clauses out of 56049 with flag 1841030/425000
364.70/360.07	c cleaning 29022 clauses out of 58046 with flag 1983801/455000
391.87/387.19	c cleaning 29981 clauses out of 60026 with flag 2132523/486002
419.63/414.88	c cleaning 31017 clauses out of 62043 with flag 2286917/518000
448.57/443.58	c cleaning 32001 clauses out of 64027 with flag 2450237/551001
478.06/472.82	c cleaning 32995 clauses out of 66025 with flag 2617317/585000
510.00/504.05	c cleaning 33991 clauses out of 68031 with flag 2789851/620001
542.12/536.17	c cleaning 35009 clauses out of 70039 with flag 2971360/656000
576.01/569.71	c cleaning 35984 clauses out of 72030 with flag 3156272/693000
610.54/604.11	c cleaning 36996 clauses out of 74046 with flag 3350380/731000
646.52/639.84	c cleaning 37993 clauses out of 76050 with flag 3547808/770000
683.22/676.42	c cleaning 39010 clauses out of 78057 with flag 3754985/810000
722.22/715.23	c cleaning 39997 clauses out of 80047 with flag 3968809/851000
761.95/754.70	c cleaning 41015 clauses out of 82050 with flag 4186023/893000
803.22/795.58	c cleaning 41989 clauses out of 84036 with flag 4410371/936001
844.79/836.85	c cleaning 42986 clauses out of 86046 with flag 4641184/980000
888.95/880.73	c cleaning 44000 clauses out of 88060 with flag 4877894/1025000
933.81/925.37	c cleaning 45011 clauses out of 90062 with flag 5122402/1071002
981.22/972.53	c cleaning 46003 clauses out of 92049 with flag 5373458/1118000
1028.54/1019.60	c cleaning 47002 clauses out of 94047 with flag 5627565/1166001
1077.28/1068.13	c cleaning 47994 clauses out of 96045 with flag 5892152/1215001
1126.83/1117.48	c cleaning 48997 clauses out of 98052 with flag 6164517/1265002
1178.48/1168.86	c cleaning 49986 clauses out of 100053 with flag 6446975/1316000
1232.01/1221.63	c cleaning 50999 clauses out of 102067 with flag 6732484/1368000
1287.18/1276.77	c cleaning 52024 clauses out of 104068 with flag 7027341/1421000
1341.88/1331.29	c cleaning 53001 clauses out of 106044 with flag 7328852/1475000
1398.70/1387.87	c cleaning 53986 clauses out of 108044 with flag 7634739/1530001
1457.88/1446.71	c cleaning 55011 clauses out of 110057 with flag 7948126/1586000
1518.14/1506.95	c cleaning 55990 clauses out of 112046 with flag 8268452/1643000
1579.90/1568.52	c cleaning 57009 clauses out of 114057 with flag 8601522/1701001
1644.16/1632.69	c cleaning 57987 clauses out of 116047 with flag 8946413/1760000
1708.74/1697.04	c cleaning 59009 clauses out of 118060 with flag 9293944/1820000
1774.70/1762.80	c cleaning 60027 clauses out of 120053 with flag 9649260/1881002
1842.49/1830.42	c cleaning 60966 clauses out of 122024 with flag 10004126/1943000
1911.89/1899.62	c cleaning 61979 clauses out of 124058 with flag 10369933/2006000
1983.39/1970.95	c cleaning 63002 clauses out of 126082 with flag 10748824/2070003
2056.87/2044.23	c cleaning 64031 clauses out of 128078 with flag 11133234/2135001
2130.64/2117.82	c cleaning 65001 clauses out of 130046 with flag 11519138/2201000
2207.87/2193.63	c cleaning 66002 clauses out of 132045 with flag 11914861/2268000
2286.07/2271.80	c cleaning 66995 clauses out of 134043 with flag 12321303/2336000
2365.74/2351.11	c cleaning 67997 clauses out of 136048 with flag 12735433/2405000
2446.62/2431.96	c cleaning 68990 clauses out of 138051 with flag 13153912/2475000
2529.02/2514.00	c cleaning 70012 clauses out of 140061 with flag 13581817/2546000
2612.83/2597.68	c cleaning 71002 clauses out of 142049 with flag 14019675/2618000
2700.06/2684.45	c cleaning 71997 clauses out of 144048 with flag 14469373/2691001
2788.08/2772.37	c cleaning 72998 clauses out of 146050 with flag 14926817/2765000
2876.19/2860.06	c cleaning 74004 clauses out of 148052 with flag 15389320/2840000
2966.30/2950.04	c cleaning 74992 clauses out of 150049 with flag 15860476/2916001
3056.99/3040.36	c cleaning 76014 clauses out of 152058 with flag 16332262/2993002
3149.69/3132.96	c cleaning 76991 clauses out of 154042 with flag 16816109/3071000
3246.02/3228.81	c cleaning 77990 clauses out of 156051 with flag 17306455/3150000
3342.54/3324.85	c cleaning 79013 clauses out of 158062 with flag 17803481/3230001
3441.79/3424.00	c cleaning 80011 clauses out of 160048 with flag 18314517/3311000
3542.81/3524.54	c cleaning 80987 clauses out of 162037 with flag 18831197/3393000
3600.03/3580.81	c timeout
3600.03/3580.82	c starts		: 21782
3600.03/3580.82	c conflicts		: 3440646
3600.03/3580.82	c decisions		: 78226363
3600.03/3580.82	c propagations		: 859266668
3600.03/3580.82	c inspects		: 8786362985
3600.03/3580.82	c shortcuts		: 0
3600.03/3580.82	c learnt literals	: 0
3600.03/3580.82	c learnt binary clauses	: 0
3600.03/3580.82	c learnt ternary clauses	: 0
3600.03/3580.82	c learnt constraints	: 3440646
3600.03/3580.82	c ignored constraints	: 0
3600.03/3580.82	c root simplifications	: 0
3600.03/3580.82	c removed literals (reason simplification)	: 116979716
3600.03/3580.82	c reason swapping (by a shorter reason)	: 0
3600.03/3580.82	c Calls to reduceDB	: 78
3600.03/3580.82	c Number of update (reduction) of LBD	: 1174848
3600.03/3580.82	c Imported unit clauses	: 0
3600.03/3580.83	c No decision after first conflict	: false
3600.03/3580.83	c number of reductions to clauses (during analyze)	: 0
3600.03/3580.83	c number of learned constraints concerned by reduction	: 0
3600.03/3580.83	c number of learning phase by resolution	: 0
3600.03/3580.83	c number of learning phase by cutting planes	: 0
3600.03/3580.83	c number of rounding to 1 operations	: 0
3600.03/3580.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3580.83	c number of reductions of the coefficients by power 2 	: 0
3600.03/3580.83	c number of right shift for reduction by power 2 	: 0
3600.03/3580.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3580.83	c number of ending skipping 	: 0
3600.03/3580.83	c number of internal skipping 	: 0
3600.03/3580.83	c number of derivation steps 	: 0
3600.03/3580.83	c number of skipped derivation steps 	: 0
3600.03/3580.83	c number of remaining unassigned 	: 0
3600.03/3580.83	c number of remaining assigned 	: 0
3600.03/3580.83	c number of falsified literals weakened from reason	: 0
3600.03/3580.83	c number of falsified literals weakened from conflict	: 0
3600.03/3580.83	c time for arithmetic operations	: 0
3600.03/3580.83	c minimum degree of deleted constraints	: null
3600.03/3580.83	c maximum degree of deleted constraints	: null
3600.03/3580.83	c number of deleted constraints	: 0
3600.03/3580.83	c speed (assignments/second)	: 239989.66269992004
3600.03/3580.83	c non guided choices	: 18726
3600.03/3580.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128696
3600.03/3580.88	s UNKNOWN
3600.03/3580.88	c Total wall clock time (in seconds): 3580.742

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493452-1751153806/watcher-4493452-1751153806 -o /tmp/evaluation-result-4493452-1751153806/solver-4493452-1751153806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14289 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493452-1751153806.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.36 4.20 4.12 6/337 15955
/proc/meminfo: memFree=120678108/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=18930384 memory=57344 CPUtime=0.12 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 6459 0 0 0 10 2 0 0 20 0 18 0 31058356 19384713216 14336 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4732596 14336 5351 1 0 547587 0
[pid=15937/tid=15939] ppid=15934 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 5040 0 0 0 6 1 0 0 20 0 18 0 31058358 19384713216 14336 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31058360 19384713216 14336 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31058360 19384713216 14336 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57344 KiB

[startup+0.205745 s]*
/proc/loadavg: 4.36 4.20 4.12 7/337 15955
/proc/meminfo: memFree=120664812/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=18930384 memory=75576 CPUtime=0.31 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 6826 0 0 0 28 3 0 0 20 0 18 0 31058356 19384713216 18894 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4732596 18894 5447 1 0 547889 0
[pid=15937/tid=15939] ppid=15934 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 5269 0 0 0 16 1 0 0 20 0 18 0 31058358 19384713216 18894 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31058360 19384713216 18894 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31058360 19384713216 18894 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75576 KiB

[startup+0.305487 s]*
/proc/loadavg: 4.36 4.20 4.12 6/337 15955
/proc/meminfo: memFree=120606460/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=18930384 memory=132848 CPUtime=0.5 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 8308 0 0 0 46 4 0 0 20 0 18 0 31058356 19384713216 33212 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4732596 33212 5447 1 0 548892 0
[pid=15937/tid=15939] ppid=15934 vsize=18930384 memory=-6000919489919674222 CPUtime=0.26 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 5305 0 0 0 23 3 0 0 20 0 18 0 31058358 19384713216 33212 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31058360 19384713216 33212 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31058360 19384713216 33212 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 132848 KiB

[startup+0.700242 s]
/proc/loadavg: 4.36 4.20 4.12 6/339 15957
/proc/meminfo: memFree=120581128/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=165204 CPUtime=1.25 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 10032 0 0 0 120 5 0 0 20 0 20 0 31058356 19521036288 41301 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 41301 5479 1 0 550690 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=17408 CPUtime=0.61 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 5344 0 0 0 58 3 0 0 20 0 20 0 31058358 19521036288 41301 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 41301 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 41301 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 41301 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165204 KiB

[startup+1.50025 s]
/proc/loadavg: 4.36 4.20 4.12 5/339 15957
/proc/meminfo: memFree=120574576/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=165332 CPUtime=2.3 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 11243 0 0 0 224 6 0 0 20 0 20 0 31058356 19521036288 41333 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 41333 5479 1 0 550710 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=0 CPUtime=1.4 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 5497 0 0 0 137 3 0 0 20 0 20 0 31058358 19521036288 41333 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 41333 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 41333 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 41333 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165332 KiB

[startup+3.10547 s]
/proc/loadavg: 4.36 4.20 4.12 5/339 15957
/proc/meminfo: memFree=120463432/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=193256 CPUtime=4.14 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 16668 0 0 0 407 7 0 0 20 0 20 0 31058356 19521036288 48314 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 48314 5479 1 0 552008 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=10752 CPUtime=2.98 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 5707 0 0 0 295 3 0 0 20 0 20 0 31058358 19521036288 48314 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=-6000919489919674222 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 48314 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 48314 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 48314 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193256 KiB

[startup+6.30022 s]
/proc/loadavg: 4.41 4.21 4.13 5/339 15957
/proc/meminfo: memFree=120461416/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=195792 CPUtime=7.64 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 19690 0 0 0 756 8 0 0 20 0 20 0 31058356 19521036288 48948 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 48948 5479 1 0 552634 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=0 CPUtime=6.17 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 6641 0 0 0 613 4 0 0 20 0 20 0 31058358 19521036288 48948 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 48948 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 48948 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=165332 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 48948 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195792 KiB

[startup+12.7002 s]
/proc/loadavg: 4.38 4.21 4.12 5/339 15957
/proc/meminfo: memFree=120258792/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=255416 CPUtime=14.29 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 26855 0 0 0 1420 9 0 0 20 0 20 0 31058356 19521036288 63854 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 63854 5511 1 0 553136 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=165332 CPUtime=12.47 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 7687 0 0 0 1243 4 0 0 20 0 20 0 31058358 19521036288 63854 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=255416 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 63854 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 63854 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 63854 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 255416 KiB

[startup+25.5002 s]
/proc/loadavg: 4.30 4.20 4.12 5/340 15959
/proc/meminfo: memFree=120045540/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=415364 CPUtime=27.19 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 28980 0 0 0 2707 12 0 0 20 0 20 0 31058356 19521036288 103841 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 103841 5511 1 0 553136 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=-6000919489919674222 CPUtime=25.07 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 8672 0 0 0 2503 4 0 0 20 0 20 0 31058358 19521036288 103841 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=415364 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 103841 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 103841 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 103841 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 27.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 415364 KiB

[startup+51.1055 s]
/proc/loadavg: 4.26 4.20 4.12 4/318 15973
/proc/meminfo: memFree=126508116/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=728752 CPUtime=53.05 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 29906 0 0 0 5286 19 0 0 20 0 20 0 31058356 19521036288 182188 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 182188 5511 1 0 553143 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=728752 CPUtime=50.3 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 8704 0 0 0 5026 4 0 0 20 0 20 0 31058358 19521036288 182188 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 182188 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=650908 CPUtime=0 cores=0,2

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

/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2004097 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 814 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2004097 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=7882760 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2004097 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3179.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8016388 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/340 16329
/proc/meminfo: memFree=108204476/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=8488320 CPUtime=3239.54 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 169394 0 0 0 323715 239 0 0 20 0 20 0 31058356 19521036288 2122080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2122080 5543 1 0 2815713 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=7878664 CPUtime=3192.63 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 92245 0 0 0 319215 48 0 0 20 0 20 0 31058358 19521036288 2122080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=8016388 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2122080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=8016388 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 814 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2122080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2122080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3239.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8488320 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/340 16331
/proc/meminfo: memFree=107133268/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=8834432 CPUtime=3299.72 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 174179 0 0 0 329724 248 0 0 20 0 20 0 31058356 19521036288 2208608 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2208608 5543 1 0 2815713 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=8488320 CPUtime=3252.14 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 96084 0 0 0 325165 49 0 0 20 0 20 0 31058358 19521036288 2208608 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=8488320 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2208608 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 835 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2208608 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2208608 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3299.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8834432 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 16333
/proc/meminfo: memFree=106035156/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=9303424 CPUtime=3359.99 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 177254 0 0 0 335741 258 0 0 20 0 20 0 31058356 19521036288 2325856 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2325856 5543 1 0 2815713 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=8834432 CPUtime=3311.55 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 98108 0 0 0 331106 49 0 0 20 0 20 0 31058358 19521036288 2325856 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=8834432 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2325856 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=9303424 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 875 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2325856 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=9303424 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2325856 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3359.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9303424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.16 4.10 5/340 16335
/proc/meminfo: memFree=105602764/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=9739648 CPUtime=3420.24 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 181563 0 0 0 341757 267 0 0 20 0 20 0 31058356 19521036288 2434912 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2434912 5543 1 0 2815713 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=14384 CPUtime=3370.98 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 102086 0 0 0 337049 49 0 0 20 0 20 0 31058358 19521036288 2434912 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=9739648 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2434912 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=9739648 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 875 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2434912 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=9739648 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2434912 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3420.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9739648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/340 16337
/proc/meminfo: memFree=105121016/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=10024320 CPUtime=3480.36 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 186021 0 0 0 347762 274 0 0 20 0 20 0 31058356 19521036288 2506080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2506080 5543 1 0 2815713 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=10024320 CPUtime=3430.53 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 105781 0 0 0 343003 50 0 0 20 0 20 0 31058358 19521036288 2506080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2506080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=10024320 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 893 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2506080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=10024320 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2506080 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3480.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10024320 KiB

[startup+3522.3 s]
/proc/loadavg: 3.78 4.05 4.07 4/316 16373
/proc/meminfo: memFree=116506416/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=10493316 CPUtime=3540.61 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 190215 0 0 0 353776 285 0 0 20 0 20 0 31058356 19521036288 2623329 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2623329 5543 1 0 2815713 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=10752 CPUtime=3489.92 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 109049 0 0 0 348941 51 0 0 20 0 20 0 31058358 19521036288 2623329 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2623329 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 931 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2623329 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=10493316 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2623329 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3540.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10493316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.8 s]
/proc/loadavg: 3.41 3.89 4.01 4/316 16374
/proc/meminfo: memFree=115891368/131249996 swapFree=33010684/33010684
[pid=15937] ppid=15934 vsize=19063512 memory=11081080 CPUtime=3600.03 cores=0,2
/proc/15937/stat : 15937 (java) S 15934 15937 14279 0 -1 4194304 200336 0 0 0 359703 300 0 0 20 0 20 0 31058356 19521036288 2770270 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
/proc/15937/statm: 4765878 2770270 5543 1 0 4084882 0
[pid=15937/tid=15939] ppid=15934 vsize=19063512 memory=3456 CPUtime=3547.91 cores=0,2
/proc/15937/task/15939/stat : 15939 (java) R 15934 15937 14279 0 -1 4194368 115338 0 0 0 354736 55 0 0 20 0 20 0 31058358 19521036288 2770270 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15948] ppid=15934 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/15937/task/15948/stat : 15948 (Finalizer) S 15934 15937 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2770270 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15955] ppid=15934 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/15937/task/15955/stat : 15955 (Common-Cleaner) S 15934 15937 14279 0 -1 4194368 972 0 0 0 0 0 0 0 20 0 20 0 31058360 19521036288 2770270 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
[pid=15937/tid=15957] ppid=15934 vsize=19063512 memory=11021688 CPUtime=0 cores=0,2
/proc/15937/task/15957/stat : 15957 (Timer-0) S 15934 15937 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31058396 19521036288 2770270 18446744073709551615 93959518642176 93959518645872 140728469965776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93959518653688 93959518654480 93959521873920 140728469969281 140728469969382 140728469969382 140728469974984 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11081080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.15 s, system=3.04262 s

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

[startup+3580.9 s]*
/proc/loadavg: 3.41 3.89 4.01 6/298 16378
/proc/meminfo: memFree=117527532/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3580.93
CPU time (s): 3600.19
CPU user time (s): 3597.15
CPU system time (s): 3.04262
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 11081080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.15
system time used= 3.04262
maximum resident set size= 11092264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201756
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110865
involuntary context switches= 10538


# summary of solver processes directly reported to runsolver:
#   pid: 15937
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.15
#   total CPU system time (s): 3.04262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58926 second user time and 16.8505 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 01:36:46
IDJOB=4493452
IDBENCH=147863
IDSOLVER=3363
FILE ID=nodeC022/4493452-1751153806
RUNJOBID= nodeC022-1751146546-14289
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/robin/normalized-robin16.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493452-1751153806/watcher-4493452-1751153806 -o /tmp/evaluation-result-4493452-1751153806/solver-4493452-1751153806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14289 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493452-1751153806.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=1213972536

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.718
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		: 3599.680
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		: 3544.170
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		: 3607.476
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.833
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.497
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		: 3599.845
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		: 3700.000
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:        120716292 kB
MemAvailable:   120343528 kB
Buffers:            3280 kB
Cached:           419124 kB
SwapCached:            0 kB
Active:          9797676 kB
Inactive:         171260 kB
Active(anon):    9564592 kB
Inactive(anon):        0 kB
Active(file):     233084 kB
Inactive(file):   171260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2076 kB
Writeback:             0 kB
AnonPages:       9549476 kB
Mapped:           122056 kB
Shmem:             18060 kB
KReclaimable:      85088 kB
Slab:             168848 kB
SReclaimable:      85088 kB
SUnreclaim:        83760 kB
KernelStack:        5212 kB
PageTables:        22552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12381904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9273344 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= 433060 MiB
End job on nodeC022 at 2025-06-29 02:36:27