Trace number 4445174

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07SAT 112.965 111.669

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.00553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4445174-1721320560.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.13	c ... done. Wall clock time 0.008s.
0.14/0.13	c declared #vars     82
0.14/0.13	c #constraints  2
0.14/0.13	c constraints type 
0.14/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.14/0.13	c 2 constraints processed.
0.74/0.43	c cleaning 2501 clauses out of 5001 with flag 10003/5001
1.10/0.65	c cleaning 4250 clauses out of 8499 with flag 22002/11000
1.69/0.95	c cleaning 5625 clauses out of 11249 with flag 36013/18000
2.06/1.10	c cleaning 6809 clauses out of 13624 with flag 52021/26000
2.23/1.26	c cleaning 7908 clauses out of 15816 with flag 70024/35001
2.52/1.42	c cleaning 8951 clauses out of 17908 with flag 90025/45001
2.77/1.60	c cleaning 9976 clauses out of 19956 with flag 112023/56000
2.97/1.80	c cleaning 10991 clauses out of 21981 with flag 136025/68001
3.17/2.02	c cleaning 11993 clauses out of 23990 with flag 162025/81001
3.38/2.26	c cleaning 12999 clauses out of 25997 with flag 190027/95001
3.67/2.51	c cleaning 13997 clauses out of 27997 with flag 220025/110000
4.00/2.83	c cleaning 14996 clauses out of 30000 with flag 252028/126000
4.39/3.15	c cleaning 15995 clauses out of 32005 with flag 286034/143001
4.79/3.50	c cleaning 17003 clauses out of 34009 with flag 322032/161000
5.09/3.84	c cleaning 17998 clauses out of 36006 with flag 360032/180000
5.39/4.19	c cleaning 19002 clauses out of 38008 with flag 400032/200000
5.79/4.56	c cleaning 20000 clauses out of 40007 with flag 442034/221001
6.29/5.05	c cleaning 21001 clauses out of 42007 with flag 486034/243001
6.68/5.49	c cleaning 22003 clauses out of 44006 with flag 532035/266001
7.18/5.96	c cleaning 22997 clauses out of 46004 with flag 580037/290002
7.88/6.60	c cleaning 24001 clauses out of 48005 with flag 630033/315000
8.48/7.21	c cleaning 25001 clauses out of 50004 with flag 682036/341000
9.22/7.90	c cleaning 26001 clauses out of 52003 with flag 736036/368000
9.72/8.45	c cleaning 26998 clauses out of 54002 with flag 792036/396000
10.32/9.05	c cleaning 27999 clauses out of 56004 with flag 850036/425000
11.12/9.80	c cleaning 28997 clauses out of 58005 with flag 910038/455000
11.76/10.42	c cleaning 29999 clauses out of 60008 with flag 972038/486000
12.36/11.04	c cleaning 31004 clauses out of 62009 with flag 1036038/518000
13.05/11.78	c cleaning 32000 clauses out of 64006 with flag 1102042/551001
13.75/12.49	c cleaning 33003 clauses out of 66006 with flag 1170042/585001
14.57/13.28	c cleaning 34002 clauses out of 68003 with flag 1240043/620001
15.47/14.18	c cleaning 34999 clauses out of 70001 with flag 1312043/656001
16.37/15.05	c cleaning 36001 clauses out of 72003 with flag 1386048/693002
17.30/15.95	c cleaning 36991 clauses out of 74000 with flag 1462046/731000
18.20/16.83	c cleaning 38004 clauses out of 76010 with flag 1540049/770001
19.10/17.77	c cleaning 38997 clauses out of 78005 with flag 1620049/810000
20.23/18.83	c cleaning 39998 clauses out of 80008 with flag 1702049/851000
21.33/19.93	c cleaning 41003 clauses out of 82010 with flag 1786052/893000
22.32/20.91	c cleaning 41998 clauses out of 84007 with flag 1872056/936000
23.64/22.21	c cleaning 43003 clauses out of 86009 with flag 1960068/980000
24.83/23.40	c cleaning 43998 clauses out of 88006 with flag 2050071/1025000
26.02/24.63	c cleaning 44999 clauses out of 90008 with flag 2142072/1071000
27.25/25.81	c cleaning 46004 clauses out of 92010 with flag 2236079/1118001
28.44/27.01	c cleaning 46998 clauses out of 94006 with flag 2332082/1166001
29.83/28.48	c cleaning 47999 clauses out of 96007 with flag 2430084/1215000
31.22/29.85	c cleaning 49005 clauses out of 98009 with flag 2530089/1265001
32.81/31.40	c cleaning 49998 clauses out of 100003 with flag 2632087/1316000
34.30/32.95	c cleaning 50999 clauses out of 102005 with flag 2736089/1368000
35.68/34.36	c cleaning 52000 clauses out of 104007 with flag 2842103/1421001
37.10/35.73	c cleaning 53001 clauses out of 106008 with flag 2950105/1475002
38.59/37.22	c cleaning 54003 clauses out of 108008 with flag 3060107/1530003
39.99/38.69	c cleaning 54999 clauses out of 110002 with flag 3172102/1586000
41.67/40.35	c cleaning 55997 clauses out of 112003 with flag 3286109/1643000
43.49/42.18	c cleaning 57001 clauses out of 114007 with flag 3402118/1701001
45.17/43.87	c cleaning 58001 clauses out of 116006 with flag 3520124/1760001
47.46/46.11	c cleaning 58999 clauses out of 118004 with flag 3640126/1820000
49.27/47.91	c cleaning 60000 clauses out of 120006 with flag 3762129/1881001
50.95/49.68	c cleaning 61000 clauses out of 122006 with flag 3886130/1943001
52.69/51.34	c cleaning 61997 clauses out of 124005 with flag 4012130/2006000
54.47/53.20	c cleaning 62999 clauses out of 126008 with flag 4140130/2070000
56.36/55.07	c cleaning 64005 clauses out of 128011 with flag 4270134/2135002
58.47/57.19	c cleaning 65000 clauses out of 130005 with flag 4402132/2201001
60.95/59.69	c cleaning 65999 clauses out of 132004 with flag 4536131/2268000
63.53/62.20	c cleaning 67003 clauses out of 134006 with flag 4672179/2336001
65.51/64.24	c cleaning 67996 clauses out of 136002 with flag 4810180/2405000
67.96/66.68	c cleaning 68995 clauses out of 138007 with flag 4950184/2475001
70.04/68.73	c cleaning 70003 clauses out of 140011 with flag 5092182/2546000
71.92/70.70	c cleaning 71001 clauses out of 142009 with flag 5236185/2618001
74.40/73.17	c cleaning 72002 clauses out of 144009 with flag 5382190/2691002
76.73/75.46	c cleaning 72998 clauses out of 146007 with flag 5530195/2765002
78.81/77.53	c cleaning 74002 clauses out of 148009 with flag 5680196/2840002
81.29/80.01	c cleaning 75001 clauses out of 150005 with flag 5832192/2916000
83.77/82.59	c cleaning 76001 clauses out of 152005 with flag 5986194/2993001
86.48/85.28	c cleaning 76998 clauses out of 154003 with flag 6142192/3071000
89.16/87.99	c cleaning 78001 clauses out of 156006 with flag 6300195/3150001
91.84/90.65	c cleaning 78999 clauses out of 158005 with flag 6460195/3230001
94.32/93.17	c cleaning 79999 clauses out of 160006 with flag 6622195/3311001
97.19/96.01	c cleaning 80999 clauses out of 162008 with flag 6786202/3393002
100.36/99.29	c cleaning 82000 clauses out of 164008 with flag 6952205/3476001
103.64/102.36	c cleaning 83003 clauses out of 166007 with flag 7120206/3560000
106.62/105.34	c cleaning 84001 clauses out of 168004 with flag 7290209/3645000
110.88/109.68	c cleaning 85000 clauses out of 170004 with flag 7462213/3731001
112.76/111.57	c SATISFIABLE
112.76/111.58	c starts		: 1
112.76/111.59	c conflicts		: 3797957
112.76/111.59	c decisions		: 3798041
112.76/111.59	c propagations		: 19026244
112.76/111.59	c inspects		: 479244687
112.76/111.59	c shortcuts		: 0
112.76/111.59	c learnt literals	: 0
112.76/111.59	c learnt binary clauses	: 0
112.76/111.59	c learnt ternary clauses	: 0
112.76/111.59	c learnt constraints	: 3797957
112.76/111.59	c ignored constraints	: 0
112.76/111.59	c root simplifications	: 0
112.76/111.59	c removed literals (reason simplification)	: 0
112.76/111.59	c reason swapping (by a shorter reason)	: 0
112.76/111.59	c Calls to reduceDB	: 82
112.76/111.59	c Number of update (reduction) of LBD	: 89
112.76/111.59	c Imported unit clauses	: 0
112.76/111.59	c No decision after first conflict	: false
112.76/111.59	c number of reductions to clauses (during analyze)	: 0
112.76/111.59	c number of learned constraints concerned by reduction	: 0
112.76/111.59	c number of learning phase by resolution	: 0
112.76/111.59	c number of learning phase by cutting planes	: 0
112.76/111.59	c number of rounding to 1 operations	: 0
112.76/111.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
112.76/111.59	c number of reductions of the coefficients by power 2 	: 0
112.76/111.59	c number of right shift for reduction by power 2 	: 0
112.76/111.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
112.76/111.59	c number of ending skipping 	: 0
112.76/111.59	c number of internal skipping 	: 0
112.76/111.59	c number of derivation steps 	: 0
112.76/111.59	c number of skipped derivation steps 	: 0
112.76/111.59	c number of remaining unassigned 	: 0
112.76/111.59	c number of remaining assigned 	: 0
112.76/111.59	c number of falsified literals weakened from reason	: 0
112.76/111.59	c number of falsified literals weakened from conflict	: 0
112.76/111.59	c time for arithmetic operations	: 0
112.76/111.59	c minimum degree of deleted constraints	: null
112.76/111.59	c maximum degree of deleted constraints	: null
112.76/111.59	c number of deleted constraints	: 0
112.76/111.59	c speed (assignments/second)	: 170715.51368326604
112.76/111.59	c non guided choices	: 69
112.88/111.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151960
112.88/111.64	s SATISFIABLE
112.88/111.64	c Found 1 solution(s)
112.88/111.64	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 -x32 x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 
112.88/111.64	c Total wall clock time (in seconds): 111.521

Verifier Data

OK	0

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: 63931 MiB (58259 MiB free)
  memory of node 1: 64510 MiB (59532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445174-1721320560/watcher-4445174-1721320560 -o /tmp/evaluation-result-4445174-1721320560/solver-4445174-1721320560 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937016 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4445174-1721320560.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=940458, runsolver pid=940455
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 4.16 4.14 4.10 7/328 940476
/proc/meminfo: memFree=120577548/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=18975048 memory=65348 CPUtime=0.14 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 7197 0 0 0 12 2 0 0 20 0 18 0 184216616 19430449152 16337 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4743762 16337 5690 1 0 549327 0
[pid=940458/tid=940460] ppid=940455 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 5738 0 0 0 7 1 0 0 20 0 18 0 184216617 19430449152 16337 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184216619 19430449152 16337 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184216620 19430449152 16337 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65348 KiB

[startup+0.206756 s]*
/proc/loadavg: 4.16 4.14 4.10 7/330 940478
/proc/meminfo: memFree=120556304/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19041612 memory=70168 CPUtime=0.34 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 9481 0 0 0 32 2 0 0 20 0 19 0 184216616 19498610688 17542 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4760403 17542 5832 1 0 550628 0
[pid=940458/tid=940460] ppid=940455 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 5931 0 0 0 16 1 0 0 20 0 19 0 184216617 19498610688 17542 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19041612 memory=14994 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184216619 19498610688 17542 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184216620 19498610688 17542 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184216630 19498610688 17542 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70168 KiB

[startup+0.305866 s]*
/proc/loadavg: 4.16 4.14 4.10 7/330 940478
/proc/meminfo: memFree=120552348/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19041612 memory=73536 CPUtime=0.53 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 9829 0 0 0 51 2 0 0 20 0 19 0 184216616 19498610688 18384 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4760403 18384 5832 1 0 550900 0
[pid=940458/tid=940460] ppid=940455 vsize=19041612 memory=-8815908886404178620 CPUtime=0.27 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 5938 0 0 0 26 1 0 0 20 0 19 0 184216617 19498610688 18384 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184216619 19498610688 18384 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184216620 19498610688 18384 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184216630 19498610688 18384 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73536 KiB

[startup+0.708768 s]
/proc/loadavg: 4.16 4.14 4.10 6/330 940478
/proc/meminfo: memFree=120536748/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19041612 memory=95232 CPUtime=1.31 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 15073 0 0 0 127 4 0 0 20 0 19 0 184216616 19498610688 23808 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4760403 23808 5871 1 0 553705 0
[pid=940458/tid=940460] ppid=940455 vsize=19041612 memory=43592 CPUtime=0.67 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 6025 0 0 0 65 2 0 0 20 0 19 0 184216617 19498610688 23808 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19041612 memory=13012 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184216619 19498610688 23808 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184216620 19498610688 23808 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19041612 memory=26268 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184216630 19498610688 23808 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95232 KiB

[startup+1.50377 s]
/proc/loadavg: 4.16 4.14 4.10 7/330 940478
/proc/meminfo: memFree=120519664/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19041612 memory=127052 CPUtime=2.63 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 20256 0 0 0 258 5 0 0 20 0 19 0 184216616 19498610688 31763 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4760403 31763 5871 1 0 554764 0
[pid=940458/tid=940460] ppid=940455 vsize=19041612 memory=13012 CPUtime=1.46 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 6353 0 0 0 144 2 0 0 20 0 19 0 184216617 19498610688 31763 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184216619 19498610688 31763 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184216620 19498610688 31763 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19041612 memory=26268 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184216630 19498610688 31763 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127052 KiB

[startup+3.10557 s]
/proc/loadavg: 4.14 4.14 4.10 5/331 940479
/proc/meminfo: memFree=120428660/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=197264 CPUtime=4.39 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 22256 0 0 0 432 7 0 0 20 0 20 0 184216616 19566772224 49316 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 49316 5903 1 0 555089 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=0 CPUtime=3.04 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 6718 0 0 0 301 3 0 0 20 0 20 0 184216617 19566772224 49316 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=-8815908886404178620 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 49316 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 49316 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 49316 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197264 KiB

[startup+6.30029 s]
/proc/loadavg: 4.14 4.14 4.10 5/331 940479
/proc/meminfo: memFree=120355908/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=224512 CPUtime=7.58 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 22494 0 0 0 751 7 0 0 20 0 20 0 184216616 19566772224 56128 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 56128 5908 1 0 555089 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=2312 CPUtime=6.16 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 6720 0 0 0 613 3 0 0 20 0 20 0 184216617 19566772224 56128 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 56128 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 56128 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 56128 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 224512 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.10 5/331 940480
/proc/meminfo: memFree=120150204/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=370164 CPUtime=14.07 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 24190 0 0 0 1397 10 0 0 20 0 20 0 184216616 19566772224 92541 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 92541 5908 1 0 555089 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=13012 CPUtime=12.45 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 7237 0 0 0 1242 3 0 0 20 0 20 0 184216617 19566772224 92541 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=284004 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 92541 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=43592 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 92541 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 92541 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 370164 KiB

[startup+25.5008 s]
/proc/loadavg: 4.10 4.13 4.09 5/331 940482
/proc/meminfo: memFree=119808984/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=544356 CPUtime=26.95 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 27440 0 0 0 2680 15 0 0 20 0 20 0 184216616 19566772224 136089 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 136089 5908 1 0 555089 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=6943526294502006880 CPUtime=25.05 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 8341 0 0 0 2502 3 0 0 20 0 20 0 184216617 19566772224 136089 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 136089 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=3477 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 136089 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 136089 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 26.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 544356 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.14 4.09 5/331 940486
/proc/meminfo: memFree=119034496/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=947872 CPUtime=52.49 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 30681 0 0 0 5225 24 0 0 20 0 20 0 184216616 19566772224 236968 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 236968 5908 1 0 555089 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=1976 CPUtime=50.08 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 9563 0 0 0 5004 4 0 0 20 0 20 0 184216617 19566772224 236968 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 236968 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=765572 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 236968 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 236968 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 52.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 947872 KiB

[startup+102.301 s]
/proc/loadavg: 4.19 4.16 4.10 5/331 940497
/proc/meminfo: memFree=117716208/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=1443540 CPUtime=103.64 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 41074 0 0 0 10330 34 0 0 20 0 20 0 184216616 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 360885 5924 1 0 555172 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=-8815908886404178620 CPUtime=100.56 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 11334 0 0 0 10050 6 0 0 20 0 20 0 184216617 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=1261412 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=1261412 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 103.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443540 KiB

[startup+111.668 s]
# the end of solver process 940458 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=112.6 s, system=0.365396 s

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

[startup+102.401 s]
/proc/loadavg: 4.19 4.16 4.10 5/331 940497
/proc/meminfo: memFree=117716208/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=1443540 CPUtime=103.74 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 41074 0 0 0 10340 34 0 0 20 0 20 0 184216616 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 360885 5924 1 0 555172 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=0 CPUtime=100.66 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 11334 0 0 0 10060 6 0 0 20 0 20 0 184216617 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 103.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443540 KiB

[startup+105.601 s]
/proc/loadavg: 4.18 4.16 4.10 5/331 940497
/proc/meminfo: memFree=117650568/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=1443540 CPUtime=106.92 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 41158 0 0 0 10657 35 0 0 20 0 20 0 184216616 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 360885 5924 1 0 555172 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=129 CPUtime=103.83 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 11416 0 0 0 10377 6 0 0 20 0 20 0 184216617 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=1443540 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 106.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443540 KiB

[startup+108.801 s]
/proc/loadavg: 4.16 4.15 4.10 5/331 940497
/proc/meminfo: memFree=117619756/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=1443540 CPUtime=110.09 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 41166 0 0 0 10974 35 0 0 20 0 20 0 184216616 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 360885 5924 1 0 555172 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=5560 CPUtime=107 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 11424 0 0 0 10694 6 0 0 20 0 20 0 184216617 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=-8815908886404178620 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=7228 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 110.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443540 KiB

[startup+110.401 s]
/proc/loadavg: 4.16 4.15 4.10 5/331 940498
/proc/meminfo: memFree=117562140/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=1443540 CPUtime=111.67 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 41192 0 0 0 11132 35 0 0 20 0 20 0 184216616 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 360885 5924 1 0 555172 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=11488 CPUtime=108.59 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 11450 0 0 0 10853 6 0 0 20 0 20 0 184216617 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=43592 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=1443540 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=26268 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 111.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443540 KiB

[startup+111.201 s]
/proc/loadavg: 4.16 4.15 4.10 5/331 940498
/proc/meminfo: memFree=117562140/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19108176 memory=1443540 CPUtime=112.46 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 41193 0 0 0 11211 35 0 0 20 0 20 0 184216616 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4777044 360885 5924 1 0 555172 0
[pid=940458/tid=940460] ppid=940455 vsize=19108176 memory=11456 CPUtime=109.38 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) R 940455 940458 937004 0 -1 4194368 11451 0 0 0 10932 6 0 0 20 0 20 0 184216617 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19108176 memory=1443540 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940478] ppid=940455 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/940458/task/940478/stat : 940478 (Timer-0) S 940455 940458 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184216630 19566772224 360885 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 112.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443540 KiB

[startup+111.601 s]
/proc/loadavg: 4.16 4.15 4.10 5/331 940498
/proc/meminfo: memFree=117562140/131524600 swapFree=131071996/131071996
[pid=940458] ppid=940455 vsize=19241304 memory=1444056 CPUtime=112.88 cores=1,3
/proc/940458/stat : 940458 (java) S 940455 940458 937004 0 -1 1077936128 42999 0 0 0 11253 35 0 0 20 0 20 0 184216616 19703095296 361014 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
/proc/940458/statm: 4810326 361014 5923 1 0 555801 0
[pid=940458/tid=940460] ppid=940455 vsize=19241304 memory=5444 CPUtime=109.75 cores=1,3
/proc/940458/task/940460/stat : 940460 (java) S 940455 940458 937004 0 -1 1077936192 12409 0 0 0 10969 6 0 0 20 0 20 0 184216617 19703095296 361014 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940469] ppid=940455 vsize=19241304 memory=11488 CPUtime=0 cores=1,3
/proc/940458/task/940469/stat : 940469 (Finalizer) S 940455 940458 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184216619 19703095296 361014 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
[pid=940458/tid=940476] ppid=940455 vsize=19241304 memory=43592 CPUtime=0 cores=1,3
/proc/940458/task/940476/stat : 940476 (Common-Cleaner) S 940455 940458 937004 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184216620 19703095296 361014 134679101440 93968714014720 93968714018416 140737073674368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93968714026232 93968714027024 93968737828864 140737073677318 140737073677408 140737073677408 140737073684424 0
Current children cumulated CPU time: 112.88 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1444056 KiB

Child status: 10

Real time (s): 111.669
CPU time (s): 112.965
CPU user time (s): 112.6
CPU system time (s): 0.365396
CPU usage (%): 101.161
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1444056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.6
system time used= 0.365396
maximum resident set size= 1445348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4814
involuntary context switches= 1321


# summary of solver processes directly reported to runsolver:
#   pid: 940458
#   total CPU time (s): 112.965
#   total CPU user time (s): 112.6
#   total CPU system time (s): 0.365396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.244854 second user time and 0.542467 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 18:36:12
IDJOB=4445174
IDBENCH=148102
IDSOLVER=3058
FILE ID=nodeC016/4445174-1721320560
RUNJOBID= nodeC016-1721316965-937016
SLURM_JOB_ID= 7542659
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445174-1721320560/watcher-4445174-1721320560 -o /tmp/evaluation-result-4445174-1721320560/solver-4445174-1721320560 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937016 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4445174-1721320560.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=1174981061

nodeC016.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	: 0xb00002a
cpu MHz		: 3673.785
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.353
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.189
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.448
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.979
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3621.400
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.793
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3682.282
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120621844 kB
MemAvailable:   124217564 kB
Buffers:          350380 kB
Cached:          4081272 kB
SwapCached:            0 kB
Active:           550036 kB
Inactive:        9731752 kB
Active(anon):       1544 kB
Inactive(anon):  5886340 kB
Active(file):     548492 kB
Inactive(file):  3845412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:       5848716 kB
Mapped:           126568 kB
Shmem:             37720 kB
KReclaimable:      82924 kB
Slab:             192988 kB
SReclaimable:      82924 kB
SUnreclaim:       110064 kB
KernelStack:        5008 kB
PageTables:        21564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8445436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5494784 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 18:38:04