Trace number 4492265

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.36 3599.45

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.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.20	c Free memory 		2106806208
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.32/0.30	c Pseudo Boolean Optimization by upper bound
0.32/0.30	c --- Begin Solver configuration ---
0.32/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.30	c Learn all clauses as in MiniSAT
0.32/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.30	c Expensive reason simplification
0.32/0.30	c Glucose 2.1 dynamic restart strategy
0.32/0.30	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.32/0.30	c timeout=2147483s
0.32/0.30	c DB Simplification allowed=false
0.32/0.30	c Listener: none
0.32/0.30	c --- End Solver configuration ---
0.32/0.31	c solving HOME/instance-4492265-1751145476.opb
0.32/0.31	c reading problem ... 
0.32/0.31	c using VERIPB proof format
0.32/0.31	c  no objective function found
0.49/0.39	c ... done. Wall clock time 0.084s.
0.49/0.39	c declared #vars     1000
0.49/0.39	c #constraints  90
0.49/0.39	c constraints type 
0.49/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.49/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.49/0.40	c 90 constraints processed.
2.94/1.67	c cleaning 2489 clauses out of 5002 with flag 29886/5002
5.07/2.76	c cleaning 4242 clauses out of 8512 with flag 69222/11001
6.37/3.74	c cleaning 5621 clauses out of 11270 with flag 125893/18001
8.78/5.78	c cleaning 6806 clauses out of 13648 with flag 200146/26000
11.14/8.06	c cleaning 7920 clauses out of 15843 with flag 288155/35001
14.02/10.93	c cleaning 8959 clauses out of 17923 with flag 396539/45001
16.34/13.20	c cleaning 9982 clauses out of 19963 with flag 498465/56000
19.57/16.49	c cleaning 10986 clauses out of 21983 with flag 592389/68002
24.82/21.61	c cleaning 11992 clauses out of 23995 with flag 681419/81000
31.01/27.82	c cleaning 12992 clauses out of 26004 with flag 779684/95001
35.63/32.47	c cleaning 14004 clauses out of 28011 with flag 888858/110000
42.20/39.17	c cleaning 15000 clauses out of 30008 with flag 1007825/126001
49.44/46.29	c cleaning 15997 clauses out of 32007 with flag 1136268/143000
58.88/55.52	c cleaning 17005 clauses out of 34010 with flag 1270666/161000
66.05/62.71	c cleaning 17997 clauses out of 36007 with flag 1421121/180002
74.80/71.59	c cleaning 18997 clauses out of 38009 with flag 1569011/200001
85.98/82.57	c cleaning 20006 clauses out of 40013 with flag 1722489/221002
96.27/92.79	c cleaning 20997 clauses out of 42005 with flag 1876679/243000
105.76/102.22	c cleaning 22003 clauses out of 44009 with flag 2024773/266001
114.47/110.83	c cleaning 22996 clauses out of 46006 with flag 2176417/290001
126.69/123.06	c cleaning 24000 clauses out of 48009 with flag 2341959/315000
142.46/138.86	c cleaning 25002 clauses out of 50012 with flag 2511027/341003
157.82/154.24	c cleaning 26002 clauses out of 52008 with flag 2688579/368001
181.71/178.03	c cleaning 27000 clauses out of 54008 with flag 2923671/396003
207.13/203.51	c cleaning 28001 clauses out of 56009 with flag 3160369/425004
232.04/228.44	c cleaning 28995 clauses out of 58004 with flag 3392910/455000
257.93/254.33	c cleaning 30001 clauses out of 60009 with flag 3623770/486000
284.07/280.45	c cleaning 30992 clauses out of 62009 with flag 3860850/518001
316.18/312.51	c cleaning 32005 clauses out of 64018 with flag 4101922/551002
347.59/343.97	c cleaning 32998 clauses out of 66013 with flag 4356422/585002
384.10/380.44	c cleaning 34001 clauses out of 68013 with flag 4618439/620000
415.84/412.30	c cleaning 35006 clauses out of 70017 with flag 4893578/656005
455.28/451.64	c cleaning 35999 clauses out of 72007 with flag 5172705/693001
493.01/490.52	c cleaning 36998 clauses out of 74007 with flag 5440973/731000
529.57/527.02	c cleaning 37990 clauses out of 76009 with flag 5688854/770000
560.35/557.82	c cleaning 39005 clauses out of 78021 with flag 5985934/810002
593.87/591.37	c cleaning 40004 clauses out of 80016 with flag 6285360/851002
632.06/629.37	c cleaning 40996 clauses out of 82010 with flag 6573061/893000
660.34/657.61	c cleaning 41999 clauses out of 84015 with flag 6875191/936001
697.50/694.84	c cleaning 42998 clauses out of 86015 with flag 7240587/980000
736.92/734.28	c cleaning 44007 clauses out of 88020 with flag 7619820/1025003
780.31/777.38	c cleaning 45002 clauses out of 90012 with flag 7988188/1071002
822.97/820.01	c cleaning 46002 clauses out of 92011 with flag 8355953/1118003
873.19/871.41	c cleaning 46998 clauses out of 94007 with flag 8756562/1166001
938.93/937.45	c cleaning 47999 clauses out of 96009 with flag 9184856/1215001
1000.85/999.36	c cleaning 49000 clauses out of 98010 with flag 9631005/1265001
1059.42/1058.06	c cleaning 50001 clauses out of 100012 with flag 10093209/1316003
1108.09/1106.61	c cleaning 50995 clauses out of 102010 with flag 10485276/1368002
1177.82/1176.30	c cleaning 51989 clauses out of 104013 with flag 10911429/1421000
1237.98/1236.60	c cleaning 53005 clauses out of 106028 with flag 11377716/1475004
1317.52/1316.30	c cleaning 54003 clauses out of 108019 with flag 11827837/1530000
1371.37/1370.05	c cleaning 55001 clauses out of 110016 with flag 12322399/1586000
1463.32/1462.15	c cleaning 56006 clauses out of 112015 with flag 12892609/1643000
1557.08/1556.03	c cleaning 56991 clauses out of 114010 with flag 13455387/1701001
1664.07/1663.10	c cleaning 58004 clauses out of 116018 with flag 14054766/1760000
1743.34/1742.47	c cleaning 58998 clauses out of 118015 with flag 14691373/1820001
1816.38/1815.50	c cleaning 60002 clauses out of 120016 with flag 15329165/1881000
1896.51/1895.50	c cleaning 60999 clauses out of 122014 with flag 15944919/1943000
1978.71/1977.72	c cleaning 62003 clauses out of 124019 with flag 16519699/2006004
2051.99/2050.34	c cleaning 63005 clauses out of 126017 with flag 17048124/2070005
2124.50/2122.99	c cleaning 63997 clauses out of 128007 with flag 17569456/2135000
2200.53/2199.02	c cleaning 65004 clauses out of 130011 with flag 18071737/2201001
2276.86/2275.41	c cleaning 66005 clauses out of 132011 with flag 18605083/2268005
2363.12/2361.97	c cleaning 66993 clauses out of 134001 with flag 19170001/2336000
2477.12/2476.09	c cleaning 67997 clauses out of 136010 with flag 19790789/2405002
2590.32/2589.52	c cleaning 68999 clauses out of 138013 with flag 20350639/2475002
2697.22/2696.58	c cleaning 69999 clauses out of 140012 with flag 21006969/2546000
2817.60/2817.20	c cleaning 71003 clauses out of 142015 with flag 21635450/2618002
2917.60/2917.15	c cleaning 72002 clauses out of 144010 with flag 22294295/2691000
3045.74/3045.42	c cleaning 73000 clauses out of 146008 with flag 22986881/2765000
3171.82/3171.68	c cleaning 74003 clauses out of 148009 with flag 23692008/2840001
3297.86/3297.74	c cleaning 75001 clauses out of 150006 with flag 24436940/2916001
3404.71/3404.78	c cleaning 75999 clauses out of 152006 with flag 25165796/2993002
3494.14/3494.14	c cleaning 76989 clauses out of 154006 with flag 25854521/3071001
3579.10/3578.39	c cleaning 77998 clauses out of 156020 with flag 26559159/3150004
3600.06/3599.22	c timeout
3600.06/3599.25	c starts		: 706
3600.06/3599.27	c conflicts		: 3169546
3600.06/3599.27	c decisions		: 3661123
3600.06/3599.27	c propagations		: 61317411
3600.06/3599.27	c inspects		: 18165951738
3600.06/3599.27	c shortcuts		: 0
3600.06/3599.27	c learnt literals	: 0
3600.06/3599.27	c learnt binary clauses	: 0
3600.06/3599.27	c learnt ternary clauses	: 0
3600.06/3599.27	c learnt constraints	: 3169546
3600.06/3599.27	c ignored constraints	: 0
3600.06/3599.27	c root simplifications	: 0
3600.06/3599.27	c removed literals (reason simplification)	: 16796545
3600.06/3599.27	c reason swapping (by a shorter reason)	: 0
3600.06/3599.27	c Calls to reduceDB	: 75
3600.06/3599.27	c Number of update (reduction) of LBD	: 1968255
3600.06/3599.27	c Imported unit clauses	: 0
3600.06/3599.27	c No decision after first conflict	: false
3600.06/3599.27	c number of reductions to clauses (during analyze)	: 0
3600.06/3599.27	c number of learned constraints concerned by reduction	: 0
3600.06/3599.27	c number of learning phase by resolution	: 0
3600.06/3599.27	c number of learning phase by cutting planes	: 0
3600.06/3599.27	c number of rounding to 1 operations	: 0
3600.06/3599.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3599.28	c number of reductions of the coefficients by power 2 	: 0
3600.06/3599.28	c number of right shift for reduction by power 2 	: 0
3600.06/3599.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3599.28	c number of ending skipping 	: 0
3600.06/3599.28	c number of internal skipping 	: 0
3600.06/3599.28	c number of derivation steps 	: 0
3600.06/3599.28	c number of skipped derivation steps 	: 0
3600.06/3599.28	c number of remaining unassigned 	: 0
3600.06/3599.28	c number of remaining assigned 	: 0
3600.06/3599.28	c number of falsified literals weakened from reason	: 0
3600.06/3599.28	c number of falsified literals weakened from conflict	: 0
3600.06/3599.28	c time for arithmetic operations	: 0
3600.06/3599.28	c minimum degree of deleted constraints	: null
3600.06/3599.28	c maximum degree of deleted constraints	: null
3600.06/3599.28	c number of deleted constraints	: 0
3600.06/3599.29	c speed (assignments/second)	: 17037.962193688574
3600.06/3599.29	c non guided choices	: 371
3600.30/3599.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97564
3600.30/3599.41	s UNKNOWN
3600.30/3599.41	c Total wall clock time (in seconds): 3599.106

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100072 s]*
/proc/loadavg: 1.38 1.75 2.85 8/330 14157
/proc/meminfo: memFree=128957204/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=18930384 memory=48372 CPUtime=0.12 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 5796 0 0 0 9 3 0 0 20 0 18 0 30226761 19384713216 12093 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4732596 12093 5302 1 0 547003 0
[pid=14139/tid=14141] ppid=14136 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 4692 0 0 0 6 2 0 0 20 0 18 0 30226763 19384713216 12093 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30226767 19384713216 12093 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30226768 19384713216 12093 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48372 KiB

[startup+0.216883 s]*
/proc/loadavg: 1.38 1.75 2.85 7/330 14157
/proc/meminfo: memFree=128908392/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=18930384 memory=55580 CPUtime=0.32 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 6552 0 0 0 28 4 0 0 20 0 18 0 30226761 19384713216 13895 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4732596 13895 5334 1 0 547603 0
[pid=14139/tid=14141] ppid=14136 vsize=18930384 memory=4026532124 CPUtime=0.19 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 5057 0 0 0 17 2 0 0 20 0 18 0 30226763 19384713216 13895 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30226767 19384713216 13895 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30226768 19384713216 13895 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55580 KiB

[startup+0.318971 s]*
/proc/loadavg: 1.38 1.75 2.85 8/330 14157
/proc/meminfo: memFree=128892008/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=18930384 memory=57116 CPUtime=0.49 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 6846 0 0 0 45 4 0 0 20 0 18 0 30226761 19384713216 14279 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4732596 14279 5430 1 0 547832 0
[pid=14139/tid=14141] ppid=14136 vsize=18930384 memory=-6000919481330264174 CPUtime=0.3 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 5253 0 0 0 27 3 0 0 20 0 18 0 30226763 19384713216 14279 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30226767 19384713216 14279 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30226768 19384713216 14279 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57116 KiB

[startup+0.700294 s]
/proc/loadavg: 1.38 1.75 2.85 9/331 14158
/proc/meminfo: memFree=128853456/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=18996948 memory=78404 CPUtime=1.16 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 8926 0 0 0 111 5 0 0 20 0 19 0 30226761 19452874752 19601 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4749237 19601 5430 1 0 549109 0
[pid=14139/tid=14141] ppid=14136 vsize=18996948 memory=17408 CPUtime=0.61 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 5352 0 0 0 58 3 0 0 20 0 19 0 30226763 19452874752 19601 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30226767 19452874752 19601 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 30226768 19452874752 19601 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30226802 19452874752 19601 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78404 KiB

[startup+1.50029 s]
/proc/loadavg: 1.38 1.75 2.85 7/331 14158
/proc/meminfo: memFree=128815872/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=168488 CPUtime=2.75 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 17621 0 0 0 267 8 0 0 20 0 20 0 30226761 19521036288 42122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 42122 5494 1 0 552157 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=0 CPUtime=1.33 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 5672 0 0 0 128 5 0 0 20 0 20 0 30226763 19521036288 42122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 42122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 42122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 42122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168488 KiB

[startup+3.10556 s]
/proc/loadavg: 1.67 1.81 2.86 6/332 14159
/proc/meminfo: memFree=128613036/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=206856 CPUtime=5.7 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 21031 0 0 0 560 10 0 0 20 0 20 0 30226761 19521036288 51714 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 51714 5494 1 0 553307 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=11264 CPUtime=2.87 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 6580 0 0 0 281 6 0 0 20 0 20 0 30226763 19521036288 51714 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=-6000919481330264174 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 51714 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 51714 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 51714 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206856 KiB

[startup+6.30043 s]
/proc/loadavg: 1.67 1.81 2.86 5/332 14159
/proc/meminfo: memFree=127031144/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=604284 CPUtime=9.39 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 21671 0 0 0 917 22 0 0 20 0 20 0 30226761 19521036288 151071 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 151071 5494 1 0 659819 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=0 CPUtime=6.01 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 6828 0 0 0 585 16 0 0 20 0 20 0 30226763 19521036288 151071 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 151071 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 151071 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=171560 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 151071 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 9.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 604284 KiB

[startup+12.7004 s]
/proc/loadavg: 1.85 1.85 2.87 5/332 14159
/proc/meminfo: memFree=125904412/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=860488 CPUtime=15.84 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 21897 0 0 0 1554 30 0 0 20 0 20 0 30226761 19521036288 215122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 215122 5494 1 0 659830 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=171560 CPUtime=12.01 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 6941 0 0 0 1179 22 0 0 20 0 20 0 30226763 19521036288 215122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=850240 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 215122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 215122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 215122 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 860488 KiB

[startup+25.5003 s]
/proc/loadavg: 2.71 2.03 2.91 5/333 14421
/proc/meminfo: memFree=125413820/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=1530004 CPUtime=28.72 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 26001 0 0 0 2813 59 0 0 20 0 20 0 30226761 19521036288 382501 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 382501 5494 1 0 1056723 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=1501260 CPUtime=24.35 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 8165 0 0 0 2390 45 0 0 20 0 20 0 30226763 19521036288 382501 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=1476608 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 382501 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 382501 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 382501 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 28.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1530004 KiB

[startup+51.1138 s]
/proc/loadavg: 3.21 2.21 2.95 5/334 14423
/proc/meminfo: memFree=121614720/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=1947948 CPUtime=54.44 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 32086 0 0 0 5364 80 0 0 20 0 20 0 30226761 19521036288 486987 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 486987 5494 1 0 1056724 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=-6000919481330264174 CPUtime=49.15 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 10117 0 0 0 4854 61 0 0 20 0 20 0 30226763 19521036288 486987 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 486987 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0

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

[startup+3282.3 s]
/proc/loadavg: 4.07 4.13 4.13 5/331 14628
/proc/meminfo: memFree=80192148/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3282.5 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 158579 0 0 0 327203 1047 0 0 20 0 20 0 30226761 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043384 5526 1 0 1058851 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3251.36 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 80771 0 0 0 324318 818 0 0 20 0 20 0 30226763 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2339 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3282.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173536 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.13 5/331 14630
/proc/meminfo: memFree=79727972/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3342.38 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 161710 0 0 0 333174 1064 0 0 20 0 20 0 30226761 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043384 5526 1 0 1058851 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3311.08 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 82849 0 0 0 330275 833 0 0 20 0 20 0 30226763 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2428 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=-6000919481330264174 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3342.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173536 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/332 14635
/proc/meminfo: memFree=79409028/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3402.31 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 164853 0 0 0 339152 1079 0 0 20 0 20 0 30226761 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043384 5526 1 0 1058851 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=5632 CPUtime=3370.7 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 84283 0 0 0 336225 845 0 0 20 0 20 0 30226763 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=-6000919481330264174 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2546 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3402.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173536 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/332 14641
/proc/meminfo: memFree=79076640/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3462.21 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 165654 0 0 0 345122 1099 0 0 20 0 20 0 30226761 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043384 5526 1 0 1058851 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=4173536 CPUtime=3430.29 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 85071 0 0 0 342168 861 0 0 20 0 20 0 30226763 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2546 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043384 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3462.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173536 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/331 14643
/proc/meminfo: memFree=78633792/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173664 CPUtime=3523.16 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 179312 0 0 0 351195 1121 0 0 20 0 20 0 30226761 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043416 5526 1 0 1058866 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=11264 CPUtime=3489.73 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 90799 0 0 0 348093 880 0 0 20 0 20 0 30226763 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=4173536 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2547 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=4173664 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3523.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173664 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.13 4/310 14739
/proc/meminfo: memFree=99786348/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173664 CPUtime=3583.07 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 181365 0 0 0 357164 1143 0 0 20 0 20 0 30226761 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043416 5526 1 0 1058866 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=0 CPUtime=3549.32 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 92639 0 0 0 354035 897 0 0 20 0 20 0 30226763 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=4173664 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2572 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=4173664 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3583.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.2 s]
/proc/loadavg: 4.45 4.21 4.15 6/333 14850
/proc/meminfo: memFree=118715164/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19063512 memory=4173664 CPUtime=3600.06 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 182599 0 0 0 358857 1149 0 0 20 0 20 0 30226761 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4765878 1043416 5526 1 0 1058866 0
[pid=14139/tid=14141] ppid=14136 vsize=19063512 memory=-6000919481330264174 CPUtime=3565.96 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) R 14136 14139 13812 0 -1 4194368 92880 0 0 0 355694 902 0 0 20 0 20 0 30226763 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30226767 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2572 0 0 0 0 0 0 0 20 0 20 0 30226768 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14158] ppid=14136 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/14139/task/14158/stat : 14158 (Timer-0) S 14136 14139 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30226802 19521036288 1043416 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.83 s, system=11.5257 s

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

[startup+3599.4 s]
/proc/loadavg: 4.45 4.21 4.15 6/333 14850
/proc/meminfo: memFree=118715164/131382116 swapFree=33010684/33010684
[pid=14139] ppid=14136 vsize=19263204 memory=4174432 CPUtime=3600.3 cores=5,7
/proc/14139/stat : 14139 (java) S 14136 14139 13812 0 -1 4194304 184850 0 0 0 358881 1149 0 0 20 0 21 0 30226761 19725520896 1043608 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
/proc/14139/statm: 4815801 1043608 5526 1 0 1059791 0
[pid=14139/tid=14141] ppid=14136 vsize=19263204 memory=17408 CPUtime=3565.98 cores=5,7
/proc/14139/task/14141/stat : 14141 (java) S 14136 14139 13812 0 -1 4194368 93257 0 0 0 355696 902 0 0 20 0 21 0 30226763 19725520896 1043608 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14150] ppid=14136 vsize=19263204 memory=-6000919481330264174 CPUtime=0 cores=5,7
/proc/14139/task/14150/stat : 14150 (Finalizer) S 14136 14139 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30226767 19725520896 1043608 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
[pid=14139/tid=14157] ppid=14136 vsize=19263204 memory=2884 CPUtime=0 cores=5,7
/proc/14139/task/14157/stat : 14157 (Common-Cleaner) S 14136 14139 13812 0 -1 4194368 2572 0 0 0 0 0 0 0 20 0 21 0 30226768 19725520896 1043608 18446744073709551615 93825318187008 93825318190704 140724507412096 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93825318198520 93825318199312 93825345232896 140724507416880 140724507417062 140724507417062 140724507422664 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4174432 KiB

Child status: 143

Real time (s): 3599.45
CPU time (s): 3600.36
CPU user time (s): 3588.83
CPU system time (s): 11.5257
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4174432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.83
system time used= 11.5257
maximum resident set size= 4174560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7898840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109700
involuntary context switches= 10747


# summary of solver processes directly reported to runsolver:
#   pid: 14139
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3588.83
#   total CPU system time (s): 11.5257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3926 second user time and 37.9345 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-28 23:17:56
IDJOB=4492265
IDBENCH=147773
IDSOLVER=3364
FILE ID=nodeC004/4492265-1751145476
RUNJOBID= nodeC004-1751145467-13825
SLURM_JOB_ID= 9587447
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492265-1751145476/watcher-4492265-1751145476 -o /tmp/evaluation-result-4492265-1751145476/solver-4492265-1751145476 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13825 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492265-1751145476 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492265-1751145476.opb

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

MD5SUM BENCH= 7cb1d5676907f172015f1306d7bbf2bc
RANDOM SEED=1111592117

nodeC004 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	: 0xb00001f
cpu MHz		: 2793.494
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3491.871
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 2993.028
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.206
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.679
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.418
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3491.872
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.232
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129001848 kB
MemAvailable:   128632804 kB
Buffers:            3280 kB
Cached:           429244 kB
SwapCached:            0 kB
Active:          1650820 kB
Inactive:         197176 kB
Active(anon):    1433500 kB
Inactive(anon):        0 kB
Active(file):     217320 kB
Inactive(file):   197176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             80172 kB
Writeback:             0 kB
AnonPages:       1418428 kB
Mapped:           122184 kB
Shmem:             17976 kB
KReclaimable:      83296 kB
Slab:             165160 kB
SReclaimable:      83296 kB
SUnreclaim:        81864 kB
KernelStack:        5056 kB
PageTables:         6344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7481068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1220608 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC004 at 2025-06-29 00:17:56