Trace number 4499175

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.36 3570.92

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.00/0.11	c version PB25.v20250606
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.13	c Free memory 		2104792832
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2113929216
0.14/0.14	c Number of processors 	2
0.14/0.20	c Pseudo Boolean Optimization by upper bound
0.14/0.20	c --- Begin Solver configuration ---
0.14/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.20	c Learn all clauses as in MiniSAT
0.14/0.20	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.20	c Expensive reason simplification
0.14/0.20	c Glucose 2.1 dynamic restart strategy
0.14/0.20	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.14/0.20	c timeout=2147483s
0.14/0.20	c DB Simplification allowed=false
0.14/0.20	c Listener: none
0.14/0.20	c --- End Solver configuration ---
0.14/0.20	c solving HOME/instance-4499175-1751414489.opb
0.14/0.20	c reading problem ... 
0.14/0.20	c using VERIPB proof format
0.14/0.21	c  objective function found
0.73/0.51	c ... done. Wall clock time 0.29s.
0.73/0.51	c declared #vars     3216
0.73/0.51	c #constraints  3721
0.73/0.51	c constraints type 
0.73/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
0.73/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.73/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.73/0.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.73/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
0.73/0.51	c 3721 constraints processed.
0.90/0.56	c objective function length is 6 literals
4.00/2.19	c cleaning 2498 clauses out of 5001 with flag 24540/5001
6.36/3.32	c cleaning 4228 clauses out of 8502 with flag 62973/11000
7.88/4.37	c cleaning 5626 clauses out of 11275 with flag 112348/18001
10.23/6.55	c cleaning 6822 clauses out of 13648 with flag 160385/26000
13.74/9.64	c cleaning 7902 clauses out of 15826 with flag 236296/35000
18.16/13.99	c cleaning 8904 clauses out of 17926 with flag 365413/45002
23.13/18.89	c cleaning 9983 clauses out of 20020 with flag 513832/56000
27.54/22.98	c cleaning 11014 clauses out of 22040 with flag 686199/68003
31.17/26.59	c cleaning 12010 clauses out of 24028 with flag 820222/81005
35.57/30.88	c cleaning 12954 clauses out of 26014 with flag 973794/95001
41.76/36.98	c cleaning 14005 clauses out of 28061 with flag 1122915/110002
48.62/43.50	c cleaning 15021 clauses out of 30055 with flag 1317240/126001
54.54/49.12	c cleaning 16004 clauses out of 32034 with flag 1520497/143001
60.59/55.03	c cleaning 17012 clauses out of 34029 with flag 1691134/161000
66.91/61.23	c cleaning 17987 clauses out of 36017 with flag 1868331/180000
74.81/68.87	c cleaning 19009 clauses out of 38032 with flag 2055960/200002
82.73/76.43	c cleaning 20002 clauses out of 40021 with flag 2261593/221000
91.85/85.41	c cleaning 20992 clauses out of 42019 with flag 2521713/243000
101.07/94.33	c cleaning 21992 clauses out of 44027 with flag 2769209/266000
110.20/103.59	c cleaning 22998 clauses out of 46037 with flag 3019497/290002
122.62/115.64	c cleaning 23995 clauses out of 48039 with flag 3280160/315002
135.56/128.24	c cleaning 25011 clauses out of 50042 with flag 3561761/341000
149.59/141.97	c cleaning 25996 clauses out of 52031 with flag 3855532/368000
164.37/156.43	c cleaning 26991 clauses out of 54037 with flag 4143845/396002
178.70/170.41	c cleaning 28000 clauses out of 56044 with flag 4429702/425000
193.79/185.24	c cleaning 28989 clauses out of 58044 with flag 4734694/455000
210.67/201.99	c cleaning 30012 clauses out of 60055 with flag 5050488/486000
229.42/220.13	c cleaning 31006 clauses out of 62044 with flag 5405722/518001
246.19/236.76	c cleaning 32003 clauses out of 64038 with flag 5766595/551001
267.54/257.35	c cleaning 33001 clauses out of 66035 with flag 6110735/585001
288.12/277.63	c cleaning 33998 clauses out of 68033 with flag 6518351/620000
311.37/300.48	c cleaning 34993 clauses out of 70035 with flag 6898610/656000
333.80/322.32	c cleaning 36008 clauses out of 72042 with flag 7326767/693000
356.53/344.78	c cleaning 37002 clauses out of 74035 with flag 7757556/731001
381.75/369.53	c cleaning 38000 clauses out of 76033 with flag 8186114/770001
407.49/394.74	c cleaning 39007 clauses out of 78033 with flag 8631622/810001
433.16/420.05	c cleaning 40005 clauses out of 80025 with flag 9097175/851000
463.16/449.57	c cleaning 40992 clauses out of 82020 with flag 9664274/893000
489.20/475.23	c cleaning 42006 clauses out of 84030 with flag 10215090/936002
523.82/509.11	c cleaning 42986 clauses out of 86024 with flag 10892817/980002
560.49/545.21	c cleaning 43999 clauses out of 88038 with flag 11508148/1025002
593.42/577.70	c cleaning 44988 clauses out of 90037 with flag 12128872/1071000
628.39/612.20	c cleaning 46012 clauses out of 92050 with flag 12755913/1118001
661.55/644.97	c cleaning 47002 clauses out of 94037 with flag 13325098/1166000
692.89/674.94	c cleaning 48008 clauses out of 96036 with flag 13931944/1215001
722.45/703.98	c cleaning 49003 clauses out of 98027 with flag 14500844/1265000
757.43/738.38	c cleaning 50003 clauses out of 100028 with flag 15115190/1316004
794.32/774.60	c cleaning 50986 clauses out of 102022 with flag 15733147/1368001
839.22/818.82	c cleaning 52007 clauses out of 104035 with flag 16427479/1421000
874.06/853.16	c cleaning 53005 clauses out of 106028 with flag 17126417/1475000
909.15/887.76	c cleaning 54001 clauses out of 108024 with flag 17753558/1530001
948.91/927.06	c cleaning 54998 clauses out of 110022 with flag 18476274/1586000
992.78/970.24	c cleaning 55995 clauses out of 112027 with flag 19208128/1643003
1032.42/1009.34	c cleaning 56998 clauses out of 114031 with flag 19952599/1701002
1081.01/1057.20	c cleaning 58004 clauses out of 116031 with flag 20702504/1760000
1128.18/1103.51	c cleaning 58998 clauses out of 118027 with flag 21586733/1820000
1176.97/1155.18	c cleaning 60003 clauses out of 120029 with flag 22389926/1881000
1232.73/1210.18	c cleaning 60999 clauses out of 122026 with flag 23151629/1943000
1274.86/1251.69	c cleaning 62000 clauses out of 124027 with flag 23897889/2006000
1319.54/1295.92	c cleaning 63007 clauses out of 126028 with flag 24707969/2070001
1368.36/1344.01	c cleaning 63978 clauses out of 128020 with flag 25486845/2135000
1422.45/1397.65	c cleaning 65007 clauses out of 130043 with flag 26210252/2201001
1481.44/1462.32	c cleaning 66002 clauses out of 132035 with flag 26990516/2268000
1538.45/1518.69	c cleaning 67005 clauses out of 134033 with flag 27778118/2336000
1590.93/1572.13	c cleaning 67999 clauses out of 136028 with flag 28634466/2405000
1650.22/1631.09	c cleaning 69005 clauses out of 138029 with flag 29510379/2475000
1694.75/1675.18	c cleaning 70002 clauses out of 140024 with flag 30359152/2546000
1742.82/1723.40	c cleaning 70991 clauses out of 142022 with flag 31177051/2618000
1793.82/1774.44	c cleaning 72003 clauses out of 144034 with flag 32190324/2691003
1848.97/1828.95	c cleaning 73007 clauses out of 146030 with flag 33157465/2765002
1901.43/1879.60	c cleaning 74001 clauses out of 148021 with flag 34127352/2840000
1972.06/1949.51	c cleaning 74984 clauses out of 150020 with flag 35206831/2916000
2050.89/2027.56	c cleaning 76002 clauses out of 152037 with flag 36320911/2993001
2125.64/2101.71	c cleaning 76985 clauses out of 154035 with flag 37436379/3071001
2208.07/2184.53	c cleaning 78010 clauses out of 156050 with flag 38676307/3150001
2281.19/2257.35	c cleaning 78952 clauses out of 158040 with flag 39813726/3230001
2362.10/2338.01	c cleaning 80025 clauses out of 160088 with flag 40941387/3311001
2433.88/2409.54	c cleaning 81020 clauses out of 162063 with flag 42036200/3393001
2506.10/2481.38	c cleaning 82016 clauses out of 164044 with flag 43157159/3476002
2589.28/2564.12	c cleaning 82990 clauses out of 166028 with flag 44381245/3560002
2680.63/2655.21	c cleaning 83990 clauses out of 168039 with flag 45634187/3645003
2746.63/2720.84	c cleaning 85018 clauses out of 170046 with flag 46866565/3731000
2807.30/2781.22	c cleaning 86004 clauses out of 172029 with flag 48058561/3818001
2875.05/2846.66	c cleaning 87009 clauses out of 174024 with flag 49469254/3906000
2957.69/2928.97	c cleaning 88005 clauses out of 176025 with flag 50948445/3995010
3019.58/2991.35	c cleaning 88998 clauses out of 178015 with flag 52342361/4085005
3093.92/3065.54	c cleaning 89998 clauses out of 180012 with flag 53720445/4176000
3176.93/3148.39	c cleaning 90995 clauses out of 182014 with flag 54940410/4268000
3270.97/3242.06	c cleaning 91981 clauses out of 184021 with flag 56087574/4361002
3376.92/3347.67	c cleaning 93010 clauses out of 186038 with flag 57439260/4455000
3487.85/3458.45	c cleaning 93997 clauses out of 188028 with flag 58907017/4550000
3600.08/3570.72	c timeout
3600.08/3570.73	c starts		: 1277
3600.08/3570.74	c conflicts		: 4644383
3600.08/3570.74	c decisions		: 6873421
3600.08/3570.74	c propagations		: 460966225
3600.08/3570.74	c inspects		: 15364084984
3600.08/3570.74	c shortcuts		: 0
3600.08/3570.74	c learnt literals	: 0
3600.08/3570.74	c learnt binary clauses	: 0
3600.08/3570.74	c learnt ternary clauses	: 0
3600.08/3570.74	c learnt constraints	: 4644383
3600.08/3570.74	c ignored constraints	: 0
3600.08/3570.74	c root simplifications	: 0
3600.08/3570.74	c removed literals (reason simplification)	: 101129272
3600.08/3570.74	c reason swapping (by a shorter reason)	: 0
3600.08/3570.74	c Calls to reduceDB	: 91
3600.08/3570.74	c Number of update (reduction) of LBD	: 2608546
3600.08/3570.74	c Imported unit clauses	: 0
3600.08/3570.75	c No decision after first conflict	: false
3600.08/3570.75	c number of reductions to clauses (during analyze)	: 0
3600.08/3570.75	c number of learned constraints concerned by reduction	: 0
3600.08/3570.75	c number of learning phase by resolution	: 0
3600.08/3570.75	c number of learning phase by cutting planes	: 0
3600.08/3570.75	c number of rounding to 1 operations	: 0
3600.08/3570.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3570.75	c number of reductions of the coefficients by power 2 	: 0
3600.08/3570.75	c number of right shift for reduction by power 2 	: 0
3600.08/3570.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3570.75	c number of ending skipping 	: 0
3600.08/3570.75	c number of internal skipping 	: 0
3600.08/3570.75	c number of derivation steps 	: 0
3600.08/3570.75	c number of skipped derivation steps 	: 0
3600.08/3570.75	c number of remaining unassigned 	: 0
3600.08/3570.75	c number of remaining assigned 	: 0
3600.08/3570.75	c number of falsified literals weakened from reason	: 0
3600.08/3570.75	c number of falsified literals weakened from conflict	: 0
3600.08/3570.75	c time for arithmetic operations	: 0
3600.08/3570.75	c minimum degree of deleted constraints	: null
3600.08/3570.75	c maximum degree of deleted constraints	: null
3600.08/3570.75	c number of deleted constraints	: 0
3600.08/3570.75	c speed (assignments/second)	: 129115.86266779639
3600.08/3570.75	c non guided choices	: 3777
3600.22/3570.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 188414
3600.22/3570.88	s UNKNOWN
3600.22/3570.88	c Total wall clock time (in seconds): 3570.678

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=54685, runsolver pid=54682

[startup+0.100072 s]*
/proc/loadavg: 4.37 4.41 4.44 7/333 54703
/proc/meminfo: memFree=101668348/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=18930384 memory=49868 CPUtime=0.14 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 6096 0 0 0 12 2 0 0 20 0 18 0 57128054 19384713216 12467 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4732596 12467 5367 1 0 547243 0
[pid=54685/tid=54687] ppid=54682 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 4954 0 0 0 7 1 0 0 20 0 18 0 57128056 19384713216 12467 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57128059 19384713216 12467 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=18930384 memory=59593594261064 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 57128060 19384713216 12467 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49868 KiB

[startup+0.21863 s]*
/proc/loadavg: 4.37 4.41 4.44 7/333 54703
/proc/meminfo: memFree=101664252/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=18930384 memory=59104 CPUtime=0.34 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 6829 0 0 0 31 3 0 0 20 0 18 0 57128054 19384713216 14776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4732596 14776 5431 1 0 547845 0
[pid=54685/tid=54687] ppid=54682 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 5319 0 0 0 17 2 0 0 20 0 18 0 57128056 19384713216 14776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=18930384 memory=15877 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57128059 19384713216 14776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 57128060 19384713216 14776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59104 KiB

[startup+0.322495 s]*
/proc/loadavg: 4.37 4.41 4.44 7/333 54703
/proc/meminfo: memFree=101658204/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=18930384 memory=65568 CPUtime=0.55 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 6913 0 0 0 52 3 0 0 20 0 18 0 57128054 19384713216 16392 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4732596 16392 5431 1 0 547848 0
[pid=54685/tid=54687] ppid=54682 vsize=18930384 memory=-6000919498425919594 CPUtime=0.3 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 5337 0 0 0 28 2 0 0 20 0 18 0 57128056 19384713216 16392 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57128059 19384713216 16392 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 57128060 19384713216 16392 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65568 KiB

[startup+0.700348 s]
/proc/loadavg: 4.37 4.41 4.44 7/333 54703
/proc/meminfo: memFree=101626636/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=18996948 memory=94040 CPUtime=1.23 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 8771 0 0 0 117 6 0 0 20 0 19 0 57128054 19452874752 23510 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4749237 23510 5495 1 0 549366 0
[pid=54685/tid=54687] ppid=54682 vsize=18996948 memory=18048 CPUtime=0.61 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 5498 0 0 0 58 3 0 0 20 0 19 0 57128056 19452874752 23510 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 57128059 19452874752 23510 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 57128060 19452874752 23510 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94040 KiB

[startup+1.50027 s]
/proc/loadavg: 4.37 4.41 4.44 6/334 54704
/proc/meminfo: memFree=101582024/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=171104 CPUtime=2.8 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 18134 0 0 0 271 9 0 0 20 0 20 0 57128054 19521036288 42776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 42776 5527 1 0 552244 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=3200 CPUtime=1.33 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 5952 0 0 0 128 5 0 0 20 0 20 0 57128056 19521036288 42776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 42776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 42776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=16336 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 42776 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171104 KiB

[startup+3.10574 s]
/proc/loadavg: 4.37 4.41 4.44 6/312 54713
/proc/meminfo: memFree=106607000/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=227140 CPUtime=5.98 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 22842 0 0 0 585 13 0 0 20 0 20 0 57128054 19521036288 56785 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 56785 5527 1 0 553110 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=16336 CPUtime=2.81 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 6906 0 0 0 274 7 0 0 20 0 20 0 57128056 19521036288 56785 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 56785 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 56785 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 56785 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 227140 KiB

[startup+6.30047 s]
/proc/loadavg: 4.34 4.40 4.44 8/333 54770
/proc/meminfo: memFree=110508764/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=431092 CPUtime=10.03 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 23623 0 0 0 980 23 0 0 20 0 20 0 57128054 19521036288 107773 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 107773 5527 1 0 678441 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=0 CPUtime=5.84 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 7103 0 0 0 569 15 0 0 20 0 20 0 57128056 19521036288 107773 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 107773 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 107773 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=171232 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 107773 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 431092 KiB

[startup+12.7004 s]
/proc/loadavg: 4.39 4.41 4.44 6/335 54839
/proc/meminfo: memFree=116432764/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=1254568 CPUtime=16.9 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 25311 0 0 0 1641 49 0 0 20 0 20 0 57128054 19521036288 313642 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 313642 5527 1 0 1330189 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=703536 CPUtime=11.61 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 7526 0 0 0 1126 35 0 0 20 0 20 0 57128056 19521036288 313642 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 313642 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=1221780 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 313642 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 313642 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 16.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1254568 KiB

[startup+25.5005 s]
/proc/loadavg: 4.60 4.45 4.45 5/336 54975
/proc/meminfo: memFree=113856400/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=3022832 CPUtime=30.18 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 29644 0 0 0 2918 100 0 0 20 0 20 0 57128054 19521036288 755708 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 755708 5559 1 0 1612195 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=2779080 CPUtime=23.62 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 9156 0 0 0 2288 74 0 0 20 0 20 0 57128056 19521036288 755708 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=2385864 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 755708 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=1848532 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 755708 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 755708 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 30.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3022832 KiB

[startup+51.1145 s]
/proc/loadavg: 4.59 4.47 4.46 5/336 54975
/proc/meminfo: memFree=110276968/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=3520684 CPUtime=56.6 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 36267 0 0 0 5529 131 0 0 20 0 20 0 57128054 19521036288 880171 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 880171 5559 1 0 1612215 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=3397780 CPUtime=47.93 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 11482 0 0 0 4699 94 0 0 20 0 20 0 57128056 19521036288 880171 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=3397780 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 880171 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=16336 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 880171 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0

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

/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 200631 0 0 0 309407 1723 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=12936320 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=16336 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3276 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=12936320 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3251.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB

[startup+3282.3 s]
/proc/loadavg: 2.12 2.31 2.88 3/282 55689
/proc/meminfo: memFree=97378672/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3311.38 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 351331 0 0 0 329095 2043 0 0 20 0 20 0 57128054 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 3234597 5559 1 0 3248692 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3170.28 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 206480 0 0 0 315277 1751 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=16336 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3322 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3311.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.27 2.83 3/280 55691
/proc/meminfo: memFree=97056156/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3371.63 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 357496 0 0 0 335095 2068 0 0 20 0 20 0 57128054 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 3234597 5559 1 0 3248692 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3228.44 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 211411 0 0 0 321071 1773 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=-4050210904893603472 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3405 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3371.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.25 2.79 3/280 55693
/proc/meminfo: memFree=96904028/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3431.7 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 362069 0 0 0 341074 2096 0 0 20 0 20 0 57128054 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 3234597 5559 1 0 3248692 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=5276 CPUtime=3287.09 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 214342 0 0 0 326912 1797 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=12936320 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3499 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3431.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.23 2.74 3/281 55702
/proc/meminfo: memFree=96547576/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3491.74 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 368083 0 0 0 347053 2121 0 0 20 0 20 0 57128054 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 3234597 5559 1 0 3248692 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=5276 CPUtime=3345.62 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 219063 0 0 0 332743 1819 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=12936320 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=16336 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=-6000919498425919594 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3491.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.22 2.71 3/280 55704
/proc/meminfo: memFree=96334952/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3551.57 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 372914 0 0 0 353008 2149 0 0 20 0 20 0 57128054 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 3234597 5559 1 0 3248692 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3403.96 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 222317 0 0 0 338553 1843 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3591 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3551.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.7 s]
/proc/loadavg: 2.07 2.18 2.67 3/279 55705
/proc/meminfo: memFree=96295328/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3600.08 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 378235 0 0 0 357840 2168 0 0 20 0 20 0 57128054 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4765878 3234597 5559 1 0 3248692 0
[pid=54685/tid=54687] ppid=54682 vsize=19063512 memory=12938388 CPUtime=3451.3 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) R 54682 54685 53552 0 -1 4194368 226506 0 0 0 343270 1860 0 0 20 0 20 0 57128056 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57128059 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19063512 memory=12938388 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3644 0 0 0 0 0 0 0 20 0 20 0 57128060 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54704] ppid=54682 vsize=19063512 memory=18048 CPUtime=0 cores=1,3
/proc/54685/task/54704/stat : 54704 (Timer-0) S 54682 54685 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57128112 19521036288 3234597 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12938388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.62 s, system=21.7351 s

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

[startup+3570.81 s]
/proc/loadavg: 2.07 2.18 2.67 3/279 55705
/proc/meminfo: memFree=96295328/131382120 swapFree=33010160/33010684
[pid=54685] ppid=54682 vsize=19263204 memory=12939412 CPUtime=3600.22 cores=1,3
/proc/54685/stat : 54685 (java) S 54682 54685 53552 0 -1 4194304 380662 0 0 0 357853 2169 0 0 20 0 21 0 57128054 19725520896 3234853 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
/proc/54685/statm: 4815801 3234853 5591 1 0 3249671 0
[pid=54685/tid=54687] ppid=54682 vsize=19263204 memory=12416 CPUtime=3451.32 cores=1,3
/proc/54685/task/54687/stat : 54687 (java) S 54682 54685 53552 0 -1 4194368 226967 0 0 0 343272 1860 0 0 20 0 21 0 57128056 19725520896 3234853 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54696] ppid=54682 vsize=19263204 memory=10112 CPUtime=0 cores=1,3
/proc/54685/task/54696/stat : 54696 (Finalizer) S 54682 54685 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57128059 19725520896 3234853 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
[pid=54685/tid=54703] ppid=54682 vsize=19263204 memory=-6000919498425919594 CPUtime=0 cores=1,3
/proc/54685/task/54703/stat : 54703 (Common-Cleaner) S 54682 54685 53552 0 -1 4194368 3644 0 0 0 0 0 0 0 20 0 21 0 57128060 19725520896 3234853 18446744073709551615 94610152607744 94610152611440 140724534027376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94610152619256 94610152620048 94610171404288 140724534036784 140724534036966 140724534036966 140724534042568 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 12939412 KiB

[startup+3570.9 s]*
/proc/loadavg: 2.07 2.18 2.67 3/261 55708
/proc/meminfo: memFree=101401360/131382120 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3570.92
CPU time (s): 3600.36
CPU user time (s): 3578.62
CPU system time (s): 21.7351
CPU usage (%): 100.824
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 12939412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.62
system time used= 21.7351
maximum resident set size= 12939540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27537392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125402
involuntary context switches= 18753


# summary of solver processes directly reported to runsolver:
#   pid: 54685
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3578.62
#   total CPU system time (s): 21.7351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.785 second user time and 35.7111 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 02:01:29
IDJOB=4499175
IDBENCH=148772
IDSOLVER=3364
FILE ID=nodeC008/4499175-1751414489
RUNJOBID= nodeC008-1751407286-53564
SLURM_JOB_ID= 9598302
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499175-1751414489/watcher-4499175-1751414489 -o /tmp/evaluation-result-4499175-1751414489/solver-4499175-1751414489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751407286-53564 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499175-1751414489 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4499175-1751414489.opb

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1566531267

nodeC008 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		: 3491.882
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.72
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		: 2295.232
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.72
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		: 1197.220
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.209
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.72
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		: 3517.848
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.72
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		: 3662.447
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.72
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.860
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.72
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.281
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        101696700 kB
MemAvailable:   114403592 kB
Buffers:            2144 kB
Cached:         13501624 kB
SwapCached:           16 kB
Active:         15806156 kB
Inactive:       13283120 kB
Active(anon):   15566928 kB
Inactive(anon):    36628 kB
Active(file):     239228 kB
Inactive(file): 13246492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20184 kB
Writeback:             4 kB
AnonPages:      15586796 kB
Mapped:           123496 kB
Shmem:             17920 kB
KReclaimable:     121596 kB
Slab:             205780 kB
SReclaimable:     121596 kB
SUnreclaim:        84184 kB
KernelStack:        5104 kB
PageTables:        34212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   16144876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15226880 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC008 at 2025-07-02 03:01:01