Trace number 4505776

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 2025-06-06? (TO) 3600.28 3600.12

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.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.24	c Number of processors 	2
0.42/0.35	c Pseudo Boolean Optimization by upper bound
0.42/0.35	c --- Begin Solver configuration ---
0.42/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.35	c Learn all clauses as in MiniSAT
0.42/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.35	c Expensive reason simplification
0.42/0.35	c Glucose 2.1 dynamic restart strategy
0.42/0.35	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.42/0.35	c timeout=2147483s
0.42/0.35	c DB Simplification allowed=false
0.42/0.35	c Listener: none
0.42/0.35	c --- End Solver configuration ---
0.42/0.35	c solving HOME/instance-4505776-1751485284.opb
0.42/0.35	c reading problem ... 
0.42/0.36	c  objective function found
2.06/1.26	c ... done. Wall clock time 0.908s.
2.06/1.26	c declared #vars     40937
2.06/1.26	c #constraints  41436
2.06/1.26	c constraints type 
2.06/1.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
2.06/1.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
2.06/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.06/1.27	c org.sat4j.specs.Constr$1 => 1
2.06/1.27	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
2.06/1.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.06/1.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36984
2.06/1.27	c 41436 constraints processed.
2.06/1.28	c objective function length is 243 literals
9.96/6.82	c cleaning 2499 clauses out of 4998 with flag 29125/5000
15.35/11.79	c cleaning 4240 clauses out of 8499 with flag 62302/11000
25.41/20.96	c cleaning 5628 clauses out of 11260 with flag 88676/18001
35.12/30.68	c cleaning 6813 clauses out of 13631 with flag 116081/26000
44.01/39.51	c cleaning 7903 clauses out of 15818 with flag 149706/35000
53.69/49.20	c cleaning 8955 clauses out of 17916 with flag 193548/45001
65.67/61.24	c cleaning 9980 clauses out of 19960 with flag 248521/56000
78.65/74.29	c cleaning 10988 clauses out of 21981 with flag 307774/68001
90.14/85.76	c cleaning 11995 clauses out of 23992 with flag 371645/81000
105.93/101.52	c cleaning 12993 clauses out of 25997 with flag 437444/95000
123.31/119.00	c cleaning 14000 clauses out of 28004 with flag 511842/110000
139.79/135.47	c cleaning 14998 clauses out of 30005 with flag 593916/126001
167.91/163.55	c cleaning 15994 clauses out of 32006 with flag 689945/143000
189.97/185.50	c cleaning 17006 clauses out of 34012 with flag 795060/161000
211.27/206.76	c cleaning 17998 clauses out of 36007 with flag 893388/180001
233.04/228.56	c cleaning 18994 clauses out of 38008 with flag 985508/200000
254.71/250.20	c cleaning 20005 clauses out of 40016 with flag 1070887/221002
281.27/276.85	c cleaning 21002 clauses out of 42009 with flag 1176100/243000
310.45/306.11	c cleaning 22002 clauses out of 44007 with flag 1301261/266000
339.90/335.56	c cleaning 23000 clauses out of 46005 with flag 1430247/290000
369.15/364.89	c cleaning 24000 clauses out of 48005 with flag 1560583/315000
398.71/394.41	c cleaning 24996 clauses out of 50005 with flag 1675299/341000
435.07/430.88	c cleaning 26004 clauses out of 52008 with flag 1786062/368001
466.05/461.75	c cleaning 27001 clauses out of 54004 with flag 1905443/396001
495.01/490.75	c cleaning 27995 clauses out of 56002 with flag 2036275/425000
523.47/519.22	c cleaning 29003 clauses out of 58009 with flag 2166578/455002
558.72/554.59	c cleaning 30000 clauses out of 60004 with flag 2298777/486000
597.86/593.79	c cleaning 31003 clauses out of 62005 with flag 2430887/518001
634.60/630.57	c cleaning 31992 clauses out of 64001 with flag 2576305/551000
677.13/673.19	c cleaning 33002 clauses out of 66012 with flag 2748619/585003
720.74/716.87	c cleaning 33998 clauses out of 68007 with flag 2923966/620000
765.55/761.77	c cleaning 35000 clauses out of 70009 with flag 3087437/656000
813.28/809.56	c cleaning 36001 clauses out of 72009 with flag 3240378/693000
862.83/859.17	c cleaning 37003 clauses out of 74010 with flag 3394016/731002
913.96/910.32	c cleaning 38001 clauses out of 76005 with flag 3566793/770000
964.88/961.37	c cleaning 38995 clauses out of 78004 with flag 3753667/810000
1015.01/1011.57	c cleaning 39999 clauses out of 80009 with flag 3961750/851000
1064.33/1060.95	c cleaning 40999 clauses out of 82010 with flag 4138973/893000
1120.06/1116.78	c cleaning 42004 clauses out of 84012 with flag 4308036/936001
1178.39/1175.14	c cleaning 42998 clauses out of 86008 with flag 4483801/980001
1226.90/1223.78	c cleaning 43998 clauses out of 88009 with flag 4661936/1025000
1279.72/1276.66	c cleaning 45001 clauses out of 90011 with flag 4843987/1071000
1327.29/1324.22	c cleaning 46005 clauses out of 92012 with flag 5035631/1118002
1382.02/1379.06	c cleaning 47001 clauses out of 94006 with flag 5242556/1166001
1440.13/1437.26	c cleaning 48000 clauses out of 96006 with flag 5502535/1215002
1499.46/1496.62	c cleaning 48992 clauses out of 98005 with flag 5761600/1265001
1559.92/1557.14	c cleaning 50001 clauses out of 100013 with flag 5978872/1316001
1625.21/1622.55	c cleaning 51004 clauses out of 102012 with flag 6185423/1368001
1686.91/1684.31	c cleaning 51994 clauses out of 104007 with flag 6405608/1421000
1743.33/1740.83	c cleaning 53007 clauses out of 106013 with flag 6669454/1475000
1802.49/1800.06	c cleaning 53998 clauses out of 108007 with flag 6940453/1530001
1869.58/1867.28	c cleaning 55003 clauses out of 110008 with flag 7202784/1586000
1944.98/1942.75	c cleaning 55999 clauses out of 112005 with flag 7480288/1643000
2013.40/2011.21	c cleaning 56998 clauses out of 114006 with flag 7744368/1701000
2083.92/2081.90	c cleaning 57997 clauses out of 116007 with flag 7989125/1760000
2148.83/2146.81	c cleaning 59000 clauses out of 118010 with flag 8238436/1820000
2215.96/2214.09	c cleaning 60006 clauses out of 120013 with flag 8522917/1881003
2284.02/2282.18	c cleaning 60995 clauses out of 122004 with flag 8785124/1943000
2359.30/2357.53	c cleaning 62003 clauses out of 124009 with flag 9034952/2006000
2437.98/2436.37	c cleaning 63002 clauses out of 126007 with flag 9317321/2070001
2506.78/2505.24	c cleaning 63999 clauses out of 128006 with flag 9589375/2135002
2590.92/2589.43	c cleaning 64996 clauses out of 130005 with flag 9916037/2201000
2664.52/2663.13	c cleaning 66003 clauses out of 132009 with flag 10226171/2268000
2742.78/2741.54	c cleaning 67000 clauses out of 134007 with flag 10525268/2336001
2809.19/2808.02	c cleaning 67997 clauses out of 136006 with flag 10970079/2405000
2883.68/2882.66	c cleaning 69003 clauses out of 138009 with flag 11494137/2475000
2973.49/2972.59	c cleaning 70003 clauses out of 140009 with flag 12035761/2546003
3058.86/3058.11	c cleaning 70993 clauses out of 142003 with flag 12586616/2618000
3127.76/3127.10	c cleaning 72001 clauses out of 144010 with flag 13112996/2691000
3202.74/3202.14	c cleaning 73004 clauses out of 146012 with flag 13679729/2765003
3293.60/3293.12	c cleaning 73998 clauses out of 148005 with flag 14077247/2840000
3371.76/3371.34	c cleaning 74997 clauses out of 150007 with flag 14449373/2916000
3458.52/3458.28	c cleaning 75994 clauses out of 152012 with flag 14848613/2993002
3538.78/3538.69	c cleaning 77003 clauses out of 154016 with flag 15205199/3071000
3600.10/3600.03	c timeout
3600.10/3600.03	c starts		: 1689
3600.10/3600.03	c conflicts		: 3132609
3600.10/3600.03	c decisions		: 4734512
3600.10/3600.03	c propagations		: 2763405738
3600.10/3600.03	c inspects		: 4768260138
3600.10/3600.03	c shortcuts		: 0
3600.10/3600.03	c learnt literals	: 5
3600.10/3600.03	c learnt binary clauses	: 1571
3600.10/3600.03	c learnt ternary clauses	: 1066
3600.10/3600.03	c learnt constraints	: 3132604
3600.10/3600.03	c ignored constraints	: 0
3600.10/3600.03	c root simplifications	: 0
3600.10/3600.03	c removed literals (reason simplification)	: 353168753
3600.10/3600.03	c reason swapping (by a shorter reason)	: 0
3600.10/3600.03	c Calls to reduceDB	: 74
3600.10/3600.03	c Number of update (reduction) of LBD	: 489647
3600.10/3600.03	c Imported unit clauses	: 0
3600.10/3600.03	c No decision after first conflict	: false
3600.10/3600.03	c number of reductions to clauses (during analyze)	: 0
3600.10/3600.03	c number of learned constraints concerned by reduction	: 0
3600.10/3600.03	c number of learning phase by resolution	: 0
3600.10/3600.03	c number of learning phase by cutting planes	: 0
3600.10/3600.03	c number of rounding to 1 operations	: 0
3600.10/3600.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3600.03	c number of reductions of the coefficients by power 2 	: 0
3600.10/3600.03	c number of right shift for reduction by power 2 	: 0
3600.10/3600.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3600.03	c number of ending skipping 	: 0
3600.10/3600.03	c number of internal skipping 	: 0
3600.10/3600.04	c number of derivation steps 	: 0
3600.10/3600.04	c number of skipped derivation steps 	: 0
3600.10/3600.04	c number of remaining unassigned 	: 0
3600.10/3600.04	c number of remaining assigned 	: 0
3600.10/3600.04	c number of falsified literals weakened from reason	: 0
3600.10/3600.04	c number of falsified literals weakened from conflict	: 0
3600.10/3600.04	c time for arithmetic operations	: 0
3600.10/3600.04	c minimum degree of deleted constraints	: null
3600.10/3600.04	c maximum degree of deleted constraints	: null
3600.10/3600.04	c number of deleted constraints	: 0
3600.10/3600.04	c speed (assignments/second)	: 767880.8233874994
3600.10/3600.04	c non guided choices	: 123
3600.10/3600.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137051
3600.10/3600.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1571
3600.10/3600.09	s UNKNOWN
3600.10/3600.09	c Total wall clock time (in seconds): 3599.737

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: 63794 MiB (39728 MiB free)
  memory of node 1: 64507 MiB (44756 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505776-1751485284/watcher-4505776-1751485284 -o /tmp/evaluation-result-4505776-1751485284/solver-4505776-1751485284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66851 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505776-1751485284.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 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=68032, runsolver pid=68029

[startup+0.100077 s]*
/proc/loadavg: 5.40 5.30 4.92 6/326 68050
/proc/meminfo: memFree=86501104/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=18930384 memory=47988 CPUtime=0.11 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 5726 0 0 0 8 3 0 0 20 0 18 0 64207825 19384713216 11997 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4732596 11997 5268 1 0 546934 0
[pid=68032/tid=68034] ppid=68029 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 4607 0 0 0 4 2 0 0 20 0 18 0 64207827 19384713216 11997 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64207832 19384713216 11997 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=18930384 memory=58494082626307 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64207833 19384713216 11997 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47988 KiB

[startup+0.213914 s]*
/proc/loadavg: 5.40 5.30 4.92 6/326 68050
/proc/meminfo: memFree=86494488/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=18930384 memory=53120 CPUtime=0.26 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 6438 0 0 0 22 4 0 0 20 0 18 0 64207825 19384713216 13280 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4732596 13280 5332 1 0 547531 0
[pid=68032/tid=68034] ppid=68029 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 4968 0 0 0 13 2 0 0 20 0 18 0 64207827 19384713216 13280 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=18930384 memory=12896 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64207832 19384713216 13280 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64207833 19384713216 13280 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53120 KiB

[startup+0.321373 s]*
/proc/loadavg: 5.29 5.28 4.92 7/326 68050
/proc/meminfo: memFree=86493240/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=18930384 memory=58312 CPUtime=0.42 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 6731 0 0 0 38 4 0 0 20 0 18 0 64207825 19384713216 14578 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4732596 14578 5332 1 0 547733 0
[pid=68032/tid=68034] ppid=68029 vsize=18930384 memory=-6000919468462204009 CPUtime=0.25 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 5157 0 0 0 22 3 0 0 20 0 18 0 64207827 19384713216 14578 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64207832 19384713216 14578 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64207833 19384713216 14578 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58312 KiB

[startup+0.700359 s]
/proc/loadavg: 5.29 5.28 4.92 7/326 68050
/proc/meminfo: memFree=86481016/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=18930384 memory=90956 CPUtime=1.12 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 8761 0 0 0 105 7 0 0 20 0 18 0 64207825 19384713216 22739 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4732596 22739 5396 1 0 549025 0
[pid=68032/tid=68034] ppid=68029 vsize=18930384 memory=17920 CPUtime=0.54 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 5306 0 0 0 50 4 0 0 20 0 18 0 64207827 19384713216 22739 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64207832 19384713216 22739 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64207833 19384713216 22739 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90956 KiB

[startup+1.50021 s]
/proc/loadavg: 5.29 5.28 4.92 6/327 68051
/proc/meminfo: memFree=86384572/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=181960 CPUtime=2.67 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 11773 0 0 0 257 10 0 0 20 0 20 0 64207825 19521036288 45490 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 45490 5492 1 0 551412 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=3200 CPUtime=1.2 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 5450 0 0 0 115 5 0 0 20 0 20 0 64207827 19521036288 45490 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 45490 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 45490 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181960 KiB

[startup+3.10597 s]
/proc/loadavg: 5.29 5.28 4.92 5/328 68052
/proc/meminfo: memFree=86350456/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=198056 CPUtime=5.29 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 25485 0 0 0 517 12 0 0 20 0 20 0 64207825 19521036288 49514 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 49514 5524 1 0 555502 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=11136 CPUtime=2.78 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 5612 0 0 0 273 5 0 0 20 0 20 0 64207827 19521036288 49514 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 49514 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 49514 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 49514 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198056 KiB

[startup+6.30039 s]
/proc/loadavg: 5.26 5.28 4.92 5/328 68053
/proc/meminfo: memFree=86350908/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=189376 CPUtime=9.04 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 27635 0 0 0 891 13 0 0 20 0 20 0 64207825 19521036288 47344 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 47344 5524 1 0 555506 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=0 CPUtime=5.97 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 5861 0 0 0 591 6 0 0 20 0 20 0 64207827 19521036288 47344 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 47344 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=-6000919468462204009 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 47344 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 47344 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189376 KiB

[startup+12.7003 s]
/proc/loadavg: 5.24 5.27 4.92 6/328 68053
/proc/meminfo: memFree=86351000/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=198592 CPUtime=16.92 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 37020 0 0 0 1677 15 0 0 20 0 20 0 64207825 19521036288 49648 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 49648 5556 1 0 555538 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=0 CPUtime=12.34 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 7642 0 0 0 1228 6 0 0 20 0 20 0 64207827 19521036288 49648 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=191936 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 49648 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 49648 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 49648 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 16.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198592 KiB

[startup+25.5004 s]
/proc/loadavg: 5.05 5.23 4.91 5/328 68053
/proc/meminfo: memFree=86351048/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=188756 CPUtime=30.03 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 38745 0 0 0 2986 17 0 0 20 0 20 0 64207825 19521036288 47189 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 47189 5556 1 0 555538 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=-6000919468462204009 CPUtime=25.11 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 8653 0 0 0 2505 6 0 0 20 0 20 0 64207827 19521036288 47189 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=3196 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 47189 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=188756 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 47189 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=188756 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 47189 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 30.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188756 KiB

[startup+51.1128 s]
/proc/loadavg: 4.69 5.12 4.89 5/328 68053
/proc/meminfo: memFree=86347016/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=194968 CPUtime=55.6 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 40159 0 0 0 5542 18 0 0 20 0 20 0 64207825 19521036288 48742 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 48742 5556 1 0 555538 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=194968 CPUtime=50.59 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 9052 0 0 0 5053 6 0 0 20 0 20 0 64207827 19521036288 48742 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=-6000919468462204009 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 48742 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=188756 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 48742 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=188756 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 48742 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 55.6 s

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

/proc/meminfo: memFree=118004212/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=531068 CPUtime=3222.89 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 52819 0 0 0 322104 185 0 0 20 0 20 0 64207825 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 132767 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=14304 CPUtime=3213.7 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 13970 0 0 0 321364 6 0 0 20 0 20 0 64207827 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=529276 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=529276 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 570 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=531068 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3222.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 531068 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.11 2.52 3/279 68357
/proc/meminfo: memFree=118005472/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=531068 CPUtime=3282.8 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 52825 0 0 0 328093 187 0 0 20 0 20 0 64207825 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 132767 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=531068 CPUtime=3273.57 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 13971 0 0 0 327351 6 0 0 20 0 20 0 64207827 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=531068 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 570 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=531068 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 132767 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3282.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 531068 KiB

[startup+3342.3 s]
/proc/loadavg: 2.15 2.12 2.49 3/280 68360
/proc/meminfo: memFree=117985656/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=551548 CPUtime=3342.73 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 52943 0 0 0 334082 191 0 0 20 0 20 0 64207825 19521036288 137887 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 137887 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=14304 CPUtime=3333.45 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 14082 0 0 0 333338 7 0 0 20 0 20 0 64207827 19521036288 137887 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=543356 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 137887 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=2273 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 570 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 137887 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=551548 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 137887 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3342.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 551548 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.13 2.47 3/279 68362
/proc/meminfo: memFree=117890508/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=645768 CPUtime=3402.71 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 53220 0 0 0 340076 195 0 0 20 0 20 0 64207825 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 161442 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=543356 CPUtime=3393.23 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 14272 0 0 0 339316 7 0 0 20 0 20 0 64207827 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=2273 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=645768 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 570 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3402.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 645768 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.12 2.44 3/278 68364
/proc/meminfo: memFree=117890512/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=645768 CPUtime=3462.61 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 53452 0 0 0 346065 196 0 0 20 0 20 0 64207825 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 161442 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=543356 CPUtime=3453.1 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 14468 0 0 0 345303 7 0 0 20 0 20 0 64207827 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=2273 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=645768 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 600 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=645768 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3462.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 645768 KiB

[startup+3522.3 s]
/proc/loadavg: 2.14 2.12 2.42 3/278 68370
/proc/meminfo: memFree=117890576/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=645768 CPUtime=3522.51 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 53675 0 0 0 352054 197 0 0 20 0 20 0 64207825 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 161442 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=14304 CPUtime=3512.97 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 14664 0 0 0 351290 7 0 0 20 0 20 0 64207827 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=6452091021822879807 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=531068 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 600 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3522.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 645768 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.11 2.40 3/276 68372
/proc/meminfo: memFree=117891756/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=645768 CPUtime=3582.42 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 53837 0 0 0 358042 200 0 0 20 0 20 0 64207825 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 161442 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=531068 CPUtime=3572.84 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 14761 0 0 0 357277 7 0 0 20 0 20 0 64207827 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 627 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=645768 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3582.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 645768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600 s]*
/proc/loadavg: 2.16 2.12 2.40 3/276 68372
/proc/meminfo: memFree=117891756/131382120 swapFree=33010416/33010684
[pid=68032] ppid=68029 vsize=19063512 memory=645768 CPUtime=3600.1 cores=0,2
/proc/68032/stat : 68032 (java) S 68029 68032 66841 0 -1 4194304 53847 0 0 0 359810 200 0 0 20 0 20 0 64207825 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
/proc/68032/statm: 4765878 161442 5556 1 0 555539 0
[pid=68032/tid=68034] ppid=68029 vsize=19063512 memory=-6000919498526909545 CPUtime=3590.51 cores=0,2
/proc/68032/task/68034/stat : 68034 (java) R 68029 68032 66841 0 -1 4194368 14769 0 0 0 359044 7 0 0 20 0 20 0 64207827 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68043] ppid=68029 vsize=19063512 memory=6768 CPUtime=0 cores=0,2
/proc/68032/task/68043/stat : 68043 (Finalizer) S 68029 68032 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64207832 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68050] ppid=68029 vsize=19063512 memory=645768 CPUtime=0 cores=0,2
/proc/68032/task/68050/stat : 68050 (Common-Cleaner) S 68029 68032 66841 0 -1 4194368 627 0 0 0 0 0 0 0 20 0 20 0 64207833 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
[pid=68032/tid=68052] ppid=68029 vsize=19063512 memory=6900 CPUtime=0 cores=0,2
/proc/68032/task/68052/stat : 68052 (Timer-0) S 68029 68032 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64207955 19521036288 161442 18446744073709551615 93939775741952 93939775745648 140726454985440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939775753464 93939775754256 93939806957568 140726454987137 140726454987238 140726454987238 140726454992840 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 645768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.26 s, system=2.01993 s

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

Child status: 143

Real time (s): 3600.12
CPU time (s): 3600.28
CPU user time (s): 3598.26
CPU system time (s): 2.01993
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 645768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.26
system time used= 2.01993
maximum resident set size= 646792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151837
involuntary context switches= 10526


# summary of solver processes directly reported to runsolver:
#   pid: 68032
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3598.26
#   total CPU system time (s): 2.01993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5427 second user time and 36.0719 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 21:41:25
IDJOB=4505776
IDBENCH=157116
IDSOLVER=3363
FILE ID=nodeC006/4505776-1751485284
RUNJOBID= nodeC006-1751476316-66851
SLURM_JOB_ID= 9598510
Free space on /tmp= 432228 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505776-1751485284/watcher-4505776-1751485284 -o /tmp/evaluation-result-4505776-1751485284/solver-4505776-1751485284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66851 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4505776-1751485284.opb

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

MD5SUM BENCH= 8ce0e5255050970e8cd3d266b8837be5
RANDOM SEED=1706057988

nodeC006 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		: 1197.808
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.32
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		: 3591.845
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.32
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.143
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.32
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.199
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.32
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		: 3662.643
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.32
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		: 3491.642
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.32
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.758
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.32
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.921
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        86511972 kB
MemAvailable:   94129252 kB
Buffers:            2128 kB
Cached:          8387780 kB
SwapCached:           12 kB
Active:         36208400 kB
Inactive:        7976124 kB
Active(anon):   35801472 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  7965032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:      35790160 kB
Mapped:           123632 kB
Shmem:             17948 kB
KReclaimable:     169512 kB
Slab:             256636 kB
SReclaimable:     169512 kB
SUnreclaim:        87124 kB
KernelStack:        5008 kB
PageTables:        73592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   45179068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35340288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432300 MiB
End job on nodeC006 at 2025-07-02 22:41:25