Trace number 4492264

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.22 3601.29

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr.opb
MD5SUM7cb1d5676907f172015f1306d7bbf2bc
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.009959
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints90
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.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-4492264-1751145712.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.15	c ... done. Wall clock time 0.028s.
0.13/0.15	c declared #vars     1000
0.13/0.15	c #constraints  90
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.13/0.15	c 90 constraints processed.
1.27/0.71	c cleaning 2489 clauses out of 5002 with flag 29886/5002
2.28/1.46	c cleaning 4242 clauses out of 8512 with flag 69222/11001
2.99/2.15	c cleaning 5621 clauses out of 11270 with flag 125893/18001
4.17/3.17	c cleaning 6806 clauses out of 13648 with flag 200146/26000
5.86/4.85	c cleaning 7920 clauses out of 15843 with flag 288155/35001
8.07/7.04	c cleaning 8959 clauses out of 17923 with flag 396539/45001
9.65/8.67	c cleaning 9982 clauses out of 19963 with flag 498465/56000
12.13/11.14	c cleaning 10986 clauses out of 21983 with flag 592389/68002
14.96/13.93	c cleaning 11992 clauses out of 23995 with flag 681419/81000
18.06/17.08	c cleaning 12992 clauses out of 26004 with flag 779684/95001
21.91/20.88	c cleaning 14004 clauses out of 28011 with flag 888858/110000
28.29/27.25	c cleaning 15000 clauses out of 30008 with flag 1007825/126001
34.82/33.74	c cleaning 15997 clauses out of 32007 with flag 1136268/143000
42.55/41.47	c cleaning 17005 clauses out of 34010 with flag 1270666/161000
49.00/47.88	c cleaning 17997 clauses out of 36007 with flag 1421121/180002
58.18/57.07	c cleaning 18997 clauses out of 38009 with flag 1569011/200001
69.19/68.04	c cleaning 20006 clauses out of 40013 with flag 1722489/221002
79.07/77.92	c cleaning 20997 clauses out of 42005 with flag 1876679/243000
88.01/86.80	c cleaning 22003 clauses out of 44009 with flag 2024773/266001
95.36/94.14	c cleaning 22996 clauses out of 46006 with flag 2176417/290001
106.33/105.15	c cleaning 24000 clauses out of 48009 with flag 2341959/315000
120.75/119.58	c cleaning 25002 clauses out of 50012 with flag 2511027/341003
137.47/136.20	c cleaning 26002 clauses out of 52008 with flag 2688579/368001
162.47/161.20	c cleaning 27000 clauses out of 54008 with flag 2923671/396003
188.60/187.49	c cleaning 28001 clauses out of 56009 with flag 3160369/425004
214.78/213.64	c cleaning 28995 clauses out of 58004 with flag 3392910/455000
240.98/239.86	c cleaning 30001 clauses out of 60009 with flag 3623770/486000
267.66/266.51	c cleaning 30992 clauses out of 62009 with flag 3860850/518001
300.48/299.12	c cleaning 32005 clauses out of 64018 with flag 4101922/551002
331.25/329.93	c cleaning 32998 clauses out of 66013 with flag 4356422/585002
367.86/366.69	c cleaning 34001 clauses out of 68013 with flag 4618439/620000
400.05/398.82	c cleaning 35006 clauses out of 70017 with flag 4893578/656005
437.84/436.62	c cleaning 35999 clauses out of 72007 with flag 5172705/693001
475.22/474.09	c cleaning 36998 clauses out of 74007 with flag 5440973/731000
508.33/507.26	c cleaning 37990 clauses out of 76009 with flag 5688854/770000
538.48/537.38	c cleaning 39005 clauses out of 78021 with flag 5985934/810002
570.70/569.64	c cleaning 40004 clauses out of 80016 with flag 6285360/851002
607.20/606.27	c cleaning 40996 clauses out of 82010 with flag 6573061/893000
634.66/633.69	c cleaning 41999 clauses out of 84015 with flag 6875191/936001
670.16/669.15	c cleaning 42998 clauses out of 86015 with flag 7240587/980000
708.40/707.14	c cleaning 44007 clauses out of 88020 with flag 7619820/1025003
751.97/750.73	c cleaning 45002 clauses out of 90012 with flag 7988188/1071002
794.58/793.45	c cleaning 46002 clauses out of 92011 with flag 8355953/1118003
845.77/844.77	c cleaning 46998 clauses out of 94007 with flag 8756562/1166001
912.59/911.53	c cleaning 47999 clauses out of 96009 with flag 9184856/1215001
975.15/974.22	c cleaning 49000 clauses out of 98010 with flag 9631005/1265001
1035.04/1034.26	c cleaning 50001 clauses out of 100012 with flag 10093209/1316003
1082.48/1081.65	c cleaning 50995 clauses out of 102010 with flag 10485276/1368002
1149.34/1148.63	c cleaning 51989 clauses out of 104013 with flag 10911429/1421000
1210.92/1210.20	c cleaning 53005 clauses out of 106028 with flag 11377716/1475004
1290.73/1290.29	c cleaning 54003 clauses out of 108019 with flag 11827837/1530000
1342.70/1342.30	c cleaning 55001 clauses out of 110016 with flag 12322399/1586000
1438.16/1437.83	c cleaning 56006 clauses out of 112015 with flag 12892609/1643000
1536.32/1535.78	c cleaning 56991 clauses out of 114010 with flag 13455387/1701001
1644.87/1644.49	c cleaning 58004 clauses out of 116018 with flag 14054766/1760000
1723.20/1722.98	c cleaning 58998 clauses out of 118015 with flag 14691373/1820001
1796.36/1796.11	c cleaning 60002 clauses out of 120016 with flag 15329165/1881000
1878.26/1878.25	c cleaning 60999 clauses out of 122014 with flag 15944919/1943000
1965.65/1965.84	c cleaning 62003 clauses out of 124019 with flag 16519699/2006004
2040.12/2040.30	c cleaning 63005 clauses out of 126017 with flag 17048124/2070005
2118.38/2118.65	c cleaning 63997 clauses out of 128007 with flag 17569456/2135000
2197.41/2197.86	c cleaning 65004 clauses out of 130011 with flag 18071737/2201001
2276.70/2277.17	c cleaning 66005 clauses out of 132011 with flag 18605083/2268005
2366.83/2366.82	c cleaning 66993 clauses out of 134001 with flag 19170001/2336000
2481.70/2481.99	c cleaning 67997 clauses out of 136010 with flag 19790789/2405002
2594.36/2594.79	c cleaning 68999 clauses out of 138013 with flag 20350639/2475002
2705.12/2705.56	c cleaning 69999 clauses out of 140012 with flag 21006969/2546000
2832.41/2833.19	c cleaning 71003 clauses out of 142015 with flag 21635450/2618002
2938.21/2939.04	c cleaning 72002 clauses out of 144010 with flag 22294295/2691000
3065.33/3066.45	c cleaning 73000 clauses out of 146008 with flag 22986881/2765000
3196.40/3197.60	c cleaning 74003 clauses out of 148009 with flag 23692008/2840001
3321.70/3323.10	c cleaning 75001 clauses out of 150006 with flag 24436940/2916001
3425.88/3427.40	c cleaning 75999 clauses out of 152006 with flag 25165796/2993002
3511.32/3513.00	c cleaning 76989 clauses out of 154006 with flag 25854521/3071001
3594.21/3595.33	c cleaning 77998 clauses out of 156020 with flag 26559159/3150004
3600.09/3601.21	c starts		: 706
3600.09/3601.21	c timeout
3600.09/3601.22	c conflicts		: 3158003
3600.09/3601.22	c decisions		: 3648474
3600.09/3601.22	c propagations		: 61055219
3600.09/3601.22	c inspects		: 18091903072
3600.09/3601.22	c shortcuts		: 0
3600.09/3601.22	c learnt literals	: 0
3600.09/3601.22	c learnt binary clauses	: 0
3600.09/3601.22	c learnt ternary clauses	: 0
3600.09/3601.22	c learnt constraints	: 3158003
3600.09/3601.22	c ignored constraints	: 0
3600.09/3601.22	c root simplifications	: 0
3600.09/3601.22	c removed literals (reason simplification)	: 16764123
3600.09/3601.22	c reason swapping (by a shorter reason)	: 0
3600.09/3601.22	c Calls to reduceDB	: 75
3600.09/3601.22	c Number of update (reduction) of LBD	: 1960318
3600.09/3601.22	c Imported unit clauses	: 0
3600.09/3601.22	c No decision after first conflict	: false
3600.09/3601.22	c number of reductions to clauses (during analyze)	: 0
3600.09/3601.22	c number of learned constraints concerned by reduction	: 0
3600.09/3601.22	c number of learning phase by resolution	: 0
3600.09/3601.22	c number of learning phase by cutting planes	: 0
3600.09/3601.22	c number of rounding to 1 operations	: 0
3600.09/3601.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3601.22	c number of reductions of the coefficients by power 2 	: 0
3600.09/3601.22	c number of right shift for reduction by power 2 	: 0
3600.09/3601.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3601.22	c number of ending skipping 	: 0
3600.09/3601.22	c number of internal skipping 	: 0
3600.09/3601.22	c number of derivation steps 	: 0
3600.09/3601.22	c number of skipped derivation steps 	: 0
3600.09/3601.22	c number of remaining unassigned 	: 0
3600.09/3601.22	c number of remaining assigned 	: 0
3600.09/3601.22	c number of falsified literals weakened from reason	: 0
3600.09/3601.22	c number of falsified literals weakened from conflict	: 0
3600.09/3601.22	c time for arithmetic operations	: 0
3600.09/3601.22	c minimum degree of deleted constraints	: null
3600.09/3601.22	c maximum degree of deleted constraints	: null
3600.09/3601.22	c number of deleted constraints	: 0
3600.09/3601.22	c speed (assignments/second)	: 16954.76727023811
3600.09/3601.22	c non guided choices	: 371
3600.09/3601.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 86021
3600.09/3601.27	s UNKNOWN
3600.09/3601.27	c Total wall clock time (in seconds): 3601.147

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62894 MiB free)
  memory of node 1: 64507 MiB (63869 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492264-1751145712/watcher-4492264-1751145712 -o /tmp/evaluation-result-4492264-1751145712/solver-4492264-1751145712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14501 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492264-1751145712.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=14816, runsolver pid=14813

[startup+0.100059 s]*
/proc/loadavg: 1.54 1.26 1.92 5/342 14834
/proc/meminfo: memFree=129778232/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=18930384 memory=57904 CPUtime=0.13 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 6602 0 0 0 10 3 0 0 20 0 18 0 30251045 19384713216 14476 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4732596 14476 5348 1 0 547641 0
[pid=14816/tid=14818] ppid=14813 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 5102 0 0 0 6 2 0 0 20 0 18 0 30251047 19384713216 14476 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30251049 19384713216 14476 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30251049 19384713216 14476 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205936 s]*
/proc/loadavg: 2.06 1.37 1.95 7/343 14835
/proc/meminfo: memFree=129772132/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=18996948 memory=62892 CPUtime=0.33 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 7729 0 0 0 30 3 0 0 20 0 19 0 30251045 19452874752 15723 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4749237 15723 5412 1 0 548483 0
[pid=14816/tid=14818] ppid=14813 vsize=18996948 memory=4026532124 CPUtime=0.18 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 5305 0 0 0 16 2 0 0 20 0 19 0 30251047 19452874752 15723 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=18996948 memory=18954 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 15723 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 15723 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30251061 19452874752 15723 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62892 KiB

[startup+0.305845 s]*
/proc/loadavg: 2.06 1.37 1.95 6/343 14835
/proc/meminfo: memFree=129769612/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=18996948 memory=69776 CPUtime=0.52 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 10331 0 0 0 49 3 0 0 20 0 19 0 30251045 19452874752 17444 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4749237 17444 5444 1 0 550107 0
[pid=14816/tid=14818] ppid=14813 vsize=18996948 memory=-6000919494248261742 CPUtime=0.27 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 5307 0 0 0 25 2 0 0 20 0 19 0 30251047 19452874752 17444 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 17444 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 17444 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30251061 19452874752 17444 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69776 KiB

[startup+0.700248 s]
/proc/loadavg: 2.06 1.37 1.95 7/343 14835
/proc/meminfo: memFree=129761736/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=18996948 memory=82108 CPUtime=1.27 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 12002 0 0 0 123 4 0 0 20 0 19 0 30251045 19452874752 20527 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4749237 20527 5444 1 0 551014 0
[pid=14816/tid=14818] ppid=14813 vsize=18996948 memory=17280 CPUtime=0.64 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 5337 0 0 0 62 2 0 0 20 0 19 0 30251047 19452874752 20527 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 20527 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 20527 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30251061 19452874752 20527 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82108 KiB

[startup+1.50024 s]
/proc/loadavg: 2.06 1.37 1.95 5/343 14835
/proc/meminfo: memFree=129744408/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=18996948 memory=92196 CPUtime=2.39 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 14673 0 0 0 235 4 0 0 20 0 19 0 30251045 19452874752 23049 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4749237 23049 5444 1 0 551418 0
[pid=14816/tid=14818] ppid=14813 vsize=18996948 memory=0 CPUtime=1.43 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 5696 0 0 0 141 2 0 0 20 0 19 0 30251047 19452874752 23049 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 23049 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 23049 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30251061 19452874752 23049 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92196 KiB

[startup+3.1061 s]
/proc/loadavg: 2.06 1.37 1.95 6/343 14835
/proc/meminfo: memFree=129687452/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=18996948 memory=123044 CPUtime=4.17 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 17693 0 0 0 412 5 0 0 20 0 19 0 30251045 19452874752 30761 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4749237 30761 5444 1 0 551420 0
[pid=14816/tid=14818] ppid=14813 vsize=18996948 memory=10880 CPUtime=3.04 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 6007 0 0 0 301 3 0 0 20 0 19 0 30251047 19452874752 30761 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=18996948 memory=-6000919494248261742 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 30761 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30251049 19452874752 30761 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30251061 19452874752 30761 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123044 KiB

[startup+6.30021 s]
/proc/loadavg: 2.21 1.41 1.97 5/345 14837
/proc/meminfo: memFree=129474460/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=187080 CPUtime=7.37 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 20204 0 0 0 730 7 0 0 20 0 20 0 30251045 19521036288 46770 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 46770 5476 1 0 551709 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=0 CPUtime=6.2 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 6656 0 0 0 616 4 0 0 20 0 20 0 30251047 19521036288 46770 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 46770 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 46770 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=92196 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 46770 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187080 KiB

[startup+12.7002 s]
/proc/loadavg: 2.36 1.45 1.98 5/324 15048
/proc/meminfo: memFree=129598352/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=242632 CPUtime=13.76 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 22031 0 0 0 1363 13 0 0 20 0 20 0 30251045 19521036288 60658 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 60658 5476 1 0 551709 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=92196 CPUtime=12.49 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 7268 0 0 0 1241 8 0 0 20 0 20 0 30251047 19521036288 60658 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 60658 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 60658 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=-6000919494248261742 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 60658 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 13.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242632 KiB

[startup+25.5002 s]
/proc/loadavg: 2.61 1.54 2.00 5/345 15098
/proc/meminfo: memFree=128769172/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=324756 CPUtime=26.6 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 23854 0 0 0 2645 15 0 0 20 0 20 0 30251045 19521036288 81189 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 81189 5476 1 0 551709 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=0 CPUtime=25.19 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 7793 0 0 0 2511 8 0 0 20 0 20 0 30251047 19521036288 81189 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=242632 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 81189 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=324756 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 81189 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 81189 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 26.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 324756 KiB

[startup+51.1059 s]
/proc/loadavg: 3.30 1.81 2.08 5/345 15099
/proc/meminfo: memFree=127348872/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=484692 CPUtime=52.3 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 25558 0 0 0 5212 18 0 0 20 0 20 0 30251045 19521036288 121173 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 121173 5508 1 0 551709 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=402636 CPUtime=50.58 cores=4,6

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

/proc/meminfo: memFree=109626260/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2405092 CPUtime=3221.06 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 73300 0 0 0 321967 139 0 0 20 0 20 0 30251045 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 601273 5508 1 0 615405 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=14720 CPUtime=3209.97 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 28734 0 0 0 320973 24 0 0 20 0 20 0 30251047 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=2405092 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 577 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=2405092 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3221.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.08 5/339 15291
/proc/meminfo: memFree=109380644/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2405092 CPUtime=3280.93 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 74285 0 0 0 327953 140 0 0 20 0 20 0 30251045 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 601273 5508 1 0 615405 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=14720 CPUtime=3269.82 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 29597 0 0 0 326958 24 0 0 20 0 20 0 30251047 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 619 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=2405092 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 601273 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3280.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.08 5/339 15295
/proc/meminfo: memFree=109282000/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2405220 CPUtime=3340.96 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 75403 0 0 0 333954 142 0 0 20 0 20 0 30251045 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 601305 5508 1 0 615405 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=2892 CPUtime=3329.53 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 29655 0 0 0 332929 24 0 0 20 0 20 0 30251047 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 648 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3340.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.08 5/339 15297
/proc/meminfo: memFree=108372716/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2405220 CPUtime=3400.84 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 75440 0 0 0 339941 143 0 0 20 0 20 0 30251045 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 601305 5508 1 0 615405 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=2892 CPUtime=3389.39 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 29659 0 0 0 338915 24 0 0 20 0 20 0 30251047 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 649 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3400.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.08 5/339 15299
/proc/meminfo: memFree=108073900/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2405220 CPUtime=3460.82 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 76161 0 0 0 345938 144 0 0 20 0 20 0 30251045 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 601305 5508 1 0 615405 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=2892 CPUtime=3449.13 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 30228 0 0 0 344889 24 0 0 20 0 20 0 30251047 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 649 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3460.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/339 15301
/proc/meminfo: memFree=107749940/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2405220 CPUtime=3520.69 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 77120 0 0 0 351924 145 0 0 20 0 20 0 30251045 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 601305 5508 1 0 615405 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=2405220 CPUtime=3508.98 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 31057 0 0 0 350874 24 0 0 20 0 20 0 30251047 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 701 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=2405220 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 601305 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3520.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/339 15303
/proc/meminfo: memFree=107687064/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2459180 CPUtime=3581.23 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 80282 0 0 0 357975 148 0 0 20 0 20 0 30251045 19521036288 614795 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 614795 5508 1 0 736630 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=2405220 CPUtime=3568.71 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 31492 0 0 0 356846 25 0 0 20 0 20 0 30251047 19521036288 614795 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 614795 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 749 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 614795 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 614795 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3581.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2459180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.2 s]
/proc/loadavg: 4.14 4.12 4.09 5/339 15504
/proc/meminfo: memFree=127151496/131250000 swapFree=33010684/33010684
[pid=14816] ppid=14813 vsize=19063512 memory=2493996 CPUtime=3600.09 cores=4,6
/proc/14816/stat : 14816 (java) S 14813 14816 14490 0 -1 4194304 80321 0 0 0 359860 149 0 0 20 0 20 0 30251045 19521036288 623499 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
/proc/14816/statm: 4765878 623499 5508 1 0 736630 0
[pid=14816/tid=14818] ppid=14813 vsize=19063512 memory=-6000919494248261742 CPUtime=3587.57 cores=4,6
/proc/14816/task/14818/stat : 14818 (java) R 14813 14816 14490 0 -1 4194368 31524 0 0 0 358731 26 0 0 20 0 20 0 30251047 19521036288 623499 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14827] ppid=14813 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/14816/task/14827/stat : 14827 (Finalizer) S 14813 14816 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 623499 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14834] ppid=14813 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/14816/task/14834/stat : 14834 (Common-Cleaner) S 14813 14816 14490 0 -1 4194368 749 0 0 0 0 0 0 0 20 0 20 0 30251049 19521036288 623499 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
[pid=14816/tid=14835] ppid=14813 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/14816/task/14835/stat : 14835 (Timer-0) S 14813 14816 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30251061 19521036288 623499 18446744073709551615 94646764130304 94646764134000 140737328799936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646764141816 94646764142608 94646772404224 140737328802177 140737328802278 140737328802278 140737328807880 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2493996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.71 s, system=1.51422 s

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

Child status: 143

Real time (s): 3601.29
CPU time (s): 3600.22
CPU user time (s): 3598.71
CPU system time (s): 1.51422
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2493996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.71
system time used= 1.51422
maximum resident set size= 2503240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105184
involuntary context switches= 3583


# summary of solver processes directly reported to runsolver:
#   pid: 14816
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.71
#   total CPU system time (s): 1.51422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32108 second user time and 17.4484 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-28 23:21:52
IDJOB=4492264
IDBENCH=147773
IDSOLVER=3363
FILE ID=nodeC027/4492264-1751145712
RUNJOBID= nodeC027-1751145706-14501
SLURM_JOB_ID= 9587449
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 7cb1d5676907f172015f1306d7bbf2bc
RANDOM SEED=529196164

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129806016 kB
MemAvailable:   129414484 kB
Buffers:            3280 kB
Cached:           381780 kB
SwapCached:            0 kB
Active:           725264 kB
Inactive:         140928 kB
Active(anon):     499200 kB
Inactive(anon):        0 kB
Active(file):     226064 kB
Inactive(file):   140928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5512 kB
Writeback:            24 kB
AnonPages:        484272 kB
Mapped:           122428 kB
Shmem:             18068 kB
KReclaimable:      84900 kB
Slab:             167960 kB
SReclaimable:      84900 kB
SUnreclaim:        83060 kB
KernelStack:        5244 kB
PageTables:         4532 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7044000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC027 at 2025-06-29 00:21:53