Trace number 4514275

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.38 3605.18

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v041-n2.opb
MD5SUMb8a09e358b8e1895ad7e151def234408
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.010805
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.19	c See www.sat4j.org for details.
0.14/0.20	c version PB25.v20250606
0.28/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.24	c java.vm.version	22.0.1+8-16
0.28/0.24	c java.vm.vendor	Oracle Corporation
0.28/0.24	c sun.arch.data.model	64
0.28/0.24	c java.version		22.0.1
0.28/0.24	c os.name		Linux
0.28/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.25	c Free memory 		2104792832
0.28/0.25	c Max memory 		16282288128
0.28/0.25	c Total memory 		2113929216
0.28/0.26	c Number of processors 	2
0.41/0.38	c Pseudo Boolean Optimization by upper bound
0.41/0.38	c --- Begin Solver configuration ---
0.41/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.38	c Learn all clauses as in MiniSAT
0.41/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.38	c Expensive reason simplification
0.41/0.38	c Glucose 2.1 dynamic restart strategy
0.41/0.38	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.41/0.38	c timeout=2147483s
0.41/0.38	c DB Simplification allowed=false
0.41/0.38	c Listener: none
0.41/0.38	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4514275-1751226058.opb
0.41/0.38	c reading problem ... 
0.41/0.38	c using VERIPB proof format
0.41/0.39	c  no objective function found
0.55/0.45	c ... done. Wall clock time 0.063s.
0.55/0.45	c declared #vars     123
0.55/0.45	c #constraints  82
0.55/0.45	c constraints type 
0.55/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.55/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41
0.55/0.45	c 82 constraints processed.
2.63/1.55	c cleaning 2501 clauses out of 5005 with flag 35030/5005
4.01/2.26	c cleaning 4244 clauses out of 8500 with flag 86415/11001
5.38/2.94	c cleaning 5626 clauses out of 11257 with flag 145520/18002
6.55/3.80	c cleaning 6807 clauses out of 13629 with flag 221099/26000
8.26/5.31	c cleaning 7905 clauses out of 15823 with flag 303451/35001
9.48/6.52	c cleaning 8953 clauses out of 17917 with flag 393878/45000
11.08/7.96	c cleaning 9973 clauses out of 19964 with flag 503264/56000
12.73/9.53	c cleaning 10992 clauses out of 21991 with flag 614314/68000
14.55/11.33	c cleaning 11992 clauses out of 23999 with flag 730227/81000
17.03/13.36	c cleaning 12993 clauses out of 26007 with flag 863640/95000
19.23/15.51	c cleaning 13996 clauses out of 28014 with flag 998675/110000
21.63/17.98	c cleaning 15006 clauses out of 30019 with flag 1145448/126001
24.30/20.55	c cleaning 16000 clauses out of 32015 with flag 1305082/143003
27.26/23.47	c cleaning 17000 clauses out of 34012 with flag 1464062/161000
30.56/26.79	c cleaning 17999 clauses out of 36013 with flag 1637154/180001
33.87/30.10	c cleaning 18999 clauses out of 38015 with flag 1810695/200002
37.44/33.69	c cleaning 19997 clauses out of 40016 with flag 2008915/221002
41.36/37.60	c cleaning 21000 clauses out of 42018 with flag 2210964/243001
45.25/41.55	c cleaning 21999 clauses out of 44017 with flag 2425661/266000
49.54/45.83	c cleaning 23002 clauses out of 46018 with flag 2649330/290000
54.74/51.05	c cleaning 24001 clauses out of 48016 with flag 2893496/315000
59.62/55.91	c cleaning 25001 clauses out of 50015 with flag 3138923/341000
65.91/62.18	c cleaning 25999 clauses out of 52014 with flag 3418530/368000
71.69/67.98	c cleaning 27004 clauses out of 54016 with flag 3678215/396001
76.98/73.20	c cleaning 27998 clauses out of 56011 with flag 3920656/425000
82.97/79.21	c cleaning 29001 clauses out of 58013 with flag 4188601/455000
89.78/86.06	c cleaning 30000 clauses out of 60012 with flag 4484716/486000
97.15/93.40	c cleaning 31002 clauses out of 62012 with flag 4780440/518000
105.20/101.52	c cleaning 32001 clauses out of 64010 with flag 5080234/551000
113.44/109.53	c cleaning 32995 clauses out of 66009 with flag 5386626/585000
123.43/119.56	c cleaning 34000 clauses out of 68017 with flag 5763046/620003
132.18/128.31	c cleaning 34999 clauses out of 70014 with flag 6102608/656000
140.77/137.01	c cleaning 36001 clauses out of 72016 with flag 6438340/693001
150.45/146.66	c cleaning 37001 clauses out of 74018 with flag 6780718/731004
160.69/156.84	c cleaning 38002 clauses out of 76013 with flag 7144315/770000
170.42/166.50	c cleaning 39000 clauses out of 78011 with flag 7513469/810000
181.19/177.32	c cleaning 39996 clauses out of 80012 with flag 7890754/851001
193.04/189.27	c cleaning 41001 clauses out of 82015 with flag 8275000/893000
204.93/201.15	c cleaning 42002 clauses out of 84015 with flag 8661626/936001
218.39/214.68	c cleaning 42990 clauses out of 86012 with flag 9097178/980000
233.24/229.59	c cleaning 44001 clauses out of 88024 with flag 9531714/1025002
248.42/244.78	c cleaning 45007 clauses out of 90022 with flag 10004880/1071001
266.87/263.25	c cleaning 45997 clauses out of 92014 with flag 10480164/1118000
283.73/280.11	c cleaning 47005 clauses out of 94019 with flag 10959219/1166002
300.76/297.26	c cleaning 48000 clauses out of 96012 with flag 11445021/1215000
320.01/316.55	c cleaning 48999 clauses out of 98012 with flag 11937619/1265000
338.48/335.04	c cleaning 49995 clauses out of 100013 with flag 12425623/1316000
356.52/353.13	c cleaning 50999 clauses out of 102018 with flag 12919474/1368000
374.17/370.80	c cleaning 52001 clauses out of 104020 with flag 13392344/1421001
393.10/389.89	c cleaning 53004 clauses out of 106019 with flag 13878143/1475001
414.16/410.93	c cleaning 54001 clauses out of 108016 with flag 14395386/1530002
436.71/433.55	c cleaning 54996 clauses out of 110013 with flag 14959047/1586000
463.54/460.47	c cleaning 56006 clauses out of 112019 with flag 15538116/1643002
486.20/483.18	c cleaning 56996 clauses out of 114012 with flag 16100332/1701001
507.51/504.58	c cleaning 58001 clauses out of 116015 with flag 16656777/1760000
530.98/528.09	c cleaning 59001 clauses out of 118015 with flag 17247592/1820001
556.52/553.60	c cleaning 59995 clauses out of 120013 with flag 17847035/1881000
582.96/580.18	c cleaning 61006 clauses out of 122020 with flag 18443997/1943002
610.79/608.04	c cleaning 62002 clauses out of 124012 with flag 19038167/2006000
638.39/635.70	c cleaning 63003 clauses out of 126010 with flag 19650572/2070000
668.32/665.73	c cleaning 63999 clauses out of 128008 with flag 20265610/2135001
698.34/695.82	c cleaning 64996 clauses out of 130008 with flag 20909616/2201000
731.15/728.79	c cleaning 66001 clauses out of 132012 with flag 21590881/2268000
767.97/765.67	c cleaning 67004 clauses out of 134012 with flag 22274028/2336001
799.59/797.39	c cleaning 67998 clauses out of 136007 with flag 22943648/2405000
835.95/833.72	c cleaning 68993 clauses out of 138010 with flag 23637077/2475001
878.85/876.76	c cleaning 70005 clauses out of 140016 with flag 24375373/2546000
919.69/917.63	c cleaning 70998 clauses out of 142011 with flag 25119158/2618000
962.28/960.38	c cleaning 72004 clauses out of 144014 with flag 25886681/2691001
1002.34/1001.10	c cleaning 72997 clauses out of 146009 with flag 26632957/2765000
1043.25/1042.09	c cleaning 74000 clauses out of 148014 with flag 27373077/2840002
1084.15/1083.09	c cleaning 74996 clauses out of 150012 with flag 28121535/2916000
1145.19/1144.26	c cleaning 76000 clauses out of 152018 with flag 28921959/2993002
1196.16/1195.38	c cleaning 77003 clauses out of 154016 with flag 29710494/3071000
1245.93/1245.26	c cleaning 78003 clauses out of 156015 with flag 30504319/3150002
1297.80/1297.22	c cleaning 78999 clauses out of 158010 with flag 31303817/3230000
1355.69/1355.23	c cleaning 79997 clauses out of 160013 with flag 32148658/3311002
1414.88/1414.57	c cleaning 81007 clauses out of 162015 with flag 32983910/3393001
1477.83/1477.65	c cleaning 81998 clauses out of 164007 with flag 33843386/3476000
1535.90/1535.85	c cleaning 83000 clauses out of 166011 with flag 34716209/3560002
1596.87/1596.91	c cleaning 84003 clauses out of 168009 with flag 35574951/3645000
1657.19/1657.34	c cleaning 84990 clauses out of 170006 with flag 36431827/3731000
1712.07/1712.31	c cleaning 86003 clauses out of 172016 with flag 37255095/3818000
1778.05/1778.50	c cleaning 87002 clauses out of 174013 with flag 38142252/3906000
1839.24/1839.78	c cleaning 87995 clauses out of 176011 with flag 39077238/3995000
1901.59/1902.22	c cleaning 89004 clauses out of 178019 with flag 39969920/4085003
1967.26/1968.10	c cleaning 90002 clauses out of 180013 with flag 40883126/4176001
2033.21/2034.21	c cleaning 91003 clauses out of 182012 with flag 41800810/4268002
2109.87/2111.05	c cleaning 91993 clauses out of 184007 with flag 42770467/4361000
2173.32/2174.68	c cleaning 92998 clauses out of 186015 with flag 43695818/4455001
2254.19/2255.75	c cleaning 94002 clauses out of 188017 with flag 44631748/4550001
2342.45/2344.12	c cleaning 95002 clauses out of 190017 with flag 45647871/4646003
2423.35/2425.28	c cleaning 96000 clauses out of 192013 with flag 46661743/4743001
2495.69/2497.74	c cleaning 97000 clauses out of 194013 with flag 47650542/4841001
2566.35/2568.51	c cleaning 98005 clauses out of 196012 with flag 48615938/4940000
2643.08/2645.42	c cleaning 98999 clauses out of 198007 with flag 49659828/5040000
2741.74/2744.37	c cleaning 99999 clauses out of 200012 with flag 50753508/5141004
2829.49/2832.29	c cleaning 100990 clauses out of 202010 with flag 51826826/5243001
2909.03/2911.90	c cleaning 102005 clauses out of 204020 with flag 52877801/5346001
2995.16/2998.75	c cleaning 102997 clauses out of 206014 with flag 53948162/5450000
3081.10/3084.96	c cleaning 104004 clauses out of 208019 with flag 54943085/5555002
3171.76/3175.71	c cleaning 104998 clauses out of 210013 with flag 55957106/5661000
3261.74/3265.92	c cleaning 106005 clauses out of 212016 with flag 56998832/5768001
3363.26/3367.63	c cleaning 106997 clauses out of 214010 with flag 58150875/5876000
3462.26/3466.82	c cleaning 107998 clauses out of 216014 with flag 59293301/5985001
3555.93/3560.76	c cleaning 108998 clauses out of 218015 with flag 60435135/6095000
3600.08/3604.92	c timeout
3600.08/3604.94	c starts		: 16575
3600.08/3604.98	c conflicts		: 6150187
3600.08/3604.98	c decisions		: 7205524
3600.08/3604.98	c propagations		: 109624941
3600.08/3604.98	c inspects		: 43220360703
3600.08/3604.98	c shortcuts		: 0
3600.08/3604.98	c learnt literals	: 0
3600.08/3604.98	c learnt binary clauses	: 0
3600.08/3604.98	c learnt ternary clauses	: 2
3600.08/3604.98	c learnt constraints	: 6150187
3600.08/3604.99	c ignored constraints	: 0
3600.08/3604.99	c root simplifications	: 0
3600.08/3604.99	c removed literals (reason simplification)	: 80218350
3600.08/3604.99	c reason swapping (by a shorter reason)	: 0
3600.08/3604.99	c Calls to reduceDB	: 106
3600.08/3604.99	c Number of update (reduction) of LBD	: 1820175
3600.08/3604.99	c Imported unit clauses	: 0
3600.08/3604.99	c No decision after first conflict	: false
3600.20/3605.02	c number of reductions to clauses (during analyze)	: 0
3600.20/3605.02	c number of learned constraints concerned by reduction	: 0
3600.20/3605.02	c number of learning phase by resolution	: 0
3600.20/3605.02	c number of learning phase by cutting planes	: 0
3600.20/3605.02	c number of rounding to 1 operations	: 0
3600.20/3605.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.20/3605.02	c number of reductions of the coefficients by power 2 	: 0
3600.20/3605.02	c number of right shift for reduction by power 2 	: 0
3600.20/3605.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.20/3605.02	c number of ending skipping 	: 0
3600.20/3605.02	c number of internal skipping 	: 0
3600.20/3605.02	c number of derivation steps 	: 0
3600.20/3605.02	c number of skipped derivation steps 	: 0
3600.20/3605.02	c number of remaining unassigned 	: 0
3600.20/3605.02	c number of remaining assigned 	: 0
3600.20/3605.02	c number of falsified literals weakened from reason	: 0
3600.20/3605.02	c number of falsified literals weakened from conflict	: 0
3600.20/3605.02	c time for arithmetic operations	: 0
3600.20/3605.02	c minimum degree of deleted constraints	: null
3600.20/3605.02	c maximum degree of deleted constraints	: null
3600.20/3605.02	c number of deleted constraints	: 0
3600.20/3605.03	c speed (assignments/second)	: 30412.765184196727
3600.20/3605.03	c non guided choices	: 39
3600.31/3605.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 164204
3600.31/3605.15	s UNKNOWN
3600.31/3605.15	c Total wall clock time (in seconds): 3604.777

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514275-1751226058/watcher-4514275-1751226058 -o /tmp/evaluation-result-4514275-1751226058/solver-4514275-1751226058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26778 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514275-1751226058 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514275-1751226058.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 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=27620, runsolver pid=27617
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.24 4.12 4.07 8/327 27638
/proc/meminfo: memFree=121591472/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=18930384 memory=48372 CPUtime=0.14 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 5803 0 0 0 10 4 0 0 20 0 18 0 38284460 19384713216 12093 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4732596 12093 5301 1 0 547011 0
[pid=27620/tid=27622] ppid=27617 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 4693 0 0 0 6 2 0 0 20 0 18 0 38284462 19384713216 12093 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38284467 19384713216 12093 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=18930384 memory=59593594259917 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38284468 19384713216 12093 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48372 KiB

[startup+0.227159 s]*
/proc/loadavg: 4.24 4.12 4.07 6/328 27641
/proc/meminfo: memFree=121578560/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=18930384 memory=52708 CPUtime=0.28 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 6324 0 0 0 23 5 0 0 20 0 18 0 38284460 19384713216 13177 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4732596 13177 5333 1 0 547418 0
[pid=27620/tid=27622] ppid=27617 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) D 27617 27620 26767 0 -1 4194368 4967 0 0 0 14 3 0 0 20 0 18 0 38284462 19384713216 13177 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=18930384 memory=16878 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38284467 19384713216 13177 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38284468 19384713216 13177 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52708 KiB

[startup+0.315484 s]*
/proc/loadavg: 4.24 4.12 4.07 8/309 27641
/proc/meminfo: memFree=121565832/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=18930384 memory=58024 CPUtime=0.41 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 6653 0 0 0 35 6 0 0 20 0 18 0 38284460 19384713216 14506 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4732596 14506 5333 1 0 547681 0
[pid=27620/tid=27622] ppid=27617 vsize=18930384 memory=-6000919477068522861 CPUtime=0.25 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) S 27617 27620 26767 0 -1 4194368 5118 0 0 0 21 4 0 0 20 0 18 0 38284462 19384713216 14506 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38284467 19384713216 14506 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38284468 19384713216 14506 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58024 KiB

[startup+0.700348 s]
/proc/loadavg: 4.24 4.12 4.07 7/308 27650
/proc/meminfo: memFree=123657136/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=18996948 memory=73912 CPUtime=1.05 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 9543 0 0 0 98 7 0 0 20 0 19 0 38284460 19452874752 18478 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4749237 18478 5429 1 0 549696 0
[pid=27620/tid=27622] ppid=27617 vsize=18996948 memory=17920 CPUtime=0.58 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 5357 0 0 0 54 4 0 0 20 0 19 0 38284462 19452874752 18478 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38284467 19452874752 18478 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=18996948 memory=21472 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38284468 19452874752 18478 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=18996948 memory=4352 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38284506 19452874752 18478 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73912 KiB

[startup+1.50033 s]
/proc/loadavg: 4.24 4.12 4.07 6/308 27655
/proc/meminfo: memFree=123616844/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=18996948 memory=139388 CPUtime=2.63 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 15108 0 0 0 251 12 0 0 20 0 19 0 38284460 19452874752 34847 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4749237 34847 5429 1 0 551423 0
[pid=27620/tid=27622] ppid=27617 vsize=18996948 memory=0 CPUtime=1.33 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 5682 0 0 0 127 6 0 0 20 0 19 0 38284462 19452874752 34847 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38284467 19452874752 34847 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=18996948 memory=21472 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38284468 19452874752 34847 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=18996948 memory=4352 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38284506 19452874752 34847 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139388 KiB

[startup+3.10561 s]
/proc/loadavg: 4.30 4.13 4.08 8/328 27706
/proc/meminfo: memFree=125714220/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=173376 CPUtime=5.77 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 20468 0 0 0 562 15 0 0 20 0 20 0 38284460 19521036288 43344 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 43344 5461 1 0 553183 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=11136 CPUtime=2.9 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 6779 0 0 0 282 8 0 0 20 0 20 0 38284462 19521036288 43344 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=-6000919477068522861 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 43344 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 43344 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=21472 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 43344 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173376 KiB

[startup+6.30041 s]
/proc/loadavg: 4.30 4.13 4.08 5/330 27708
/proc/meminfo: memFree=125434104/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=199176 CPUtime=9.28 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 22362 0 0 0 911 17 0 0 20 0 20 0 38284460 19521036288 49794 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 49794 5461 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=0 CPUtime=6.07 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 7290 0 0 0 597 10 0 0 20 0 20 0 38284462 19521036288 49794 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=21472 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 49794 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 49794 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 49794 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199176 KiB

[startup+12.7005 s]
/proc/loadavg: 4.36 4.15 4.08 5/331 27710
/proc/meminfo: memFree=124692024/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=443808 CPUtime=16.2 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 31074 0 0 0 1594 26 0 0 20 0 20 0 38284460 19521036288 110952 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 110952 5461 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=0 CPUtime=12.4 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 8512 0 0 0 1224 16 0 0 20 0 20 0 38284462 19521036288 110952 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 110952 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=-6000919477068522861 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 110952 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 110952 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 16.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 443808 KiB

[startup+25.5005 s]
/proc/loadavg: 4.35 4.16 4.09 5/331 27710
/proc/meminfo: memFree=123422036/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=808324 CPUtime=29.36 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 35615 0 0 0 2897 39 0 0 20 0 20 0 38284460 19521036288 202081 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 202081 5461 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=0 CPUtime=25.13 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 9445 0 0 0 2486 27 0 0 20 0 20 0 38284462 19521036288 202081 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=-6000919477068522861 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 202081 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=591256 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 202081 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 202081 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 29.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 808324 KiB

[startup+51.1137 s]
/proc/loadavg: 4.23 4.14 4.08 5/330 27710
/proc/meminfo: memFree=122390968/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=814468 CPUtime=54.84 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 35717 0 0 0 5437 47 0 0 20 0 20 0 38284460 19521036288 203617 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 203617 5461 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=814468 CPUtime=50.56 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 9506 0 0 0 5022 34 0 0 20 0 20 0 38284462 19521036288 203617 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 203617 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0

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

/proc/meminfo: memFree=111328636/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3338.02 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 90774 0 0 0 333168 634 0 0 20 0 20 0 38284460 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 420758 5493 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3325.73 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 33644 0 0 0 332128 445 0 0 20 0 20 0 38284462 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2092 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3338.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1683032 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.22 4.17 5/329 27962
/proc/meminfo: memFree=111205496/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3397.87 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 90894 0 0 0 339145 642 0 0 20 0 20 0 38284460 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 420758 5493 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3385.53 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 33759 0 0 0 338103 450 0 0 20 0 20 0 38284462 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2092 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3397.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1683032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.21 4.17 5/329 27964
/proc/meminfo: memFree=111080440/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3457.77 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 91549 0 0 0 345125 652 0 0 20 0 20 0 38284460 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 420758 5493 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3445.26 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 34349 0 0 0 344069 457 0 0 20 0 20 0 38284462 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2092 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3457.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1683032 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.18 4.17 5/330 27967
/proc/meminfo: memFree=110964044/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3517.62 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 92481 0 0 0 351101 661 0 0 20 0 20 0 38284460 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 420758 5493 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3505.07 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 35178 0 0 0 350044 463 0 0 20 0 20 0 38284462 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2188 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3517.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1683032 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.16 4.16 5/331 27970
/proc/meminfo: memFree=110794344/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3577.49 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 93455 0 0 0 357077 672 0 0 20 0 20 0 38284460 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 420758 5493 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=5632 CPUtime=3564.88 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 36145 0 0 0 356018 470 0 0 20 0 20 0 38284462 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2188 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=-4421386487607354469 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3577.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1683032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.9 s]
/proc/loadavg: 4.05 4.15 4.16 7/330 28036
/proc/meminfo: memFree=115987060/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3600.08 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 94224 0 0 0 359333 675 0 0 20 0 20 0 38284460 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4765878 420758 5493 1 0 553187 0
[pid=27620/tid=27622] ppid=27617 vsize=19063512 memory=1683032 CPUtime=3587.34 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) R 27617 27620 26767 0 -1 4194368 36169 0 0 0 358262 472 0 0 20 0 20 0 38284462 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19063512 memory=164 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38284467 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19063512 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2247 0 0 0 0 0 0 0 20 0 20 0 38284468 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27646] ppid=27617 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/27620/task/27646/stat : 27646 (Timer-0) S 27617 27620 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38284506 19521036288 420758 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1683032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.6 s, system=6.77788 s

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

[startup+3605 s]*
/proc/loadavg: 4.05 4.15 4.16 7/332 28040
/proc/meminfo: memFree=115901804/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19263204 memory=1683800 CPUtime=3600.2 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 96440 0 0 0 359344 676 0 0 20 0 21 0 38284460 19725520896 420950 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4815801 420950 5525 1 0 554106 0
[pid=27620/tid=27622] ppid=27617 vsize=19263204 memory=-6000919489953817709 CPUtime=3587.36 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) S 27617 27620 26767 0 -1 4194368 36584 0 0 0 358264 472 0 0 20 0 21 0 38284462 19725520896 420950 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19263204 memory=6900 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38284467 19725520896 420950 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19263204 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2247 0 0 0 0 0 0 0 20 0 21 0 38284468 19725520896 420950 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=28040] ppid=27617 vsize=19263204 memory=6900 CPUtime=0.01 cores=4,6
/proc/27620/task/28040/stat : 28040 (Thread-0) R 27617 27620 26767 0 -1 4194368 129 0 0 0 1 0 0 0 20 0 21 0 38644952 19725520896 420950 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1683800 KiB

[startup+3605.11 s]
/proc/loadavg: 4.05 4.15 4.16 7/332 28040
/proc/meminfo: memFree=115901804/131382120 swapFree=33010684/33010684
[pid=27620] ppid=27617 vsize=19263204 memory=1683928 CPUtime=3600.31 cores=4,6
/proc/27620/stat : 27620 (java) S 27617 27620 26767 0 -1 4194304 96524 0 0 0 359355 676 0 0 20 0 21 0 38284460 19725520896 420982 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
/proc/27620/statm: 4815801 420982 5525 1 0 554106 0
[pid=27620/tid=27622] ppid=27617 vsize=19263204 memory=1683032 CPUtime=3587.36 cores=4,6
/proc/27620/task/27622/stat : 27622 (java) S 27617 27620 26767 0 -1 4194368 36584 0 0 0 358264 472 0 0 20 0 21 0 38284462 19725520896 420982 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27631] ppid=27617 vsize=19263204 memory=164 CPUtime=0 cores=4,6
/proc/27620/task/27631/stat : 27631 (Finalizer) S 27617 27620 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38284467 19725520896 420982 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=27638] ppid=27617 vsize=19263204 memory=1683032 CPUtime=0 cores=4,6
/proc/27620/task/27638/stat : 27638 (Common-Cleaner) S 27617 27620 26767 0 -1 4194368 2247 0 0 0 0 0 0 0 20 0 21 0 38284468 19725520896 420982 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
[pid=27620/tid=28040] ppid=27617 vsize=19263204 memory=17920 CPUtime=0.1 cores=4,6
/proc/27620/task/28040/stat : 28040 (Thread-0) R 27617 27620 26767 0 -1 4194368 169 0 0 0 10 0 0 0 20 0 21 0 38644952 19725520896 420982 18446744073709551615 94831937826816 94831937830512 140723864002656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94831937838328 94831937839120 94831968276480 140723864009008 140723864009190 140723864009190 140723864014792 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1683928 KiB

Child status: 143

Real time (s): 3605.18
CPU time (s): 3600.38
CPU user time (s): 3593.6
CPU system time (s): 6.77788
CPU usage (%): 99.867
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1683928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.6
system time used= 6.77788
maximum resident set size= 1683928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2472032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102863
involuntary context switches= 7923


# summary of solver processes directly reported to runsolver:
#   pid: 27620
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3593.6
#   total CPU system time (s): 6.77788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6828 second user time and 40.1036 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 21:40:58
IDJOB=4514275
IDBENCH=162615
IDSOLVER=3364
FILE ID=nodeC003/4514275-1751226058
RUNJOBID= nodeC003-1751222447-26778
SLURM_JOB_ID= 9587679
Free space on /tmp= 432752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v041-n2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514275-1751226058/watcher-4514275-1751226058 -o /tmp/evaluation-result-4514275-1751226058/solver-4514275-1751226058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26778 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514275-1751226058 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514275-1751226058.opb

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

MD5SUM BENCH= b8a09e358b8e1895ad7e151def234408
RANDOM SEED=1020605928

nodeC003 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		: 1596.189
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.44
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		: 3501.567
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.44
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		: 1596.266
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.44
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.153
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.44
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		: 1198.008
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.44
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		: 3501.779
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.44
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		: 1197.162
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.44
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.889
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        121638660 kB
MemAvailable:   125777384 kB
Buffers:            3280 kB
Cached:          4943880 kB
SwapCached:            0 kB
Active:          4508052 kB
Inactive:        4695396 kB
Active(anon):    4274296 kB
Inactive(anon):        0 kB
Active(file):     233756 kB
Inactive(file):  4695396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12808 kB
Writeback:             0 kB
AnonPages:       4259456 kB
Mapped:           122976 kB
Shmem:             17960 kB
KReclaimable:      98400 kB
Slab:             181600 kB
SReclaimable:      98400 kB
SUnreclaim:        83200 kB
KernelStack:        5024 kB
PageTables:        11912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7041844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4050944 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432744 MiB
End job on nodeC003 at 2025-06-29 22:41:03