Trace number 4487904

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06OPT12 80.1769 75.7711

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g7x7.opb
MD5SUM9bebbb2f3ef932ac86719feab6e824eb
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 benchmark12
Best CPU time to get the best result obtained on this benchmark0.00602
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49
Total number of constraints49
Number of constraints which are clauses49
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 49
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 49
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 49
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.10/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.17	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.21	c java.vm.vendor	Oracle Corporation
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		22.0.1
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.21	c os.arch		amd64
0.10/0.22	c Free memory 		2104792832
0.10/0.22	c Max memory 		16282288128
0.10/0.22	c Total memory 		2113929216
0.28/0.23	c Number of processors 	2
0.28/0.32	c Pseudo Boolean Optimization by upper bound
0.28/0.32	c --- Begin Solver configuration ---
0.28/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.32	c Learn all clauses as in MiniSAT
0.28/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.32	c Expensive reason simplification
0.28/0.32	c Glucose 2.1 dynamic restart strategy
0.28/0.32	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.32	c timeout=2147483s
0.28/0.32	c DB Simplification allowed=false
0.28/0.32	c Listener: none
0.28/0.32	c --- End Solver configuration ---
0.28/0.32	c solving HOME/instance-4487904-1751321284.opb
0.28/0.32	c reading problem ... 
0.28/0.32	c  objective function found
0.45/0.36	c ... done. Wall clock time 0.033s.
0.45/0.36	c declared #vars     49
0.45/0.36	c #constraints  49
0.45/0.36	c constraints type 
0.45/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.45/0.36	c 49 constraints processed.
0.45/0.38	c objective function length is 49 literals
0.45/0.39	c SATISFIABLE
0.45/0.39	c OPTIMIZING...
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.07
0.45/0.39	o 17
0.45/0.41	c Got one! Elapsed wall clock time (in seconds):0.086
0.45/0.41	o 16
0.45/0.41	c Got one! Elapsed wall clock time (in seconds):0.092
0.45/0.41	o 15
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.139
0.63/0.46	o 14
1.35/0.82	c cleaning 2637 clauses out of 5273 with flag 12201/5273
1.75/1.07	c cleaning 4318 clauses out of 8638 with flag 25914/11275
1.75/1.07	c Got one! Elapsed wall clock time (in seconds):0.747
1.75/1.07	o 13
2.13/1.23	c cleaning 4705 clauses out of 9409 with flag 11633/16364
2.54/1.41	c cleaning 5351 clauses out of 10702 with flag 25268/22362
2.73/1.55	c cleaning 6177 clauses out of 12353 with flag 41018/29364
2.93/1.69	c cleaning 7087 clauses out of 14174 with flag 59967/37362
3.32/1.84	c cleaning 8042 clauses out of 16087 with flag 80237/46362
3.48/2.00	c cleaning 9023 clauses out of 18046 with flag 102701/56363
3.68/2.15	c cleaning 10004 clauses out of 20022 with flag 127646/67362
3.89/2.37	c cleaning 11009 clauses out of 22018 with flag 158424/79362
4.33/2.60	c cleaning 12003 clauses out of 24009 with flag 190246/92362
4.67/2.82	c cleaning 13002 clauses out of 26006 with flag 223147/106362
4.88/3.10	c cleaning 13996 clauses out of 28004 with flag 259546/121362
5.26/3.38	c cleaning 15001 clauses out of 30008 with flag 300420/137362
5.72/3.77	c cleaning 15999 clauses out of 32007 with flag 342536/154362
6.13/4.14	c cleaning 17001 clauses out of 34008 with flag 386681/172362
6.52/4.53	c cleaning 18001 clauses out of 36009 with flag 433215/191364
6.82/4.87	c cleaning 19002 clauses out of 38007 with flag 478644/211363
7.22/5.27	c cleaning 19996 clauses out of 40004 with flag 526803/232362
7.72/5.75	c cleaning 21002 clauses out of 42008 with flag 577762/254362
8.21/6.22	c cleaning 22000 clauses out of 44006 with flag 630334/277362
8.72/6.72	c cleaning 22999 clauses out of 46006 with flag 684899/301362
9.22/7.28	c cleaning 24002 clauses out of 48008 with flag 744089/326363
9.82/7.86	c cleaning 25002 clauses out of 50005 with flag 805601/352362
10.42/8.48	c cleaning 25998 clauses out of 52003 with flag 868333/379362
11.21/9.22	c cleaning 26995 clauses out of 54005 with flag 935810/407362
12.13/10.18	c cleaning 28005 clauses out of 56011 with flag 1003524/436363
13.21/11.21	c cleaning 28999 clauses out of 58005 with flag 1078568/466362
14.21/12.26	c cleaning 30003 clauses out of 60006 with flag 1154753/497362
15.51/13.50	c cleaning 30995 clauses out of 62003 with flag 1236326/529362
16.61/14.61	c cleaning 32002 clauses out of 64009 with flag 1316925/562363
18.79/15.93	c cleaning 33000 clauses out of 66007 with flag 1398390/596363
20.41/17.38	c cleaning 34003 clauses out of 68007 with flag 1484620/631363
21.91/18.89	c cleaning 34998 clauses out of 70005 with flag 1576852/667364
23.50/20.42	c cleaning 36001 clauses out of 72005 with flag 1669236/704362
25.80/22.15	c cleaning 37001 clauses out of 74004 with flag 1766091/742362
27.36/23.40	c cleaning 37993 clauses out of 76003 with flag 1856187/781363
28.65/24.75	c cleaning 39002 clauses out of 78010 with flag 1950304/821363
30.25/26.36	c cleaning 39999 clauses out of 80007 with flag 2045174/862362
31.75/27.85	c cleaning 41002 clauses out of 82010 with flag 2142677/904364
33.55/29.62	c cleaning 41998 clauses out of 84006 with flag 2245073/947362
35.35/31.49	c cleaning 42995 clauses out of 86008 with flag 2348738/991362
37.25/33.19	c cleaning 44002 clauses out of 88012 with flag 2458467/1036362
39.13/34.86	c cleaning 45002 clauses out of 90010 with flag 2567049/1082362
40.93/36.64	c cleaning 45996 clauses out of 92008 with flag 2677539/1129362
42.82/38.54	c cleaning 47006 clauses out of 94012 with flag 2788735/1177362
44.83/40.52	c cleaning 47999 clauses out of 96006 with flag 2907604/1226362
47.44/43.17	c cleaning 49001 clauses out of 98007 with flag 3023446/1276362
49.82/45.55	c cleaning 50002 clauses out of 100007 with flag 3142334/1327363
52.43/48.17	c cleaning 51000 clauses out of 102006 with flag 3261914/1379364
55.52/51.22	c cleaning 51996 clauses out of 104005 with flag 3384111/1432363
58.32/54.05	c cleaning 53005 clauses out of 106009 with flag 3508450/1486363
61.12/56.82	c cleaning 53995 clauses out of 108003 with flag 3637913/1541362
64.32/60.03	c cleaning 55000 clauses out of 110009 with flag 3771294/1597363
68.10/63.88	c cleaning 56000 clauses out of 112008 with flag 3909901/1654362
72.06/67.78	c cleaning 57001 clauses out of 114008 with flag 4051895/1712362
75.95/71.63	c cleaning 58002 clauses out of 116007 with flag 4194530/1771362
78.14/73.80	c Got one! Elapsed wall clock time (in seconds):73.475
78.14/73.80	o 12
78.76/74.47	c cleaning 51599 clauses out of 103203 with flag 11903/1816560
79.15/74.82	c cleaning 28803 clauses out of 57605 with flag 25903/1822561
79.37/75.04	c cleaning 17895 clauses out of 35801 with flag 42521/1829560
79.55/75.23	c cleaning 12952 clauses out of 25907 with flag 60790/1837561
79.75/75.40	c cleaning 10974 clauses out of 21953 with flag 81863/1846560
79.89/75.58	c cleaning 10486 clauses out of 20978 with flag 105205/1856560
80.10/75.71	c starts		: 286
80.10/75.72	c conflicts		: 1862257
80.10/75.72	c decisions		: 2607086
80.10/75.72	c propagations		: 12481220
80.10/75.72	c inspects		: 1155513312
80.10/75.72	c shortcuts		: 0
80.10/75.72	c learnt literals	: 17
80.10/75.72	c learnt binary clauses	: 134
80.10/75.72	c learnt ternary clauses	: 736
80.10/75.72	c learnt constraints	: 1862239
80.10/75.72	c ignored constraints	: 0
80.10/75.72	c root simplifications	: 0
80.10/75.72	c removed literals (reason simplification)	: 4106956
80.10/75.72	c reason swapping (by a shorter reason)	: 0
80.10/75.72	c Calls to reduceDB	: 63
80.10/75.72	c Number of update (reduction) of LBD	: 174453
80.10/75.72	c Imported unit clauses	: 0
80.10/75.72	c No decision after first conflict	: false
80.10/75.72	c number of reductions to clauses (during analyze)	: 0
80.10/75.72	c number of learned constraints concerned by reduction	: 0
80.10/75.72	c number of learning phase by resolution	: 0
80.10/75.72	c number of learning phase by cutting planes	: 0
80.10/75.72	c number of rounding to 1 operations	: 0
80.10/75.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
80.10/75.72	c number of reductions of the coefficients by power 2 	: 0
80.10/75.72	c number of right shift for reduction by power 2 	: 0
80.10/75.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
80.10/75.72	c number of ending skipping 	: 0
80.10/75.72	c number of internal skipping 	: 0
80.10/75.72	c number of derivation steps 	: 0
80.10/75.72	c number of skipped derivation steps 	: 0
80.10/75.72	c number of remaining unassigned 	: 0
80.10/75.72	c number of remaining assigned 	: 0
80.10/75.73	c number of falsified literals weakened from reason	: 0
80.10/75.73	c number of falsified literals weakened from conflict	: 0
80.10/75.73	c time for arithmetic operations	: 0
80.10/75.73	c minimum degree of deleted constraints	: null
80.10/75.73	c maximum degree of deleted constraints	: null
80.10/75.73	c number of deleted constraints	: 0
80.10/75.73	c speed (assignments/second)	: 165660.85317618327
80.10/75.73	c non guided choices	: 0
80.10/75.73	s OPTIMUM FOUND
80.10/75.73	c Found 6 solution(s)
80.10/75.73	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 
80.10/75.73	c objective function=12
80.10/75.73	c Total wall clock time (in seconds): 75.413

Verifier Data

OK	12

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63001 MiB free)
  memory of node 1: 64507 MiB (59592 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487904-1751321284/watcher-4487904-1751321284 -o /tmp/evaluation-result-4487904-1751321284/solver-4487904-1751321284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42348 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4487904-1751321284.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=43964, runsolver pid=43961
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.55 4.25 4.21 7/323 43982
/proc/meminfo: memFree=125526372/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18930384 memory=47456 CPUtime=0.1 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 5695 0 0 0 8 2 0 0 20 0 18 0 47807245 19384713216 11864 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4732596 11864 5181 1 0 546900 0
[pid=43964/tid=43966] ppid=43961 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) S 43961 43964 42338 0 -1 4194368 4596 0 0 0 4 1 0 0 20 0 18 0 47807247 19384713216 11864 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47807251 19384713216 11864 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47807253 19384713216 11864 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47456 KiB

[startup+0.213355 s]*
/proc/loadavg: 4.55 4.25 4.21 6/323 43982
/proc/meminfo: memFree=125520324/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18930384 memory=53200 CPUtime=0.28 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 6448 0 0 0 25 3 0 0 20 0 18 0 47807245 19384713216 13300 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4732596 13300 5341 1 0 547534 0
[pid=43964/tid=43966] ppid=43961 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 5004 0 0 0 16 2 0 0 20 0 18 0 47807247 19384713216 13300 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47807251 19384713216 13300 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47807253 19384713216 13821 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53200 KiB

[startup+0.319565 s]*
/proc/loadavg: 4.55 4.25 4.21 7/323 43982
/proc/meminfo: memFree=125516228/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18930384 memory=58568 CPUtime=0.45 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 6775 0 0 0 42 3 0 0 20 0 18 0 47807245 19384713216 14642 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4732596 14642 5341 1 0 547775 0
[pid=43964/tid=43966] ppid=43961 vsize=18930384 memory=-6000919502754244971 CPUtime=0.27 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 5222 0 0 0 25 2 0 0 20 0 18 0 47807247 19384713216 14642 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47807251 19384713216 14642 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47807253 19384713216 14642 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58568 KiB

[startup+0.700353 s]
/proc/loadavg: 4.55 4.25 4.21 7/324 43983
/proc/meminfo: memFree=125516052/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18996948 memory=65684 CPUtime=1.15 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 8768 0 0 0 111 4 0 0 20 0 19 0 47807245 19452874752 16421 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4749237 16421 5469 1 0 549045 0
[pid=43964/tid=43966] ppid=43961 vsize=18996948 memory=17664 CPUtime=0.64 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 5396 0 0 0 62 2 0 0 20 0 19 0 47807247 19452874752 16421 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47807251 19452874752 16421 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47807253 19452874752 16421 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=18996948 memory=4892 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47807284 19452874752 16421 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65684 KiB

[startup+1.50026 s]
/proc/loadavg: 4.55 4.25 4.21 7/324 43983
/proc/meminfo: memFree=125235928/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18996948 memory=83784 CPUtime=2.73 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 15274 0 0 0 266 7 0 0 20 0 19 0 47807245 19452874752 20946 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4749237 20946 5469 1 0 551412 0
[pid=43964/tid=43966] ppid=43961 vsize=18996948 memory=0 CPUtime=1.4 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 5796 0 0 0 138 2 0 0 20 0 19 0 47807247 19452874752 20946 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47807251 19452874752 20946 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47807253 19452874752 20946 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=18996948 memory=4892 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47807284 19452874752 20946 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83784 KiB

[startup+3.10939 s]
/proc/loadavg: 4.55 4.25 4.21 6/324 43983
/proc/meminfo: memFree=124754028/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18996948 memory=104656 CPUtime=5.01 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 16304 0 0 0 493 8 0 0 20 0 19 0 47807245 19452874752 26164 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4749237 26164 5469 1 0 551420 0
[pid=43964/tid=43966] ppid=43961 vsize=18996948 memory=11264 CPUtime=3 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 6153 0 0 0 297 3 0 0 20 0 19 0 47807247 19452874752 26164 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18996948 memory=-6000919502754244971 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47807251 19452874752 26164 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47807253 19452874752 26164 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47807284 19452874752 26164 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104656 KiB

[startup+6.30038 s]
/proc/loadavg: 4.51 4.25 4.20 5/324 43983
/proc/meminfo: memFree=123863520/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=18996948 memory=130612 CPUtime=8.31 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 18242 0 0 0 823 8 0 0 20 0 19 0 47807245 19452874752 32653 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4749237 32653 5469 1 0 551420 0
[pid=43964/tid=43966] ppid=43961 vsize=18996948 memory=0 CPUtime=6.19 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 6682 0 0 0 615 4 0 0 20 0 19 0 47807247 19452874752 32653 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47807251 19452874752 32653 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47807253 19452874752 32653 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=18996948 memory=85904 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47807284 19452874752 32653 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130612 KiB

[startup+12.7004 s]
/proc/loadavg: 4.47 4.24 4.20 5/325 43984
/proc/meminfo: memFree=122818552/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=170120 CPUtime=14.71 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 20151 0 0 0 1461 10 0 0 20 0 20 0 47807245 19521036288 42530 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 42530 5533 1 0 551709 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=85904 CPUtime=12.52 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 7211 0 0 0 1248 4 0 0 20 0 20 0 47807247 19521036288 42530 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=170120 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 42530 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 42530 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 42530 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170120 KiB

[startup+25.5004 s]
/proc/loadavg: 4.58 4.28 4.22 5/325 43985
/proc/meminfo: memFree=120075076/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=180412 CPUtime=29.45 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 36836 0 0 0 2930 15 0 0 20 0 20 0 47807245 19521036288 45103 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 45103 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=-6000919502754244971 CPUtime=25.23 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9646 0 0 0 2519 4 0 0 20 0 20 0 47807247 19521036288 45103 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=169868 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 45103 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 45103 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 45103 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 29.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180412 KiB

[startup+51.1129 s]
/proc/loadavg: 4.72 4.34 4.24 6/325 43985
/proc/meminfo: memFree=117234112/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=210024 CPUtime=55.43 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 37830 0 0 0 5525 18 0 0 20 0 20 0 47807245 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 52506 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=210024 CPUtime=50.63 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9665 0 0 0 5059 4 0 0 20 0 20 0 47807247 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=183100 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=183100 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 55.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210024 KiB

[startup+75.771 s]
# the end of solver process 43964 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=79.9599 s, system=0.21702 s

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

[startup+51.2004 s]
/proc/loadavg: 4.72 4.34 4.24 6/325 43985
/proc/meminfo: memFree=117234112/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=210024 CPUtime=55.52 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 37830 0 0 0 5534 18 0 0 20 0 20 0 47807245 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 52506 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=14720 CPUtime=50.72 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9665 0 0 0 5068 4 0 0 20 0 20 0 47807247 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=-6000919502754244971 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 55.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210024 KiB

[startup+64.0004 s]*
/proc/loadavg: 4.63 4.34 4.24 6/325 43986
/proc/meminfo: memFree=115574152/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=210024 CPUtime=68.32 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 37838 0 0 0 6814 18 0 0 20 0 20 0 47807245 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 52506 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=-6000919502754244971 CPUtime=63.5 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9668 0 0 0 6346 4 0 0 20 0 20 0 47807247 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=4892 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 52506 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 68.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210024 KiB

[startup+70.4004 s]
/proc/loadavg: 4.58 4.33 4.24 5/325 43986
/proc/meminfo: memFree=115471760/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=249060 CPUtime=74.75 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 37917 0 0 0 7456 19 0 0 20 0 20 0 47807245 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 62265 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=210024 CPUtime=69.81 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9670 0 0 0 6977 4 0 0 20 0 20 0 47807247 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=-6000919502754244971 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 74.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249060 KiB

[startup+73.6003 s]
/proc/loadavg: 4.58 4.33 4.24 5/325 43986
/proc/meminfo: memFree=114909868/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=249060 CPUtime=77.94 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 37947 0 0 0 7775 19 0 0 20 0 20 0 47807245 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 62265 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=249060 CPUtime=73 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9700 0 0 0 7296 4 0 0 20 0 20 0 47807247 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=249060 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=210024 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 77.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249060 KiB

[startup+74.4004 s]
/proc/loadavg: 4.61 4.34 4.24 6/325 43986
/proc/meminfo: memFree=114808612/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=249060 CPUtime=78.76 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 38226 0 0 0 7856 20 0 0 20 0 20 0 47807245 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 62265 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=210024 CPUtime=73.79 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 9951 0 0 0 7375 4 0 0 20 0 20 0 47807247 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=4121418401564634202 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=210024 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 78.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249060 KiB

[startup+75.2003 s]
/proc/loadavg: 4.61 4.34 4.24 6/325 43986
/proc/meminfo: memFree=114767676/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=249060 CPUtime=79.55 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 38706 0 0 0 7935 20 0 0 20 0 20 0 47807245 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 62265 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=3200 CPUtime=74.59 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 10370 0 0 0 7455 4 0 0 20 0 20 0 47807247 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=4892 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=23532 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 79.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249060 KiB

[startup+75.6003 s]
/proc/loadavg: 4.61 4.34 4.24 6/325 43986
/proc/meminfo: memFree=114767676/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19063512 memory=249060 CPUtime=79.99 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 39103 0 0 0 7979 20 0 0 20 0 20 0 47807245 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4765878 62265 5533 1 0 554889 0
[pid=43964/tid=43966] ppid=43961 vsize=19063512 memory=17664 CPUtime=74.99 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) R 43961 43964 42338 0 -1 4194368 10485 0 0 0 7495 4 0 0 20 0 20 0 47807247 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 47807253 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43983] ppid=43961 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/43964/task/43983/stat : 43983 (Timer-0) S 43961 43964 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47807284 19521036288 62265 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 79.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249060 KiB

[startup+75.7046 s]
/proc/loadavg: 4.61 4.34 4.24 6/325 43986
/proc/meminfo: memFree=114767676/131382112 swapFree=33010160/33010684
[pid=43964] ppid=43961 vsize=19196640 memory=249188 CPUtime=80.1 cores=0,2
/proc/43964/stat : 43964 (java) S 43961 43964 42338 0 -1 4194304 40759 0 0 0 7990 20 0 0 20 0 20 0 47807245 19657359360 62297 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
/proc/43964/statm: 4799160 62297 5533 1 0 555491 0
[pid=43964/tid=43966] ppid=43961 vsize=19196640 memory=210024 CPUtime=75.09 cores=0,2
/proc/43964/task/43966/stat : 43966 (java) S 43961 43964 42338 0 -1 4194368 11859 0 0 0 7505 4 0 0 20 0 20 0 47807247 19657359360 62297 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43975] ppid=43961 vsize=19196640 memory=210024 CPUtime=0 cores=0,2
/proc/43964/task/43975/stat : 43975 (Finalizer) S 43961 43964 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47807251 19657359360 62297 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
[pid=43964/tid=43982] ppid=43961 vsize=19196640 memory=3200 CPUtime=0 cores=0,2
/proc/43964/task/43982/stat : 43982 (Common-Cleaner) S 43961 43964 42338 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 47807253 19657359360 62297 18446744073709551615 93915054522368 93915054526064 140721622903728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93915054533880 93915054534672 93915056300032 140721622911361 140721622911462 140721622911462 140721622917064 0
Current children cumulated CPU time: 80.1 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 249188 KiB

Child status: 30

Real time (s): 75.7711
CPU time (s): 80.1769
CPU user time (s): 79.9599
CPU system time (s): 0.21702
CPU usage (%): 105.815
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 249188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.9599
system time used= 0.21702
maximum resident set size= 249700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3420
involuntary context switches= 882


# summary of solver processes directly reported to runsolver:
#   pid: 43964
#   total CPU time (s): 80.1769
#   total CPU user time (s): 79.9599
#   total CPU system time (s): 0.21702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.416479 second user time and 0.844162 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 00:08:04
IDJOB=4487904
IDBENCH=147225
IDSOLVER=3363
FILE ID=nodeC001/4487904-1751321284
RUNJOBID= nodeC001-1751314075-42348
SLURM_JOB_ID= 9594322
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g7x7.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487904-1751321284/watcher-4487904-1751321284 -o /tmp/evaluation-result-4487904-1751321284/solver-4487904-1751321284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42348 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4487904-1751321284.opb

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

MD5SUM BENCH= 9bebbb2f3ef932ac86719feab6e824eb
RANDOM SEED=49362721

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125537132 kB
MemAvailable:   125286788 kB
Buffers:            2128 kB
Cached:           554300 kB
SwapCached:           28 kB
Active:          5027960 kB
Inactive:         255440 kB
Active(anon):    4734524 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   245060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3704 kB
Writeback:             0 kB
AnonPages:       4730200 kB
Mapped:           122516 kB
Shmem:             17932 kB
KReclaimable:     101192 kB
Slab:             183980 kB
SReclaimable:     101192 kB
SUnreclaim:        82788 kB
KernelStack:        4940 kB
PageTables:        13040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15207344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4530176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-07-01 00:09:20