Trace number 4541965

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.24 3553.43

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-24diag_spec_greater.opb
MD5SUM873561b121a1050aedee7e68f97b01fd
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 benchmark2.02679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1848
Total number of constraints2354
Number of constraints which are clauses1728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints626
Minimum length of a constraint2
Maximum length of a constraint624
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 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421311
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.26/0.23	c Free memory 		2104792832
0.26/0.23	c Max memory 		16282288128
0.26/0.23	c Total memory 		2113929216
0.26/0.24	c Number of processors 	2
0.40/0.34	c Pseudo Boolean Optimization by upper bound
0.40/0.34	c --- Begin Solver configuration ---
0.40/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.34	c Learn all clauses as in MiniSAT
0.40/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.34	c Expensive reason simplification
0.40/0.34	c Glucose 2.1 dynamic restart strategy
0.40/0.34	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.40/0.34	c timeout=2147483s
0.40/0.34	c DB Simplification allowed=false
0.40/0.34	c Listener: none
0.40/0.34	c --- End Solver configuration ---
0.40/0.34	c solving HOME/instance-4541965-1753212819.opb
0.40/0.34	c reading problem ... 
0.40/0.35	c using VERIPB proof format
0.40/0.35	c  no objective function found
0.76/0.55	c ... done. Wall clock time 0.195s.
0.76/0.55	c declared #vars     1848
0.76/0.55	c #constraints  2979
0.76/0.55	c constraints type 
0.76/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1296
0.76/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1107
0.76/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.76/0.55	c 2979 constraints processed.
5.80/3.25	c cleaning 2500 clauses out of 5001 with flag 12040/5001
9.62/6.42	c cleaning 4250 clauses out of 8500 with flag 26014/11000
16.84/13.67	c cleaning 5624 clauses out of 11250 with flag 41254/18000
24.28/21.04	c cleaning 6814 clauses out of 13627 with flag 58463/26001
32.48/29.19	c cleaning 7906 clauses out of 15813 with flag 77310/35001
41.99/38.67	c cleaning 8948 clauses out of 17908 with flag 98357/45002
50.90/47.35	c cleaning 9978 clauses out of 19958 with flag 121044/56000
60.12/56.46	c cleaning 10986 clauses out of 21980 with flag 145890/68000
72.18/68.42	c cleaning 11995 clauses out of 23995 with flag 172396/81001
84.71/80.97	c cleaning 12998 clauses out of 26000 with flag 200744/95001
98.66/94.72	c cleaning 14001 clauses out of 28001 with flag 231167/110000
112.73/108.76	c cleaning 14998 clauses out of 30000 with flag 263831/126000
126.06/121.99	c cleaning 16000 clauses out of 32003 with flag 298356/143001
140.72/136.31	c cleaning 17001 clauses out of 34002 with flag 335262/161000
155.61/151.14	c cleaning 17995 clauses out of 36002 with flag 374627/180001
171.60/167.02	c cleaning 18996 clauses out of 38007 with flag 415858/200001
188.37/183.70	c cleaning 20003 clauses out of 40011 with flag 459317/221001
205.97/201.20	c cleaning 21002 clauses out of 42007 with flag 504913/243000
224.91/220.06	c cleaning 22000 clauses out of 44006 with flag 552713/266001
243.78/238.86	c cleaning 23001 clauses out of 46005 with flag 602543/290000
266.35/261.15	c cleaning 23999 clauses out of 48004 with flag 654174/315000
288.67/283.41	c cleaning 24997 clauses out of 50006 with flag 707524/341001
311.80/306.27	c cleaning 26003 clauses out of 52008 with flag 763006/368000
335.03/329.27	c cleaning 26999 clauses out of 54006 with flag 820670/396001
358.30/352.42	c cleaning 28001 clauses out of 56006 with flag 880572/425000
382.15/376.21	c cleaning 28999 clauses out of 58005 with flag 942414/455000
406.59/400.40	c cleaning 29999 clauses out of 60006 with flag 1006113/486000
432.75/426.36	c cleaning 30999 clauses out of 62008 with flag 1072025/518001
463.53/456.77	c cleaning 32001 clauses out of 64009 with flag 1140009/551001
492.01/484.31	c cleaning 33000 clauses out of 66008 with flag 1210330/585001
520.12/512.37	c cleaning 34001 clauses out of 68007 with flag 1282806/620000
549.25/541.41	c cleaning 35000 clauses out of 70007 with flag 1357174/656001
580.05/571.95	c cleaning 36000 clauses out of 72006 with flag 1433870/693000
613.10/604.76	c cleaning 36999 clauses out of 74007 with flag 1512669/731001
651.90/643.36	c cleaning 38001 clauses out of 76008 with flag 1593424/770001
687.09/678.17	c cleaning 39000 clauses out of 78007 with flag 1676330/810001
726.18/717.08	c cleaning 40002 clauses out of 80007 with flag 1761498/851001
765.38/756.03	c cleaning 41001 clauses out of 82005 with flag 1849096/893001
806.89/797.19	c cleaning 42002 clauses out of 84005 with flag 1937353/936002
846.50/836.55	c cleaning 42997 clauses out of 86001 with flag 2028460/980000
887.58/877.65	c cleaning 44002 clauses out of 88004 with flag 2121386/1025000
929.24/918.92	c cleaning 45000 clauses out of 90002 with flag 2216159/1071000
974.62/963.18	c cleaning 45998 clauses out of 92002 with flag 2313352/1118000
1021.43/1009.60	c cleaning 46996 clauses out of 94004 with flag 2413090/1166000
1066.81/1054.80	c cleaning 47998 clauses out of 96008 with flag 2514789/1215000
1114.14/1101.88	c cleaning 48997 clauses out of 98011 with flag 2618620/1265001
1161.66/1149.21	c cleaning 50000 clauses out of 100014 with flag 2724359/1316001
1209.58/1196.89	c cleaning 51002 clauses out of 102013 with flag 2831816/1368000
1258.60/1245.52	c cleaning 51999 clauses out of 104011 with flag 2942086/1421000
1307.69/1294.39	c cleaning 53001 clauses out of 106013 with flag 3053640/1475001
1360.19/1345.72	c cleaning 54000 clauses out of 108012 with flag 3166923/1530001
1416.62/1401.74	c cleaning 55005 clauses out of 110012 with flag 3283562/1586001
1472.48/1457.30	c cleaning 55998 clauses out of 112006 with flag 3400961/1643000
1527.20/1510.78	c cleaning 56999 clauses out of 114009 with flag 3520895/1701001
1587.37/1570.49	c cleaning 57999 clauses out of 116009 with flag 3643077/1760000
1646.27/1629.06	c cleaning 59000 clauses out of 118010 with flag 3767399/1820000
1707.37/1689.46	c cleaning 59998 clauses out of 120011 with flag 3895106/1881001
1765.34/1746.95	c cleaning 60998 clauses out of 122012 with flag 4026983/1943000
1828.86/1809.90	c cleaning 61999 clauses out of 124014 with flag 4162121/2006000
1893.50/1873.12	c cleaning 63001 clauses out of 126016 with flag 4301814/2070001
1952.04/1931.36	c cleaning 64004 clauses out of 128016 with flag 4443421/2135002
2002.66/1981.16	c cleaning 64996 clauses out of 130012 with flag 4590717/2201002
2038.74/2016.40	c cleaning 65997 clauses out of 132015 with flag 4750700/2268001
2075.35/2052.79	c cleaning 66995 clauses out of 134017 with flag 4914775/2336000
2114.59/2091.72	c cleaning 67996 clauses out of 136023 with flag 5084193/2405001
2160.06/2136.14	c cleaning 69000 clauses out of 138026 with flag 5253039/2475000
2203.70/2179.59	c cleaning 70005 clauses out of 140027 with flag 5425892/2546001
2248.99/2223.63	c cleaning 70999 clauses out of 142021 with flag 5606051/2618000
2294.46/2268.83	c cleaning 71991 clauses out of 144022 with flag 5787797/2691000
2342.29/2315.79	c cleaning 73006 clauses out of 146031 with flag 5965846/2765000
2395.24/2368.08	c cleaning 73998 clauses out of 148025 with flag 6146964/2840000
2449.07/2420.73	c cleaning 74996 clauses out of 150027 with flag 6328263/2916000
2501.77/2472.60	c cleaning 76006 clauses out of 152031 with flag 6508297/2993000
2557.39/2527.63	c cleaning 77005 clauses out of 154028 with flag 6696860/3071003
2617.31/2586.41	c cleaning 78001 clauses out of 156021 with flag 6884722/3150001
2675.25/2643.26	c cleaning 78997 clauses out of 158019 with flag 7075689/3230000
2735.47/2702.18	c cleaning 79993 clauses out of 160022 with flag 7267044/3311000
2793.22/2758.92	c cleaning 80993 clauses out of 162029 with flag 7466862/3393000
2852.68/2817.18	c cleaning 82004 clauses out of 164037 with flag 7662660/3476001
2913.61/2877.04	c cleaning 82996 clauses out of 166032 with flag 7861723/3560000
2976.31/2939.06	c cleaning 84005 clauses out of 168036 with flag 8061005/3645000
3044.36/3005.66	c cleaning 84999 clauses out of 170032 with flag 8266757/3731001
3112.21/3072.64	c cleaning 86000 clauses out of 172033 with flag 8475966/3818001
3179.88/3139.41	c cleaning 87007 clauses out of 174033 with flag 8682594/3906001
3252.27/3211.43	c cleaning 88002 clauses out of 176027 with flag 8898076/3995002
3326.82/3284.66	c cleaning 88998 clauses out of 178024 with flag 9117468/4085001
3399.52/3355.73	c cleaning 89999 clauses out of 180026 with flag 9333984/4176001
3474.83/3429.35	c cleaning 90999 clauses out of 182026 with flag 9554706/4268000
3567.22/3520.65	c cleaning 92002 clauses out of 184028 with flag 9790958/4361001
3600.05/3553.32	c timeout
3600.05/3553.32	c starts		: 12
3600.05/3553.33	c conflicts		: 4401141
3600.05/3553.33	c decisions		: 4662487
3600.05/3553.34	c propagations		: 2570546353
3600.05/3553.34	c inspects		: 15488506033
3600.05/3553.34	c shortcuts		: 0
3600.05/3553.34	c learnt literals	: 0
3600.05/3553.34	c learnt binary clauses	: 0
3600.05/3553.34	c learnt ternary clauses	: 2
3600.05/3553.34	c learnt constraints	: 4401141
3600.05/3553.34	c ignored constraints	: 0
3600.05/3553.34	c root simplifications	: 0
3600.05/3553.34	c removed literals (reason simplification)	: 1796773613
3600.05/3553.34	c reason swapping (by a shorter reason)	: 0
3600.05/3553.34	c Calls to reduceDB	: 89
3600.05/3553.34	c Number of update (reduction) of LBD	: 207612
3600.05/3553.34	c Imported unit clauses	: 0
3600.05/3553.34	c No decision after first conflict	: false
3600.05/3553.34	c number of reductions to clauses (during analyze)	: 0
3600.05/3553.34	c number of learned constraints concerned by reduction	: 0
3600.05/3553.34	c number of learning phase by resolution	: 0
3600.05/3553.34	c number of learning phase by cutting planes	: 0
3600.05/3553.34	c number of rounding to 1 operations	: 0
3600.05/3553.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3553.34	c number of reductions of the coefficients by power 2 	: 0
3600.05/3553.34	c number of right shift for reduction by power 2 	: 0
3600.05/3553.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3553.34	c number of ending skipping 	: 0
3600.05/3553.34	c number of internal skipping 	: 0
3600.05/3553.34	c number of derivation steps 	: 0
3600.05/3553.34	c number of skipped derivation steps 	: 0
3600.05/3553.34	c number of remaining unassigned 	: 0
3600.05/3553.34	c number of remaining assigned 	: 0
3600.05/3553.34	c number of falsified literals weakened from reason	: 0
3600.05/3553.34	c number of falsified literals weakened from conflict	: 0
3600.05/3553.34	c time for arithmetic operations	: 0
3600.05/3553.34	c minimum degree of deleted constraints	: null
3600.05/3553.34	c maximum degree of deleted constraints	: null
3600.05/3553.34	c number of deleted constraints	: 0
3600.05/3553.35	c speed (assignments/second)	: 723529.1352793537
3600.05/3553.35	c non guided choices	: 47
3600.05/3553.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 132166
3600.05/3553.40	s UNKNOWN
3600.05/3553.40	c Total wall clock time (in seconds): 3553.056

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541965-1753212819/watcher-4541965-1753212819 -o /tmp/evaluation-result-4541965-1753212819/solver-4541965-1753212819 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180198 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541965-1753212819 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541965-1753212819.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=180772, runsolver pid=180769

[startup+0.100056 s]*
/proc/loadavg: 4.27 4.22 4.19 5/327 180790
/proc/meminfo: memFree=99881484/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=18930384 memory=48916 CPUtime=0.11 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 5892 0 0 0 8 3 0 0 20 0 18 0 236961271 19384713216 12229 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4732596 12229 5350 1 0 547091 0
[pid=180772/tid=180774] ppid=180769 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 4682 0 0 0 4 2 0 0 20 0 18 0 236961273 19384713216 12229 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236961276 19384713216 12229 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236961278 19384713216 12229 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48916 KiB

[startup+0.214338 s]*
/proc/loadavg: 4.27 4.22 4.19 6/327 180790
/proc/meminfo: memFree=99869196/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=18930384 memory=53140 CPUtime=0.26 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 6470 0 0 0 22 4 0 0 20 0 18 0 236961271 19384713216 13285 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4732596 13285 5350 1 0 547542 0
[pid=180772/tid=180774] ppid=180769 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 4990 0 0 0 14 2 0 0 20 0 18 0 236961273 19384713216 13285 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236961276 19384713216 13285 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236961278 19384713216 13285 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53140 KiB

[startup+0.31439 s]*
/proc/loadavg: 4.27 4.22 4.19 7/327 180790
/proc/meminfo: memFree=99839768/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=18930384 memory=58756 CPUtime=0.4 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 6756 0 0 0 36 4 0 0 20 0 18 0 236961271 19384713216 14689 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4732596 14689 5414 1 0 547748 0
[pid=180772/tid=180774] ppid=180769 vsize=18930384 memory=-8527393736674288316 CPUtime=0.25 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 5156 0 0 0 22 3 0 0 20 0 18 0 236961273 19384713216 14689 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236961276 19384713216 14689 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236961278 19384713216 14689 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58756 KiB

[startup+0.700354 s]
/proc/loadavg: 4.27 4.22 4.19 8/327 180790
/proc/meminfo: memFree=99834664/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=18996948 memory=77952 CPUtime=1.09 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 9162 0 0 0 103 6 0 0 20 0 19 0 236961271 19452874752 19488 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4749237 19488 5414 1 0 549560 0
[pid=180772/tid=180774] ppid=180769 vsize=18996948 memory=22272 CPUtime=0.56 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 5376 0 0 0 53 3 0 0 20 0 19 0 236961273 19452874752 19488 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236961276 19452874752 19488 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236961278 19452874752 19488 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77952 KiB

[startup+1.50025 s]
/proc/loadavg: 4.27 4.22 4.19 6/328 180791
/proc/meminfo: memFree=99787656/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=171032 CPUtime=2.66 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 16415 0 0 0 255 11 0 0 20 0 20 0 236961271 19521036288 42758 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 42758 5478 1 0 552279 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=3328 CPUtime=1.32 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 5884 0 0 0 126 6 0 0 20 0 20 0 236961273 19521036288 42758 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 42758 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 236961278 19521036288 42758 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 42758 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171032 KiB

[startup+3.10545 s]
/proc/loadavg: 4.40 4.25 4.20 5/329 180792
/proc/meminfo: memFree=99381780/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=379076 CPUtime=5.7 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 20586 0 0 0 552 18 0 0 20 0 20 0 236961271 19521036288 94769 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 94769 5478 1 0 851836 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=16368 CPUtime=2.78 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 6414 0 0 0 268 10 0 0 20 0 20 0 236961273 19521036288 94769 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 94769 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 236961278 19521036288 94769 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 94769 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 379076 KiB

[startup+6.30018 s]
/proc/loadavg: 4.40 4.25 4.20 6/329 180792
/proc/meminfo: memFree=99234024/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=420556 CPUtime=9.52 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 21552 0 0 0 931 21 0 0 20 0 20 0 236961271 19521036288 105139 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 105139 5478 1 0 851872 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=0 CPUtime=5.87 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 7104 0 0 0 576 11 0 0 20 0 20 0 236961273 19521036288 105139 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 105139 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236961278 19521036288 105139 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=171160 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 105139 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.24 4.19 5/328 180792
/proc/meminfo: memFree=98753816/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=724104 CPUtime=15.93 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 23165 0 0 0 1564 29 0 0 20 0 20 0 236961271 19521036288 181026 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 181026 5478 1 0 1085828 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=171160 CPUtime=11.93 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 7590 0 0 0 1176 17 0 0 20 0 20 0 236961273 19521036288 181026 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=629872 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 181026 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236961278 19521036288 181026 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 181026 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 724104 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.23 4.19 5/328 180792
/proc/meminfo: memFree=97345168/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1123556 CPUtime=28.79 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 27849 0 0 0 2835 44 0 0 20 0 20 0 236961271 19521036288 280889 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 280889 5478 1 0 1085830 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=0 CPUtime=24.53 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 9055 0 0 0 2424 29 0 0 20 0 20 0 236961273 19521036288 280889 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 280889 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=1123556 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236961278 19521036288 280889 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=931012 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 280889 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 28.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1123556 KiB

[startup+51.1133 s]
/proc/loadavg: 4.26 4.23 4.19 5/328 180793
/proc/meminfo: memFree=94954708/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1521544 CPUtime=54.76 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 34059 0 0 0 5413 63 0 0 20 0 20 0 236961271 19521036288 380386 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 380386 5478 1 0 1085832 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=1148200 CPUtime=49.63 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 10642 0 0 0 4922 41 0 0 20 0 20 0 236961273 19521036288 380386 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=26356 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 380386 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 236961278 19521036288 380386 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0

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

[startup+3222.3 s]
/proc/loadavg: 4.52 4.44 4.34 6/328 180968
/proc/meminfo: memFree=54494888/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1659636 CPUtime=3263.43 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 245923 0 0 0 325100 1243 0 0 20 0 20 0 236961271 19521036288 414909 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 414909 5542 1 0 429192 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=1717904 CPUtime=3172.26 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 122378 0 0 0 316232 994 0 0 20 0 20 0 236961273 19521036288 414909 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=1717904 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 414909 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=2590020 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2308 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 414909 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 414909 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3263.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1659636 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.40 4.33 5/328 180969
/proc/meminfo: memFree=53940400/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1609548 CPUtime=3324.53 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 247417 0 0 0 331170 1283 0 0 20 0 20 0 236961271 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 402387 5542 1 0 416664 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=16368 CPUtime=3231.11 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 123228 0 0 0 322082 1029 0 0 20 0 20 0 236961273 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=2102196 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=-8527393736674288316 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2308 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=2808780 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3324.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1609548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.38 4.33 5/328 180971
/proc/meminfo: memFree=53486680/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1609548 CPUtime=3384.87 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 247879 0 0 0 337186 1301 0 0 20 0 20 0 236961271 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 402387 5542 1 0 416664 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=-8527393736674288316 CPUtime=3290.3 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 123664 0 0 0 327986 1044 0 0 20 0 20 0 236961273 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=1609548 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=16368 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2308 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=22272 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3384.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1609548 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.35 4.32 5/327 180973
/proc/meminfo: memFree=52998832/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1609548 CPUtime=3446.73 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 253886 0 0 0 343351 1322 0 0 20 0 20 0 236961271 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 402387 5542 1 0 416664 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=-8527393736674288316 CPUtime=3349.29 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 127933 0 0 0 333868 1061 0 0 20 0 20 0 236961273 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=22272 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2396 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=1609548 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 402387 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3446.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1609548 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.32 4.31 7/326 181042
/proc/meminfo: memFree=69825744/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1659732 CPUtime=3508.36 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 259767 0 0 0 349481 1355 0 0 20 0 20 0 236961271 19521036288 414933 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 414933 5542 1 0 429192 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=1659732 CPUtime=3407.88 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 131444 0 0 0 339699 1089 0 0 20 0 20 0 236961273 19521036288 414933 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=-8527393736674288316 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 414933 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=1659732 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2396 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 414933 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 414933 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3508.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1659732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.30 4.30 6/327 181045
/proc/meminfo: memFree=69002712/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1551364 CPUtime=3568.92 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 259905 0 0 0 355508 1384 0 0 20 0 20 0 236961271 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 387841 5542 1 0 402048 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=1659732 CPUtime=3467.11 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 131508 0 0 0 345599 1112 0 0 20 0 20 0 236961273 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=9344 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=1551364 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2450 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=1551364 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3568.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1551364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553.3 s]
/proc/loadavg: 4.17 4.29 4.30 6/327 181113
/proc/meminfo: memFree=73551936/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19063512 memory=1551364 CPUtime=3600.05 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 259910 0 0 0 358600 1405 0 0 20 0 20 0 236961271 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4765878 387841 5542 1 0 402048 0
[pid=180772/tid=180774] ppid=180769 vsize=19063512 memory=1551364 CPUtime=3497.39 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) R 180769 180772 180184 0 -1 4194368 131509 0 0 0 348608 1131 0 0 20 0 20 0 236961273 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19063512 memory=1609548 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236961276 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19063512 memory=19712 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2450 0 0 0 1 0 0 0 20 0 20 0 236961278 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180791] ppid=180769 vsize=19063512 memory=1551364 CPUtime=0 cores=5,7
/proc/180772/task/180791/stat : 180791 (Timer-0) S 180769 180772 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236961327 19521036288 387841 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1551364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.17 s, system=14.0687 s

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

[startup+3553.41 s]
/proc/loadavg: 4.17 4.29 4.30 6/327 181113
/proc/meminfo: memFree=73551936/131382116 swapFree=33005528/33010684
[pid=180772] ppid=180769 vsize=19263204 memory=1552004 CPUtime=3600.21 cores=5,7
/proc/180772/stat : 180772 (java) S 180769 180772 180184 0 -1 4194304 261520 0 0 0 358616 1405 0 0 20 0 21 0 236961271 19725520896 388001 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
/proc/180772/statm: 4815801 388001 5542 1 0 402973 0
[pid=180772/tid=180774] ppid=180769 vsize=19263204 memory=23520 CPUtime=3497.41 cores=5,7
/proc/180772/task/180774/stat : 180774 (java) S 180769 180772 180184 0 -1 4194368 131758 0 0 0 348610 1131 0 0 20 0 21 0 236961273 19725520896 388001 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180783] ppid=180769 vsize=19263204 memory=13340 CPUtime=0 cores=5,7
/proc/180772/task/180783/stat : 180783 (Finalizer) S 180769 180772 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236961276 19725520896 388001 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
[pid=180772/tid=180790] ppid=180769 vsize=19263204 memory=7372 CPUtime=0.01 cores=5,7
/proc/180772/task/180790/stat : 180790 (Common-Cleaner) S 180769 180772 180184 0 -1 4194368 2450 0 0 0 1 0 0 0 20 0 21 0 236961278 19725520896 388001 18446744073709551615 94469815619584 94469815623280 140732270505200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94469815631096 94469815631888 94469841436672 140732270512468 140732270512612 140732270512612 140732270518216 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1552004 KiB

Child status: 143

Real time (s): 3553.43
CPU time (s): 3600.24
CPU user time (s): 3586.17
CPU system time (s): 14.0687
CPU usage (%): 101.317
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4772868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.17
system time used= 14.0687
maximum resident set size= 4772868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15805296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119461
involuntary context switches= 15981


# summary of solver processes directly reported to runsolver:
#   pid: 180772
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3586.17
#   total CPU system time (s): 14.0687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6611 second user time and 34.887 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 21:33:39
IDJOB=4541965
IDBENCH=163695
IDSOLVER=3364
FILE ID=nodeC010/4541965-1753212819
RUNJOBID= nodeC010-1753209221-180198
SLURM_JOB_ID= 9687770
Free space on /tmp= 432004 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-24diag_spec_greater.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541965-1753212819/watcher-4541965-1753212819 -o /tmp/evaluation-result-4541965-1753212819/solver-4541965-1753212819 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180198 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541965-1753212819 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541965-1753212819.opb

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

MD5SUM BENCH= 873561b121a1050aedee7e68f97b01fd
RANDOM SEED=1491964340

nodeC010 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		: 1396.672
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.36
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		: 1496.432
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.36
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		: 3492.059
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.36
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		: 1696.271
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.36
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		: 3661.397
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.36
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		: 1796.653
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.36
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.909
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.36
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.151
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99921584 kB
MemAvailable:   124481768 kB
Buffers:             228 kB
Cached:         25324556 kB
SwapCached:         4300 kB
Active:          6280620 kB
Inactive:       24487632 kB
Active(anon):    5417016 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 24438920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            280392 kB
Writeback:             0 kB
AnonPages:       5442636 kB
Mapped:           124212 kB
Shmem:             21832 kB
KReclaimable:     194572 kB
Slab:             286180 kB
SReclaimable:     194572 kB
SUnreclaim:        91608 kB
KernelStack:        4992 kB
PageTables:        14300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9835268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5236736 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 412604 MiB
End job on nodeC010 at 2025-07-22 22:32:52