Trace number 4440212

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 2024 2024-07-07? (TO) 3600.29 3609.64

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX60_K67_cod3.opb
MD5SUM1839e390ed6efb0b7de52ce1d96beb02
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-2592
Best CPU time to get the best result obtained on this benchmark564.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 4162422
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 4162422
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.15	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.19	c Free memory 		2113181440
0.12/0.19	c Max memory 		16282288128
0.12/0.19	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.28/0.26	--- Begin Solver configuration ---
0.28/0.26	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.26	Learn all clauses as in MiniSAT
0.28/0.26	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.26	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.26	Expensive reason simplification
0.28/0.26	Glucose 2.1 dynamic restart strategy
0.28/0.26	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.28/0.26	timeout=2147483s
0.28/0.26	DB Simplification allowed=false
0.28/0.26	Listener: none
0.28/0.26	--- End Solver configuration ---
0.28/0.27	c Pseudo Boolean Optimization by upper bound
0.28/0.27	c --- Begin Solver configuration ---
0.28/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.27	c Learn all clauses as in MiniSAT
0.28/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.27	c Expensive reason simplification
0.28/0.27	c Glucose 2.1 dynamic restart strategy
0.28/0.27	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.28/0.27	c timeout=2147483s
0.28/0.27	c DB Simplification allowed=false
0.28/0.27	c Listener: none
0.28/0.27	c --- End Solver configuration ---
0.28/0.27	c solving HOME/instance-4440212-1721823955.opb
0.28/0.27	c reading problem ... 
0.40/1.51	c using VERIPB proof format
0.40/1.51	c  objective function found
2.30/2.51	c ... done. Wall clock time 2.237s.
2.30/2.51	c declared #vars     40451
2.30/2.51	c #constraints  40950
2.30/2.51	c constraints type 
2.30/2.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
2.30/2.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
2.30/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.30/2.52	c org.sat4j.specs.Constr$1 => 1
2.30/2.52	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
2.30/2.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.30/2.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
2.30/2.52	c 40950 constraints processed.
2.30/2.53	c objective function length is 32076 literals
15.61/13.06	c cleaning 2492 clauses out of 4997 with flag 14900/5001
27.23/24.17	c cleaning 4242 clauses out of 8505 with flag 40263/11001
40.56/36.33	c cleaning 5627 clauses out of 11263 with flag 72971/18001
53.91/48.94	c cleaning 6818 clauses out of 13635 with flag 111726/26000
69.36/64.15	c cleaning 7909 clauses out of 15817 with flag 161065/35000
85.59/80.31	c cleaning 8943 clauses out of 17908 with flag 222421/45000
103.76/98.53	c cleaning 9982 clauses out of 19965 with flag 286737/56000
122.71/117.52	c cleaning 10991 clauses out of 21985 with flag 348784/68002
142.05/138.96	c cleaning 11996 clauses out of 23993 with flag 397919/81001
161.76/158.44	c cleaning 12993 clauses out of 25996 with flag 450982/95000
182.51/178.97	c cleaning 14002 clauses out of 28004 with flag 509236/110001
204.48/200.94	c cleaning 14997 clauses out of 30001 with flag 582112/126000
228.22/224.60	c cleaning 15993 clauses out of 32004 with flag 668034/143000
252.97/249.14	c cleaning 17003 clauses out of 34012 with flag 755228/161001
277.61/273.82	c cleaning 17998 clauses out of 36008 with flag 839812/180000
302.49/298.71	c cleaning 19002 clauses out of 38010 with flag 933219/200000
328.17/324.43	c cleaning 19995 clauses out of 40008 with flag 1023592/221000
356.74/353.09	c cleaning 20997 clauses out of 42013 with flag 1124390/243000
385.99/382.54	c cleaning 21997 clauses out of 44016 with flag 1218189/266000
416.01/412.67	c cleaning 23006 clauses out of 46019 with flag 1326437/290000
446.07/442.77	c cleaning 24003 clauses out of 48013 with flag 1434826/315000
476.23/473.00	c cleaning 25003 clauses out of 50010 with flag 1564259/341000
508.76/505.96	c cleaning 25997 clauses out of 52007 with flag 1697594/368000
545.29/542.55	c cleaning 27000 clauses out of 54013 with flag 1823340/396003
584.94/586.03	c cleaning 28006 clauses out of 56012 with flag 1953260/425002
625.57/626.99	c cleaning 28996 clauses out of 58004 with flag 2096255/455000
665.32/666.76	c cleaning 30002 clauses out of 60008 with flag 2244320/486000
707.30/708.85	c cleaning 31001 clauses out of 62007 with flag 2400317/518001
749.24/750.88	c cleaning 31997 clauses out of 64006 with flag 2556488/551001
789.84/791.53	c cleaning 33005 clauses out of 66009 with flag 2715028/585001
832.78/834.58	c cleaning 33996 clauses out of 68003 with flag 2884127/620000
875.89/877.72	c cleaning 35002 clauses out of 70007 with flag 3053979/656000
922.41/924.38	c cleaning 35998 clauses out of 72005 with flag 3238595/693000
971.61/973.64	c cleaning 36997 clauses out of 74010 with flag 3409168/731003
1020.72/1022.89	c cleaning 38002 clauses out of 76010 with flag 3598397/770000
1074.03/1076.20	c cleaning 39004 clauses out of 78008 with flag 3786139/810000
1126.46/1128.72	c cleaning 40002 clauses out of 80004 with flag 3977451/851000
1175.67/1178.05	c cleaning 40997 clauses out of 82003 with flag 4184275/893001
1226.60/1229.02	c cleaning 41998 clauses out of 84005 with flag 4412525/936000
1281.70/1284.23	c cleaning 43001 clauses out of 86007 with flag 4633578/980000
1337.57/1340.27	c cleaning 43998 clauses out of 88008 with flag 4866650/1025002
1396.68/1399.44	c cleaning 45004 clauses out of 90009 with flag 5083941/1071001
1459.74/1462.61	c cleaning 45999 clauses out of 92004 with flag 5318167/1118000
1522.96/1525.92	c cleaning 46998 clauses out of 94005 with flag 5577742/1166000
1587.50/1591.56	c cleaning 47999 clauses out of 96008 with flag 5827857/1215001
1651.08/1655.28	c cleaning 48999 clauses out of 98009 with flag 6077271/1265001
1719.16/1723.49	c cleaning 50005 clauses out of 100010 with flag 6347979/1316001
1785.94/1790.34	c cleaning 51000 clauses out of 102005 with flag 6631252/1368001
1854.64/1859.20	c cleaning 51999 clauses out of 104005 with flag 6928773/1421001
1934.39/1939.03	c cleaning 53001 clauses out of 106006 with flag 7252079/1475001
2004.66/2010.25	c cleaning 54001 clauses out of 108005 with flag 7554861/1530001
2074.73/2080.46	c cleaning 54997 clauses out of 110003 with flag 7930213/1586000
2144.68/2150.51	c cleaning 55998 clauses out of 112006 with flag 8269694/1643000
2216.87/2222.83	c cleaning 56997 clauses out of 114008 with flag 8602430/1701000
2289.83/2295.98	c cleaning 58004 clauses out of 116011 with flag 8925952/1760000
2366.29/2372.56	c cleaning 58999 clauses out of 118007 with flag 9295063/1820000
2446.76/2453.17	c cleaning 60002 clauses out of 120008 with flag 9705904/1881000
2526.05/2532.77	c cleaning 60999 clauses out of 122006 with flag 10113280/1943000
2605.61/2612.46	c cleaning 62002 clauses out of 124007 with flag 10527290/2006000
2689.17/2696.18	c cleaning 63000 clauses out of 126006 with flag 10969444/2070001
2771.41/2778.58	c cleaning 64000 clauses out of 128005 with flag 11426549/2135000
2856.86/2864.15	c cleaning 64998 clauses out of 130005 with flag 11905308/2201000
2944.73/2952.28	c cleaning 65995 clauses out of 132007 with flag 12411293/2268000
3028.89/3036.51	c cleaning 66997 clauses out of 134012 with flag 12806836/2336000
3118.64/3126.48	c cleaning 67996 clauses out of 136015 with flag 13208078/2405000
3211.66/3220.00	c cleaning 69005 clauses out of 138020 with flag 13545444/2475001
3309.55/3318.03	c cleaning 69996 clauses out of 140017 with flag 13924440/2546003
3404.24/3413.37	c cleaning 71001 clauses out of 142018 with flag 14286885/2618000
3500.75/3510.02	c cleaning 71997 clauses out of 144018 with flag 14678654/2691001
3600.07/3609.52	c starts		: 86
3600.07/3609.53	c conflicts		: 2765000
3600.07/3609.55	c decisions		: 3761870
3600.07/3609.55	c propagations		: 5839541722
3600.07/3609.55	c inspects		: 6068511759
3600.07/3609.55	c shortcuts		: 0
3600.07/3609.55	c learnt literals	: 4
3600.07/3609.55	c learnt binary clauses	: 854
3600.07/3609.55	c learnt ternary clauses	: 667
3600.07/3609.55	c learnt constraints	: 2764996
3600.07/3609.55	c ignored constraints	: 0
3600.07/3609.55	c root simplifications	: 0
3600.07/3609.55	c removed literals (reason simplification)	: 337272757
3600.07/3609.56	c reason swapping (by a shorter reason)	: 0
3600.07/3609.56	c Calls to reduceDB	: 70
3600.07/3609.56	c Number of update (reduction) of LBD	: 400021
3600.07/3609.56	c Imported unit clauses	: 0
3600.07/3609.56	c cleaning 73004 clauses out of 146020 with flag 15064421/2765000
3600.07/3609.56	c No decision after first conflict	: false
3600.07/3609.56	c number of reductions to clauses (during analyze)	: 0
3600.07/3609.56	c number of learned constraints concerned by reduction	: 0
3600.07/3609.56	c number of learning phase by resolution	: 0
3600.07/3609.56	c number of learning phase by cutting planes	: 0
3600.07/3609.56	c number of rounding to 1 operations	: 0
3600.07/3609.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3609.56	c number of reductions of the coefficients by power 2 	: 0
3600.07/3609.56	c number of right shift for reduction by power 2 	: 0
3600.07/3609.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3609.56	c number of ending skipping 	: 0
3600.07/3609.56	c number of internal skipping 	: 0
3600.07/3609.56	c number of derivation steps 	: 0
3600.07/3609.56	c number of skipped derivation steps 	: 0
3600.07/3609.56	c number of remaining unassigned 	: 0
3600.07/3609.56	c number of remaining assigned 	: 0
3600.07/3609.56	c number of falsified literals weakened from reason	: 0
3600.07/3609.56	c number of falsified literals weakened from conflict	: 0
3600.07/3609.56	c timeout
3600.07/3609.56	c time for arithmetic operations	: 0
3600.07/3609.56	c minimum degree of deleted constraints	: null
3600.07/3609.56	c maximum degree of deleted constraints	: null
3600.07/3609.56	c number of deleted constraints	: 0
3600.07/3609.57	c speed (assignments/second)	: 1618946.5215008256
3600.07/3609.57	c non guided choices	: 142
3600.24/3609.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72162
3600.24/3609.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 854
3600.24/3609.62	s UNKNOWN
3600.24/3609.62	c Total wall clock time (in seconds): 3609.349

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: 64059 MiB (7840 MiB free)
  memory of node 1: 64510 MiB (34946 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440212-1721823955/watcher-4440212-1721823955 -o /tmp/evaluation-result-4440212-1721823955/solver-4440212-1721823955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229063 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440212-1721823955 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440212-1721823955.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=231099, runsolver pid=231096
Current StackSize limit: 8192 KiB


[startup+0.100085 s]*
/proc/loadavg: 4.62 4.54 4.32 5/324 231117
/proc/meminfo: memFree=43779152/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=18975048 memory=55484 CPUtime=0.12 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 6487 0 0 0 10 2 0 0 20 0 18 0 18385115 19430449152 13871 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4743762 13871 5551 1 0 550831 0
[pid=231099/tid=231101] ppid=231096 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 5419 0 0 0 7 2 0 0 20 0 18 0 18385116 19430449152 13871 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385120 19430449152 13871 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=18975048 memory=14128957269113360 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385121 19430449152 13871 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55484 KiB

[startup+0.211472 s]*
/proc/loadavg: 4.62 4.54 4.32 6/324 231117
/proc/meminfo: memFree=43769636/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=18975048 memory=64644 CPUtime=0.28 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 7195 0 0 0 25 3 0 0 20 0 18 0 18385115 19430449152 16161 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4743762 16161 5559 1 0 551408 0
[pid=231099/tid=231101] ppid=231096 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 1077936192 5746 0 0 0 16 2 0 0 20 0 18 0 18385116 19430449152 16161 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=18975048 memory=948383 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385120 19430449152 16161 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=18975048 memory=16102571999764192 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385121 19430449152 16161 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64644 KiB

[startup+0.310861 s]*
/proc/loadavg: 4.62 4.54 4.32 4/324 231117
/proc/meminfo: memFree=43768280/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=18975048 memory=66292 CPUtime=0.4 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 7401 0 0 0 36 4 0 0 20 0 18 0 18385115 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4743762 16573 5750 1 0 551565 0
[pid=231099/tid=231101] ppid=231096 vsize=18975048 memory=-8742729786228187836 CPUtime=0.23 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) D 231096 231099 229052 0 -1 1078198336 5880 0 0 0 21 2 0 0 20 0 18 0 18385116 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385120 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385121 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66292 KiB

[startup+0.700318 s]
/proc/loadavg: 4.62 4.54 4.32 5/324 231117
/proc/meminfo: memFree=43767448/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=18975048 memory=66292 CPUtime=0.4 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 7403 0 0 0 36 4 0 0 20 0 18 0 18385115 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4743762 16573 5750 1 0 551565 0
[pid=231099/tid=231101] ppid=231096 vsize=18975048 memory=5468 CPUtime=0.23 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) D 231096 231099 229052 0 -1 1077936192 5882 0 0 0 21 2 0 0 20 0 18 0 18385116 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=18975048 memory=11904 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385120 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385121 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66292 KiB

[startup+1.50034 s]
/proc/loadavg: 4.57 4.53 4.32 4/324 231117
/proc/meminfo: memFree=43766220/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=18975048 memory=66292 CPUtime=0.4 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 7403 0 0 0 36 4 0 0 20 0 18 0 18385115 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4743762 16573 5750 1 0 551565 0
[pid=231099/tid=231101] ppid=231096 vsize=18975048 memory=11904 CPUtime=0.23 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) D 231096 231099 229052 0 -1 1077936192 5882 0 0 0 21 2 0 0 20 0 18 0 18385116 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385120 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385121 19430449152 16573 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66292 KiB

[startup+3.1056 s]
/proc/loadavg: 4.57 4.53 4.32 8/326 231119
/proc/meminfo: memFree=43626660/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=209508 CPUtime=3.48 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 18271 0 0 0 338 10 0 0 20 0 20 0 18385115 19566772224 52377 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 52377 5941 1 0 558635 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=0 CPUtime=1.55 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 6180 0 0 0 150 5 0 0 20 0 20 0 18385116 19566772224 52377 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 52377 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=93360 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385121 19566772224 52377 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 52377 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 209508 KiB

[startup+6.30062 s]
/proc/loadavg: 4.52 4.52 4.31 6/278 231186
/proc/meminfo: memFree=52650488/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=205732 CPUtime=8.05 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 24767 0 0 0 794 11 0 0 20 0 20 0 18385115 19566772224 51433 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 51433 5957 1 0 558664 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=0 CPUtime=4.72 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 6858 0 0 0 467 5 0 0 20 0 20 0 18385116 19566772224 51433 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 51433 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385121 19566772224 51433 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 51433 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 205732 KiB

[startup+12.7006 s]
/proc/loadavg: 4.88 4.60 4.34 8/322 231321
/proc/meminfo: memFree=51005628/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=205100 CPUtime=15.3 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 33016 0 0 0 1516 14 0 0 20 0 20 0 18385115 19566772224 51275 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 51275 5957 1 0 558807 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=205016 CPUtime=11.05 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 7576 0 0 0 1100 5 0 0 20 0 20 0 18385116 19566772224 51275 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 51275 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385121 19566772224 51275 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 51275 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 205100 KiB

[startup+25.5005 s]
/proc/loadavg: 5.13 4.66 4.36 5/327 231328
/proc/meminfo: memFree=47081724/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=224420 CPUtime=29.1 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 45970 0 0 0 2892 18 0 0 20 0 20 0 18385115 19566772224 56105 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 56105 5973 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=205016 CPUtime=23.71 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 10083 0 0 0 2365 6 0 0 20 0 20 0 18385116 19566772224 56105 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 56105 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=948936 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 18385121 19566772224 56105 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=205672 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 56105 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 224420 KiB

[startup+51.1135 s]
/proc/loadavg: 4.81 4.63 4.36 5/326 231332
/proc/meminfo: memFree=47047420/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=249368 CPUtime=56.13 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 57204 0 0 0 5589 24 0 0 20 0 20 0 18385115 19566772224 62342 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 62342 5973 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=224744 CPUtime=49.24 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 12043 0 0 0 4916 8 0 0 20 0 20 0 18385116 19566772224 62342 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=224744 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 62342 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=224744 CPUtime=0 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 18385121 19566772224 62342 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=2204 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 62342 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0

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

[startup+3282.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/324 232776
/proc/meminfo: memFree=39473464/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1411788 CPUtime=3273.89 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 162590 0 0 0 327030 359 0 0 20 0 20 0 18385115 19566772224 352947 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 352947 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=5468 CPUtime=3261.53 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 71194 0 0 0 325956 197 0 0 20 0 20 0 18385116 19566772224 352947 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1027 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=1411788 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 352947 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=1411788 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 4711 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 352947 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 352947 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3273.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1411788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.17 4.18 5/324 232788
/proc/meminfo: memFree=39433256/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1417688 CPUtime=3333.8 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 167409 0 0 0 333015 365 0 0 20 0 20 0 18385115 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 354422 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=5468 CPUtime=3321.25 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 73014 0 0 0 331925 200 0 0 20 0 20 0 18385116 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1028 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=1411788 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=71464 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 4758 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=1417688 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3333.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1417688 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/324 232798
/proc/meminfo: memFree=39399484/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1417688 CPUtime=3393.26 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 168850 0 0 0 338956 370 0 0 20 0 20 0 18385115 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 354422 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=11904 CPUtime=3380.67 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 74316 0 0 0 337864 203 0 0 20 0 20 0 18385116 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1073 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=1417688 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=1417688 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 4887 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=1417688 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1417688 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/324 232808
/proc/meminfo: memFree=39366960/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1417688 CPUtime=3453.12 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 171836 0 0 0 344938 374 0 0 20 0 20 0 18385115 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 354422 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=1417688 CPUtime=3440.5 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 77131 0 0 0 343845 205 0 0 20 0 20 0 18385116 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1076 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=1417688 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=5468 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 5013 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 354422 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3453.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1417688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.16 4.17 5/324 232819
/proc/meminfo: memFree=39338756/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1418512 CPUtime=3513.02 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 175897 0 0 0 350923 379 0 0 20 0 20 0 18385115 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 354628 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=24980 CPUtime=3500.21 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 78825 0 0 0 349814 207 0 0 20 0 20 0 18385116 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1078 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=1417688 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=0 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 5027 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=1418512 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3513.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1418512 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.16 4.17 5/325 233212
/proc/meminfo: memFree=39309720/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1418512 CPUtime=3572.92 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 177044 0 0 0 356908 384 0 0 20 0 20 0 18385115 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 354628 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=0 CPUtime=3560.07 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 79879 0 0 0 355797 210 0 0 20 0 20 0 18385116 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1078 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=1418512 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 5111 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=11904 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3572.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1418512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.27 4.18 4.18 5/323 233216
/proc/meminfo: memFree=39295316/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19108176 memory=1418512 CPUtime=3600.07 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 179130 0 0 0 359621 386 0 0 20 0 20 0 18385115 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4777044 354628 5989 1 0 559402 0
[pid=231099/tid=231101] ppid=231096 vsize=19108176 memory=1418512 CPUtime=3587.21 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) R 231096 231099 229052 0 -1 4194368 81917 0 0 0 358509 212 0 0 20 0 20 0 18385116 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1078 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19108176 memory=1418512 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385120 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19108176 memory=-8742729786228187836 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 5111 0 0 0 0 1 0 0 20 0 20 0 18385121 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231119] ppid=231096 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/231099/task/231119/stat : 231119 (Timer-0) S 231096 231099 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385371 19566772224 354628 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1418512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.4 s, system=3.88658 s

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

[startup+3609.6 s]
/proc/loadavg: 4.27 4.18 4.18 5/323 233216
/proc/meminfo: memFree=39295316/131655788 swapFree=131065036/131071996
[pid=231099] ppid=231096 vsize=19307868 memory=1419252 CPUtime=3600.24 cores=4,6
/proc/231099/stat : 231099 (java) S 231096 231099 229052 0 -1 1077936128 181899 0 0 0 359637 387 0 0 20 0 21 0 18385115 19771256832 354813 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
/proc/231099/statm: 4826967 354813 5988 1 0 560337 0
[pid=231099/tid=231101] ppid=231096 vsize=19307868 memory=1418512 CPUtime=3587.27 cores=4,6
/proc/231099/task/231101/stat : 231101 (java) S 231096 231099 229052 0 -1 1077936192 82243 0 0 0 358515 212 0 0 20 0 21 0 18385116 19771256832 354813 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1080 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231110] ppid=231096 vsize=19307868 memory=71464 CPUtime=0 cores=4,6
/proc/231099/task/231110/stat : 231110 (Finalizer) S 231096 231099 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385120 19771256832 354813 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
[pid=231099/tid=231117] ppid=231096 vsize=19307868 memory=11644 CPUtime=0.01 cores=4,6
/proc/231099/task/231117/stat : 231117 (Common-Cleaner) S 231096 231099 229052 0 -1 1077936192 5111 0 0 0 0 1 0 0 20 0 21 0 18385121 19771256832 354813 134679101440 94543991980032 94543991983728 140729498183408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543991991544 94543991992336 94544004108288 140729498186667 140729498186849 140729498186849 140729498193864 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1419252 KiB

Child status: 143

Real time (s): 3609.64
CPU time (s): 3600.29
CPU user time (s): 3596.4
CPU system time (s): 3.88658
CPU usage (%): 99.741
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 1419252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.4
system time used= 3.88658
maximum resident set size= 1419280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182026
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1742720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115596
involuntary context switches= 5954


# summary of solver processes directly reported to runsolver:
#   pid: 231099
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.4
#   total CPU system time (s): 3.88658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3195 second user time and 38.6488 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-24 14:25:56
IDJOB=4440212
IDBENCH=156167
IDSOLVER=3079
FILE ID=nodeC010/4440212-1721823955
RUNJOBID= nodeC010-1721820325-229063
SLURM_JOB_ID= 7891462
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440212-1721823955/watcher-4440212-1721823955 -o /tmp/evaluation-result-4440212-1721823955/solver-4440212-1721823955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229063 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440212-1721823955 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440212-1721823955.opb

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

MD5SUM BENCH= 1839e390ed6efb0b7de52ce1d96beb02
RANDOM SEED=661698601

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3662.318
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
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		: 3664.378
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
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.324
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
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.252
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
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		: 1197.216
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
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		: 3653.452
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
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.193
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
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.390
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        43814912 kB
MemAvailable:   123422852 kB
Buffers:          247608 kB
Cached:         79664252 kB
SwapCached:         3992 kB
Active:          2234072 kB
Inactive:       84337888 kB
Active(anon):       1636 kB
Inactive(anon):  6712312 kB
Active(file):    2232436 kB
Inactive(file): 77625576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131065036 kB
Dirty:             21748 kB
Writeback:            16 kB
AnonPages:       6656052 kB
Mapped:           121012 kB
Shmem:             53752 kB
KReclaimable:     811672 kB
Slab:             934708 kB
SReclaimable:     811672 kB
SUnreclaim:       123036 kB
KernelStack:        4928 kB
PageTables:        23412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7418656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18816 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6338560 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723688 MiB
End job on nodeC010 at 2024-07-24 15:26:05