Trace number 4517119

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.19 3606.23

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-15array_diag_greater.opb
MD5SUMd43ecb7c1452ca8da1aa915bfc6a97e8
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.014326
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1185
Total number of constraints1186
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints511
Minimum length of a constraint2
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4517119-1751243237.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.30/0.22	c ... done. Wall clock time 0.078s.
0.30/0.22	c declared #vars     1185
0.30/0.22	c #constraints  1696
0.30/0.22	c constraints type 
0.30/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.30/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 841
0.30/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.30/0.22	c 1696 constraints processed.
2.83/1.52	c cleaning 2497 clauses out of 5000 with flag 32436/5000
5.55/3.15	c cleaning 4247 clauses out of 8503 with flag 92774/11000
7.91/5.22	c cleaning 5619 clauses out of 11256 with flag 167026/18000
10.53/7.72	c cleaning 6813 clauses out of 13637 with flag 261856/26000
13.68/10.84	c cleaning 7906 clauses out of 15824 with flag 370861/35000
17.49/14.69	c cleaning 8952 clauses out of 17918 with flag 504433/45000
21.89/18.83	c cleaning 9977 clauses out of 19969 with flag 647468/56003
26.23/23.15	c cleaning 10988 clauses out of 21989 with flag 809276/68000
31.30/28.18	c cleaning 11993 clauses out of 24002 with flag 992759/81001
36.40/33.24	c cleaning 12998 clauses out of 26009 with flag 1154204/95001
41.93/38.79	c cleaning 14002 clauses out of 28011 with flag 1344249/110001
48.76/45.54	c cleaning 14994 clauses out of 30008 with flag 1604333/126000
55.55/52.25	c cleaning 16001 clauses out of 32015 with flag 1879147/143001
63.65/60.39	c cleaning 16999 clauses out of 34014 with flag 2207278/161001
71.62/68.51	c cleaning 18002 clauses out of 36014 with flag 2573969/180000
80.65/77.51	c cleaning 18999 clauses out of 38012 with flag 2981596/200000
90.52/87.30	c cleaning 20000 clauses out of 40014 with flag 3443077/221001
98.95/95.94	c cleaning 21002 clauses out of 42014 with flag 3955616/243001
109.12/106.10	c cleaning 22004 clauses out of 44012 with flag 4563222/266001
119.88/116.74	c cleaning 23001 clauses out of 46008 with flag 5157622/290001
131.07/128.17	c cleaning 23999 clauses out of 48007 with flag 5838461/315001
143.50/140.56	c cleaning 25001 clauses out of 50008 with flag 6482479/341001
156.76/153.75	c cleaning 26000 clauses out of 52007 with flag 7103637/368001
170.64/167.72	c cleaning 27000 clauses out of 54006 with flag 7731847/396000
185.01/182.07	c cleaning 28000 clauses out of 56007 with flag 8361812/425001
200.23/197.42	c cleaning 29000 clauses out of 58006 with flag 9103971/455000
217.55/214.70	c cleaning 30000 clauses out of 60007 with flag 9848826/486001
234.72/231.98	c cleaning 30995 clauses out of 62007 with flag 10599796/518001
251.24/248.57	c cleaning 32001 clauses out of 64012 with flag 11354941/551001
268.18/265.44	c cleaning 32998 clauses out of 66011 with flag 12137993/585001
285.87/283.22	c cleaning 34001 clauses out of 68012 with flag 12864878/620000
305.74/303.08	c cleaning 35001 clauses out of 70011 with flag 13772367/656000
326.19/323.60	c cleaning 36003 clauses out of 72010 with flag 14838734/693000
346.75/344.21	c cleaning 37001 clauses out of 74007 with flag 15786041/731000
370.00/367.40	c cleaning 38002 clauses out of 76007 with flag 16786821/770001
387.16/384.74	c cleaning 38996 clauses out of 78004 with flag 17746082/810000
402.25/399.91	c cleaning 39995 clauses out of 80008 with flag 18390351/851000
418.11/415.77	c cleaning 40998 clauses out of 82013 with flag 19030533/893000
435.37/433.10	c cleaning 42001 clauses out of 84016 with flag 19800761/936001
450.94/448.62	c cleaning 43002 clauses out of 86014 with flag 20397832/980000
465.09/462.98	c cleaning 43999 clauses out of 88013 with flag 20914807/1025001
479.80/477.66	c cleaning 44997 clauses out of 90014 with flag 21528829/1071001
498.81/496.71	c cleaning 46003 clauses out of 92016 with flag 22482410/1118000
526.68/524.61	c cleaning 47000 clauses out of 94013 with flag 23818647/1166000
550.90/548.81	c cleaning 48004 clauses out of 96013 with flag 25023647/1215000
580.12/578.15	c cleaning 48998 clauses out of 98010 with flag 26488121/1265001
612.24/610.35	c cleaning 50000 clauses out of 100011 with flag 28137717/1316000
640.03/638.16	c cleaning 50997 clauses out of 102011 with flag 29608844/1368000
670.04/668.29	c cleaning 51999 clauses out of 104014 with flag 30814082/1421000
697.00/695.21	c cleaning 53001 clauses out of 106016 with flag 31868044/1475001
726.52/724.80	c cleaning 53999 clauses out of 108014 with flag 32931174/1530000
759.02/757.26	c cleaning 54998 clauses out of 110015 with flag 34087875/1586000
800.12/798.42	c cleaning 55995 clauses out of 112017 with flag 35448882/1643000
835.88/834.28	c cleaning 57002 clauses out of 114023 with flag 36738304/1701001
870.94/869.31	c cleaning 58004 clauses out of 116020 with flag 38438900/1760000
908.88/907.32	c cleaning 58993 clauses out of 118016 with flag 39914008/1820000
945.19/943.79	c cleaning 60003 clauses out of 120025 with flag 41551228/1881002
985.24/983.85	c cleaning 60999 clauses out of 122020 with flag 43556103/1943000
1027.22/1025.95	c cleaning 62002 clauses out of 124021 with flag 45532539/2006000
1068.55/1067.31	c cleaning 63005 clauses out of 126020 with flag 48090019/2070001
1103.33/1102.20	c cleaning 63990 clauses out of 128015 with flag 50563542/2135001
1144.67/1143.95	c cleaning 64997 clauses out of 130025 with flag 53013461/2201001
1189.51/1188.80	c cleaning 65994 clauses out of 132027 with flag 55574780/2268000
1249.59/1249.15	c cleaning 67005 clauses out of 134034 with flag 58436829/2336001
1294.37/1294.12	c cleaning 67972 clauses out of 136029 with flag 61034847/2405001
1316.34/1316.12	c cleaning 69005 clauses out of 138056 with flag 62987163/2475000
1365.59/1365.52	c cleaning 69991 clauses out of 140051 with flag 65689189/2546000
1423.21/1423.24	c cleaning 71018 clauses out of 142061 with flag 68393598/2618001
1461.03/1461.19	c cleaning 71982 clauses out of 144042 with flag 70871383/2691000
1515.09/1515.30	c cleaning 72992 clauses out of 146060 with flag 73928275/2765000
1561.39/1561.78	c cleaning 74011 clauses out of 148068 with flag 76811867/2840000
1613.45/1613.99	c cleaning 75019 clauses out of 150057 with flag 79683404/2916000
1669.42/1670.01	c cleaning 76005 clauses out of 152040 with flag 82445645/2993002
1713.72/1714.40	c cleaning 76990 clauses out of 154034 with flag 84883150/3071001
1781.00/1781.86	c cleaning 78011 clauses out of 156044 with flag 88269431/3150001
1825.39/1826.36	c cleaning 78998 clauses out of 158032 with flag 91057286/3230000
1885.25/1886.31	c cleaning 79992 clauses out of 160035 with flag 93935853/3311001
1964.46/1966.18	c cleaning 81013 clauses out of 162043 with flag 96938831/3393001
2037.68/2039.37	c cleaning 82005 clauses out of 164030 with flag 100285734/3476001
2087.02/2088.88	c cleaning 82984 clauses out of 166025 with flag 102959346/3560001
2152.06/2154.03	c cleaning 84011 clauses out of 168041 with flag 106023998/3645001
2272.46/2274.73	c cleaning 85004 clauses out of 170030 with flag 111089005/3731001
2388.12/2390.66	c cleaning 86003 clauses out of 172025 with flag 115637552/3818000
2499.79/2502.57	c cleaning 87007 clauses out of 174023 with flag 120740076/3906001
2619.32/2622.32	c cleaning 88000 clauses out of 176015 with flag 125232752/3995000
2741.02/2744.31	c cleaning 88984 clauses out of 178015 with flag 130150810/4085000
2856.72/2860.31	c cleaning 89998 clauses out of 180031 with flag 134302402/4176000
2996.24/3000.20	c cleaning 91010 clauses out of 182033 with flag 139367963/4268000
3133.51/3137.85	c cleaning 91998 clauses out of 184023 with flag 145208681/4361000
3281.27/3286.00	c cleaning 93002 clauses out of 186025 with flag 150611263/4455000
3454.82/3460.58	c cleaning 94001 clauses out of 188023 with flag 156083783/4550000
3595.96/3602.07	c cleaning 95007 clauses out of 190023 with flag 161130760/4646001
3600.05/3606.12	c timeout
3600.05/3606.13	c starts		: 1014
3600.05/3606.13	c conflicts		: 4648631
3600.05/3606.13	c decisions		: 4735278
3600.05/3606.13	c propagations		: 1381322492
3600.05/3606.13	c inspects		: 38160555622
3600.05/3606.13	c shortcuts		: 0
3600.05/3606.13	c learnt literals	: 0
3600.05/3606.13	c learnt binary clauses	: 254
3600.05/3606.13	c learnt ternary clauses	: 474
3600.05/3606.13	c learnt constraints	: 4648631
3600.05/3606.13	c ignored constraints	: 0
3600.05/3606.13	c root simplifications	: 0
3600.05/3606.13	c removed literals (reason simplification)	: 264583648
3600.05/3606.13	c reason swapping (by a shorter reason)	: 0
3600.05/3606.13	c Calls to reduceDB	: 92
3600.05/3606.13	c Number of update (reduction) of LBD	: 149893
3600.05/3606.13	c Imported unit clauses	: 0
3600.05/3606.13	c No decision after first conflict	: false
3600.05/3606.13	c number of reductions to clauses (during analyze)	: 0
3600.05/3606.13	c number of learned constraints concerned by reduction	: 0
3600.05/3606.13	c number of learning phase by resolution	: 0
3600.05/3606.13	c number of learning phase by cutting planes	: 0
3600.05/3606.13	c number of rounding to 1 operations	: 0
3600.05/3606.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3606.13	c number of reductions of the coefficients by power 2 	: 0
3600.05/3606.13	c number of right shift for reduction by power 2 	: 0
3600.05/3606.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3606.13	c number of ending skipping 	: 0
3600.05/3606.14	c number of internal skipping 	: 0
3600.05/3606.14	c number of derivation steps 	: 0
3600.05/3606.14	c number of skipped derivation steps 	: 0
3600.05/3606.14	c number of remaining unassigned 	: 0
3600.05/3606.14	c number of remaining assigned 	: 0
3600.05/3606.14	c number of falsified literals weakened from reason	: 0
3600.05/3606.14	c number of falsified literals weakened from conflict	: 0
3600.05/3606.14	c time for arithmetic operations	: 0
3600.05/3606.14	c minimum degree of deleted constraints	: null
3600.05/3606.14	c maximum degree of deleted constraints	: null
3600.05/3606.14	c number of deleted constraints	: 0
3600.05/3606.14	c speed (assignments/second)	: 383071.7097565636
3600.05/3606.14	c non guided choices	: 29
3600.05/3606.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97392
3600.05/3606.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 254
3600.05/3606.19	s UNKNOWN
3600.05/3606.19	c Total wall clock time (in seconds): 3606.049

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: 63708 MiB (61013 MiB free)
  memory of node 1: 64465 MiB (62635 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517119-1751243237/watcher-4517119-1751243237 -o /tmp/evaluation-result-4517119-1751243237/solver-4517119-1751243237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751243212-33907 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517119-1751243237 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517119-1751243237.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 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
solver pid=34223, runsolver pid=34220
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.10006 s]*
/proc/loadavg: 1.93 1.51 2.49 7/340 34241
/proc/meminfo: memFree=126605704/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=18930384 memory=55408 CPUtime=0.12 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 6493 0 0 0 10 2 0 0 20 0 18 0 40001576 19384713216 13852 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4732596 13852 5330 1 0 547572 0
[pid=34223/tid=34225] ppid=34220 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) S 34220 34223 33895 0 -1 4194368 5005 0 0 0 6 1 0 0 20 0 18 0 40001577 19384713216 13852 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40001579 19384713216 13852 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=18930384 memory=58485492679666 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 40001580 19384713216 13852 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55408 KiB

[startup+0.205733 s]*
/proc/loadavg: 1.93 1.51 2.49 9/340 34241
/proc/meminfo: memFree=126597576/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=18930384 memory=64108 CPUtime=0.3 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 7018 0 0 0 28 2 0 0 20 0 18 0 40001576 19384713216 16027 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4732596 16027 5458 1 0 547923 0
[pid=34223/tid=34225] ppid=34220 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 5298 0 0 0 15 1 0 0 20 0 18 0 40001577 19384713216 16027 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40001579 19384713216 16027 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 40001580 19384713216 16027 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64108 KiB

[startup+0.304942 s]*
/proc/loadavg: 1.93 1.51 2.49 9/341 34242
/proc/meminfo: memFree=126587684/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=18997860 memory=72276 CPUtime=0.49 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 8398 0 0 0 46 3 0 0 20 0 19 0 40001576 19453808640 18069 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4749465 18069 5458 1 0 549143 0
[pid=34223/tid=34225] ppid=34220 vsize=18997860 memory=-6000919507116779628 CPUtime=0.24 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 5366 0 0 0 23 1 0 0 20 0 19 0 40001577 19453808640 18069 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=18997860 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40001579 19453808640 18069 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=18997860 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 40001580 19453808640 18069 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=18997860 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40001599 19453808640 18069 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18997860 KiB
Current children cumulated memory: 72276 KiB

[startup+0.700212 s]
/proc/loadavg: 1.93 1.51 2.49 7/341 34242
/proc/meminfo: memFree=126555484/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=18996948 memory=132556 CPUtime=1.25 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 13198 0 0 0 120 5 0 0 20 0 19 0 40001576 19452874752 33139 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4749237 33139 5458 1 0 551799 0
[pid=34223/tid=34225] ppid=34220 vsize=18996948 memory=17536 CPUtime=0.61 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 5396 0 0 0 58 3 0 0 20 0 19 0 40001577 19452874752 33139 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40001579 19452874752 33139 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 40001580 19452874752 33139 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=18996948 memory=4752 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40001599 19452874752 33139 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132556 KiB

[startup+1.50023 s]
/proc/loadavg: 1.93 1.51 2.49 6/321 34259
/proc/meminfo: memFree=127027316/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=175796 CPUtime=2.83 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 22038 0 0 0 276 7 0 0 20 0 20 0 40001576 19521036288 43949 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 43949 5490 1 0 553342 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=10880 CPUtime=1.38 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 6108 0 0 0 134 4 0 0 20 0 20 0 40001577 19521036288 43949 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 43949 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 43949 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 43949 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175796 KiB

[startup+3.10551 s]
/proc/loadavg: 1.93 1.51 2.49 6/342 34310
/proc/meminfo: memFree=126828924/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=194956 CPUtime=5.55 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 25606 0 0 0 546 9 0 0 20 0 20 0 40001576 19521036288 48739 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 48739 5490 1 0 553825 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=10880 CPUtime=2.94 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 6729 0 0 0 289 5 0 0 20 0 20 0 40001577 19521036288 48739 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=-6000919507116779628 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 48739 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 48739 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 48739 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194956 KiB

[startup+6.3002 s]
/proc/loadavg: 2.10 1.56 2.50 5/342 34310
/proc/meminfo: memFree=126235064/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=485756 CPUtime=9.05 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 27440 0 0 0 889 16 0 0 20 0 20 0 40001576 19521036288 121439 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 121439 5490 1 0 554315 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=0 CPUtime=6.12 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 7133 0 0 0 600 12 0 0 20 0 20 0 40001577 19521036288 121439 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 121439 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 121439 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=176692 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 121439 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 485756 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 1.60 2.51 5/342 34310
/proc/meminfo: memFree=125116752/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=651784 CPUtime=15.58 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 31165 0 0 0 1535 23 0 0 20 0 20 0 40001576 19521036288 162946 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 162946 5490 1 0 554315 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=176692 CPUtime=12.48 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 8322 0 0 0 1230 18 0 0 20 0 20 0 40001577 19521036288 162946 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 162946 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=-6000919507116779628 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 162946 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=215570726256 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 162946 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 15.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 651784 KiB

[startup+25.5002 s]
/proc/loadavg: 2.71 1.73 2.54 4/320 34340
/proc/meminfo: memFree=124028232/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=1067956 CPUtime=28.7 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 37990 0 0 0 2833 37 0 0 20 0 20 0 40001576 19521036288 266989 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 266989 5490 1 0 554315 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=0 CPUtime=25.1 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 9665 0 0 0 2481 29 0 0 20 0 20 0 40001577 19521036288 266989 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=1022700 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 266989 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=-6000919507116779628 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 266989 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=983684 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 266989 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1067956 KiB

[startup+51.1056 s]
/proc/loadavg: 3.21 1.93 2.58 5/344 34447
/proc/meminfo: memFree=122696500/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=1453428 CPUtime=54.46 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 43327 0 0 0 5392 54 0 0 20 0 20 0 40001576 19521036288 363357 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 363357 5490 1 0 554347 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=7310027617963868211 CPUtime=50.32 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 11545 0 0 0 4992 40 0 0 20 0 20 0 40001577 19521036288 363357 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/343 34634
/proc/meminfo: memFree=106332896/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170152 CPUtime=3277.68 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 112204 0 0 0 327083 685 0 0 20 0 20 0 40001576 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542538 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=2170152 CPUtime=3257.98 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 47807 0 0 0 325214 584 0 0 20 0 20 0 40001577 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2067 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3277.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170152 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/342 34636
/proc/meminfo: memFree=106196676/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170152 CPUtime=3337.52 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 113171 0 0 0 333062 690 0 0 20 0 20 0 40001576 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542538 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=17536 CPUtime=3317.71 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 48633 0 0 0 331182 589 0 0 20 0 20 0 40001577 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2068 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3337.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170152 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/345 34646
/proc/meminfo: memFree=106023196/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170152 CPUtime=3396.7 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 113382 0 0 0 338974 696 0 0 20 0 20 0 40001576 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542538 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=2170152 CPUtime=3376.75 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 48651 0 0 0 337082 593 0 0 20 0 20 0 40001577 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542538 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3396.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/346 34651
/proc/meminfo: memFree=105910084/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3456.62 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 114002 0 0 0 344961 701 0 0 20 0 20 0 40001576 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542570 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=2170152 CPUtime=3436.5 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 49153 0 0 0 343053 597 0 0 20 0 20 0 40001577 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3456.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.18 4.11 5/346 34653
/proc/meminfo: memFree=105788288/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3516.47 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 115017 0 0 0 350938 709 0 0 20 0 20 0 40001576 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542570 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3496.24 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 49923 0 0 0 349021 603 0 0 20 0 20 0 40001577 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=2170152 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=2170280 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2240 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3516.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.46 4.25 4.13 5/346 34655
/proc/meminfo: memFree=105662736/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3576.28 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 115806 0 0 0 356913 715 0 0 20 0 20 0 40001576 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542570 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3556.03 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 50586 0 0 0 354995 608 0 0 20 0 20 0 40001577 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=-4421386487641106276 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2336 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3576.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.11 s]
/proc/loadavg: 4.71 4.33 4.16 5/346 34656
/proc/meminfo: memFree=105615800/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3600.05 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 116018 0 0 0 359287 718 0 0 20 0 20 0 40001576 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4765878 542570 5522 1 0 555563 0
[pid=34223/tid=34225] ppid=34220 vsize=19063512 memory=2170280 CPUtime=3579.7 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) R 34220 34223 33895 0 -1 4194368 50705 0 0 0 357360 610 0 0 20 0 20 0 40001577 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19063512 memory=2170280 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40001579 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19063512 memory=2170280 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2336 0 0 0 0 0 0 0 20 0 20 0 40001580 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34242] ppid=34220 vsize=19063512 memory=2170280 CPUtime=0 cores=1,3
/proc/34223/task/34242/stat : 34242 (Timer-0) S 34220 34223 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40001599 19521036288 542570 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.99 s, system=7.19792 s

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

[startup+3606.2 s]
/proc/loadavg: 4.71 4.33 4.16 5/346 34656
/proc/meminfo: memFree=105615800/131249996 swapFree=33010684/33010684
[pid=34223] ppid=34220 vsize=19263204 memory=2170920 CPUtime=3600.18 cores=1,3
/proc/34223/stat : 34223 (java) S 34220 34223 33895 0 -1 4194304 118333 0 0 0 359299 719 0 0 20 0 15 0 40001576 19725520896 542730 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
/proc/34223/statm: 4815801 542730 5522 1 0 556496 0
[pid=34223/tid=34225] ppid=34220 vsize=19263204 memory=1851536 CPUtime=3579.72 cores=1,3
/proc/34223/task/34225/stat : 34225 (java) S 34220 34223 33895 0 -1 4194368 50948 0 0 0 357361 611 0 0 20 0 15 0 40001577 19725520896 542730 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34234] ppid=34220 vsize=19263204 memory=7028 CPUtime=0 cores=1,3
/proc/34223/task/34234/stat : 34234 (Finalizer) S 34220 34223 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 40001579 19725520896 542730 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
[pid=34223/tid=34241] ppid=34220 vsize=19263204 memory=-6000919507116779628 CPUtime=0 cores=1,3
/proc/34223/task/34241/stat : 34241 (Common-Cleaner) S 34220 34223 33895 0 -1 4194368 2336 0 0 0 0 0 0 0 20 0 15 0 40001580 19725520896 542730 18446744073709551615 93871581827072 93871581830768 140728826749200 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93871581838584 93871581839376 93871609241600 140728826755376 140728826755558 140728826755558 140728826761160 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2170920 KiB

Child status: 143

Real time (s): 3606.23
CPU time (s): 3600.19
CPU user time (s): 3592.99
CPU system time (s): 7.19792
CPU usage (%): 99.8325
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2170920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.99
system time used= 7.19792
maximum resident set size= 2171176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8647600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112991
involuntary context switches= 8842


# summary of solver processes directly reported to runsolver:
#   pid: 34223
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3592.99
#   total CPU system time (s): 7.19792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64258 second user time and 16.9543 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 02:27:17
IDJOB=4517119
IDBENCH=176016
IDSOLVER=3364
FILE ID=nodeC023/4517119-1751243237
RUNJOBID= nodeC023-1751243212-33907
SLURM_JOB_ID= 9587740
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-15array_diag_greater.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517119-1751243237/watcher-4517119-1751243237 -o /tmp/evaluation-result-4517119-1751243237/solver-4517119-1751243237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751243212-33907 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517119-1751243237 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517119-1751243237.opb

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

MD5SUM BENCH= d43ecb7c1452ca8da1aa915bfc6a97e8
RANDOM SEED=1287208413

nodeC023 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.895
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.78
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.891
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.78
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		: 3601.038
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.78
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.881
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.78
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.883
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.78
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.375
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.78
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		: 3601.751
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.78
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.901
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126618504 kB
MemAvailable:   128594220 kB
Buffers:            3280 kB
Cached:          2779160 kB
SwapCached:            0 kB
Active:          1539772 kB
Inactive:        2473976 kB
Active(anon):    1249508 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2473976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73484 kB
Writeback:            16 kB
AnonPages:       1234624 kB
Mapped:           122656 kB
Shmem:             18064 kB
KReclaimable:     101432 kB
Slab:             191164 kB
SReclaimable:     101432 kB
SUnreclaim:        89732 kB
KernelStack:        5216 kB
PageTables:         6008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7074744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1019904 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC023 at 2025-06-30 03:27:24