Trace number 4486892

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.3 3586.04

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.31/0.32	c Pseudo Boolean Optimization by upper bound
0.31/0.32	c --- Begin Solver configuration ---
0.31/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.31/0.32	c Learn all clauses as in MiniSAT
0.31/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.32	c Expensive reason simplification
0.31/0.32	c Glucose 2.1 dynamic restart strategy
0.31/0.32	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.31/0.32	c timeout=2147483s
0.31/0.32	c DB Simplification allowed=false
0.31/0.32	c Listener: none
0.31/0.32	c --- End Solver configuration ---
0.31/0.32	c solving HOME/instance-4486892-1751317678.opb
0.31/0.32	c reading problem ... 
0.31/0.32	c  objective function found
1.94/1.14	c ... done. Wall clock time 0.818s.
1.94/1.14	c declared #vars     4500
1.94/1.14	c #constraints  72413
1.94/1.14	c constraints type 
1.94/1.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
1.94/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1.94/1.14	c 72413 constraints processed.
1.94/1.17	c objective function length is 4500 literals
4.62/2.62	c cleaning 2492 clauses out of 5001 with flag 31209/5001
6.35/4.20	c cleaning 4250 clauses out of 8509 with flag 69903/11001
8.22/6.09	c cleaning 5613 clauses out of 11259 with flag 124053/18001
11.60/8.96	c cleaning 6806 clauses out of 13647 with flag 234720/26002
14.93/12.09	c cleaning 7900 clauses out of 15839 with flag 380123/35000
18.30/15.40	c cleaning 8955 clauses out of 17940 with flag 521367/45001
21.82/18.72	c cleaning 9983 clauses out of 19984 with flag 626219/56000
24.61/21.56	c cleaning 10988 clauses out of 22001 with flag 699867/68000
28.50/25.31	c cleaning 12004 clauses out of 24014 with flag 826333/81001
32.62/29.33	c cleaning 12994 clauses out of 26009 with flag 933796/95000
36.43/33.14	c cleaning 13991 clauses out of 28015 with flag 1030563/110000
40.54/37.19	c cleaning 15001 clauses out of 30025 with flag 1122535/126001
45.49/42.01	c cleaning 16003 clauses out of 32023 with flag 1227612/143000
50.35/46.74	c cleaning 16999 clauses out of 34021 with flag 1331443/161001
55.85/52.18	c cleaning 18002 clauses out of 36021 with flag 1463850/180000
61.96/58.18	c cleaning 19005 clauses out of 38021 with flag 1599811/200002
68.65/64.71	c cleaning 19991 clauses out of 40014 with flag 1730152/221000
76.64/72.61	c cleaning 21007 clauses out of 42025 with flag 1864488/243002
83.73/79.72	c cleaning 21994 clauses out of 44016 with flag 2001075/266000
92.26/88.08	c cleaning 22999 clauses out of 46022 with flag 2191209/290000
100.54/96.34	c cleaning 24012 clauses out of 48023 with flag 2346779/315000
111.72/107.04	c cleaning 24998 clauses out of 50011 with flag 2508593/341000
121.37/116.65	c cleaning 26002 clauses out of 52013 with flag 2683197/368000
132.35/127.50	c cleaning 26994 clauses out of 54011 with flag 2865925/396000
143.50/138.56	c cleaning 27987 clauses out of 56017 with flag 3060127/425000
155.99/151.00	c cleaning 29004 clauses out of 58031 with flag 3252225/455001
169.07/163.96	c cleaning 30011 clauses out of 60027 with flag 3485958/486001
181.84/176.73	c cleaning 31004 clauses out of 62016 with flag 3704423/518001
195.12/189.94	c cleaning 31999 clauses out of 64011 with flag 3931636/551000
209.44/204.13	c cleaning 33003 clauses out of 66013 with flag 4161074/585001
224.76/219.33	c cleaning 33995 clauses out of 68011 with flag 4446483/620002
241.15/235.50	c cleaning 35000 clauses out of 70017 with flag 4700065/656003
258.08/252.31	c cleaning 36001 clauses out of 72014 with flag 4959227/693000
276.59/270.79	c cleaning 37001 clauses out of 74014 with flag 5238551/731001
295.52/289.52	c cleaning 38002 clauses out of 76013 with flag 5531593/770001
315.06/308.91	c cleaning 38997 clauses out of 78011 with flag 5828082/810001
335.78/329.56	c cleaning 40004 clauses out of 80015 with flag 6136866/851002
357.03/350.82	c cleaning 41005 clauses out of 82010 with flag 6463044/893001
380.00/373.68	c cleaning 41992 clauses out of 84006 with flag 6800451/936002
403.64/397.21	c cleaning 42991 clauses out of 86013 with flag 7154265/980001
429.56/422.88	c cleaning 43999 clauses out of 88021 with flag 7515721/1025000
456.59/449.75	c cleaning 44997 clauses out of 90023 with flag 7892024/1071001
484.23/477.20	c cleaning 46005 clauses out of 92026 with flag 8279292/1118001
513.75/506.66	c cleaning 47011 clauses out of 94021 with flag 8680755/1166001
544.28/537.08	c cleaning 47997 clauses out of 96012 with flag 9101512/1215003
575.23/567.98	c cleaning 49002 clauses out of 98012 with flag 9532946/1265000
608.99/601.60	c cleaning 49998 clauses out of 100012 with flag 9973753/1316002
643.05/635.43	c cleaning 50995 clauses out of 102012 with flag 10441022/1368000
678.82/671.13	c cleaning 52003 clauses out of 104023 with flag 10920759/1421006
714.35/706.40	c cleaning 53006 clauses out of 106015 with flag 11412711/1475001
754.84/746.84	c cleaning 53993 clauses out of 108009 with flag 11923027/1530001
798.01/789.74	c cleaning 55002 clauses out of 110016 with flag 12447073/1586001
842.63/834.12	c cleaning 56003 clauses out of 112014 with flag 12986285/1643001
886.60/878.05	c cleaning 56995 clauses out of 114011 with flag 13540593/1701001
930.81/922.20	c cleaning 58002 clauses out of 116015 with flag 14111363/1760000
976.36/967.51	c cleaning 59000 clauses out of 118013 with flag 14702497/1820000
1022.25/1013.34	c cleaning 59993 clauses out of 120014 with flag 15304370/1881001
1069.18/1060.25	c cleaning 61010 clauses out of 122020 with flag 15935461/1943000
1117.22/1108.06	c cleaning 61995 clauses out of 124010 with flag 16578369/2006000
1168.55/1159.36	c cleaning 62999 clauses out of 126018 with flag 17234782/2070003
1222.37/1213.15	c cleaning 64004 clauses out of 128016 with flag 17913081/2135000
1277.28/1267.83	c cleaning 65003 clauses out of 130015 with flag 18602462/2201003
1334.54/1325.06	c cleaning 65995 clauses out of 132010 with flag 19315284/2268001
1393.44/1383.72	c cleaning 66997 clauses out of 134016 with flag 20045459/2336002
1453.95/1444.23	c cleaning 68002 clauses out of 136017 with flag 20792487/2405000
1517.80/1507.49	c cleaning 68995 clauses out of 138015 with flag 21557341/2475000
1582.75/1572.34	c cleaning 70001 clauses out of 140020 with flag 22345567/2546000
1650.51/1639.99	c cleaning 71001 clauses out of 142022 with flag 23150525/2618003
1717.85/1707.20	c cleaning 72004 clauses out of 144019 with flag 23974748/2691001
1787.90/1777.17	c cleaning 73003 clauses out of 146014 with flag 24811054/2765000
1860.22/1849.49	c cleaning 74001 clauses out of 148012 with flag 25668147/2840001
1934.39/1923.48	c cleaning 74997 clauses out of 150010 with flag 26550804/2916000
2011.08/1999.90	c cleaning 75996 clauses out of 152013 with flag 27453698/2993000
2087.62/2076.48	c cleaning 77000 clauses out of 154018 with flag 28373403/3071001
2167.90/2156.68	c cleaning 77995 clauses out of 156018 with flag 29309402/3150001
2252.09/2240.61	c cleaning 79008 clauses out of 158023 with flag 30272962/3230001
2337.39/2326.00	c cleaning 79998 clauses out of 160017 with flag 31250960/3311003
2423.61/2412.06	c cleaning 81000 clauses out of 162016 with flag 32254490/3393000
2516.59/2504.85	c cleaning 82010 clauses out of 164019 with flag 33279474/3476003
2611.92/2600.00	c cleaning 82992 clauses out of 166009 with flag 34324210/3560003
2711.37/2697.98	c cleaning 83999 clauses out of 168017 with flag 35390873/3645003
2804.58/2791.08	c cleaning 84994 clauses out of 170015 with flag 36475308/3731000
2902.51/2888.99	c cleaning 85997 clauses out of 172024 with flag 37581030/3818003
3003.71/2990.15	c cleaning 87008 clauses out of 174027 with flag 38703021/3906003
3106.68/3093.15	c cleaning 88001 clauses out of 176016 with flag 39848488/3995000
3215.92/3202.11	c cleaning 89003 clauses out of 178019 with flag 41025462/4085004
3322.51/3308.72	c cleaning 89999 clauses out of 180012 with flag 42208841/4176000
3429.70/3415.95	c cleaning 91000 clauses out of 182013 with flag 43426921/4268000
3535.98/3521.92	c cleaning 91995 clauses out of 184013 with flag 44667877/4361000
3600.09/3585.92	c timeout
3600.09/3585.93	c starts		: 45567
3600.09/3585.93	c conflicts		: 4419884
3600.09/3585.93	c decisions		: 29733400
3600.09/3585.93	c propagations		: 1507878799
3600.09/3585.93	c inspects		: 33589543789
3600.09/3585.93	c shortcuts		: 0
3600.09/3585.93	c learnt literals	: 0
3600.09/3585.93	c learnt binary clauses	: 0
3600.09/3585.93	c learnt ternary clauses	: 0
3600.09/3585.93	c learnt constraints	: 4419884
3600.09/3585.93	c ignored constraints	: 0
3600.09/3585.93	c root simplifications	: 0
3600.09/3585.93	c removed literals (reason simplification)	: 91107362
3600.09/3585.93	c reason swapping (by a shorter reason)	: 0
3600.09/3585.93	c Calls to reduceDB	: 89
3600.09/3585.93	c Number of update (reduction) of LBD	: 1767854
3600.09/3585.93	c Imported unit clauses	: 0
3600.09/3585.93	c No decision after first conflict	: false
3600.09/3585.93	c number of reductions to clauses (during analyze)	: 0
3600.09/3585.93	c number of learned constraints concerned by reduction	: 0
3600.09/3585.93	c number of learning phase by resolution	: 0
3600.09/3585.93	c number of learning phase by cutting planes	: 0
3600.09/3585.93	c number of rounding to 1 operations	: 0
3600.09/3585.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3585.93	c number of reductions of the coefficients by power 2 	: 0
3600.09/3585.93	c number of right shift for reduction by power 2 	: 0
3600.09/3585.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3585.93	c number of ending skipping 	: 0
3600.09/3585.93	c number of internal skipping 	: 0
3600.09/3585.93	c number of derivation steps 	: 0
3600.09/3585.93	c number of skipped derivation steps 	: 0
3600.09/3585.93	c number of remaining unassigned 	: 0
3600.09/3585.94	c number of remaining assigned 	: 0
3600.09/3585.94	c number of falsified literals weakened from reason	: 0
3600.09/3585.94	c number of falsified literals weakened from conflict	: 0
3600.09/3585.94	c time for arithmetic operations	: 0
3600.09/3585.94	c minimum degree of deleted constraints	: null
3600.09/3585.94	c maximum degree of deleted constraints	: null
3600.09/3585.94	c number of deleted constraints	: 0
3600.09/3585.94	c speed (assignments/second)	: 420637.32206559565
3600.09/3585.94	c non guided choices	: 0
3600.09/3586.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 150902
3600.09/3586.00	s UNKNOWN
3600.09/3586.00	c Total wall clock time (in seconds): 3585.688

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486892-1751317678/watcher-4486892-1751317678 -o /tmp/evaluation-result-4486892-1751317678/solver-4486892-1751317678 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42350 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4486892-1751317678.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=43230, runsolver pid=43227

[startup+0.100071 s]*
/proc/loadavg: 4.23 4.20 4.18 12/322 43251
/proc/meminfo: memFree=129800248/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=18930384 memory=48440 CPUtime=0.12 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 5782 0 0 0 9 3 0 0 20 0 18 0 47446699 19384713216 12110 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4732596 12110 5321 1 0 546987 0
[pid=43230/tid=43232] ppid=43227 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 4683 0 0 0 6 2 0 0 20 0 18 0 47446701 19384713216 12110 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446706 19384713216 12110 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446707 19384713216 12110 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48440 KiB

[startup+0.213791 s]*
/proc/loadavg: 4.23 4.20 4.18 7/302 43251
/proc/meminfo: memFree=129829908/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=18930384 memory=55296 CPUtime=0.31 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 6505 0 0 0 27 4 0 0 20 0 18 0 47446699 19384713216 13824 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4732596 13824 5321 1 0 547586 0
[pid=43230/tid=43232] ppid=43227 vsize=18930384 memory=4026663031 CPUtime=0.19 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 5023 0 0 0 17 2 0 0 20 0 18 0 47446701 19384713216 13824 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=18930384 memory=215637820694 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446706 19384713216 13856 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=18930384 memory=20755 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446707 19384713216 13856 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55296 KiB

[startup+0.313579 s]*
/proc/loadavg: 4.23 4.20 4.18 7/303 43259
/proc/meminfo: memFree=129819920/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=18930384 memory=58580 CPUtime=0.47 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 6777 0 0 0 42 5 0 0 20 0 18 0 47446699 19384713216 14645 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4732596 14645 5321 1 0 547776 0
[pid=43230/tid=43232] ppid=43227 vsize=18930384 memory=-6000919477001677163 CPUtime=0.29 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 5209 0 0 0 26 3 0 0 20 0 18 0 47446701 19384713216 14645 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446706 19384713216 14645 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446707 19384713216 14645 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58580 KiB

[startup+0.700358 s]
/proc/loadavg: 4.23 4.20 4.18 7/300 43259
/proc/meminfo: memFree=129807476/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=18930384 memory=91604 CPUtime=1.18 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 8873 0 0 0 111 7 0 0 20 0 18 0 47446699 19384713216 22901 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4732596 22901 5417 1 0 549177 0
[pid=43230/tid=43232] ppid=43227 vsize=18930384 memory=17664 CPUtime=0.63 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 5270 0 0 0 59 4 0 0 20 0 18 0 47446701 19384713216 22901 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446706 19384713216 22901 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446707 19384713216 22901 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 91604 KiB

[startup+1.50024 s]
/proc/loadavg: 4.23 4.20 4.18 6/303 43281
/proc/meminfo: memFree=129702948/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=179188 CPUtime=2.7 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 23419 0 0 0 256 14 0 0 20 0 20 0 47446699 19521036288 44797 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 44797 5481 1 0 554532 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=3200 CPUtime=1.29 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 7497 0 0 0 122 7 0 0 20 0 20 0 47446701 19521036288 44797 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 44797 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 44797 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179188 KiB

[startup+3.10549 s]
/proc/loadavg: 4.38 4.23 4.19 6/323 43380
/proc/meminfo: memFree=129637552/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=180596 CPUtime=5.22 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 24814 0 0 0 505 17 0 0 20 0 20 0 47446699 19521036288 45149 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 45149 5481 1 0 554561 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=0 CPUtime=2.86 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 8083 0 0 0 276 10 0 0 20 0 20 0 47446701 19521036288 45149 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 45149 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 45149 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 45149 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180596 KiB

[startup+6.30047 s]
/proc/loadavg: 4.38 4.23 4.19 5/324 43446
/proc/meminfo: memFree=129540476/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=200964 CPUtime=8.75 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 29577 0 0 0 856 19 0 0 20 0 20 0 47446699 19521036288 50241 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 50241 5481 1 0 554929 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=0 CPUtime=6 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 8579 0 0 0 590 10 0 0 20 0 20 0 47446701 19521036288 50241 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 50241 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=-6000919477052008811 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 50241 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 50241 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200964 KiB

[startup+12.7004 s]
/proc/loadavg: 4.43 4.24 4.20 5/324 43446
/proc/meminfo: memFree=129358940/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=275056 CPUtime=15.62 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 32248 0 0 0 1540 22 0 0 20 0 20 0 47446699 19521036288 68764 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 68764 5481 1 0 554929 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=17664 CPUtime=12.19 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 8886 0 0 0 1209 10 0 0 20 0 20 0 47446701 19521036288 68764 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 68764 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=112204 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 68764 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=7593446544006474343 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 68764 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 275056 KiB

[startup+25.5005 s]
/proc/loadavg: 4.41 4.24 4.20 5/326 43448
/proc/meminfo: memFree=128920676/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=581392 CPUtime=28.71 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 34748 0 0 0 2843 28 0 0 20 0 20 0 47446699 19521036288 145348 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 145348 5513 1 0 661438 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=200964 CPUtime=24.64 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 9589 0 0 0 2453 11 0 0 20 0 20 0 47446701 19521036288 145348 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 145348 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 145348 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=430924 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 145348 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 28.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 581392 KiB

[startup+51.1131 s]
/proc/loadavg: 4.40 4.26 4.20 5/326 43448
/proc/meminfo: memFree=128161924/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=1036232 CPUtime=54.86 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 37632 0 0 0 5446 40 0 0 20 0 20 0 47446699 19521036288 259058 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 259058 5513 1 0 661448 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=5632 CPUtime=49.61 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 10092 0 0 0 4949 12 0 0 20 0 20 0 47446701 19521036288 259058 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=948156 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 259058 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=12288 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 259058 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 259058 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0

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

/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=-6000919477052008811 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 759 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3236.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/328 43637
/proc/meminfo: memFree=117590972/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3296.17 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 136265 0 0 0 329296 321 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745238 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3256.14 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 66364 0 0 0 325580 34 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 797 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3296.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/328 43643
/proc/meminfo: memFree=117598900/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3356.23 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 137605 0 0 0 335299 324 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745241 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3315.77 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 66870 0 0 0 331542 35 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=281188288053696 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 818 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3356.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/328 43645
/proc/meminfo: memFree=117594644/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3416.13 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 138456 0 0 0 341285 328 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745241 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=-6000919477052008811 CPUtime=3375.61 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 67716 0 0 0 337526 35 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 818 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3416.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/328 43647
/proc/meminfo: memFree=117594692/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3476.18 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 140838 0 0 0 347287 331 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745242 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=5632 CPUtime=3435.3 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 69194 0 0 0 343495 35 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 847 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3476.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.17 4.18 5/326 43649
/proc/meminfo: memFree=117590660/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3536.38 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 142544 0 0 0 353303 335 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745242 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3494.81 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 69951 0 0 0 349446 35 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 861 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3536.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.17 4.18 5/325 43718
/proc/meminfo: memFree=120090176/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3596.27 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 143059 0 0 0 359289 338 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745242 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=14720 CPUtime=3554.66 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 70455 0 0 0 355431 35 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 861 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3596.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.9 s]
/proc/loadavg: 4.17 4.16 4.18 5/325 43718
/proc/meminfo: memFree=120012352/131382112 swapFree=33010160/33010684
[pid=43230] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3600.09 cores=1,3
/proc/43230/stat : 43230 (java) S 43227 43230 42338 0 -1 4194304 143303 0 0 0 359670 339 0 0 20 0 20 0 47446699 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
/proc/43230/statm: 4765878 1255819 5513 1 0 1745242 0
[pid=43230/tid=43232] ppid=43227 vsize=19063512 memory=5023276 CPUtime=3557.97 cores=1,3
/proc/43230/task/43232/stat : 43232 (java) R 43227 43230 42338 0 -1 4194368 70575 0 0 0 355762 35 0 0 20 0 20 0 47446701 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43244] ppid=43227 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/43230/task/43244/stat : 43244 (Finalizer) S 43227 43230 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446706 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43251] ppid=43227 vsize=19063512 memory=5023276 CPUtime=0 cores=1,3
/proc/43230/task/43251/stat : 43251 (Common-Cleaner) S 43227 43230 42338 0 -1 4194368 861 0 0 0 0 0 0 0 20 0 20 0 47446707 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
[pid=43230/tid=43293] ppid=43227 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/43230/task/43293/stat : 43293 (Timer-0) S 43227 43230 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446819 19521036288 1255819 18446744073709551615 94761461841920 94761461845616 140721591962208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94761461853432 94761461854224 94761470533632 140721591970177 140721591970278 140721591970278 140721591975880 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5023276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.88 s, system=3.41556 s

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

[startup+3586.01 s]*
/proc/loadavg: 4.17 4.16 4.18 6/325 43721
/proc/meminfo: memFree=120012352/131382112 swapFree=33010160/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): 3586.04
CPU time (s): 3600.3
CPU user time (s): 3596.88
CPU system time (s): 3.41556
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 19067392
Max. memory (cumulated for all children) (KiB): 5023276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.88
system time used= 3.41556
maximum resident set size= 5024428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145103
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109978
involuntary context switches= 4624


# summary of solver processes directly reported to runsolver:
#   pid: 43230
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.88
#   total CPU system time (s): 3.41556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8404 second user time and 37.411 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 23:07:58
IDJOB=4486892
IDBENCH=147077
IDSOLVER=3363
FILE ID=nodeC001/4486892-1751317678
RUNJOBID= nodeC001-1751314075-42350
SLURM_JOB_ID= 9594322
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486892-1751317678/watcher-4486892-1751317678 -o /tmp/evaluation-result-4486892-1751317678/solver-4486892-1751317678 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42350 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4486892-1751317678.opb

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=1335386795

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129845268 kB
MemAvailable:   129594472 kB
Buffers:            2128 kB
Cached:           553872 kB
SwapCached:           28 kB
Active:           732824 kB
Inactive:         255012 kB
Active(anon):     439388 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   244632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4764 kB
Writeback:             8 kB
AnonPages:        435012 kB
Mapped:           122648 kB
Shmem:             17932 kB
KReclaimable:     101144 kB
Slab:             184116 kB
SReclaimable:     101144 kB
SUnreclaim:        82972 kB
KernelStack:        4848 kB
PageTables:         4436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7006020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150200 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-07-01 00:07:44