Trace number 4493524

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.17 3604.6

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
MD5SUM13744d26940a0db30366992d9fdeef8c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.39265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4493524-1751153860.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.053s.
0.13/0.18	c declared #vars     370
0.13/0.18	c #constraints  809
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.13/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.13/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.13/0.18	c 809 constraints processed.
1.29/0.79	c cleaning 2499 clauses out of 4997 with flag 18858/5001
2.56/1.41	c cleaning 4247 clauses out of 8497 with flag 48242/11001
3.68/2.30	c cleaning 5624 clauses out of 11250 with flag 92072/18001
4.80/3.41	c cleaning 6813 clauses out of 13625 with flag 155951/26000
6.10/4.78	c cleaning 7906 clauses out of 15814 with flag 240748/35002
7.74/6.32	c cleaning 8950 clauses out of 17906 with flag 326864/45000
9.58/8.14	c cleaning 9968 clauses out of 19956 with flag 417546/56000
11.70/10.02	c cleaning 10992 clauses out of 21989 with flag 500940/68001
13.90/12.26	c cleaning 11993 clauses out of 23996 with flag 609854/81000
16.40/14.72	c cleaning 12999 clauses out of 26003 with flag 728804/95000
19.09/17.45	c cleaning 14002 clauses out of 28004 with flag 853936/110000
21.69/20.08	c cleaning 14996 clauses out of 30002 with flag 983694/126000
24.81/23.18	c cleaning 15996 clauses out of 32006 with flag 1128408/143000
28.63/26.95	c cleaning 16998 clauses out of 34010 with flag 1283913/161000
32.92/31.23	c cleaning 18000 clauses out of 36013 with flag 1447782/180001
37.51/35.86	c cleaning 19002 clauses out of 38013 with flag 1622833/200001
43.02/41.34	c cleaning 19999 clauses out of 40011 with flag 1812542/221001
49.41/47.70	c cleaning 20997 clauses out of 42011 with flag 2011003/243000
56.80/55.18	c cleaning 22000 clauses out of 44014 with flag 2229101/266000
64.73/63.04	c cleaning 23001 clauses out of 46014 with flag 2460503/290000
73.61/71.98	c cleaning 23999 clauses out of 48013 with flag 2717017/315000
84.04/82.31	c cleaning 24997 clauses out of 50014 with flag 2987443/341000
94.22/92.58	c cleaning 26005 clauses out of 52018 with flag 3253364/368001
103.46/101.73	c cleaning 27004 clauses out of 54013 with flag 3492230/396001
112.34/110.66	c cleaning 27995 clauses out of 56010 with flag 3699509/425002
125.72/124.06	c cleaning 29004 clauses out of 58015 with flag 3960114/455002
140.08/138.36	c cleaning 30000 clauses out of 60007 with flag 4231888/486000
157.45/155.70	c cleaning 31001 clauses out of 62009 with flag 4546255/518002
176.05/174.38	c cleaning 31996 clauses out of 64006 with flag 4877783/551000
196.51/194.81	c cleaning 32999 clauses out of 66010 with flag 5223315/585000
217.40/215.70	c cleaning 34003 clauses out of 68011 with flag 5697211/620000
238.86/237.26	c cleaning 35001 clauses out of 70009 with flag 6190909/656001
260.25/258.67	c cleaning 35998 clauses out of 72006 with flag 6583054/693001
281.50/279.90	c cleaning 36993 clauses out of 74007 with flag 6954709/731000
305.60/304.01	c cleaning 38000 clauses out of 76015 with flag 7327724/770001
320.06/318.57	c cleaning 38997 clauses out of 78016 with flag 7682960/810002
345.85/344.40	c cleaning 39991 clauses out of 80020 with flag 8059852/851003
371.19/369.75	c cleaning 41009 clauses out of 82029 with flag 8443888/893003
398.87/397.48	c cleaning 42002 clauses out of 84019 with flag 8835947/936002
423.92/422.57	c cleaning 42997 clauses out of 86015 with flag 9227590/980000
450.40/449.06	c cleaning 44002 clauses out of 88020 with flag 9632049/1025002
476.44/475.11	c cleaning 44999 clauses out of 90019 with flag 10058979/1071003
512.69/511.47	c cleaning 46000 clauses out of 92018 with flag 10487273/1118001
549.21/548.05	c cleaning 47006 clauses out of 94017 with flag 11024168/1166000
582.59/581.45	c cleaning 47998 clauses out of 96011 with flag 11617389/1215000
609.34/608.28	c cleaning 48997 clauses out of 98014 with flag 12043846/1265001
634.41/633.09	c cleaning 50006 clauses out of 100019 with flag 12452638/1316003
662.44/661.19	c cleaning 50997 clauses out of 102010 with flag 12883785/1368000
691.52/690.28	c cleaning 51993 clauses out of 104014 with flag 13353957/1421001
722.57/721.32	c cleaning 53005 clauses out of 106020 with flag 13801432/1475000
751.87/750.65	c cleaning 54001 clauses out of 108015 with flag 14252890/1530000
785.30/784.14	c cleaning 55002 clauses out of 110014 with flag 14747065/1586000
818.49/817.30	c cleaning 56000 clauses out of 112014 with flag 15258453/1643002
855.10/854.02	c cleaning 57001 clauses out of 114012 with flag 15798893/1701000
889.45/888.48	c cleaning 58002 clauses out of 116011 with flag 16290849/1760000
933.76/932.86	c cleaning 59001 clauses out of 118011 with flag 16865119/1820002
987.75/986.97	c cleaning 59998 clauses out of 120008 with flag 17490764/1881000
1032.66/1031.95	c cleaning 60998 clauses out of 122013 with flag 18047518/1943003
1077.71/1077.10	c cleaning 62002 clauses out of 124015 with flag 18629223/2006003
1124.89/1124.35	c cleaning 62997 clauses out of 126010 with flag 19206591/2070000
1181.64/1181.19	c cleaning 64004 clauses out of 128013 with flag 19825866/2135000
1269.73/1269.40	c cleaning 64994 clauses out of 130010 with flag 20505918/2201001
1346.74/1346.62	c cleaning 66005 clauses out of 132016 with flag 21196469/2268001
1426.82/1426.82	c cleaning 67001 clauses out of 134011 with flag 21899904/2336001
1514.12/1514.38	c cleaning 68001 clauses out of 136009 with flag 22626205/2405000
1603.79/1604.24	c cleaning 68996 clauses out of 138010 with flag 23351335/2475002
1682.43/1682.68	c cleaning 69999 clauses out of 140013 with flag 24046055/2546001
1744.40/1744.71	c cleaning 71000 clauses out of 142013 with flag 24608131/2618000
1799.21/1799.64	c cleaning 71998 clauses out of 144013 with flag 25175245/2691000
1862.36/1862.92	c cleaning 73004 clauses out of 146015 with flag 25745127/2765000
1947.65/1948.46	c cleaning 73999 clauses out of 148012 with flag 26403837/2840001
2023.95/2024.92	c cleaning 75000 clauses out of 150014 with flag 27075689/2916002
2101.66/2102.73	c cleaning 75996 clauses out of 152012 with flag 27796434/2993000
2187.74/2189.09	c cleaning 77004 clauses out of 154018 with flag 28483289/3071002
2286.99/2288.52	c cleaning 77996 clauses out of 156014 with flag 29302905/3150002
2385.54/2387.30	c cleaning 78998 clauses out of 158017 with flag 30036416/3230001
2517.10/2519.14	c cleaning 80006 clauses out of 160018 with flag 30991441/3311000
2629.51/2631.80	c cleaning 81003 clauses out of 162016 with flag 31800839/3393004
2772.85/2775.57	c cleaning 81997 clauses out of 164009 with flag 32715390/3476000
2877.87/2880.85	c cleaning 83004 clauses out of 166013 with flag 33551223/3560001
3005.71/3008.85	c cleaning 84000 clauses out of 168009 with flag 34459638/3645001
3112.74/3116.19	c cleaning 84992 clauses out of 170008 with flag 35346009/3731000
3210.68/3214.31	c cleaning 86001 clauses out of 172016 with flag 36235743/3818000
3343.83/3347.84	c cleaning 87003 clauses out of 174015 with flag 37132130/3906000
3476.62/3480.80	c cleaning 87999 clauses out of 176014 with flag 37990718/3995002
3600.00/3604.52	c starts		: 23443
3600.00/3604.52	c conflicts		: 4081217
3600.00/3604.52	c decisions		: 6587662
3600.00/3604.52	c propagations		: 135859291
3600.00/3604.52	c inspects		: 33527798578
3600.00/3604.52	c shortcuts		: 0
3600.00/3604.52	c learnt literals	: 9
3600.00/3604.52	c learnt binary clauses	: 34
3600.00/3604.52	c learnt ternary clauses	: 83
3600.00/3604.52	c learnt constraints	: 4081208
3600.00/3604.52	c ignored constraints	: 0
3600.00/3604.52	c root simplifications	: 0
3600.00/3604.52	c removed literals (reason simplification)	: 13431359
3600.00/3604.53	c reason swapping (by a shorter reason)	: 0
3600.00/3604.53	c Calls to reduceDB	: 85
3600.00/3604.53	c Number of update (reduction) of LBD	: 700920
3600.00/3604.53	c Imported unit clauses	: 0
3600.00/3604.53	c No decision after first conflict	: false
3600.00/3604.53	c number of reductions to clauses (during analyze)	: 0
3600.00/3604.53	c number of learned constraints concerned by reduction	: 0
3600.00/3604.53	c number of learning phase by resolution	: 0
3600.00/3604.53	c number of learning phase by cutting planes	: 0
3600.00/3604.53	c number of rounding to 1 operations	: 0
3600.00/3604.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3604.53	c number of reductions of the coefficients by power 2 	: 0
3600.00/3604.53	c number of right shift for reduction by power 2 	: 0
3600.00/3604.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3604.53	c number of ending skipping 	: 0
3600.00/3604.53	c number of internal skipping 	: 0
3600.00/3604.53	c number of derivation steps 	: 0
3600.00/3604.53	c number of skipped derivation steps 	: 0
3600.00/3604.53	c number of remaining unassigned 	: 0
3600.00/3604.53	c number of remaining assigned 	: 0
3600.00/3604.53	c number of falsified literals weakened from reason	: 0
3600.00/3604.53	c number of falsified literals weakened from conflict	: 0
3600.00/3604.53	c time for arithmetic operations	: 0
3600.00/3604.53	c minimum degree of deleted constraints	: null
3600.00/3604.53	c maximum degree of deleted constraints	: null
3600.00/3604.53	c number of deleted constraints	: 0
3600.00/3604.53	c speed (assignments/second)	: 37693.19834810486
3600.00/3604.53	c non guided choices	: 30
3600.00/3604.53	c timeout
3600.00/3604.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174196
3600.00/3604.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 34
3600.00/3604.59	s UNKNOWN
3600.00/3604.59	c Total wall clock time (in seconds): 3604.462

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=16074, runsolver pid=16071
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.24 4.19 4.12 5/339 16092
/proc/meminfo: memFree=126405176/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=18930384 memory=57708 CPUtime=0.13 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 6598 0 0 0 12 1 0 0 20 0 18 0 31063807 19384713216 14427 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4732596 14427 5317 1 0 547624 0
[pid=16074/tid=16076] ppid=16071 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 5101 0 0 0 7 1 0 0 20 0 18 0 31063808 19384713216 14427 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31063810 19384713216 14427 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31063811 19384713216 14427 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.211543 s]*
/proc/loadavg: 4.24 4.19 4.12 6/340 16093
/proc/meminfo: memFree=126399064/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=18996948 memory=64364 CPUtime=0.34 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 7128 0 0 0 32 2 0 0 20 0 19 0 31063807 19452874752 16091 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4749237 16091 5445 1 0 548251 0
[pid=16074/tid=16076] ppid=16071 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 5343 0 0 0 17 1 0 0 20 0 19 0 31063808 19452874752 16091 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=18996948 memory=16880 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31063810 19452874752 16091 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31063811 19452874752 16091 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31063826 19452874752 16091 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64364 KiB

[startup+0.305687 s]*
/proc/loadavg: 4.24 4.19 4.12 6/340 16093
/proc/meminfo: memFree=126394780/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=18996948 memory=68276 CPUtime=0.52 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 8859 0 0 0 50 2 0 0 20 0 19 0 31063807 19452874752 17069 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4749237 17069 5445 1 0 549153 0
[pid=16074/tid=16076] ppid=16071 vsize=18996948 memory=-6000919502738056814 CPUtime=0.27 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 5359 0 0 0 26 1 0 0 20 0 19 0 31063808 19452874752 17069 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31063810 19452874752 17069 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31063811 19452874752 17069 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31063826 19452874752 17069 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68276 KiB

[startup+0.700229 s]
/proc/loadavg: 4.24 4.19 4.12 6/340 16093
/proc/meminfo: memFree=126387472/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=18996948 memory=83356 CPUtime=1.29 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 12099 0 0 0 126 3 0 0 20 0 19 0 31063807 19452874752 20839 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4749237 20839 5445 1 0 551323 0
[pid=16074/tid=16076] ppid=16071 vsize=18996948 memory=17408 CPUtime=0.66 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 5367 0 0 0 65 1 0 0 20 0 19 0 31063808 19452874752 20839 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31063810 19452874752 20839 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31063811 19452874752 20839 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31063826 19452874752 20839 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83356 KiB

[startup+1.5002 s]
/proc/loadavg: 4.24 4.19 4.12 6/340 16093
/proc/meminfo: memFree=126382536/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19000364 memory=102236 CPUtime=2.75 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 19563 0 0 0 271 4 0 0 20 0 19 0 31063807 19456372736 25527 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4750091 25559 5445 1 0 553373 0
[pid=16074/tid=16076] ppid=16071 vsize=19000364 memory=0 CPUtime=1.44 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 5741 0 0 0 142 2 0 0 20 0 19 0 31063808 19456372736 25559 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19000364 memory=10752 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31063810 19456372736 25559 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19000364 memory=3328 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31063811 19456372736 25591 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19000364 memory=4764 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31063826 19456372736 25591 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19000364 KiB
Current children cumulated memory: 102236 KiB

[startup+3.10542 s]
/proc/loadavg: 4.24 4.19 4.12 5/340 16093
/proc/meminfo: memFree=126268320/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=18996948 memory=118524 CPUtime=4.51 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 21546 0 0 0 446 5 0 0 20 0 19 0 31063807 19452874752 29631 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4749237 29631 5445 1 0 553794 0
[pid=16074/tid=16076] ppid=16071 vsize=18996948 memory=10752 CPUtime=3.04 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 6052 0 0 0 302 2 0 0 20 0 19 0 31063808 19452874752 29631 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=18996948 memory=-6000919502738056814 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31063810 19452874752 29631 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31063811 19452874752 29631 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31063826 19452874752 29631 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 4.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118524 KiB

[startup+6.30018 s]
/proc/loadavg: 4.22 4.19 4.12 5/340 16093
/proc/meminfo: memFree=126243744/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=18996948 memory=138196 CPUtime=7.74 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 21789 0 0 0 769 5 0 0 20 0 19 0 31063807 19452874752 34549 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4749237 34549 5445 1 0 553794 0
[pid=16074/tid=16076] ppid=16071 vsize=18996948 memory=0 CPUtime=6.22 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 6198 0 0 0 620 2 0 0 20 0 19 0 31063808 19452874752 34549 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31063810 19452874752 34549 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31063811 19452874752 34549 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=18996948 memory=104000 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31063826 19452874752 34549 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138196 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.20 4.13 5/341 16094
/proc/meminfo: memFree=126112680/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=183400 CPUtime=14.4 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 31557 0 0 0 1433 7 0 0 20 0 20 0 31063807 19521036288 45850 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 45850 5477 1 0 554099 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=104000 CPUtime=12.59 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 7303 0 0 0 1256 3 0 0 20 0 20 0 31063808 19521036288 45850 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=183400 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 45850 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 45850 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 45850 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183400 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.23 4.13 5/341 16095
/proc/meminfo: memFree=125882800/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=195876 CPUtime=27.23 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 34539 0 0 0 2715 8 0 0 20 0 20 0 31063807 19521036288 48969 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 48969 5477 1 0 554099 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=183400 CPUtime=25.34 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 8038 0 0 0 2531 3 0 0 20 0 20 0 31063808 19521036288 48969 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 48969 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=183400 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 48969 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 48969 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 27.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195876 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.21 4.13 5/342 16096
/proc/meminfo: memFree=125288008/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=234936 CPUtime=52.81 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 34651 0 0 0 5272 9 0 0 20 0 20 0 31063807 19521036288 58734 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 58734 5477 1 0 554099 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=195876 CPUtime=50.85 cores=4,6

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

/proc/meminfo: memFree=106035148/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3278.5 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 75682 0 0 0 327738 112 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556678 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3271.3 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 27465 0 0 0 327111 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3278.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.17 4.10 5/340 16335
/proc/meminfo: memFree=105602748/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3338.35 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 76492 0 0 0 333721 114 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556680 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3331.12 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 28106 0 0 0 333093 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 959 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3338.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.10 5/340 16336
/proc/meminfo: memFree=105121016/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3398.32 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 78057 0 0 0 339717 115 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556681 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3390.81 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 28617 0 0 0 339062 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 1012 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3398.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

[startup+3462.3 s]
/proc/loadavg: 3.76 4.05 4.07 4/315 16371
/proc/meminfo: memFree=116506408/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3458.17 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 78105 0 0 0 345701 116 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556681 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3450.64 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 28633 0 0 0 345045 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 1012 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3458.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

[startup+3522.3 s]
/proc/loadavg: 3.45 3.91 4.01 4/316 16374
/proc/meminfo: memFree=115915944/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3518.02 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 78543 0 0 0 351685 117 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556681 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3510.47 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 29042 0 0 0 351028 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 1012 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3518.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

[startup+3582.3 s]
/proc/loadavg: 2.61 3.58 3.89 3/291 16409
/proc/meminfo: memFree=126959548/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3577.86 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 79184 0 0 0 357669 117 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556681 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3570.29 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 29547 0 0 0 357010 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 1064 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3577.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.5 s]
/proc/loadavg: 2.50 3.50 3.86 3/291 16411
/proc/meminfo: memFree=126959336/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3600 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 79480 0 0 0 359883 117 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556681 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3592.43 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 29783 0 0 0 359224 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 1064 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.19258 s

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

[startup+3604.5 s]
/proc/loadavg: 2.50 3.50 3.86 3/291 16411
/proc/meminfo: memFree=126959336/131249996 swapFree=33010684/33010684
[pid=16074] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3600 cores=4,6
/proc/16074/stat : 16074 (java) S 16071 16074 14279 0 -1 4194304 79480 0 0 0 359883 117 0 0 20 0 20 0 31063807 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
/proc/16074/statm: 4765878 465995 5509 1 0 556681 0
[pid=16074/tid=16076] ppid=16071 vsize=19063512 memory=1863980 CPUtime=3592.43 cores=4,6
/proc/16074/task/16076/stat : 16076 (java) R 16071 16074 14279 0 -1 4194368 29783 0 0 0 359224 19 0 0 20 0 20 0 31063808 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16085] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16085/stat : 16085 (Finalizer) S 16071 16074 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31063810 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16092] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16092/stat : 16092 (Common-Cleaner) S 16071 16074 14279 0 -1 4194368 1064 0 0 0 0 0 0 0 20 0 20 0 31063811 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
[pid=16074/tid=16093] ppid=16071 vsize=19063512 memory=1863980 CPUtime=0 cores=4,6
/proc/16074/task/16093/stat : 16093 (Timer-0) S 16071 16074 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31063826 19521036288 465995 18446744073709551615 94645033091072 94645033094768 140728240184912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94645033102584 94645033103376 94645047013376 140728240191873 140728240191974 140728240191974 140728240197576 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863980 KiB

Child status: 143

Real time (s): 3604.6
CPU time (s): 3600.17
CPU user time (s): 3598.97
CPU system time (s): 1.19258
CPU usage (%): 99.8769
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1863980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.19258
maximum resident set size= 1864620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104021
involuntary context switches= 2769


# summary of solver processes directly reported to runsolver:
#   pid: 16074
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.19258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52435 second user time and 16.6589 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 01:37:40
IDJOB=4493524
IDBENCH=147865
IDSOLVER=3363
FILE ID=nodeC022/4493524-1751153860
RUNJOBID= nodeC022-1751146546-14290
SLURM_JOB_ID= 9587461
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 13744d26940a0db30366992d9fdeef8c
RANDOM SEED=70603020

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.739
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.712
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		: 3598.349
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		: 3625.468
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.075
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.723
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		: 3580.420
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		: 3600.149
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:        126424392 kB
MemAvailable:   126051552 kB
Buffers:            3280 kB
Cached:           418972 kB
SwapCached:            0 kB
Active:          4069500 kB
Inactive:         171108 kB
Active(anon):    3836416 kB
Inactive(anon):        0 kB
Active(file):     233084 kB
Inactive(file):   171108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               748 kB
Writeback:             0 kB
AnonPages:       3821452 kB
Mapped:           122164 kB
Shmem:             18060 kB
KReclaimable:      85088 kB
Slab:             168860 kB
SReclaimable:      85088 kB
SUnreclaim:        83772 kB
KernelStack:        5200 kB
PageTables:        11132 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7057284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3596288 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:37:45