Trace number 4517118

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.24 3603.83

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4517118-1751242994.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.056s.
0.13/0.18	c declared #vars     1185
0.13/0.18	c #constraints  1696
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.13/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 841
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.13/0.18	c 1696 constraints processed.
1.74/1.03	c cleaning 2497 clauses out of 5000 with flag 32436/5000
3.29/2.34	c cleaning 4247 clauses out of 8503 with flag 92774/11000
5.10/4.18	c cleaning 5619 clauses out of 11256 with flag 167026/18000
7.39/6.40	c cleaning 6813 clauses out of 13637 with flag 261856/26000
10.09/9.15	c cleaning 7906 clauses out of 15824 with flag 370861/35000
13.38/12.46	c cleaning 8952 clauses out of 17918 with flag 504433/45000
16.97/15.93	c cleaning 9977 clauses out of 19969 with flag 647468/56003
20.68/19.61	c cleaning 10988 clauses out of 21989 with flag 809276/68000
24.87/23.87	c cleaning 11993 clauses out of 24002 with flag 992759/81001
29.07/28.05	c cleaning 12998 clauses out of 26009 with flag 1154204/95001
33.90/32.82	c cleaning 14002 clauses out of 28011 with flag 1344249/110001
39.59/38.57	c cleaning 14994 clauses out of 30008 with flag 1604333/126000
45.55/44.40	c cleaning 16001 clauses out of 32015 with flag 1879147/143001
52.73/51.55	c cleaning 16999 clauses out of 34014 with flag 2207278/161001
59.52/58.37	c cleaning 18002 clauses out of 36014 with flag 2573969/180000
67.44/66.28	c cleaning 18999 clauses out of 38012 with flag 2981596/200000
76.03/74.80	c cleaning 20000 clauses out of 40014 with flag 3443077/221001
83.25/82.09	c cleaning 21002 clauses out of 42014 with flag 3955616/243001
92.39/91.13	c cleaning 22004 clauses out of 44012 with flag 4563222/266001
101.77/100.50	c cleaning 23001 clauses out of 46008 with flag 5157622/290001
111.68/110.48	c cleaning 23999 clauses out of 48007 with flag 5838461/315001
122.70/121.43	c cleaning 25001 clauses out of 50008 with flag 6482479/341001
134.44/133.16	c cleaning 26000 clauses out of 52007 with flag 7103637/368001
146.51/145.22	c cleaning 27000 clauses out of 54006 with flag 7731847/396000
159.22/157.97	c cleaning 28000 clauses out of 56007 with flag 8361812/425001
172.84/171.59	c cleaning 29000 clauses out of 58006 with flag 9103971/455000
188.25/186.92	c cleaning 30000 clauses out of 60007 with flag 9848826/486001
203.48/202.17	c cleaning 30995 clauses out of 62007 with flag 10599796/518001
218.11/216.79	c cleaning 32001 clauses out of 64012 with flag 11354941/551001
233.18/231.88	c cleaning 32998 clauses out of 66011 with flag 12137993/585001
249.09/247.70	c cleaning 34001 clauses out of 68012 with flag 12864878/620000
266.85/265.51	c cleaning 35001 clauses out of 70011 with flag 13772367/656000
285.66/284.15	c cleaning 36003 clauses out of 72010 with flag 14838734/693000
304.11/302.64	c cleaning 37001 clauses out of 74007 with flag 15786041/731000
325.21/323.70	c cleaning 38002 clauses out of 76007 with flag 16786821/770001
340.68/339.25	c cleaning 38996 clauses out of 78004 with flag 17746082/810000
354.11/352.61	c cleaning 39995 clauses out of 80008 with flag 18390351/851000
367.88/366.43	c cleaning 40998 clauses out of 82013 with flag 19030533/893000
383.26/381.82	c cleaning 42001 clauses out of 84016 with flag 19800761/936001
397.00/395.53	c cleaning 43002 clauses out of 86014 with flag 20397832/980000
409.48/408.02	c cleaning 43999 clauses out of 88013 with flag 20914807/1025001
422.65/421.14	c cleaning 44997 clauses out of 90014 with flag 21528829/1071001
439.31/437.82	c cleaning 46003 clauses out of 92016 with flag 22482410/1118000
464.47/463.08	c cleaning 47000 clauses out of 94013 with flag 23818647/1166000
486.82/485.38	c cleaning 48004 clauses out of 96013 with flag 25023647/1215000
513.67/512.23	c cleaning 48998 clauses out of 98010 with flag 26488121/1265001
543.31/541.99	c cleaning 50000 clauses out of 100011 with flag 28137717/1316000
568.89/567.45	c cleaning 50997 clauses out of 102011 with flag 29608844/1368000
596.34/594.93	c cleaning 51999 clauses out of 104014 with flag 30814082/1421000
621.09/619.44	c cleaning 53001 clauses out of 106016 with flag 31868044/1475001
648.24/646.60	c cleaning 53999 clauses out of 108014 with flag 32931174/1530000
678.14/676.55	c cleaning 54998 clauses out of 110015 with flag 34087875/1586000
716.67/715.12	c cleaning 55995 clauses out of 112017 with flag 35448882/1643000
750.10/748.68	c cleaning 57002 clauses out of 114023 with flag 36738304/1701001
782.73/781.30	c cleaning 58004 clauses out of 116020 with flag 38438900/1760000
818.43/817.09	c cleaning 58993 clauses out of 118016 with flag 39914008/1820000
853.26/851.91	c cleaning 60003 clauses out of 120025 with flag 41551228/1881002
890.78/889.53	c cleaning 60999 clauses out of 122020 with flag 43556103/1943000
930.39/929.26	c cleaning 62002 clauses out of 124021 with flag 45532539/2006000
970.30/969.21	c cleaning 63005 clauses out of 126020 with flag 48090019/2070001
1003.45/1002.33	c cleaning 63990 clauses out of 128015 with flag 50563542/2135001
1042.77/1041.74	c cleaning 64997 clauses out of 130025 with flag 53013461/2201001
1085.69/1084.75	c cleaning 65994 clauses out of 132027 with flag 55574780/2268000
1144.05/1143.23	c cleaning 67005 clauses out of 134034 with flag 58436829/2336001
1185.45/1184.77	c cleaning 67972 clauses out of 136029 with flag 61034847/2405001
1206.50/1205.80	c cleaning 69005 clauses out of 138056 with flag 62987163/2475000
1252.80/1252.13	c cleaning 69991 clauses out of 140051 with flag 65689189/2546000
1307.47/1306.94	c cleaning 71018 clauses out of 142061 with flag 68393598/2618001
1343.19/1342.73	c cleaning 71982 clauses out of 144042 with flag 70871383/2691000
1393.86/1393.50	c cleaning 72992 clauses out of 146060 with flag 73928275/2765000
1438.07/1437.88	c cleaning 74011 clauses out of 148068 with flag 76811867/2840000
1488.56/1488.43	c cleaning 75019 clauses out of 150057 with flag 79683404/2916000
1542.15/1542.15	c cleaning 76005 clauses out of 152040 with flag 82445645/2993002
1584.10/1584.07	c cleaning 76990 clauses out of 154034 with flag 84883150/3071001
1648.64/1648.71	c cleaning 78011 clauses out of 156044 with flag 88269431/3150001
1690.23/1690.46	c cleaning 78998 clauses out of 158032 with flag 91057286/3230000
1747.59/1747.95	c cleaning 79992 clauses out of 160035 with flag 93935853/3311001
1823.01/1823.50	c cleaning 81013 clauses out of 162043 with flag 96938831/3393001
1893.92/1894.51	c cleaning 82005 clauses out of 164030 with flag 100285734/3476001
1940.42/1941.15	c cleaning 82984 clauses out of 166025 with flag 102959346/3560001
2002.89/2003.70	c cleaning 84011 clauses out of 168041 with flag 106023998/3645001
2120.05/2121.17	c cleaning 85004 clauses out of 170030 with flag 111089005/3731001
2233.31/2234.69	c cleaning 86003 clauses out of 172025 with flag 115637552/3818000
2342.77/2343.85	c cleaning 87007 clauses out of 174023 with flag 120740076/3906001
2460.73/2462.08	c cleaning 88000 clauses out of 176015 with flag 125232752/3995000
2579.18/2580.74	c cleaning 88984 clauses out of 178015 with flag 130150810/4085000
2691.36/2693.14	c cleaning 89998 clauses out of 180031 with flag 134302402/4176000
2829.42/2831.43	c cleaning 91010 clauses out of 182033 with flag 139367963/4268000
2963.65/2965.99	c cleaning 91998 clauses out of 184023 with flag 145208681/4361000
3108.87/3111.41	c cleaning 93002 clauses out of 186025 with flag 150611263/4455000
3278.92/3281.88	c cleaning 94001 clauses out of 188023 with flag 156083783/4550000
3415.51/3418.74	c cleaning 95007 clauses out of 190023 with flag 161130760/4646001
3577.24/3580.87	c cleaning 95997 clauses out of 192016 with flag 166683747/4743001
3600.09/3603.71	c starts		: 1019
3600.09/3603.72	c conflicts		: 4765720
3600.09/3603.72	c decisions		: 4852923
3600.09/3603.72	c propagations		: 1419519267
3600.09/3603.72	c inspects		: 40042461960
3600.09/3603.72	c shortcuts		: 0
3600.09/3603.72	c learnt literals	: 0
3600.09/3603.72	c learnt binary clauses	: 254
3600.09/3603.72	c learnt ternary clauses	: 477
3600.09/3603.72	c learnt constraints	: 4765720
3600.09/3603.72	c ignored constraints	: 0
3600.09/3603.72	c root simplifications	: 0
3600.09/3603.72	c removed literals (reason simplification)	: 275580906
3600.09/3603.72	c reason swapping (by a shorter reason)	: 0
3600.09/3603.72	c Calls to reduceDB	: 93
3600.09/3603.72	c Number of update (reduction) of LBD	: 150913
3600.09/3603.72	c Imported unit clauses	: 0
3600.09/3603.72	c No decision after first conflict	: false
3600.09/3603.72	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.72	c number of learned constraints concerned by reduction	: 0
3600.09/3603.72	c number of learning phase by resolution	: 0
3600.09/3603.72	c number of learning phase by cutting planes	: 0
3600.09/3603.72	c number of rounding to 1 operations	: 0
3600.09/3603.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.72	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.72	c number of right shift for reduction by power 2 	: 0
3600.09/3603.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.72	c number of ending skipping 	: 0
3600.09/3603.72	c number of internal skipping 	: 0
3600.09/3603.72	c number of derivation steps 	: 0
3600.09/3603.72	c number of skipped derivation steps 	: 0
3600.09/3603.72	c number of remaining unassigned 	: 0
3600.09/3603.72	c number of remaining assigned 	: 0
3600.09/3603.72	c number of falsified literals weakened from reason	: 0
3600.09/3603.72	c number of falsified literals weakened from conflict	: 0
3600.09/3603.72	c time for arithmetic operations	: 0
3600.09/3603.73	c minimum degree of deleted constraints	: null
3600.09/3603.73	c timeout
3600.09/3603.73	c maximum degree of deleted constraints	: null
3600.09/3603.73	c number of deleted constraints	: 0
3600.09/3603.73	c speed (assignments/second)	: 393923.33071183856
3600.09/3603.73	c non guided choices	: 29
3600.09/3603.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118484
3600.09/3603.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 254
3600.09/3603.79	s UNKNOWN
3600.09/3603.79	c Total wall clock time (in seconds): 3603.66

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517118-1751242994/watcher-4517118-1751242994 -o /tmp/evaluation-result-4517118-1751242994/solver-4517118-1751242994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751242972-32477 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517118-1751242994.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=32789, runsolver pid=32786

[startup+0.100058 s]*
/proc/loadavg: 1.77 1.24 1.77 5/340 32807
/proc/meminfo: memFree=129620416/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18930384 memory=58020 CPUtime=0.13 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 6614 0 0 0 11 2 0 0 20 0 18 0 39977985 19384713216 14505 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4732596 14505 5363 1 0 547643 0
[pid=32789/tid=32791] ppid=32786 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 5098 0 0 0 7 1 0 0 20 0 18 0 39977986 19384713216 14505 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39977988 19384713216 14505 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18930384 memory=61784027576291 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39977988 19384713216 14505 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58020 KiB

[startup+0.205617 s]*
/proc/loadavg: 2.11 1.32 1.80 7/341 32808
/proc/meminfo: memFree=129611216/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18996948 memory=64284 CPUtime=0.32 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 7126 0 0 0 30 2 0 0 20 0 19 0 39977985 19452874752 16071 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4749237 16071 5427 1 0 548248 0
[pid=32789/tid=32791] ppid=32786 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 5313 0 0 0 16 1 0 0 20 0 19 0 39977986 19452874752 16071 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18996948 memory=13937 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 16071 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 16071 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978004 19452874752 16071 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64284 KiB

[startup+0.305562 s]*
/proc/loadavg: 2.11 1.32 1.80 6/341 32808
/proc/meminfo: memFree=129610208/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18996948 memory=71372 CPUtime=0.52 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 9588 0 0 0 49 3 0 0 20 0 19 0 39977985 19452874752 17843 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4749237 17843 5427 1 0 549524 0
[pid=32789/tid=32791] ppid=32786 vsize=18996948 memory=-6000919481245985388 CPUtime=0.25 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 5322 0 0 0 24 1 0 0 20 0 19 0 39977986 19452874752 17843 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 17843 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 17843 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978004 19452874752 17843 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71372 KiB

[startup+0.700199 s]
/proc/loadavg: 2.11 1.32 1.80 6/341 32808
/proc/meminfo: memFree=129599244/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18996948 memory=85912 CPUtime=1.28 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 13044 0 0 0 125 3 0 0 20 0 19 0 39977985 19452874752 21478 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4749237 21478 5459 1 0 551928 0
[pid=32789/tid=32791] ppid=32786 vsize=18996948 memory=17408 CPUtime=0.63 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 5336 0 0 0 62 1 0 0 20 0 19 0 39977986 19452874752 21478 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 21478 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 21478 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=18996948 memory=4496 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978004 19452874752 21478 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85912 KiB

[startup+1.50019 s]
/proc/loadavg: 2.11 1.32 1.80 6/341 32808
/proc/meminfo: memFree=129563520/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18996948 memory=101764 CPUtime=2.47 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 21538 0 0 0 243 4 0 0 20 0 19 0 39977985 19452874752 25441 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4749237 25441 5459 1 0 553743 0
[pid=32789/tid=32791] ppid=32786 vsize=18996948 memory=0 CPUtime=1.43 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 5462 0 0 0 141 2 0 0 20 0 19 0 39977986 19452874752 25441 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 25441 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 25441 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=18996948 memory=4496 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978004 19452874752 25441 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101764 KiB

[startup+3.10539 s]
/proc/loadavg: 2.11 1.32 1.80 4/321 32825
/proc/meminfo: memFree=129669884/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18996948 memory=116108 CPUtime=4.1 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 22292 0 0 0 405 5 0 0 20 0 19 0 39977985 19452874752 29027 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4749237 29027 5459 1 0 553747 0
[pid=32789/tid=32791] ppid=32786 vsize=18996948 memory=11136 CPUtime=3.03 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 6014 0 0 0 301 2 0 0 20 0 19 0 39977986 19452874752 29027 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18996948 memory=-6000919481245985388 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 29027 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 29027 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978004 19452874752 29027 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116108 KiB

[startup+6.30015 s]
/proc/loadavg: 2.26 1.37 1.81 5/341 32874
/proc/meminfo: memFree=129574736/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=18996948 memory=135776 CPUtime=7.29 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 22458 0 0 0 724 5 0 0 20 0 19 0 39977985 19452874752 33944 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4749237 33944 5459 1 0 553748 0
[pid=32789/tid=32791] ppid=32786 vsize=18996948 memory=0 CPUtime=6.21 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 6130 0 0 0 619 2 0 0 20 0 19 0 39977986 19452874752 33944 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 33944 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39977988 19452874752 33944 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=18996948 memory=14572 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39978004 19452874752 33944 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135776 KiB

[startup+12.7001 s]
/proc/loadavg: 2.40 1.41 1.82 5/342 32875
/proc/meminfo: memFree=129462668/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=177156 CPUtime=13.68 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 25833 0 0 0 1362 6 0 0 20 0 20 0 39977985 19521036288 44289 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 44289 5459 1 0 554037 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=0 CPUtime=12.58 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 7319 0 0 0 1255 3 0 0 20 0 20 0 39977986 19521036288 44289 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 44289 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=-6000919481245985388 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 44289 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=15460 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 44289 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 13.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177156 KiB

[startup+25.5002 s]
/proc/loadavg: 2.81 1.53 1.86 6/341 33006
/proc/meminfo: memFree=129619168/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=199800 CPUtime=26.57 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 30321 0 0 0 2648 9 0 0 20 0 20 0 39977985 19521036288 49950 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 49950 5459 1 0 554053 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=0 CPUtime=25.32 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 7875 0 0 0 2528 4 0 0 20 0 20 0 39977986 19521036288 49950 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 49950 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=-6000919481245985388 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 49950 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 49950 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 26.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199800 KiB

[startup+51.1055 s]
/proc/loadavg: 3.35 1.78 1.93 5/343 33009
/proc/meminfo: memFree=129080912/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=397212 CPUtime=52.33 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 30848 0 0 0 5220 13 0 0 20 0 20 0 39977985 19521036288 99303 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 99303 5491 1 0 554053 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=327244 CPUtime=50.7 cores=4,6

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

/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1581 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3219.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.08 4.03 5/340 33186
/proc/meminfo: memFree=122999536/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3279.42 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 77523 0 0 0 327811 131 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556836 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3271.72 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 34895 0 0 0 327153 19 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1693 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3279.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/340 33188
/proc/meminfo: memFree=122991304/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3339.29 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 77961 0 0 0 333796 133 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556836 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3331.58 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 35215 0 0 0 333138 20 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1789 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3339.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/341 33192
/proc/meminfo: memFree=122974060/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3399.15 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 78186 0 0 0 339781 134 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556837 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3391.42 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 35425 0 0 0 339122 20 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1789 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3399.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.12 4.05 5/341 33196
/proc/meminfo: memFree=122973464/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3459.01 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 78945 0 0 0 345766 135 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556837 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3451.26 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 36133 0 0 0 345106 20 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=-6000919481245985388 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1789 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=-6000919481245985388 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3459.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.18 4.07 5/341 33198
/proc/meminfo: memFree=122815808/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3518.87 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 79778 0 0 0 351750 137 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556838 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3511.09 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 36819 0 0 0 351089 20 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3518.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.16 4.07 5/341 33200
/proc/meminfo: memFree=122815672/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3578.73 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 80153 0 0 0 357735 138 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556839 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3570.93 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 37052 0 0 0 357073 20 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3578.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.7 s]
/proc/loadavg: 4.20 4.17 4.08 5/341 33202
/proc/meminfo: memFree=122815680/131249996 swapFree=33010684/33010684
[pid=32789] ppid=32786 vsize=19063512 memory=1890928 CPUtime=3600.09 cores=4,6
/proc/32789/stat : 32789 (java) S 32786 32789 32466 0 -1 4194304 80187 0 0 0 359870 139 0 0 20 0 20 0 39977985 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
/proc/32789/statm: 4765878 472732 5523 1 0 556839 0
[pid=32789/tid=32791] ppid=32786 vsize=19063512 memory=17408 CPUtime=3592.28 cores=4,6
/proc/32789/task/32791/stat : 32791 (java) R 32786 32789 32466 0 -1 4194368 37073 0 0 0 359208 20 0 0 20 0 20 0 39977986 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32800] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32800/stat : 32800 (Finalizer) S 32786 32789 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32807] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32807/stat : 32807 (Common-Cleaner) S 32786 32789 32466 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 39977988 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
[pid=32789/tid=32808] ppid=32786 vsize=19063512 memory=1890928 CPUtime=0 cores=4,6
/proc/32789/task/32808/stat : 32808 (Timer-0) S 32786 32789 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39978004 19521036288 472732 18446744073709551615 94751636746240 94751636749936 140736440551440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94751636757752 94751636758544 94751668236288 140736440560001 140736440560102 140736440560102 140736440565704 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.83 s, system=1.40126 s

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

[startup+3603.81 s]*
/proc/loadavg: 4.20 4.17 4.08 5/323 33205
/proc/meminfo: memFree=123859656/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3603.83
CPU time (s): 3600.24
CPU user time (s): 3598.83
CPU system time (s): 1.40126
CPU usage (%): 99.9001
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.83
system time used= 1.40126
maximum resident set size= 1891824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104110
involuntary context switches= 2843


# summary of solver processes directly reported to runsolver:
#   pid: 32789
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.83
#   total CPU system time (s): 1.40126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26113 second user time and 17.1928 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 02:23:14
IDJOB=4517118
IDBENCH=176016
IDSOLVER=3363
FILE ID=nodeC032/4517118-1751242994
RUNJOBID= nodeC032-1751242972-32477
SLURM_JOB_ID= 9587739
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517118-1751242994/watcher-4517118-1751242994 -o /tmp/evaluation-result-4517118-1751242994/solver-4517118-1751242994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751242972-32477 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517118-1751242994.opb

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

MD5SUM BENCH= d43ecb7c1452ca8da1aa915bfc6a97e8
RANDOM SEED=1003861608

nodeC032 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.845
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.69
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.835
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.69
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		: 3677.149
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.69
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		: 3632.061
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.69
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		: 3602.117
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.69
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.847
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.69
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		: 3599.860
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.69
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		: 3601.191
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129651844 kB
MemAvailable:   129354172 kB
Buffers:            3280 kB
Cached:           511812 kB
SwapCached:            0 kB
Active:           756304 kB
Inactive:         258620 kB
Active(anon):     517900 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   258620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2964 kB
Writeback:             0 kB
AnonPages:        502844 kB
Mapped:           122460 kB
Shmem:             18068 kB
KReclaimable:      89088 kB
Slab:             173712 kB
SReclaimable:      89088 kB
SUnreclaim:        84624 kB
KernelStack:        5248 kB
PageTables:         4584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7049200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432068 MiB
End job on nodeC032 at 2025-06-30 03:23:18