Trace number 4510805

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-06UNSAT cert. 1307.33 1311.45

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUMdcac64736f2fac2889802971ff74db2d
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 benchmark415.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3288
Total number of constraints10282
Number of constraints which are clauses10282
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4510805-1751199342.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c using VERIPB proof format
0.13/0.12	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.109s.
0.32/0.24	c declared #vars     3288
0.32/0.24	c #constraints  10282
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 9186
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1096
0.32/0.24	c 10282 constraints processed.
2.45/1.35	c cleaning 2492 clauses out of 5000 with flag 184106/5000
4.13/2.26	c cleaning 4248 clauses out of 8510 with flag 258067/11002
5.31/3.31	c cleaning 5625 clauses out of 11260 with flag 340194/18000
6.63/4.54	c cleaning 6811 clauses out of 13636 with flag 448548/26001
8.18/6.00	c cleaning 7911 clauses out of 15826 with flag 576849/35002
9.96/7.82	c cleaning 8950 clauses out of 17914 with flag 722273/45001
11.83/9.68	c cleaning 9974 clauses out of 19963 with flag 888875/56000
13.99/11.72	c cleaning 10991 clauses out of 21989 with flag 1048468/68000
16.39/14.12	c cleaning 11990 clauses out of 23998 with flag 1240819/81000
19.09/16.85	c cleaning 12997 clauses out of 26008 with flag 1461502/95000
22.17/19.92	c cleaning 13999 clauses out of 28011 with flag 1719313/110000
25.60/23.30	c cleaning 14998 clauses out of 30012 with flag 1988856/126000
29.41/27.18	c cleaning 16000 clauses out of 32016 with flag 2281294/143002
32.81/30.55	c cleaning 17000 clauses out of 34016 with flag 2549672/161002
36.14/33.90	c cleaning 18003 clauses out of 36018 with flag 2820732/180004
39.73/37.51	c cleaning 18997 clauses out of 38011 with flag 3104758/200000
43.93/41.74	c cleaning 20002 clauses out of 40015 with flag 3406149/221001
48.23/46.09	c cleaning 20998 clauses out of 42012 with flag 3699096/243000
53.10/50.90	c cleaning 22003 clauses out of 44014 with flag 4028494/266000
58.20/56.00	c cleaning 22997 clauses out of 46013 with flag 4375552/290002
63.59/61.48	c cleaning 24002 clauses out of 48015 with flag 4732796/315001
69.40/67.44	c cleaning 24999 clauses out of 50012 with flag 5144040/341000
75.19/73.23	c cleaning 25996 clauses out of 52013 with flag 5580436/368000
81.70/79.76	c cleaning 27002 clauses out of 54018 with flag 6044713/396001
89.27/87.39	c cleaning 28004 clauses out of 56015 with flag 6526394/425000
95.26/93.39	c cleaning 28996 clauses out of 58011 with flag 6961942/455000
102.73/100.98	c cleaning 29999 clauses out of 60015 with flag 7414954/486000
110.01/108.24	c cleaning 30999 clauses out of 62016 with flag 7905893/518000
117.09/115.34	c cleaning 31999 clauses out of 64017 with flag 8382221/551000
124.59/122.87	c cleaning 32998 clauses out of 66018 with flag 8913524/585000
132.83/131.27	c cleaning 33999 clauses out of 68021 with flag 9469383/620001
141.41/139.85	c cleaning 35006 clauses out of 70022 with flag 10045855/656001
150.38/148.87	c cleaning 36006 clauses out of 72015 with flag 10590818/693000
159.84/158.43	c cleaning 37000 clauses out of 74011 with flag 11153559/731002
169.91/168.54	c cleaning 38001 clauses out of 76012 with flag 11805904/770003
179.52/178.13	c cleaning 38996 clauses out of 78008 with flag 12416407/810000
191.25/190.05	c cleaning 40001 clauses out of 80013 with flag 13084087/851001
203.32/202.11	c cleaning 41001 clauses out of 82012 with flag 13781984/893001
216.78/215.65	c cleaning 42000 clauses out of 84011 with flag 14506408/936001
229.64/228.67	c cleaning 42995 clauses out of 86010 with flag 15214408/980000
242.90/241.90	c cleaning 44002 clauses out of 88015 with flag 15936069/1025000
256.40/255.52	c cleaning 45002 clauses out of 90013 with flag 16672807/1071000
271.75/270.93	c cleaning 46003 clauses out of 92012 with flag 17401475/1118001
285.47/284.57	c cleaning 47000 clauses out of 94009 with flag 18065893/1166001
301.79/300.64	c cleaning 48002 clauses out of 96011 with flag 18868931/1215003
314.88/313.81	c cleaning 48991 clauses out of 98006 with flag 19623405/1265000
330.03/329.06	c cleaning 50004 clauses out of 100015 with flag 20445960/1316000
347.97/347.07	c cleaning 51002 clauses out of 102011 with flag 21308419/1368000
366.20/365.33	c cleaning 51998 clauses out of 104010 with flag 22183264/1421001
389.50/388.75	c cleaning 53003 clauses out of 106013 with flag 23096055/1475002
410.06/409.39	c cleaning 54002 clauses out of 108010 with flag 24003890/1530002
432.10/431.40	c cleaning 54997 clauses out of 110006 with flag 24961280/1586000
453.93/453.37	c cleaning 55998 clauses out of 112009 with flag 25905263/1643000
476.98/476.09	c cleaning 56995 clauses out of 114011 with flag 26823586/1701001
494.09/493.14	c cleaning 58001 clauses out of 116016 with flag 27503398/1760001
511.04/510.16	c cleaning 59003 clauses out of 118015 with flag 28262922/1820001
527.95/527.15	c cleaning 59998 clauses out of 120011 with flag 29094651/1881000
549.59/548.80	c cleaning 60998 clauses out of 122014 with flag 30045012/1943001
569.42/568.74	c cleaning 62001 clauses out of 124015 with flag 31019936/2006000
592.64/592.01	c cleaning 63002 clauses out of 126015 with flag 32098067/2070001
613.70/613.12	c cleaning 63999 clauses out of 128013 with flag 33113244/2135001
641.71/641.29	c cleaning 64997 clauses out of 130013 with flag 34190160/2201000
669.42/669.03	c cleaning 66003 clauses out of 132017 with flag 35314310/2268001
697.36/697.09	c cleaning 66996 clauses out of 134016 with flag 36489479/2336003
727.87/727.70	c cleaning 68002 clauses out of 136019 with flag 37591400/2405002
756.48/756.39	c cleaning 69003 clauses out of 138015 with flag 38790979/2475000
786.99/786.84	c cleaning 69999 clauses out of 140011 with flag 39855467/2546000
819.49/819.44	c cleaning 70999 clauses out of 142012 with flag 40910733/2618000
849.83/849.85	c cleaning 71998 clauses out of 144014 with flag 41984363/2691001
886.53/886.84	c cleaning 73006 clauses out of 146015 with flag 43070040/2765000
920.24/920.88	c cleaning 73989 clauses out of 148008 with flag 44168538/2840000
953.43/954.23	c cleaning 75002 clauses out of 150020 with flag 45257461/2916001
986.98/988.03	c cleaning 76000 clauses out of 152018 with flag 46312714/2993001
1019.20/1020.20	c cleaning 77003 clauses out of 154019 with flag 47365524/3071003
1058.03/1060.73	c cleaning 77995 clauses out of 156014 with flag 48587654/3150001
1097.69/1100.55	c cleaning 78998 clauses out of 158018 with flag 49831504/3230000
1132.28/1135.29	c cleaning 80002 clauses out of 160021 with flag 51014780/3311001
1175.51/1179.07	c cleaning 81002 clauses out of 162019 with flag 52171073/3393001
1215.86/1219.52	c cleaning 82008 clauses out of 164017 with flag 53359004/3476001
1258.43/1262.37	c cleaning 83000 clauses out of 166010 with flag 54597598/3560002
1301.78/1305.96	c cleaning 84000 clauses out of 168006 with flag 55767398/3645001
1307.18/1311.36	c starts		: 2561
1307.18/1311.37	c conflicts		: 3660369
1307.18/1311.37	c decisions		: 4527429
1307.18/1311.37	c propagations		: 1081159902
1307.18/1311.37	c inspects		: 16756452375
1307.18/1311.37	c shortcuts		: 0
1307.18/1311.37	c learnt literals	: 20
1307.18/1311.37	c learnt binary clauses	: 184
1307.18/1311.37	c learnt ternary clauses	: 3491
1307.18/1311.37	c learnt constraints	: 3660348
1307.18/1311.37	c ignored constraints	: 0
1307.18/1311.37	c root simplifications	: 0
1307.18/1311.37	c removed literals (reason simplification)	: 247999702
1307.18/1311.37	c reason swapping (by a shorter reason)	: 0
1307.18/1311.37	c Calls to reduceDB	: 81
1307.18/1311.37	c Number of update (reduction) of LBD	: 1601344
1307.18/1311.37	c Imported unit clauses	: 0
1307.18/1311.37	c No decision after first conflict	: false
1307.18/1311.37	c number of reductions to clauses (during analyze)	: 0
1307.18/1311.37	c number of learned constraints concerned by reduction	: 0
1307.18/1311.37	c number of learning phase by resolution	: 0
1307.18/1311.37	c number of learning phase by cutting planes	: 0
1307.18/1311.37	c number of rounding to 1 operations	: 0
1307.18/1311.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1307.18/1311.37	c number of reductions of the coefficients by power 2 	: 0
1307.18/1311.37	c number of right shift for reduction by power 2 	: 0
1307.18/1311.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
1307.18/1311.37	c number of ending skipping 	: 0
1307.18/1311.37	c number of internal skipping 	: 0
1307.18/1311.37	c number of derivation steps 	: 0
1307.18/1311.37	c number of skipped derivation steps 	: 0
1307.18/1311.37	c number of remaining unassigned 	: 0
1307.18/1311.37	c number of remaining assigned 	: 0
1307.18/1311.37	c number of falsified literals weakened from reason	: 0
1307.18/1311.37	c number of falsified literals weakened from conflict	: 0
1307.18/1311.37	c time for arithmetic operations	: 0
1307.18/1311.37	c minimum degree of deleted constraints	: null
1307.18/1311.37	c maximum degree of deleted constraints	: null
1307.18/1311.37	c number of deleted constraints	: 0
1307.18/1311.37	c speed (assignments/second)	: 824605.3782861118
1307.18/1311.37	c non guided choices	: 22313
1307.29/1311.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99176
1307.29/1311.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 184
1307.29/1311.42	s UNSATISFIABLE
1307.29/1311.42	c Total wall clock time (in seconds): 1311.3

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 14:51:51 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510805-1751199342/watcher-4510805-1751199342 -o /tmp/evaluation-result-4510805-1751199342/solver-4510805-1751199342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24981 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510805-1751199342 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510805-1751199342.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
Current StackSize limit: 8192 KiB

solver pid=27243, runsolver pid=27240

[startup+0.10006 s]*
/proc/loadavg: 4.43 4.21 4.13 6/344 27261
/proc/meminfo: memFree=119000384/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=18930384 memory=57828 CPUtime=0.13 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 6609 0 0 0 11 2 0 0 20 0 18 0 35611928 19384713216 14457 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4732596 14457 5345 1 0 547643 0
[pid=27243/tid=27245] ppid=27240 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 5101 0 0 0 7 1 0 0 20 0 18 0 35611929 19384713216 14457 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35611931 19384713216 14457 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=18930384 memory=59585004335488 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35611932 19384713216 14457 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57828 KiB

[startup+0.205836 s]*
/proc/loadavg: 4.43 4.21 4.13 6/344 27261
/proc/meminfo: memFree=118987656/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=18930384 memory=72816 CPUtime=0.32 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 7216 0 0 0 30 2 0 0 20 0 18 0 35611928 19384713216 18204 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4732596 18204 5409 1 0 548094 0
[pid=27243/tid=27245] ppid=27240 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 5288 0 0 0 16 2 0 0 20 0 18 0 35611929 19384713216 18204 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35611931 19384713216 18204 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35611932 19384713216 18204 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72816 KiB

[startup+0.305751 s]*
/proc/loadavg: 4.43 4.21 4.13 7/345 27262
/proc/meminfo: memFree=118974108/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=18996948 memory=85656 CPUtime=0.5 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 8823 0 0 0 47 3 0 0 20 0 19 0 35611928 19452874752 21414 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4749237 21414 5409 1 0 549463 0
[pid=27243/tid=27245] ppid=27240 vsize=18996948 memory=-6000919507083224429 CPUtime=0.24 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 5346 0 0 0 22 2 0 0 20 0 19 0 35611929 19452874752 21414 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35611931 19452874752 21414 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35611932 19452874752 21414 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35611953 19452874752 21414 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85656 KiB

[startup+0.700218 s]
/proc/loadavg: 4.43 4.21 4.13 6/345 27262
/proc/meminfo: memFree=118985604/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=18996948 memory=97072 CPUtime=1.26 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 10029 0 0 0 123 3 0 0 20 0 19 0 35611928 19452874752 24268 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4749237 24268 5409 1 0 550091 0
[pid=27243/tid=27245] ppid=27240 vsize=18996948 memory=17280 CPUtime=0.6 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 5363 0 0 0 58 2 0 0 20 0 19 0 35611929 19452874752 24268 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35611931 19452874752 24268 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35611932 19452874752 24268 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35611953 19452874752 24268 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97072 KiB

[startup+1.50023 s]
/proc/loadavg: 4.43 4.21 4.13 6/345 27262
/proc/meminfo: memFree=118870576/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=173520 CPUtime=2.83 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 18553 0 0 0 277 6 0 0 20 0 20 0 35611928 19521036288 43380 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 43380 5473 1 0 553268 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=10752 CPUtime=1.36 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 6437 0 0 0 133 3 0 0 20 0 20 0 35611929 19521036288 43380 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 43380 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 43380 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 43380 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173520 KiB

[startup+3.10561 s]
/proc/loadavg: 4.48 4.22 4.14 5/346 27263
/proc/meminfo: memFree=118872856/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=178148 CPUtime=5.12 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 20243 0 0 0 505 7 0 0 20 0 20 0 35611928 19521036288 44537 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 44537 5473 1 0 553271 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=10752 CPUtime=2.93 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 6765 0 0 0 289 4 0 0 20 0 20 0 35611929 19521036288 44537 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=-6000919507083224429 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 44537 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 44537 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 44537 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178148 KiB

[startup+6.30017 s]
/proc/loadavg: 4.48 4.22 4.14 5/346 27263
/proc/meminfo: memFree=118637732/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=318432 CPUtime=8.46 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 21872 0 0 0 836 10 0 0 20 0 20 0 35611928 19521036288 79608 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 79608 5473 1 0 553272 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=0 CPUtime=6.11 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 7439 0 0 0 604 7 0 0 20 0 20 0 35611929 19521036288 79608 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 79608 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 79608 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=173520 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 79608 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 318432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.22 4.13 5/346 27263
/proc/meminfo: memFree=117706260/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=629884 CPUtime=14.99 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 29211 0 0 0 1480 19 0 0 20 0 20 0 35611928 19521036288 157471 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 157471 5505 1 0 553272 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=173520 CPUtime=12.49 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 8670 0 0 0 1234 15 0 0 20 0 20 0 35611929 19521036288 157471 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 157471 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=525436 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 157471 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 157471 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 629884 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.20 4.13 5/346 27263
/proc/meminfo: memFree=116980556/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1111328 CPUtime=27.81 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 33579 0 0 0 2750 31 0 0 20 0 20 0 35611928 19521036288 277832 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 277832 5505 1 0 553272 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=10752 CPUtime=25.24 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 9882 0 0 0 2498 26 0 0 20 0 20 0 35611929 19521036288 277832 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=525436 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 277832 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 277832 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 277832 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1111328 KiB

[startup+51.1059 s]
/proc/loadavg: 4.58 4.27 4.16 5/346 27263
/proc/meminfo: memFree=116542564/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1314120 CPUtime=53.31 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 35350 0 0 0 5291 40 0 0 20 0 20 0 35611928 19521036288 328530 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 328530 5505 1 0 553272 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=21996 CPUtime=50.67 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 10588 0 0 0 5033 34 0 0 20 0 20 0 35611929 19521036288 328530 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0

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

/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 659 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=1443968 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1119.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1443968 KiB

[startup+1182.3 s]
/proc/loadavg: 4.06 4.11 4.12 5/347 27989
/proc/meminfo: memFree=119787028/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1443968 CPUtime=1178.8 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 82939 0 0 0 117653 227 0 0 20 0 20 0 35611928 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 360992 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=3328 CPUtime=1173.37 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 25144 0 0 0 117140 197 0 0 20 0 20 0 35611929 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=1435736 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=1443968 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 659 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=1435736 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 360992 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1178.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1443968 KiB

[startup+1242.3 s]
/proc/loadavg: 4.14 4.12 4.12 5/324 28020
/proc/meminfo: memFree=122432848/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1238.59 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 84410 0 0 0 123627 232 0 0 20 0 20 0 35611928 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 362540 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=1443968 CPUtime=1233.04 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 25786 0 0 0 123103 201 0 0 20 0 20 0 35611929 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=1443968 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 754 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=1450160 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1238.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1450160 KiB

[startup+1302.3 s]
/proc/loadavg: 4.16 4.12 4.12 5/348 28127
/proc/meminfo: memFree=122202080/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1298.2 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 85680 0 0 0 129562 258 0 0 20 0 20 0 35611928 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 362540 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=1443968 CPUtime=1292.62 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 26824 0 0 0 129036 226 0 0 20 0 20 0 35611929 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=132 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=6516 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=1450160 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1298.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1450160 KiB

[startup+1311.45 s]
# the end of solver process 27243 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1304.74 s, system=2.59808 s

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

[startup+1305.6 s]
/proc/loadavg: 4.15 4.12 4.12 5/348 28127
/proc/meminfo: memFree=122218012/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1301.48 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 85704 0 0 0 129890 258 0 0 20 0 20 0 35611928 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 362540 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=14824 CPUtime=1295.91 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 26848 0 0 0 129365 226 0 0 20 0 20 0 35611929 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=1450160 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=1450160 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=1450160 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1301.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1450160 KiB

[startup+1308.8 s]
/proc/loadavg: 4.13 4.12 4.12 5/348 28127
/proc/meminfo: memFree=122020300/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1304.67 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 85746 0 0 0 130209 258 0 0 20 0 20 0 35611928 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 362540 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1299.1 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 26887 0 0 0 129684 226 0 0 20 0 20 0 35611929 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=1450160 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1304.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1450160 KiB

[startup+1310.4 s]
/proc/loadavg: 4.13 4.12 4.12 5/348 28127
/proc/meminfo: memFree=121844300/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1306.27 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 85764 0 0 0 130369 258 0 0 20 0 20 0 35611928 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 362540 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1300.7 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 26905 0 0 0 129844 226 0 0 20 0 20 0 35611929 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=245635481903 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=-6000919489970529389 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1306.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1450160 KiB

[startup+1311.2 s]
/proc/loadavg: 4.13 4.12 4.12 5/348 28127
/proc/meminfo: memFree=121819344/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19063512 memory=1450160 CPUtime=1307.08 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 85881 0 0 0 130450 258 0 0 20 0 20 0 35611928 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4765878 362540 5505 1 0 554611 0
[pid=27243/tid=27245] ppid=27240 vsize=19063512 memory=4380 CPUtime=1301.5 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) R 27240 27243 24970 0 -1 4194368 26920 0 0 0 129924 226 0 0 20 0 20 0 35611929 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 20 0 35611932 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27262] ppid=27240 vsize=19063512 memory=-6000919507083224429 CPUtime=0 cores=4,6
/proc/27243/task/27262/stat : 27262 (Timer-0) S 27240 27243 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611953 19521036288 362540 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1307.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1450160 KiB

[startup+1311.4 s]
/proc/loadavg: 4.13 4.12 4.12 5/348 28127
/proc/meminfo: memFree=121819344/131249996 swapFree=33010684/33010684
[pid=27243] ppid=27240 vsize=19196640 memory=1450544 CPUtime=1307.29 cores=4,6
/proc/27243/stat : 27243 (java) S 27240 27243 24970 0 -1 4194304 88108 0 0 0 130470 259 0 0 20 0 20 0 35611928 19657359360 362636 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
/proc/27243/statm: 4799160 362636 5505 1 0 555245 0
[pid=27243/tid=27245] ppid=27240 vsize=19196640 memory=17280 CPUtime=1301.65 cores=4,6
/proc/27243/task/27245/stat : 27245 (java) S 27240 27243 24970 0 -1 4194368 28652 0 0 0 129939 226 0 0 20 0 20 0 35611929 19657359360 362636 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27254] ppid=27240 vsize=19196640 memory=10752 CPUtime=0 cores=4,6
/proc/27243/task/27254/stat : 27254 (Finalizer) S 27240 27243 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611931 19657359360 362636 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
[pid=27243/tid=27261] ppid=27240 vsize=19196640 memory=5760 CPUtime=0 cores=4,6
/proc/27243/task/27261/stat : 27261 (Common-Cleaner) S 27240 27243 24970 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 20 0 35611932 19657359360 362636 18446744073709551615 93898423296000 93898423299696 140723950519808 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898423307512 93898423308304 93898448236544 140723950524720 140723950524902 140723950524902 140723950530504 0
Current children cumulated CPU time: 1307.29 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1450544 KiB

Child status: 20

Real time (s): 1311.45
CPU time (s): 1307.33
CPU user time (s): 1304.74
CPU system time (s): 2.59808
CPU usage (%): 99.6865
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1450544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1304.74
system time used= 2.59808
maximum resident set size= 1450800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1749632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39940
involuntary context switches= 3854


# summary of solver processes directly reported to runsolver:
#   pid: 27243
#   total CPU time (s): 1307.33
#   total CPU user time (s): 1304.74
#   total CPU system time (s): 2.59808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98776 second user time and 5.8905 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:15:42
IDJOB=4510805
IDBENCH=160386
IDSOLVER=3364
FILE ID=nodeC017/4510805-1751199342
RUNJOBID= nodeC017-1751191606-24981
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510805-1751199342/watcher-4510805-1751199342 -o /tmp/evaluation-result-4510805-1751199342/solver-4510805-1751199342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24981 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510805-1751199342 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510805-1751199342.opb

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

MD5SUM BENCH= dcac64736f2fac2889802971ff74db2d
RANDOM SEED=1663609313

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119034848 kB
MemAvailable:   125757244 kB
Buffers:            3280 kB
Cached:          7521888 kB
SwapCached:            0 kB
Active:          4059980 kB
Inactive:        7268072 kB
Active(anon):    3821104 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  7268072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92996 kB
Writeback:             0 kB
AnonPages:       3805408 kB
Mapped:           122796 kB
Shmem:             18080 kB
KReclaimable:     108976 kB
Slab:             198752 kB
SReclaimable:     108976 kB
SUnreclaim:        89776 kB
KernelStack:        5280 kB
PageTables:        11076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7060276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3579904 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 14:37:33