Trace number 4493597

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 VeriPB 2025-06-06? (TO) 3600.18 3608.62

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
MD5SUM577423e4c806b19b8b5f6a5daee1c614
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.071126
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 constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4493597-1751156506.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.15	c  no objective function found
0.11/0.19	c ... done. Wall clock time 0.048s.
0.11/0.19	c declared #vars     370
0.11/0.19	c #constraints  557
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.11/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.11/0.19	c 557 constraints processed.
2.04/1.14	c cleaning 2500 clauses out of 5000 with flag 18361/5000
3.82/2.03	c cleaning 4249 clauses out of 8500 with flag 38498/11000
5.00/2.75	c cleaning 5627 clauses out of 11253 with flag 62178/18002
6.01/3.63	c cleaning 6803 clauses out of 13626 with flag 88261/26002
7.36/4.65	c cleaning 7911 clauses out of 15821 with flag 117374/35000
8.65/5.93	c cleaning 8953 clauses out of 17910 with flag 148546/45000
10.27/7.57	c cleaning 9978 clauses out of 19958 with flag 182643/56001
11.99/9.25	c cleaning 10988 clauses out of 21979 with flag 220591/68000
14.02/11.28	c cleaning 11934 clauses out of 23991 with flag 262000/81000
16.53/13.73	c cleaning 13018 clauses out of 26057 with flag 315108/95000
18.96/16.16	c cleaning 14002 clauses out of 28040 with flag 368283/110001
21.57/18.76	c cleaning 15017 clauses out of 30043 with flag 424517/126006
24.85/21.93	c cleaning 16006 clauses out of 32021 with flag 482317/143001
28.46/25.58	c cleaning 17007 clauses out of 34016 with flag 543011/161002
32.61/29.69	c cleaning 17999 clauses out of 36007 with flag 603552/180000
36.60/33.61	c cleaning 19000 clauses out of 38010 with flag 666537/200002
41.37/38.34	c cleaning 19996 clauses out of 40008 with flag 729784/221000
46.86/43.80	c cleaning 21000 clauses out of 42013 with flag 794556/243001
53.43/50.31	c cleaning 22000 clauses out of 44012 with flag 873182/266000
60.51/57.30	c cleaning 23000 clauses out of 46012 with flag 946954/290000
67.99/64.83	c cleaning 24001 clauses out of 48013 with flag 1033570/315001
75.68/72.42	c cleaning 25004 clauses out of 50014 with flag 1125809/341003
83.89/80.55	c cleaning 25986 clauses out of 52008 with flag 1220267/368001
92.17/88.82	c cleaning 27002 clauses out of 54021 with flag 1319015/396000
100.66/97.21	c cleaning 27999 clauses out of 56019 with flag 1420854/425000
111.23/107.80	c cleaning 28988 clauses out of 58022 with flag 1532067/455002
121.70/118.23	c cleaning 30014 clauses out of 60037 with flag 1646242/486005
133.09/129.50	c cleaning 30994 clauses out of 62018 with flag 1762774/518000
145.88/142.26	c cleaning 32004 clauses out of 64026 with flag 1887055/551002
160.39/156.60	c cleaning 33005 clauses out of 66021 with flag 2005691/585001
177.82/174.26	c cleaning 33980 clauses out of 68018 with flag 2126183/620003
196.87/193.38	c cleaning 35012 clauses out of 70037 with flag 2254537/656002
213.82/210.28	c cleaning 36005 clauses out of 72025 with flag 2402125/693002
228.98/225.42	c cleaning 36998 clauses out of 74018 with flag 2535960/731000
247.18/243.59	c cleaning 37994 clauses out of 76024 with flag 2679755/770004
268.00/264.49	c cleaning 38996 clauses out of 78029 with flag 2822207/810003
288.56/285.06	c cleaning 40004 clauses out of 80030 with flag 2982755/851000
306.91/303.41	c cleaning 41003 clauses out of 82027 with flag 3140395/893001
327.34/323.97	c cleaning 42006 clauses out of 84023 with flag 3285191/936000
349.31/345.89	c cleaning 42993 clauses out of 86017 with flag 3463854/980000
374.89/371.37	c cleaning 44005 clauses out of 88025 with flag 3624892/1025001
401.20/397.95	c cleaning 44990 clauses out of 90019 with flag 3790095/1071000
427.21/424.10	c cleaning 46000 clauses out of 92033 with flag 3950652/1118004
454.22/451.16	c cleaning 46998 clauses out of 94030 with flag 4119302/1166001
480.41/477.35	c cleaning 48011 clauses out of 96033 with flag 4292079/1215002
508.64/505.63	c cleaning 49006 clauses out of 98022 with flag 4475436/1265002
533.46/530.28	c cleaning 50001 clauses out of 100016 with flag 4650196/1316002
564.27/561.14	c cleaning 50992 clauses out of 102013 with flag 4831772/1368000
600.10/597.03	c cleaning 52009 clauses out of 104021 with flag 5030569/1421000
634.93/631.91	c cleaning 52990 clauses out of 106013 with flag 5227849/1475001
671.68/668.63	c cleaning 53998 clauses out of 108022 with flag 5422107/1530000
715.61/712.72	c cleaning 55000 clauses out of 110025 with flag 5620060/1586001
757.33/754.59	c cleaning 56003 clauses out of 112024 with flag 5800276/1643000
806.01/803.32	c cleaning 57007 clauses out of 114021 with flag 5991834/1701000
859.08/856.42	c cleaning 57995 clauses out of 116014 with flag 6211627/1760000
898.84/896.28	c cleaning 58999 clauses out of 118019 with flag 6414339/1820000
929.94/927.47	c cleaning 60004 clauses out of 120020 with flag 6599252/1881000
973.95/971.60	c cleaning 61004 clauses out of 122017 with flag 6780672/1943001
1012.34/1010.06	c cleaning 61996 clauses out of 124012 with flag 6961554/2006000
1052.83/1050.74	c cleaning 62997 clauses out of 126016 with flag 7152234/2070000
1095.06/1094.49	c cleaning 64007 clauses out of 128021 with flag 7347749/2135002
1144.55/1143.93	c cleaning 65002 clauses out of 130015 with flag 7551622/2201003
1190.59/1189.60	c cleaning 65995 clauses out of 132013 with flag 7755575/2268003
1236.76/1235.86	c cleaning 67000 clauses out of 134015 with flag 7952725/2336000
1291.29/1290.35	c cleaning 67999 clauses out of 136015 with flag 8164858/2405000
1352.51/1351.62	c cleaning 69000 clauses out of 138018 with flag 8378339/2475002
1408.50/1407.65	c cleaning 70001 clauses out of 140017 with flag 8583482/2546001
1465.15/1464.22	c cleaning 71005 clauses out of 142018 with flag 8804544/2618003
1539.81/1539.08	c cleaning 71995 clauses out of 144011 with flag 9039375/2691001
1613.45/1612.82	c cleaning 73004 clauses out of 146017 with flag 9271958/2765002
1678.09/1677.56	c cleaning 73996 clauses out of 148013 with flag 9514645/2840002
1740.43/1739.85	c cleaning 75003 clauses out of 150016 with flag 9752537/2916001
1827.66/1827.19	c cleaning 76001 clauses out of 152012 with flag 10004216/2993000
1912.17/1911.71	c cleaning 76996 clauses out of 154011 with flag 10260081/3071000
1997.21/1996.99	c cleaning 78002 clauses out of 156015 with flag 10515985/3150000
2084.91/2084.73	c cleaning 78991 clauses out of 158013 with flag 10795582/3230000
2183.07/2183.98	c cleaning 79994 clauses out of 160022 with flag 11136154/3311000
2302.77/2303.96	c cleaning 80971 clauses out of 162028 with flag 11498865/3393000
2390.87/2392.18	c cleaning 82006 clauses out of 164059 with flag 11856836/3476002
2476.45/2477.97	c cleaning 83018 clauses out of 166051 with flag 12184504/3560000
2594.28/2596.00	c cleaning 83982 clauses out of 168033 with flag 12557890/3645000
2695.24/2697.07	c cleaning 85023 clauses out of 170054 with flag 12888330/3731003
2804.49/2806.39	c cleaning 85989 clauses out of 172028 with flag 13252427/3818000
2901.83/2903.83	c cleaning 87012 clauses out of 174039 with flag 13595586/3906000
3015.56/3017.39	c cleaning 87981 clauses out of 176027 with flag 13972358/3995000
3107.19/3109.10	c cleaning 89017 clauses out of 178047 with flag 14295757/4085001
3204.53/3206.62	c cleaning 89999 clauses out of 180029 with flag 14649457/4176000
3329.67/3337.87	c cleaning 91007 clauses out of 182032 with flag 15050280/4268002
3449.60/3457.91	c cleaning 91997 clauses out of 184025 with flag 15434909/4361002
3569.13/3577.66	c cleaning 92968 clauses out of 186026 with flag 15834850/4455000
3600.02/3608.51	c starts		: 5689
3600.02/3608.52	c timeout
3600.02/3608.53	c conflicts		: 4484322
3600.02/3608.53	c decisions		: 9131595
3600.02/3608.53	c propagations		: 153306937
3600.02/3608.53	c inspects		: 22952830227
3600.02/3608.53	c shortcuts		: 0
3600.02/3608.53	c learnt literals	: 0
3600.02/3608.53	c learnt binary clauses	: 0
3600.02/3608.53	c learnt ternary clauses	: 0
3600.02/3608.53	c learnt constraints	: 4484322
3600.02/3608.53	c ignored constraints	: 0
3600.02/3608.53	c root simplifications	: 0
3600.02/3608.53	c removed literals (reason simplification)	: 16033846
3600.02/3608.53	c reason swapping (by a shorter reason)	: 0
3600.02/3608.53	c Calls to reduceDB	: 90
3600.02/3608.53	c Number of update (reduction) of LBD	: 1312877
3600.02/3608.53	c Imported unit clauses	: 0
3600.02/3608.53	c No decision after first conflict	: false
3600.02/3608.53	c number of reductions to clauses (during analyze)	: 0
3600.02/3608.53	c number of learned constraints concerned by reduction	: 0
3600.02/3608.53	c number of learning phase by resolution	: 0
3600.02/3608.53	c number of learning phase by cutting planes	: 0
3600.02/3608.53	c number of rounding to 1 operations	: 0
3600.02/3608.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3608.53	c number of reductions of the coefficients by power 2 	: 0
3600.02/3608.54	c number of right shift for reduction by power 2 	: 0
3600.02/3608.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3608.54	c number of ending skipping 	: 0
3600.02/3608.54	c number of internal skipping 	: 0
3600.02/3608.54	c number of derivation steps 	: 0
3600.02/3608.54	c number of skipped derivation steps 	: 0
3600.02/3608.54	c number of remaining unassigned 	: 0
3600.02/3608.54	c number of remaining assigned 	: 0
3600.02/3608.54	c number of falsified literals weakened from reason	: 0
3600.02/3608.54	c number of falsified literals weakened from conflict	: 0
3600.02/3608.54	c time for arithmetic operations	: 0
3600.02/3608.54	c minimum degree of deleted constraints	: null
3600.02/3608.54	c maximum degree of deleted constraints	: null
3600.02/3608.54	c number of deleted constraints	: 0
3600.02/3608.54	c speed (assignments/second)	: 42486.76180166758
3600.02/3608.54	c non guided choices	: 48
3600.02/3608.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 122380
3600.02/3608.59	s UNKNOWN
3600.02/3608.59	c Total wall clock time (in seconds): 3608.453

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493597-1751156506/watcher-4493597-1751156506 -o /tmp/evaluation-result-4493597-1751156506/solver-4493597-1751156506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16357 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493597-1751156506 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493597-1751156506.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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=16412, runsolver pid=16397

[startup+0.100058 s]*
/proc/loadavg: 2.43 3.68 3.95 10/332 16481
/proc/meminfo: memFree=130096280/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=18930384 memory=53156 CPUtime=0.11 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 6484 0 14 0 9 2 0 0 20 0 18 0 31330516 19384713216 13289 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4732596 13289 5313 1 0 547550 0
[pid=16412/tid=16417] ppid=16397 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 5005 0 14 0 5 1 0 0 20 0 18 0 31330518 19384713216 13289 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31330520 19384713216 13289 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31330521 19384713216 13289 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53156 KiB

[startup+0.205053 s]*
/proc/loadavg: 2.43 3.68 3.95 12/334 16483
/proc/meminfo: memFree=130063500/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=18996948 memory=62272 CPUtime=0.29 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 7168 0 14 0 27 2 0 0 20 0 19 0 31330516 19452874752 15568 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4749237 15568 5409 1 0 548318 0
[pid=16412/tid=16417] ppid=16397 vsize=18996948 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 5363 0 14 0 14 1 0 0 20 0 19 0 31330518 19452874752 15568 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=18996948 memory=18954 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330520 19452874752 15568 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=18996948 memory=60684515935208 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31330521 19452874752 15568 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330536 19452874752 15568 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62272 KiB

[startup+0.305076 s]*
/proc/loadavg: 2.43 3.68 3.95 12/336 16485
/proc/meminfo: memFree=130030168/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=18996948 memory=74340 CPUtime=0.48 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 8844 0 14 0 45 3 0 0 20 0 19 0 31330516 19452874752 18585 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4749237 18585 5441 1 0 549100 0
[pid=16412/tid=16417] ppid=16397 vsize=18996948 memory=-6000919476934501998 CPUtime=0.21 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 5383 0 14 0 19 2 0 0 20 0 19 0 31330518 19452874752 18585 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330520 19452874752 18585 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31330521 19452874752 18585 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330536 19452874752 18585 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74340 KiB

[startup+0.700198 s]
/proc/loadavg: 2.43 3.68 3.95 11/336 16485
/proc/meminfo: memFree=129844720/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=163696 CPUtime=1.24 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 11001 0 15 0 118 6 0 0 20 0 20 0 31330516 19521036288 40924 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 40924 5473 1 0 550474 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=17536 CPUtime=0.55 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 5424 0 14 0 51 4 0 0 20 0 20 0 31330518 19521036288 40924 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 40924 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 40924 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 40924 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163696 KiB

[startup+1.5002 s]
/proc/loadavg: 2.43 3.68 3.95 11/340 16489
/proc/meminfo: memFree=129606964/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=181296 CPUtime=2.83 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 21443 0 15 0 275 8 0 0 20 0 20 0 31330516 19521036288 45324 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 45324 5473 1 0 553220 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=0 CPUtime=1.3 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 5778 0 14 0 126 4 0 0 20 0 20 0 31330518 19521036288 45324 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 45324 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 45324 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 45324 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181296 KiB

[startup+3.10475 s]
/proc/loadavg: 2.72 3.72 3.96 7/340 16489
/proc/meminfo: memFree=129033368/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=459576 CPUtime=5.5 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 24057 0 15 0 534 16 0 0 20 0 20 0 31330516 19521036288 114894 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 114894 5473 1 0 659735 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=10880 CPUtime=2.84 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 6606 0 14 0 274 10 0 0 20 0 20 0 31330518 19521036288 115406 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=-6000919476934501998 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 115406 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 115406 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 115406 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 459576 KiB

[startup+6.30017 s]
/proc/loadavg: 2.72 3.72 3.96 6/341 16491
/proc/meminfo: memFree=127646056/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=992180 CPUtime=9.05 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 25004 0 15 0 875 30 0 0 20 0 20 0 31330516 19521036288 248045 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 248045 5473 1 0 845654 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=0 CPUtime=5.85 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 6862 0 14 0 563 22 0 0 20 0 20 0 31330518 19521036288 248045 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 248045 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 248045 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 248045 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 992180 KiB

[startup+12.7002 s]
/proc/loadavg: 2.82 3.73 3.96 6/341 16557
/proc/meminfo: memFree=125710588/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=1428592 CPUtime=15.53 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 25307 0 15 0 1509 44 0 0 20 0 20 0 31330516 19521036288 357148 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 357148 5473 1 0 845666 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=0 CPUtime=12.1 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 7034 0 14 0 1177 33 0 0 20 0 20 0 31330518 19521036288 357148 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 357148 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 357148 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=-6000919476934501998 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 357148 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1428592 KiB

[startup+25.5002 s]
/proc/loadavg: 3.15 3.76 3.97 7/341 16557
/proc/meminfo: memFree=123593156/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=1543528 CPUtime=28.46 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 30010 0 15 0 2790 56 0 0 20 0 20 0 31330516 19521036288 385882 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 385882 5473 1 0 845668 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=0 CPUtime=24.71 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 8830 0 14 0 2428 43 0 0 20 0 20 0 31330518 19521036288 385882 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=1543528 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 385882 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=1481840 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 385882 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 385882 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1543528 KiB

[startup+51.1055 s]
/proc/loadavg: 3.44 3.78 3.97 7/343 16559
/proc/meminfo: memFree=121207788/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=2110992 CPUtime=54.23 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 34345 0 15 0 5344 79 0 0 20 0 20 0 31330516 19521036288 527748 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 527748 5473 1 0 845672 0

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

[startup+3282.3 s]
/proc/loadavg: 4.17 4.14 4.15 6/345 16729
/proc/meminfo: memFree=101743448/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3276.35 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 146758 0 15 0 326703 932 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847847 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3249.59 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 69314 0 14 0 324165 794 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3276.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.15 6/344 16735
/proc/meminfo: memFree=101556960/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3334.14 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 147648 0 15 0 332471 943 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847847 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3307.17 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 69694 0 14 0 329914 803 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=-6000919476934501998 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3334.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.14 4.15 6/343 16737
/proc/meminfo: memFree=101374088/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3394.15 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 149644 0 15 0 338456 959 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847847 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3366.71 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 71000 0 14 0 335854 817 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3394.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.16 4.15 6/342 16741
/proc/meminfo: memFree=101170580/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3453.96 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 150984 0 15 0 344426 970 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847860 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3426.48 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 72195 0 14 0 341822 826 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2696 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3453.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.15 6/342 16744
/proc/meminfo: memFree=100957916/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3514.01 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 152074 0 15 0 350415 986 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847860 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3486.05 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 72435 0 14 0 347765 840 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2749 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=-6000919476934501998 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3514.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.15 4.15 6/342 16746
/proc/meminfo: memFree=100720288/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3573.82 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 152448 0 15 0 356383 999 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847860 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3545.84 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 72787 0 14 0 353732 852 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2749 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=-6000919476934501998 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3573.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.18 4.15 4.15 6/343 16814
/proc/meminfo: memFree=108819852/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3600.02 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 153380 0 15 0 358997 1005 0 0 20 0 20 0 31330516 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4765878 835761 5505 1 0 847860 0
[pid=16412/tid=16417] ppid=16397 vsize=19063512 memory=3343044 CPUtime=3571.81 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) R 16397 16412 16344 0 -1 4194368 73505 0 14 0 356324 857 0 0 20 0 20 0 31330518 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19063512 memory=-4421386504871175526 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19063512 memory=3343044 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2750 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16483] ppid=16397 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/16412/task/16483/stat : 16483 (Timer-0) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330536 19521036288 835761 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.11 s, system=10.0725 s

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

[startup+3608.61 s]
/proc/loadavg: 4.18 4.15 4.15 6/343 16814
/proc/meminfo: memFree=108819852/131250000 swapFree=33010684/33010684
[pid=16412] ppid=16397 vsize=19263204 memory=3343940 CPUtime=3600.16 cores=5,7
/proc/16412/stat : 16412 (java) S 16397 16412 16344 0 -1 4194304 156171 0 15 0 359010 1006 0 0 20 0 15 0 31330516 19725520896 835985 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
/proc/16412/statm: 4815801 835985 5537 1 0 848798 0
[pid=16412/tid=16417] ppid=16397 vsize=19263204 memory=2892 CPUtime=3571.83 cores=5,7
/proc/16412/task/16417/stat : 16417 (java) S 16397 16412 16344 0 -1 4194368 73907 0 14 0 356326 857 0 0 20 0 15 0 31330518 19725520896 835985 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16451] ppid=16397 vsize=19263204 memory=21968 CPUtime=0 cores=5,7
/proc/16412/task/16451/stat : 16451 (Finalizer) S 16397 16412 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 31330520 19725520896 835985 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
[pid=16412/tid=16478] ppid=16397 vsize=19263204 memory=-6000919476934501998 CPUtime=0 cores=5,7
/proc/16412/task/16478/stat : 16478 (Common-Cleaner) S 16397 16412 16344 0 -1 4194368 2750 0 0 0 0 0 0 0 20 0 15 0 31330521 19725520896 835985 18446744073709551615 94605665935360 94605665939056 140732441476544 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94605665946872 94605665947664 94605669572608 140732441479472 140732441479654 140732441479654 140732441485256 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3343940 KiB

Child status: 143

Real time (s): 3608.62
CPU time (s): 3600.18
CPU user time (s): 3590.11
CPU system time (s): 10.0725
CPU usage (%): 99.766
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3343940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.11
system time used= 10.0725
maximum resident set size= 3344068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156198
page faults= 15
swaps= 0
block input operations= 208
block output operations= 8906032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112335
involuntary context switches= 9732


# summary of solver processes directly reported to runsolver:
#   pid: 16412
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3590.11
#   total CPU system time (s): 10.0725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2908 second user time and 13.4992 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 02:21:46
IDJOB=4493597
IDBENCH=147867
IDSOLVER=3364
FILE ID=nodeC027/4493597-1751156506
RUNJOBID= nodeC027-1751156506-16357
SLURM_JOB_ID= 9587479
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493597-1751156506/watcher-4493597-1751156506 -o /tmp/evaluation-result-4493597-1751156506/solver-4493597-1751156506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16357 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493597-1751156506 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493597-1751156506.opb

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

MD5SUM BENCH= 577423e4c806b19b8b5f6a5daee1c614
RANDOM SEED=1073609495

nodeC027 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.954
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.29
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.29
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.929
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.29
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		: 3601.264
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.29
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.817
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.29
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		: 3601.930
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.29
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		: 3600.266
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.29
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.686
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130194492 kB
MemAvailable:   129804576 kB
Buffers:            3280 kB
Cached:           384616 kB
SwapCached:            0 kB
Active:           316372 kB
Inactive:         143268 kB
Active(anon):      89812 kB
Inactive(anon):        0 kB
Active(file):     226560 kB
Inactive(file):   143268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3364 kB
Writeback:             0 kB
AnonPages:         74888 kB
Mapped:           102532 kB
Shmem:             18068 kB
KReclaimable:      85292 kB
Slab:             167964 kB
SReclaimable:      85292 kB
SUnreclaim:        82672 kB
KernelStack:        4112 kB
PageTables:         2772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 03:21:55