Trace number 4505777

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) 3573.27 3700.09

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod2.opb
MD5SUM8ce0e5255050970e8cd3d266b8837be5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-57314
Best CPU time to get the best result obtained on this benchmark670.503
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1213494
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1213494
Number of bits of the biggest sum of numbers21
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4505777-1751482042.opb
0.12/0.13	c reading problem ... 
0.12/0.15	c using VERIPB proof format
0.12/0.15	c  objective function found
1.04/0.67	c ... done. Wall clock time 0.527s.
1.04/0.67	c declared #vars     40937
1.04/0.67	c #constraints  41436
1.04/0.67	c constraints type 
1.04/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1.04/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1.04/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.04/0.67	c org.sat4j.specs.Constr$1 => 1
1.04/0.67	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.04/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.04/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36984
1.04/0.67	c 41436 constraints processed.
1.04/0.68	c objective function length is 243 literals
9.33/6.67	c cleaning 2499 clauses out of 4998 with flag 29125/5000
16.13/12.60	c cleaning 4240 clauses out of 8499 with flag 62302/11000
27.32/23.83	c cleaning 5628 clauses out of 11260 with flag 88676/18001
38.54/35.02	c cleaning 6813 clauses out of 13631 with flag 116081/26000
48.31/44.81	c cleaning 7903 clauses out of 15818 with flag 149706/35000
58.80/55.31	c cleaning 8955 clauses out of 17916 with flag 193548/45001
71.70/69.88	c cleaning 9980 clauses out of 19960 with flag 248521/56000
86.08/84.21	c cleaning 10988 clauses out of 21981 with flag 307774/68001
98.75/96.95	c cleaning 11995 clauses out of 23992 with flag 371645/81000
115.73/113.91	c cleaning 12993 clauses out of 25997 with flag 437444/95000
133.66/131.87	c cleaning 14000 clauses out of 28004 with flag 511842/110000
151.86/150.09	c cleaning 14998 clauses out of 30005 with flag 593916/126001
183.13/196.66	c cleaning 15994 clauses out of 32006 with flag 689945/143000
207.40/220.93	c cleaning 17006 clauses out of 34012 with flag 795060/161000
229.96/243.58	c cleaning 17998 clauses out of 36007 with flag 893388/180001
253.12/266.77	c cleaning 18994 clauses out of 38008 with flag 985508/200000
276.21/309.37	c cleaning 20005 clauses out of 40016 with flag 1070887/221002
305.17/338.31	c cleaning 21002 clauses out of 42009 with flag 1176100/243000
336.33/369.80	c cleaning 22002 clauses out of 44007 with flag 1301261/266000
368.06/401.66	c cleaning 23000 clauses out of 46005 with flag 1430247/290000
399.79/433.64	c cleaning 24000 clauses out of 48005 with flag 1560583/315000
431.27/469.74	c cleaning 24996 clauses out of 50005 with flag 1675299/341000
469.40/507.96	c cleaning 26004 clauses out of 52008 with flag 1786062/368001
500.29/538.85	c cleaning 27001 clauses out of 54004 with flag 1905443/396001
529.63/568.21	c cleaning 27995 clauses out of 56002 with flag 2036275/425000
557.48/596.17	c cleaning 29003 clauses out of 58009 with flag 2166578/455002
591.70/630.49	c cleaning 30000 clauses out of 60004 with flag 2298777/486000
630.76/669.62	c cleaning 31003 clauses out of 62005 with flag 2430887/518001
667.60/707.78	c cleaning 31992 clauses out of 64001 with flag 2576305/551000
709.71/749.94	c cleaning 33002 clauses out of 66012 with flag 2748619/585003
752.30/792.70	c cleaning 33998 clauses out of 68007 with flag 2923966/620000
797.71/838.13	c cleaning 35000 clauses out of 70009 with flag 3087437/656000
845.62/886.14	c cleaning 36001 clauses out of 72009 with flag 3240378/693000
895.31/935.96	c cleaning 37003 clauses out of 74010 with flag 3394016/731002
947.22/989.44	c cleaning 38001 clauses out of 76005 with flag 3566793/770000
999.40/1041.76	c cleaning 38995 clauses out of 78004 with flag 3753667/810000
1050.61/1093.06	c cleaning 39999 clauses out of 80009 with flag 3961750/851000
1100.88/1143.41	c cleaning 40999 clauses out of 82010 with flag 4138973/893000
1157.55/1206.72	c cleaning 42004 clauses out of 84012 with flag 4308036/936001
1216.94/1267.17	c cleaning 42998 clauses out of 86008 with flag 4483801/980001
1266.42/1316.71	c cleaning 43998 clauses out of 88009 with flag 4661936/1025000
1320.10/1371.54	c cleaning 45001 clauses out of 90011 with flag 4843987/1071000
1368.31/1419.89	c cleaning 46005 clauses out of 92012 with flag 5035631/1118002
1424.17/1485.63	c cleaning 47001 clauses out of 94006 with flag 5242556/1166001
1483.53/1550.71	c cleaning 48000 clauses out of 96006 with flag 5502535/1215002
1543.77/1619.99	c cleaning 48992 clauses out of 98005 with flag 5761600/1265001
1605.43/1687.40	c cleaning 50001 clauses out of 100013 with flag 5978872/1316001
1671.82/1762.97	c cleaning 51004 clauses out of 102012 with flag 6185423/1368001
1735.75/1827.19	c cleaning 51994 clauses out of 104007 with flag 6405608/1421000
1795.78/1887.40	c cleaning 53007 clauses out of 106013 with flag 6669454/1475000
1858.66/1950.40	c cleaning 53998 clauses out of 108007 with flag 6940453/1530001
1930.24/2022.65	c cleaning 55003 clauses out of 110008 with flag 7202784/1586000
2010.59/2103.11	c cleaning 55999 clauses out of 112005 with flag 7480288/1643000
2083.47/2176.12	c cleaning 56998 clauses out of 114006 with flag 7744368/1701000
2159.02/2251.80	c cleaning 57997 clauses out of 116007 with flag 7989125/1760000
2228.10/2321.10	c cleaning 59000 clauses out of 118010 with flag 8238436/1820000
2299.71/2393.01	c cleaning 60006 clauses out of 120013 with flag 8522917/1881003
2371.91/2465.44	c cleaning 60995 clauses out of 122004 with flag 8785124/1943000
2452.03/2552.14	c cleaning 62003 clauses out of 124009 with flag 9034952/2006000
2535.76/2636.06	c cleaning 63002 clauses out of 126007 with flag 9317321/2070001
2608.63/2709.09	c cleaning 63999 clauses out of 128006 with flag 9589375/2135002
2697.11/2810.21	c cleaning 64996 clauses out of 130005 with flag 9916037/2201000
2775.10/2890.44	c cleaning 66003 clauses out of 132009 with flag 10226171/2268000
2858.46/2974.10	c cleaning 67000 clauses out of 134007 with flag 10525268/2336001
2929.14/3044.85	c cleaning 67997 clauses out of 136006 with flag 10970079/2405000
3008.37/3124.24	c cleaning 69003 clauses out of 138009 with flag 11494137/2475000
3103.91/3222.36	c cleaning 70003 clauses out of 140009 with flag 12035761/2546003
3195.10/3317.00	c cleaning 70993 clauses out of 142003 with flag 12586616/2618000
3268.56/3390.53	c cleaning 72001 clauses out of 144010 with flag 13112996/2691000
3348.31/3471.77	c cleaning 73004 clauses out of 146012 with flag 13679729/2765003
3445.00/3568.68	c cleaning 73998 clauses out of 148005 with flag 14077247/2840000
3527.95/3651.70	c cleaning 74997 clauses out of 150007 with flag 14449373/2916000
3573.15/3700.01	c starts		: 1663
3573.15/3700.02	c conflicts		: 2953426
3573.15/3700.02	c decisions		: 4491787
3573.15/3700.02	c propagations		: 2584264092
3573.15/3700.02	c inspects		: 4454735526
3573.15/3700.02	c shortcuts		: 0
3573.15/3700.02	c learnt literals	: 5
3573.15/3700.02	c learnt binary clauses	: 1486
3573.15/3700.02	c learnt ternary clauses	: 957
3573.15/3700.02	c learnt constraints	: 2953421
3573.15/3700.02	c ignored constraints	: 0
3573.15/3700.02	c root simplifications	: 0
3573.15/3700.02	c removed literals (reason simplification)	: 330801896
3573.15/3700.02	c reason swapping (by a shorter reason)	: 0
3573.15/3700.02	c Calls to reduceDB	: 72
3573.15/3700.02	c Number of update (reduction) of LBD	: 462823
3573.15/3700.02	c Imported unit clauses	: 0
3573.15/3700.02	c No decision after first conflict	: false
3573.15/3700.02	c number of reductions to clauses (during analyze)	: 0
3573.15/3700.02	c number of learned constraints concerned by reduction	: 0
3573.15/3700.02	c number of learning phase by resolution	: 0
3573.15/3700.02	c number of learning phase by cutting planes	: 0
3573.15/3700.02	c number of rounding to 1 operations	: 0
3573.15/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3573.15/3700.02	c number of reductions of the coefficients by power 2 	: 0
3573.15/3700.02	c number of right shift for reduction by power 2 	: 0
3573.15/3700.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3573.15/3700.02	c number of ending skipping 	: 0
3573.15/3700.02	c number of internal skipping 	: 0
3573.15/3700.02	c number of derivation steps 	: 0
3573.15/3700.02	c number of skipped derivation steps 	: 0
3573.15/3700.02	c number of remaining unassigned 	: 0
3573.15/3700.02	c number of remaining assigned 	: 0
3573.15/3700.02	c number of falsified literals weakened from reason	: 0
3573.15/3700.02	c number of falsified literals weakened from conflict	: 0
3573.15/3700.02	c time for arithmetic operations	: 0
3573.15/3700.02	c minimum degree of deleted constraints	: null
3573.15/3700.02	c maximum degree of deleted constraints	: null
3573.15/3700.02	c number of deleted constraints	: 0
3573.15/3700.02	c speed (assignments/second)	: 698579.0861281075
3573.15/3700.02	c non guided choices	: 97
3573.15/3700.03	c timeout
3573.15/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 110950
3573.15/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1486
3573.15/3700.07	s UNKNOWN
3573.15/3700.07	c Total wall clock time (in seconds): 3699.933

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: 63665 MiB (33223 MiB free)
  memory of node 1: 64507 MiB (12197 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=72181, runsolver pid=72178

[startup+0.100059 s]*
/proc/loadavg: 5.88 5.88 5.40 7/347 72199
/proc/meminfo: memFree=46480612/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=18930384 memory=57268 CPUtime=0.12 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 6468 0 0 0 11 1 0 0 20 0 18 0 63881952 19384713216 14317 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4732596 14317 5340 1 0 547603 0
[pid=72181/tid=72183] ppid=72178 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 5046 0 0 0 6 1 0 0 20 0 18 0 63881954 19384713216 14317 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63881956 19384713216 14317 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=18930384 memory=59585004335488 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63881956 19384713216 14317 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57268 KiB

[startup+0.206116 s]*
/proc/loadavg: 5.88 5.88 5.40 8/347 72199
/proc/meminfo: memFree=46474500/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=18930384 memory=65292 CPUtime=0.29 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 6842 0 0 0 27 2 0 0 20 0 18 0 63881952 19384713216 16323 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4732596 16323 5436 1 0 547905 0
[pid=72181/tid=72183] ppid=72178 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 5288 0 0 0 14 1 0 0 20 0 18 0 63881954 19384713216 16323 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63881956 19384713216 16323 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63881956 19384713216 16323 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65292 KiB

[startup+0.306032 s]*
/proc/loadavg: 5.88 5.88 5.40 7/347 72199
/proc/meminfo: memFree=46437700/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=18930384 memory=100660 CPUtime=0.48 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 8592 0 0 0 45 3 0 0 20 0 18 0 63881952 19384713216 25165 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4732596 25165 5436 1 0 549077 0
[pid=72181/tid=72183] ppid=72178 vsize=18930384 memory=-6000919472673221224 CPUtime=0.23 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 5345 0 0 0 21 2 0 0 20 0 18 0 63881954 19384713216 25165 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63881956 19384713216 25165 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63881956 19384713216 25165 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100660 KiB

[startup+0.700232 s]
/proc/loadavg: 5.88 5.88 5.40 7/348 72200
/proc/meminfo: memFree=46368132/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=18996948 memory=182176 CPUtime=1.23 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 11254 0 0 0 117 6 0 0 20 0 19 0 63881952 19452874752 45544 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4749237 45544 5532 1 0 550971 0
[pid=72181/tid=72183] ppid=72178 vsize=18996948 memory=18560 CPUtime=0.51 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 5467 0 0 0 47 4 0 0 20 0 19 0 63881954 19452874752 45544 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63881956 19452874752 45544 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63881956 19452874752 45544 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 182176 KiB

[startup+1.50031 s]
/proc/loadavg: 5.88 5.88 5.40 7/349 72201
/proc/meminfo: memFree=46312756/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=199988 CPUtime=2.82 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 19047 0 0 0 275 7 0 0 20 0 20 0 63881952 19521036288 49997 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 49997 5532 1 0 555954 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=3328 CPUtime=1.29 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 5504 0 0 0 125 4 0 0 20 0 20 0 63881954 19521036288 49997 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 49997 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 49997 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 49997 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199988 KiB

[startup+3.10594 s]
/proc/loadavg: 5.88 5.88 5.40 7/349 72201
/proc/meminfo: memFree=46280504/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=200116 CPUtime=4.7 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 20632 0 0 0 462 8 0 0 20 0 20 0 63881952 19521036288 50029 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 50029 5532 1 0 555963 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=14824 CPUtime=2.89 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 5809 0 0 0 285 4 0 0 20 0 20 0 63881954 19521036288 50029 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 50029 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 50029 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 50029 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200116 KiB

[startup+6.30023 s]
/proc/loadavg: 5.97 5.90 5.41 8/349 72201
/proc/meminfo: memFree=46224328/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=201124 CPUtime=8.97 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 29846 0 0 0 887 10 0 0 20 0 20 0 63881952 19521036288 50281 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 50281 5532 1 0 555980 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=0 CPUtime=6.06 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 6230 0 0 0 602 4 0 0 20 0 20 0 63881954 19521036288 50281 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 50281 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 50281 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=199988 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 50281 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201124 KiB

[startup+12.7002 s]
/proc/loadavg: 5.97 5.90 5.41 6/349 72201
/proc/meminfo: memFree=46113892/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=211220 CPUtime=16.23 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 40940 0 0 0 1611 12 0 0 20 0 20 0 63881952 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 52805 5564 1 0 556019 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=199988 CPUtime=12.44 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 7780 0 0 0 1239 5 0 0 20 0 20 0 63881954 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=204964 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 97 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 211220 KiB

[startup+25.5002 s]
/proc/loadavg: 5.75 5.86 5.41 5/349 72201
/proc/meminfo: memFree=45877672/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=211220 CPUtime=29.04 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 42932 0 0 0 2891 13 0 0 20 0 20 0 63881952 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 52805 5564 1 0 556019 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=0 CPUtime=25.2 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 8806 0 0 0 2515 5 0 0 20 0 20 0 63881954 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=211220 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 97 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=211220 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 52805 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 211220 KiB

[startup+51.1059 s]
/proc/loadavg: 5.31 5.74 5.38 6/349 72202
/proc/meminfo: memFree=45568700/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=254280 CPUtime=54.62 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 45583 0 0 0 5444 18 0 0 20 0 20 0 63881952 19521036288 63570 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 63570 5564 1 0 556019 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=211220 CPUtime=50.73 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 9539 0 0 0 5064 9 0 0 20 0 20 0 63881954 19521036288 63570 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=29992 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 63570 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=2308 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=124205044/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1394964 CPUtime=3160.57 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 85938 0 0 0 315901 156 0 0 20 0 20 0 63881952 19521036288 348741 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 348741 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=1394964 CPUtime=3155.04 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 31337 0 0 0 315389 115 0 0 20 0 20 0 63881954 19521036288 348741 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 348741 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 348741 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 348741 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3160.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1394964 KiB

[startup+3342.3 s]
/proc/loadavg: 1.14 1.12 1.39 2/267 72473
/proc/meminfo: memFree=124188492/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1397016 CPUtime=3220.47 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 86743 0 0 0 321888 159 0 0 20 0 20 0 63881952 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 349254 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=14824 CPUtime=3214.89 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 32023 0 0 0 321373 116 0 0 20 0 20 0 63881954 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=1397016 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=-6000919472673221224 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3220.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1397016 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.11 1.37 2/266 72475
/proc/meminfo: memFree=124164996/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1397016 CPUtime=3280.33 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 87539 0 0 0 327872 161 0 0 20 0 20 0 63881952 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 349254 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=1394964 CPUtime=3274.75 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 32666 0 0 0 327357 118 0 0 20 0 20 0 63881954 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=1397016 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1637 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=1397016 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 349254 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3280.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1397016 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.10 1.35 2/267 72478
/proc/meminfo: memFree=124140676/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1405224 CPUtime=3338.93 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 88865 0 0 0 333730 163 0 0 20 0 20 0 63881952 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 351306 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=1394964 CPUtime=3333.28 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 33282 0 0 0 333208 120 0 0 20 0 20 0 63881954 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=1397016 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1759 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3338.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1405224 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.11 1.34 2/265 72480
/proc/meminfo: memFree=124124340/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1405224 CPUtime=3398.81 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 89056 0 0 0 339716 165 0 0 20 0 20 0 63881952 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 351306 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=-6000919472673221224 CPUtime=3393.15 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 33449 0 0 0 339194 121 0 0 20 0 20 0 63881954 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=1405224 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=1405224 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=1405224 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3398.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1405224 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.11 1.32 2/266 72487
/proc/meminfo: memFree=124109340/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1405224 CPUtime=3458.68 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 89119 0 0 0 345701 167 0 0 20 0 20 0 63881952 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 351306 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=5760 CPUtime=3453.02 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 33490 0 0 0 345179 123 0 0 20 0 20 0 63881954 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=1405224 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=1405224 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 351306 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3458.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1405224 KiB

[startup+3642.3 s]
/proc/loadavg: 1.42 1.19 1.34 2/266 72489
/proc/meminfo: memFree=124097072/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1407272 CPUtime=3518.57 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 89244 0 0 0 351688 169 0 0 20 0 20 0 63881952 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 351818 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=1405224 CPUtime=3512.84 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 33555 0 0 0 351159 125 0 0 20 0 20 0 63881954 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=1407272 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3518.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1407272 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 1.21 1.17 1.32 2/266 72493
/proc/meminfo: memFree=124082416/131249996 swapFree=33010672/33010684
[pid=72181] ppid=72178 vsize=19063512 memory=1407272 CPUtime=3573.15 cores=0,2
/proc/72181/stat : 72181 (java) S 72178 72181 70394 0 -1 4194304 89989 0 0 0 357144 171 0 0 20 0 20 0 63881952 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
/proc/72181/statm: 4765878 351818 5564 1 0 556051 0
[pid=72181/tid=72183] ppid=72178 vsize=19063512 memory=-6000919472673221224 CPUtime=3567.41 cores=0,2
/proc/72181/task/72183/stat : 72183 (java) R 72178 72181 70394 0 -1 4194368 34126 0 0 0 356615 126 0 0 20 0 20 0 63881954 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72192] ppid=72178 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/72181/task/72192/stat : 72192 (Finalizer) S 72178 72181 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72199] ppid=72178 vsize=19063512 memory=-6000919472673221224 CPUtime=0 cores=0,2
/proc/72181/task/72199/stat : 72199 (Common-Cleaner) S 72178 72181 70394 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 63881956 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
[pid=72181/tid=72201] ppid=72178 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/72181/task/72201/stat : 72201 (Timer-0) S 72178 72181 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63882023 19521036288 351818 18446744073709551615 94507532902400 94507532906096 140730431547088 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94507532913912 94507532914704 94507550146560 140730431555888 140730431556070 140730431556070 140730431561672 0
Current children cumulated CPU time: 3573.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1407272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.54 s, system=1.72341 s

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

Child status: 143

Real time (s): 3700.09
CPU time (s): 3573.27
CPU user time (s): 3571.54
CPU system time (s): 1.72341
CPU usage (%): 96.5723
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1407272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.54
system time used= 1.72341
maximum resident set size= 1408424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1724672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117597
involuntary context switches= 8803


# summary of solver processes directly reported to runsolver:
#   pid: 72181
#   total CPU time (s): 3573.27
#   total CPU user time (s): 3571.54
#   total CPU system time (s): 1.72341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66129 second user time and 15.4481 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-02 20:47:22
IDJOB=4505777
IDBENCH=157116
IDSOLVER=3364
FILE ID=nodeC017/4505777-1751482042
RUNJOBID= nodeC017-1751472476-70404
SLURM_JOB_ID= 9598499
Free space on /tmp= 432416 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505777-1751482042/watcher-4505777-1751482042 -o /tmp/evaluation-result-4505777-1751482042/solver-4505777-1751482042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751472476-70404 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505777-1751482042 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505777-1751482042.opb

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

MD5SUM BENCH= 8ce0e5255050970e8cd3d266b8837be5
RANDOM SEED=2057028755

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        46511232 kB
MemAvailable:   88686116 kB
Buffers:            1688 kB
Cached:         42913516 kB
SwapCached:            8 kB
Active:         41108528 kB
Inactive:       42631896 kB
Active(anon):   40822944 kB
Inactive(anon):    20388 kB
Active(file):     285584 kB
Inactive(file): 42611508 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           6726128 kB
Writeback:             0 kB
AnonPages:      40825452 kB
Mapped:           123868 kB
Shmem:             18072 kB
KReclaimable:     233664 kB
Slab:             535076 kB
SReclaimable:     233664 kB
SUnreclaim:       301412 kB
KernelStack:        5344 kB
PageTables:        83576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   44623048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151592 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  40278016 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432520 MiB
End job on nodeC017 at 2025-07-02 21:49:02