Trace number 4492624

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.18 3578.92

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUMe1bd57ab2da267e3bb55cd17a3d0a3cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.022902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4492624-1751146549.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c  no objective function found
0.31/0.21	c ... done. Wall clock time 0.074s.
0.31/0.21	c declared #vars     6000
0.31/0.21	c #constraints  220
0.31/0.21	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
0.31/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.31/0.22	c 220 constraints processed.
2.86/2.24	c cleaning 2493 clauses out of 5001 with flag 32606/5001
4.79/4.09	c cleaning 4240 clauses out of 8508 with flag 72600/11001
7.53/6.75	c cleaning 5625 clauses out of 11271 with flag 126297/18004
11.23/10.44	c cleaning 6798 clauses out of 13642 with flag 187826/26000
13.59/12.70	c cleaning 7909 clauses out of 15844 with flag 254130/35000
17.95/16.91	c cleaning 8952 clauses out of 17935 with flag 319022/45000
22.07/21.03	c cleaning 9976 clauses out of 19984 with flag 396191/56001
27.70/26.68	c cleaning 10989 clauses out of 22008 with flag 490620/68001
31.76/30.60	c cleaning 11994 clauses out of 24019 with flag 580518/81001
38.32/37.15	c cleaning 12992 clauses out of 26027 with flag 672083/95003
42.77/41.51	c cleaning 13994 clauses out of 28034 with flag 766447/110002
47.54/46.21	c cleaning 14988 clauses out of 30038 with flag 868711/126000
56.42/55.09	c cleaning 15997 clauses out of 32050 with flag 1001779/143000
66.39/64.95	c cleaning 16997 clauses out of 34053 with flag 1143885/161000
77.43/75.90	c cleaning 18005 clauses out of 36056 with flag 1299145/180000
90.56/89.09	c cleaning 18999 clauses out of 38051 with flag 1463565/200000
107.67/106.06	c cleaning 19992 clauses out of 40052 with flag 1650691/221000
120.33/118.39	c cleaning 21014 clauses out of 42062 with flag 1837328/243002
128.18/126.12	c cleaning 21982 clauses out of 44047 with flag 1984532/266001
138.40/136.27	c cleaning 23006 clauses out of 46064 with flag 2151849/290000
147.69/145.41	c cleaning 23977 clauses out of 48059 with flag 2317411/315001
157.08/154.89	c cleaning 25024 clauses out of 50081 with flag 2491223/341000
170.87/168.42	c cleaning 26017 clauses out of 52057 with flag 2671558/368000
190.13/187.37	c cleaning 27007 clauses out of 54042 with flag 2853666/396002
205.00/202.10	c cleaning 27998 clauses out of 56033 with flag 3059787/425000
228.74/225.72	c cleaning 29008 clauses out of 58037 with flag 3273131/455002
255.67/252.51	c cleaning 30002 clauses out of 60029 with flag 3536001/486002
275.62/272.35	c cleaning 31001 clauses out of 62027 with flag 3746311/518002
305.83/302.44	c cleaning 32003 clauses out of 64026 with flag 3994505/551002
338.47/334.31	c cleaning 33000 clauses out of 66022 with flag 4267755/585001
369.21/365.07	c cleaning 33997 clauses out of 68021 with flag 4560696/620000
395.62/391.30	c cleaning 34993 clauses out of 70025 with flag 4828144/656001
431.89/427.52	c cleaning 36002 clauses out of 72032 with flag 5109574/693001
454.35/449.83	c cleaning 36985 clauses out of 74029 with flag 5428364/731000
474.94/470.31	c cleaning 38009 clauses out of 76045 with flag 5714435/770001
512.77/507.95	c cleaning 38995 clauses out of 78035 with flag 5965034/810000
534.54/529.61	c cleaning 40004 clauses out of 80041 with flag 6260201/851001
580.28/574.67	c cleaning 40984 clauses out of 82036 with flag 6519461/893000
599.33/593.68	c cleaning 42007 clauses out of 84054 with flag 6804589/936002
624.96/619.13	c cleaning 42995 clauses out of 86048 with flag 7090250/980003
670.95/664.88	c cleaning 43995 clauses out of 88054 with flag 7460620/1025004
696.96/690.75	c cleaning 45014 clauses out of 90055 with flag 7771690/1071000
718.47/711.92	c cleaning 45990 clauses out of 92041 with flag 8079106/1118000
742.51/735.88	c cleaning 47000 clauses out of 94051 with flag 8419849/1166000
766.61/759.87	c cleaning 47999 clauses out of 96052 with flag 8722368/1215001
791.27/784.21	c cleaning 49015 clauses out of 98052 with flag 9051649/1265000
825.29/817.53	c cleaning 49992 clauses out of 100038 with flag 9413317/1316001
859.52/851.60	c cleaning 51010 clauses out of 102048 with flag 9770733/1368003
889.91/881.72	c cleaning 52002 clauses out of 104037 with flag 10126571/1421002
927.69/919.21	c cleaning 52987 clauses out of 106034 with flag 10532742/1475001
1018.57/1009.74	c cleaning 53988 clauses out of 108046 with flag 10983572/1530000
1054.76/1045.89	c cleaning 55001 clauses out of 110059 with flag 11430714/1586001
1105.71/1096.52	c cleaning 56008 clauses out of 112059 with flag 11852502/1643002
1138.21/1128.70	c cleaning 57013 clauses out of 114049 with flag 12216829/1701000
1174.95/1164.76	c cleaning 57985 clauses out of 116037 with flag 12627597/1760001
1208.15/1197.65	c cleaning 59015 clauses out of 118053 with flag 13047955/1820002
1241.64/1230.85	c cleaning 59996 clauses out of 120036 with flag 13449828/1881000
1307.51/1296.66	c cleaning 60993 clauses out of 122040 with flag 13858530/1943000
1394.42/1383.11	c cleaning 62010 clauses out of 124047 with flag 14325760/2006000
1471.72/1460.23	c cleaning 62994 clauses out of 126037 with flag 14855635/2070000
1511.72/1500.17	c cleaning 64007 clauses out of 128045 with flag 15299725/2135002
1550.41/1538.56	c cleaning 65004 clauses out of 130037 with flag 15738141/2201001
1594.46/1582.39	c cleaning 66008 clauses out of 132033 with flag 16226974/2268001
1701.34/1689.02	c cleaning 67002 clauses out of 134027 with flag 16725225/2336003
1786.89/1773.57	c cleaning 67993 clauses out of 136023 with flag 17261199/2405001
1855.59/1841.93	c cleaning 69001 clauses out of 138031 with flag 17767137/2475002
1974.42/1960.57	c cleaning 70004 clauses out of 140032 with flag 18401808/2546004
2028.80/2014.52	c cleaning 71002 clauses out of 142024 with flag 18974079/2618000
2073.03/2058.69	c cleaning 72005 clauses out of 144025 with flag 19453269/2691003
2129.89/2115.15	c cleaning 72995 clauses out of 146017 with flag 19898312/2765000
2181.40/2166.51	c cleaning 74003 clauses out of 148023 with flag 20369623/2840001
2233.22/2218.03	c cleaning 74997 clauses out of 150019 with flag 20881371/2916000
2286.46/2270.96	c cleaning 76002 clauses out of 152023 with flag 21391810/2993001
2344.46/2328.88	c cleaning 76996 clauses out of 154020 with flag 21893283/3071000
2409.69/2393.74	c cleaning 77989 clauses out of 156024 with flag 22359916/3150000
2477.85/2460.24	c cleaning 78995 clauses out of 158035 with flag 22865200/3230000
2546.61/2528.84	c cleaning 80012 clauses out of 160041 with flag 23361332/3311001
2609.17/2591.22	c cleaning 81009 clauses out of 162029 with flag 23917940/3393001
2678.11/2660.04	c cleaning 81994 clauses out of 164019 with flag 24442920/3476000
2748.70/2730.26	c cleaning 83001 clauses out of 166025 with flag 24981676/3560000
2821.84/2803.28	c cleaning 84000 clauses out of 168024 with flag 25493405/3645000
2893.40/2874.76	c cleaning 85003 clauses out of 170025 with flag 26027037/3731001
3012.76/2993.73	c cleaning 85989 clauses out of 172021 with flag 26708352/3818000
3097.59/3078.11	c cleaning 87011 clauses out of 174032 with flag 27408680/3906000
3171.91/3152.02	c cleaning 87997 clauses out of 176024 with flag 27997447/3995003
3248.53/3228.59	c cleaning 89005 clauses out of 178024 with flag 28609495/4085000
3338.61/3318.28	c cleaning 89996 clauses out of 180019 with flag 29168672/4176000
3424.10/3403.67	c cleaning 91005 clauses out of 182026 with flag 29741974/4268003
3508.39/3487.54	c cleaning 92005 clauses out of 184018 with flag 30342429/4361000
3589.00/3568.08	c cleaning 93003 clauses out of 186013 with flag 30950330/4455000
3600.04/3578.81	c starts		: 15252
3600.04/3578.81	c timeout
3600.04/3578.81	c conflicts		: 4471743
3600.04/3578.81	c decisions		: 30741660
3600.04/3578.81	c propagations		: 184662949
3600.04/3578.81	c inspects		: 14271257862
3600.04/3578.81	c shortcuts		: 0
3600.04/3578.81	c learnt literals	: 0
3600.04/3578.81	c learnt binary clauses	: 0
3600.04/3578.81	c learnt ternary clauses	: 0
3600.04/3578.82	c learnt constraints	: 4471743
3600.04/3578.82	c ignored constraints	: 0
3600.04/3578.82	c root simplifications	: 0
3600.04/3578.82	c removed literals (reason simplification)	: 18157363
3600.04/3578.82	c reason swapping (by a shorter reason)	: 0
3600.04/3578.82	c Calls to reduceDB	: 90
3600.04/3578.82	c Number of update (reduction) of LBD	: 2661095
3600.04/3578.82	c Imported unit clauses	: 0
3600.04/3578.82	c No decision after first conflict	: false
3600.04/3578.82	c number of reductions to clauses (during analyze)	: 0
3600.04/3578.82	c number of learned constraints concerned by reduction	: 0
3600.04/3578.82	c number of learning phase by resolution	: 0
3600.04/3578.82	c number of learning phase by cutting planes	: 0
3600.04/3578.82	c number of rounding to 1 operations	: 0
3600.04/3578.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3578.82	c number of reductions of the coefficients by power 2 	: 0
3600.04/3578.82	c number of right shift for reduction by power 2 	: 0
3600.04/3578.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3578.82	c number of ending skipping 	: 0
3600.04/3578.82	c number of internal skipping 	: 0
3600.04/3578.82	c number of derivation steps 	: 0
3600.04/3578.82	c number of skipped derivation steps 	: 0
3600.04/3578.82	c number of remaining unassigned 	: 0
3600.04/3578.82	c number of remaining assigned 	: 0
3600.04/3578.82	c number of falsified literals weakened from reason	: 0
3600.04/3578.82	c number of falsified literals weakened from conflict	: 0
3600.04/3578.82	c time for arithmetic operations	: 0
3600.04/3578.82	c minimum degree of deleted constraints	: null
3600.04/3578.82	c maximum degree of deleted constraints	: null
3600.04/3578.82	c number of deleted constraints	: 0
3600.04/3578.82	c speed (assignments/second)	: 51602.02330576854
3600.04/3578.82	c non guided choices	: 371120
3600.04/3578.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109753
3600.04/3578.87	s UNKNOWN
3600.04/3578.87	c Total wall clock time (in seconds): 3578.738

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=14520, runsolver pid=14513

[startup+0.100065 s]*
/proc/loadavg: 1.13 2.12 2.74 8/337 14555
/proc/meminfo: memFree=129986508/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=18930384 memory=57748 CPUtime=0.13 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 6573 0 0 0 11 2 0 0 20 0 18 0 30332632 19384713216 14437 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4732596 14437 5331 1 0 547619 0
[pid=14520/tid=14528] ppid=14513 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 5066 0 0 0 7 1 0 0 20 0 18 0 30332633 19384713216 14437 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30332636 19384713216 14437 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30332636 19384713216 14437 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57748 KiB

[startup+0.205747 s]*
/proc/loadavg: 1.13 2.12 2.74 7/338 14556
/proc/meminfo: memFree=129957780/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=18930384 memory=72124 CPUtime=0.31 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 7008 0 0 0 29 2 0 0 20 0 18 0 30332632 19384713216 18031 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4732596 18031 5427 1 0 547891 0
[pid=14520/tid=14528] ppid=14513 vsize=18930384 memory=4026532124 CPUtime=0.16 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) S 14513 14520 14279 0 -1 4194368 5263 0 0 0 15 1 0 0 20 0 18 0 30332633 19384713216 18031 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=18930384 memory=16880 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30332636 19384713216 18031 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30332636 19384713216 18031 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72124 KiB

[startup+0.30572 s]*
/proc/loadavg: 1.13 2.12 2.74 5/319 14559
/proc/meminfo: memFree=129951132/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=18996948 memory=80312 CPUtime=0.5 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 9219 0 0 0 47 3 0 0 20 0 19 0 30332632 19452874752 20078 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4749237 20078 5427 1 0 549637 0
[pid=14520/tid=14528] ppid=14513 vsize=18996948 memory=-6000919494248458350 CPUtime=0.23 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 5300 0 0 0 22 1 0 0 20 0 19 0 30332633 19452874752 20078 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 20078 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 20078 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332655 19452874752 20078 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80312 KiB

[startup+0.700226 s]
/proc/loadavg: 1.13 2.12 2.74 5/317 14567
/proc/meminfo: memFree=129940408/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=18996948 memory=87060 CPUtime=1.2 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 9852 0 0 0 117 3 0 0 20 0 19 0 30332632 19452874752 21765 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4749237 21765 5459 1 0 550185 0
[pid=14520/tid=14528] ppid=14513 vsize=18996948 memory=17408 CPUtime=0.6 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 5311 0 0 0 58 2 0 0 20 0 19 0 30332633 19452874752 21765 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 21765 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 21765 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332655 19452874752 21765 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87060 KiB

[startup+1.50022 s]
/proc/loadavg: 1.13 2.12 2.74 4/317 14567
/proc/meminfo: memFree=129903292/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=18996948 memory=97396 CPUtime=2.05 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 10742 0 0 0 201 4 0 0 20 0 19 0 30332632 19452874752 24349 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4749237 24349 5459 1 0 550187 0
[pid=14520/tid=14528] ppid=14513 vsize=18996948 memory=0 CPUtime=1.39 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 5454 0 0 0 137 2 0 0 20 0 19 0 30332633 19452874752 24349 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 24349 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 24349 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332655 19452874752 24349 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 2.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97396 KiB

[startup+3.1056 s]
/proc/loadavg: 1.13 2.12 2.74 6/340 14623
/proc/meminfo: memFree=129677384/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=18996948 memory=124456 CPUtime=3.88 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 15314 0 0 0 383 5 0 0 20 0 19 0 30332632 19452874752 31114 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4749237 31114 5459 1 0 550742 0
[pid=14520/tid=14528] ppid=14513 vsize=18996948 memory=10752 CPUtime=3 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 6895 0 0 0 297 3 0 0 20 0 19 0 30332633 19452874752 31114 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=18996948 memory=-6000919494248458350 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 31114 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332636 19452874752 31114 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332655 19452874752 31114 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124456 KiB

[startup+6.30021 s]
/proc/loadavg: 1.36 2.15 2.75 6/342 14690
/proc/meminfo: memFree=129417704/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=200748 CPUtime=7.13 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 18390 0 0 0 705 8 0 0 20 0 20 0 30332632 19521036288 50187 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 50187 5459 1 0 551035 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=0 CPUtime=6.14 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 7511 0 0 0 611 3 0 0 20 0 20 0 30332633 19521036288 50187 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 50187 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 50187 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=97396 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 50187 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200748 KiB

[startup+12.7002 s]
/proc/loadavg: 1.57 2.18 2.76 6/342 14690
/proc/meminfo: memFree=129025136/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=266744 CPUtime=13.59 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 21361 0 1 0 1350 9 0 0 20 0 20 0 30332632 19521036288 66686 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 66686 5491 1 0 551035 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=97396 CPUtime=12.46 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 8243 0 0 0 1243 3 0 0 20 0 20 0 30332633 19521036288 66686 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 66686 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=-6000919494248458350 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 66686 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 66686 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 13.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 266744 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 2.29 2.78 5/342 14691
/proc/meminfo: memFree=128359144/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=336344 CPUtime=26.6 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 26052 0 1 0 2648 12 0 0 20 0 20 0 30332632 19521036288 84086 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 84086 5491 1 0 552063 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=297324 CPUtime=25.16 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 8898 0 0 0 2513 3 0 0 20 0 20 0 30332633 19521036288 84086 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 84086 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 84086 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 84086 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 26.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 336344 KiB

[startup+51.1057 s]
/proc/loadavg: 2.80 2.43 2.82 5/343 14692
/proc/meminfo: memFree=126972188/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=656672 CPUtime=52.46 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 27397 0 1 0 5229 17 0 0 20 0 20 0 30332632 19521036288 164168 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 164168 5491 1 0 552063 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=5632 CPUtime=50.43 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 8950 0 0 0 5039 4 0 0 20 0 20 0 30332633 19521036288 164168 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=297324 CPUtime=0 cores=1,3

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

/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=7560676 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 1972 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=7560676 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3182.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7560676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.20 4.12 5/341 15021
/proc/meminfo: memFree=97864780/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=7560676 CPUtime=3242.34 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 173948 0 1 0 323962 272 0 0 20 0 20 0 30332632 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 1890169 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=17408 CPUtime=3193.35 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 80976 0 0 0 319287 48 0 0 20 0 20 0 30332633 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=7560676 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2032 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=7560676 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3242.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7560676 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.18 4.12 5/341 15023
/proc/meminfo: memFree=97864184/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=7560676 CPUtime=3302.45 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 176163 0 1 0 329971 274 0 0 20 0 20 0 30332632 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 1890169 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=7560676 CPUtime=3252.96 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 82833 0 0 0 325247 49 0 0 20 0 20 0 30332633 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=7560676 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2129 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 1890169 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3302.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7560676 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.19 4.12 5/340 15024
/proc/meminfo: memFree=97634908/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=7792128 CPUtime=3362.65 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 179633 0 1 0 335984 281 0 0 20 0 20 0 30332632 19521036288 1948032 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 1948032 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=14384 CPUtime=3312.45 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 85481 0 0 0 331196 49 0 0 20 0 20 0 30332633 19521036288 1948032 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1948032 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2129 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1948032 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 1948032 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3362.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7792128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.12 5/340 15026
/proc/meminfo: memFree=97560680/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=7861760 CPUtime=3422.8 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 183303 0 1 0 341995 285 0 0 20 0 20 0 30332632 19521036288 1965440 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 1965440 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=17408 CPUtime=3372.02 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 88007 0 0 0 337153 49 0 0 20 0 20 0 30332633 19521036288 1965440 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=7792128 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1965440 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=7861760 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2189 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 1965440 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 1965440 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3422.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7861760 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/339 15028
/proc/meminfo: memFree=96949836/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=8470016 CPUtime=3483.24 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 185875 0 1 0 348026 298 0 0 20 0 20 0 30332632 19521036288 2117504 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 2117504 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=17408 CPUtime=3431.31 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 89473 0 0 0 343081 50 0 0 20 0 20 0 30332633 19521036288 2117504 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 2117504 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=8066560 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2196 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 2117504 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=8066560 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 2117504 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3483.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8470016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.18 4.12 5/339 15030
/proc/meminfo: memFree=96644412/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=8775168 CPUtime=3543.38 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 189477 0 1 0 354034 304 0 0 20 0 20 0 30332632 19521036288 2193792 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 2193792 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=8066560 CPUtime=3490.87 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 92140 0 0 0 349037 50 0 0 20 0 20 0 30332633 19521036288 2193792 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=8470016 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 2193792 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=8775168 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2196 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 2193792 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=7028 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 2193792 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3543.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8775168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.8 s]
/proc/loadavg: 4.30 4.20 4.13 5/339 15099
/proc/meminfo: memFree=106817788/131249996 swapFree=33010684/33010684
[pid=14520] ppid=14513 vsize=19063512 memory=9051648 CPUtime=3600.04 cores=1,3
/proc/14520/stat : 14520 (java) S 14513 14520 14279 0 -1 4194304 192765 0 1 0 359694 310 0 0 20 0 20 0 30332632 19521036288 2262912 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
/proc/14520/statm: 4765878 2262912 5491 1 0 2444869 0
[pid=14520/tid=14528] ppid=14513 vsize=19063512 memory=7024 CPUtime=3546.97 cores=1,3
/proc/14520/task/14528/stat : 14528 (java) R 14513 14520 14279 0 -1 4194368 95113 0 0 0 354647 50 0 0 20 0 20 0 30332633 19521036288 2262912 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14548] ppid=14513 vsize=19063512 memory=7147064 CPUtime=0 cores=1,3
/proc/14520/task/14548/stat : 14548 (Finalizer) S 14513 14520 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 2262912 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14555] ppid=14513 vsize=19063512 memory=-6000919494248458350 CPUtime=0 cores=1,3
/proc/14520/task/14555/stat : 14555 (Common-Cleaner) S 14513 14520 14279 0 -1 4194368 2256 0 0 0 0 0 0 0 20 0 20 0 30332636 19521036288 2262912 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
[pid=14520/tid=14559] ppid=14513 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/14520/task/14559/stat : 14559 (Timer-0) S 14513 14520 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332655 19521036288 2262912 18446744073709551615 94070412455936 94070412459632 140737127018736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94070412467448 94070412468240 94070415450112 140737127025025 140737127025126 140737127025126 140737127030728 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9051648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.05 s, system=3.13237 s

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

[startup+3578.91 s]*
/proc/loadavg: 4.30 4.20 4.13 5/321 15102
/proc/meminfo: memFree=115196156/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3578.92
CPU time (s): 3600.18
CPU user time (s): 3597.05
CPU system time (s): 3.13237
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 9051648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.05
system time used= 3.13237
maximum resident set size= 9052800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195316
page faults= 1
swaps= 0
block input operations= 232
block output operations= 15536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111296
involuntary context switches= 4371


# summary of solver processes directly reported to runsolver:
#   pid: 14520
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.05
#   total CPU system time (s): 3.13237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38536 second user time and 17.1751 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 23:35:49
IDJOB=4492624
IDBENCH=147813
IDSOLVER=3363
FILE ID=nodeC022/4492624-1751146549
RUNJOBID= nodeC022-1751146546-14291
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492624-1751146549/watcher-4492624-1751146549 -o /tmp/evaluation-result-4492624-1751146549/solver-4492624-1751146549 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14291 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492624-1751146549.opb

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

MD5SUM BENCH= e1bd57ab2da267e3bb55cd17a3d0a3cd
RANDOM SEED=1563923463

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.885
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:        130034608 kB
MemAvailable:   129657632 kB
Buffers:            3280 kB
Cached:           411052 kB
SwapCached:            0 kB
Active:           483196 kB
Inactive:         163440 kB
Active(anon):     250364 kB
Inactive(anon):        0 kB
Active(file):     232832 kB
Inactive(file):   163440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3788 kB
Writeback:             0 kB
AnonPages:        235420 kB
Mapped:           121436 kB
Shmem:             18060 kB
KReclaimable:      84736 kB
Slab:             168464 kB
SReclaimable:      84736 kB
SUnreclaim:        83728 kB
KernelStack:        4948 kB
PageTables:         3756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4789700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151096 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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 00:35:28