Trace number 4487905

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06OPT cert.12 85.426 82.4314

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4487905-1751339773.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
0.12/0.15	c ... done. Wall clock time 0.015s.
0.12/0.15	c declared #vars     49
0.12/0.15	c #constraints  49
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.12/0.15	c 49 constraints processed.
0.12/0.16	c objective function length is 49 literals
0.12/0.17	c SATISFIABLE
0.12/0.17	c OPTIMIZING...
0.12/0.17	c Got one! Elapsed wall clock time (in seconds):0.035
0.12/0.17	o 17
0.12/0.18	c Got one! Elapsed wall clock time (in seconds):0.045
0.12/0.18	o 16
0.12/0.18	c Got one! Elapsed wall clock time (in seconds):0.049
0.12/0.18	o 15
0.33/0.22	c Got one! Elapsed wall clock time (in seconds):0.083
0.33/0.22	o 14
0.70/0.46	c cleaning 2637 clauses out of 5273 with flag 12201/5273
1.08/0.64	c cleaning 4318 clauses out of 8638 with flag 25914/11275
1.08/0.64	c Got one! Elapsed wall clock time (in seconds):0.509
1.08/0.64	o 13
1.46/0.81	c cleaning 4705 clauses out of 9409 with flag 11633/16364
1.66/0.98	c cleaning 5351 clauses out of 10702 with flag 25268/22362
2.07/1.13	c cleaning 6177 clauses out of 12353 with flag 41018/29364
2.25/1.27	c cleaning 7087 clauses out of 14174 with flag 59967/37362
2.62/1.41	c cleaning 8042 clauses out of 16087 with flag 80237/46362
2.74/1.59	c cleaning 9023 clauses out of 18046 with flag 102701/56363
2.95/1.77	c cleaning 10004 clauses out of 20022 with flag 127646/67362
3.27/2.03	c cleaning 11009 clauses out of 22018 with flag 158424/79362
3.71/2.31	c cleaning 12003 clauses out of 24009 with flag 190246/92362
3.93/2.56	c cleaning 13002 clauses out of 26006 with flag 223147/106362
4.48/2.91	c cleaning 13996 clauses out of 28004 with flag 259546/121362
4.84/3.24	c cleaning 15001 clauses out of 30008 with flag 300420/137362
5.41/3.70	c cleaning 15999 clauses out of 32007 with flag 342536/154362
5.84/4.16	c cleaning 17001 clauses out of 34008 with flag 386681/172362
6.33/4.62	c cleaning 18001 clauses out of 36009 with flag 433215/191364
6.75/5.02	c cleaning 19002 clauses out of 38007 with flag 478644/211363
7.14/5.48	c cleaning 19996 clauses out of 40004 with flag 526803/232362
7.75/6.04	c cleaning 21002 clauses out of 42008 with flag 577762/254362
8.33/6.62	c cleaning 22000 clauses out of 44006 with flag 630334/277362
9.05/7.23	c cleaning 22999 clauses out of 46006 with flag 684899/301362
9.74/7.91	c cleaning 24002 clauses out of 48008 with flag 744089/326363
10.35/8.58	c cleaning 25002 clauses out of 50005 with flag 805601/352362
11.16/9.30	c cleaning 25998 clauses out of 52003 with flag 868333/379362
11.95/10.12	c cleaning 26995 clauses out of 54005 with flag 935810/407362
12.96/11.10	c cleaning 28005 clauses out of 56011 with flag 1003524/436363
14.04/12.20	c cleaning 28999 clauses out of 58005 with flag 1078568/466362
15.14/13.32	c cleaning 30003 clauses out of 60006 with flag 1154753/497362
16.54/14.73	c cleaning 30995 clauses out of 62003 with flag 1236326/529362
17.73/15.91	c cleaning 32002 clauses out of 64009 with flag 1316925/562363
19.74/17.34	c cleaning 33000 clauses out of 66007 with flag 1398390/596363
21.51/18.99	c cleaning 34003 clauses out of 68007 with flag 1484620/631363
23.24/20.69	c cleaning 34998 clauses out of 70005 with flag 1576852/667364
25.04/22.41	c cleaning 36001 clauses out of 72005 with flag 1669236/704362
27.26/24.35	c cleaning 37001 clauses out of 74004 with flag 1766091/742362
28.96/25.80	c cleaning 37993 clauses out of 76003 with flag 1856187/781363
30.56/27.40	c cleaning 39002 clauses out of 78010 with flag 1950304/821363
32.28/29.18	c cleaning 39999 clauses out of 80007 with flag 2045174/862362
33.96/30.80	c cleaning 41002 clauses out of 82010 with flag 2142677/904364
35.88/32.94	c cleaning 41998 clauses out of 84006 with flag 2245073/947362
37.87/34.95	c cleaning 42995 clauses out of 86008 with flag 2348738/991362
39.92/36.82	c cleaning 44002 clauses out of 88012 with flag 2458467/1036362
41.72/38.64	c cleaning 45002 clauses out of 90010 with flag 2567049/1082362
43.61/40.57	c cleaning 45996 clauses out of 92008 with flag 2677539/1129362
45.71/42.64	c cleaning 47006 clauses out of 94012 with flag 2788735/1177362
47.91/44.80	c cleaning 47999 clauses out of 96006 with flag 2907604/1226362
50.51/47.47	c cleaning 49001 clauses out of 98007 with flag 3023446/1276362
53.01/49.96	c cleaning 50002 clauses out of 100007 with flag 3142334/1327363
55.80/52.73	c cleaning 51000 clauses out of 102006 with flag 3261914/1379364
58.99/55.93	c cleaning 51996 clauses out of 104005 with flag 3384111/1432363
62.00/58.92	c cleaning 53005 clauses out of 106009 with flag 3508450/1486363
64.89/61.88	c cleaning 53995 clauses out of 108003 with flag 3637913/1541362
68.40/65.44	c cleaning 55000 clauses out of 110009 with flag 3771294/1597363
72.58/69.61	c cleaning 56000 clauses out of 112008 with flag 3909901/1654362
76.67/73.73	c cleaning 57001 clauses out of 114008 with flag 4051895/1712362
80.88/77.95	c cleaning 58002 clauses out of 116007 with flag 4194530/1771362
83.17/80.28	c Got one! Elapsed wall clock time (in seconds):80.143
83.17/80.28	o 12
83.87/80.99	c cleaning 51599 clauses out of 103203 with flag 11903/1816560
84.27/81.35	c cleaning 28803 clauses out of 57605 with flag 25903/1822561
84.47/81.58	c cleaning 17895 clauses out of 35801 with flag 42521/1829560
84.67/81.79	c cleaning 12952 clauses out of 25907 with flag 60790/1837561
84.87/81.98	c cleaning 10974 clauses out of 21953 with flag 81863/1846560
85.26/82.20	c cleaning 10486 clauses out of 20978 with flag 105205/1856560
85.36/82.38	c starts		: 286
85.36/82.38	c conflicts		: 1862257
85.36/82.38	c decisions		: 2607086
85.36/82.38	c propagations		: 12481220
85.36/82.38	c inspects		: 1155513312
85.36/82.38	c shortcuts		: 0
85.36/82.38	c learnt literals	: 17
85.36/82.38	c learnt binary clauses	: 134
85.36/82.38	c learnt ternary clauses	: 736
85.36/82.38	c learnt constraints	: 1862239
85.36/82.38	c ignored constraints	: 0
85.36/82.38	c root simplifications	: 0
85.36/82.38	c removed literals (reason simplification)	: 4106956
85.36/82.38	c reason swapping (by a shorter reason)	: 0
85.36/82.38	c Calls to reduceDB	: 63
85.36/82.38	c Number of update (reduction) of LBD	: 174453
85.36/82.38	c Imported unit clauses	: 0
85.36/82.38	c No decision after first conflict	: false
85.36/82.39	c number of reductions to clauses (during analyze)	: 0
85.36/82.39	c number of learned constraints concerned by reduction	: 0
85.36/82.39	c number of learning phase by resolution	: 0
85.36/82.39	c number of learning phase by cutting planes	: 0
85.36/82.39	c number of rounding to 1 operations	: 0
85.36/82.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
85.36/82.39	c number of reductions of the coefficients by power 2 	: 0
85.36/82.39	c number of right shift for reduction by power 2 	: 0
85.36/82.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
85.36/82.39	c number of ending skipping 	: 0
85.36/82.39	c number of internal skipping 	: 0
85.36/82.39	c number of derivation steps 	: 0
85.36/82.39	c number of skipped derivation steps 	: 0
85.36/82.39	c number of remaining unassigned 	: 0
85.36/82.39	c number of remaining assigned 	: 0
85.36/82.39	c number of falsified literals weakened from reason	: 0
85.36/82.39	c number of falsified literals weakened from conflict	: 0
85.36/82.39	c time for arithmetic operations	: 0
85.36/82.39	c minimum degree of deleted constraints	: null
85.36/82.39	c maximum degree of deleted constraints	: null
85.36/82.39	c number of deleted constraints	: 0
85.36/82.39	c speed (assignments/second)	: 151802.7243979567
85.36/82.39	c non guided choices	: 0
85.36/82.39	s OPTIMUM FOUND
85.36/82.39	c Found 6 solution(s)
85.36/82.39	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 
85.36/82.39	c objective function=12
85.36/82.39	c Total wall clock time (in seconds): 82.255

Verifier Data

OK	12

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 16:37:55 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 12 <= obj <= 12
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 12 <= obj <= 12
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (55081 MiB free)
  memory of node 1: 64507 MiB (49949 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 4.11 4.10 4.09 5/317 50536
/proc/meminfo: memFree=109397284/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=18930384 memory=55580 CPUtime=0.12 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 6521 0 0 0 10 2 0 0 20 0 18 0 49655180 19384713216 13895 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4732596 13895 5371 1 0 547612 0
[pid=50518/tid=50520] ppid=50515 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 49655182 19384713216 13895 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=18930384 memory=219932802558 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49655184 19384713216 13895 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=18930384 memory=30702 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49655184 19384713216 13895 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55580 KiB

[startup+0.21432 s]*
/proc/loadavg: 4.11 4.10 4.09 6/318 50542
/proc/meminfo: memFree=109831132/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=18996948 memory=64688 CPUtime=0.33 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 7227 0 0 0 31 2 0 0 20 0 19 0 49655180 19452874752 16172 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4749237 16172 5467 1 0 548350 0
[pid=50518/tid=50520] ppid=50515 vsize=18996948 memory=4026697243 CPUtime=0.19 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 5410 0 0 0 17 2 0 0 20 0 19 0 49655182 19452874752 16172 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=18996948 memory=215637819727 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49655184 19452874752 16172 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=18996948 memory=55186957825080 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49655184 19452874752 16172 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49655197 19452874752 16172 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64688 KiB

[startup+0.305954 s]*
/proc/loadavg: 4.11 4.10 4.09 6/319 50547
/proc/meminfo: memFree=109810708/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=18996948 memory=80728 CPUtime=0.5 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 8993 0 0 0 47 3 0 0 20 0 19 0 49655180 19452874752 20182 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4749237 20182 5499 1 0 549106 0
[pid=50518/tid=50520] ppid=50515 vsize=18996948 memory=-6000919502787863403 CPUtime=0.26 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 5430 0 0 0 24 2 0 0 20 0 19 0 49655182 19452874752 20182 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49655184 19452874752 20182 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49655184 19452874752 20182 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49655197 19452874752 20182 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80728 KiB

[startup+0.700254 s]
/proc/loadavg: 4.11 4.10 4.09 6/340 50573
/proc/meminfo: memFree=109750168/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=18996948 memory=154296 CPUtime=1.26 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 13757 0 0 0 121 5 0 0 20 0 19 0 49655180 19452874752 38574 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4749237 38574 5499 1 0 552005 0
[pid=50518/tid=50520] ppid=50515 vsize=18996948 memory=18304 CPUtime=0.64 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 5498 0 0 0 60 4 0 0 20 0 19 0 49655182 19452874752 38574 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49655184 19452874752 38574 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49655184 19452874752 38574 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=18996948 memory=4740 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49655197 19452874752 38574 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154296 KiB

[startup+1.50027 s]
/proc/loadavg: 4.11 4.10 4.09 5/322 50589
/proc/meminfo: memFree=109713072/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=170764 CPUtime=2.74 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 18736 0 0 0 267 7 0 0 20 0 20 0 49655180 19521036288 42691 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 42691 5531 1 0 552575 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=10496 CPUtime=1.42 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 5797 0 0 0 137 5 0 0 20 0 20 0 49655182 19521036288 42691 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 42691 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 42691 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=219899232572 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 42691 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170764 KiB

[startup+3.10587 s]
/proc/loadavg: 4.10 4.10 4.09 4/320 50749
/proc/meminfo: memFree=114147428/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=263260 CPUtime=4.74 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 21064 0 0 0 462 12 0 0 20 0 20 0 49655180 19521036288 65815 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 65815 5531 1 0 552580 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=-6000919485658524778 CPUtime=2.99 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 6211 0 0 0 290 9 0 0 20 0 20 0 49655182 19521036288 65815 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 65815 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 65815 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=65 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 65815 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 263260 KiB

[startup+6.30023 s]
/proc/loadavg: 4.10 4.10 4.09 5/322 50934
/proc/meminfo: memFree=113331560/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=477264 CPUtime=8.04 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 21826 0 0 0 783 21 0 0 20 0 20 0 49655180 19521036288 119316 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 119316 5531 1 0 552580 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=10496 CPUtime=6.17 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 6764 0 0 0 599 18 0 0 20 0 20 0 49655182 19521036288 119316 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 119316 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=16360 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 119316 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=18304 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 119316 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 477264 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.12 4.10 3/298 51116
/proc/meminfo: memFree=126228700/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=929096 CPUtime=14.54 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 27748 0 0 0 1419 35 0 0 20 0 20 0 49655180 19521036288 232274 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 232274 5531 1 0 552580 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=697552 CPUtime=12.53 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 7726 0 0 0 1222 31 0 0 20 0 20 0 49655182 19521036288 232274 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=922952 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 232274 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 232274 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 232274 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 14.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 929096 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.14 4.10 5/342 51506
/proc/meminfo: memFree=121980868/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=955812 CPUtime=28.66 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 39833 0 0 0 2822 44 0 0 20 0 20 0 49655180 19521036288 238953 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 238953 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=0 CPUtime=25.28 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 9931 0 0 0 2490 38 0 0 20 0 20 0 49655182 19521036288 238953 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 238953 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 238953 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 238953 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 955812 KiB

[startup+51.106 s]
/proc/loadavg: 4.31 4.16 4.11 5/343 51507
/proc/meminfo: memFree=115177896/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324512 CPUtime=54.21 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46589 0 0 0 5356 65 0 0 20 0 20 0 49655180 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331128 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=1324512 CPUtime=50.6 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11436 0 0 0 5002 58 0 0 20 0 20 0 49655182 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=1324512 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 54.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324512 KiB

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

# cumulated CPU time of all completed processes:  user=84.6346 s, system=0.79139 s

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

[startup+51.2003 s]
/proc/loadavg: 4.31 4.16 4.11 5/343 51507
/proc/meminfo: memFree=115177896/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324512 CPUtime=54.3 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46589 0 0 0 5365 65 0 0 20 0 20 0 49655180 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331128 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=18304 CPUtime=50.69 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11436 0 0 0 5011 58 0 0 20 0 20 0 49655182 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=281425718916128 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=929096 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 54.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324512 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.24 4.15 4.11 5/343 51507
/proc/meminfo: memFree=112755932/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324512 CPUtime=67 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46673 0 0 0 6630 70 0 0 20 0 20 0 49655180 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331128 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=-6000919494131084138 CPUtime=63.36 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11440 0 0 0 6273 63 0 0 20 0 20 0 49655182 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=5116 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=5012 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 75 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=5160 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324512 KiB

[startup+70.4002 s]
/proc/loadavg: 4.22 4.15 4.11 5/343 51507
/proc/meminfo: memFree=111985828/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324512 CPUtime=73.38 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46676 0 0 0 7266 72 0 0 20 0 20 0 49655180 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331128 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=1324512 CPUtime=69.74 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11441 0 0 0 6909 65 0 0 20 0 20 0 49655182 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=1324512 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=16360 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 75 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=16360 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 73.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324512 KiB

[startup+76.8002 s]
/proc/loadavg: 4.20 4.15 4.11 5/343 51507
/proc/meminfo: memFree=111466272/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324512 CPUtime=79.78 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46685 0 0 0 7903 75 0 0 20 0 20 0 49655180 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331128 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=0 CPUtime=76.1 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11443 0 0 0 7543 67 0 0 20 0 20 0 49655182 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=1324512 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=-6000919485658524778 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 75 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=4740 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 79.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324512 KiB

[startup+80.0002 s]*
/proc/loadavg: 4.35 4.18 4.12 5/346 51512
/proc/meminfo: memFree=110657380/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324512 CPUtime=82.98 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46701 0 0 0 8222 76 0 0 20 0 20 0 49655180 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331128 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=-6000919494131084138 CPUtime=79.29 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11456 0 0 0 7861 68 0 0 20 0 20 0 49655182 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=26500 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 75 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=28708 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331128 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 82.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324512 KiB

[startup+81.6002 s]
/proc/loadavg: 4.35 4.18 4.12 5/346 51512
/proc/meminfo: memFree=110625124/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324640 CPUtime=84.57 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46950 0 0 0 8381 76 0 0 20 0 20 0 49655180 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331160 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=1324512 CPUtime=80.89 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11678 0 0 0 8020 69 0 0 20 0 20 0 49655182 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=1324640 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 75 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=16360 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 84.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324640 KiB

[startup+82.0002 s]*
/proc/loadavg: 4.35 4.18 4.12 5/346 51512
/proc/meminfo: memFree=110585152/131250000 swapFree=33010684/33010684
[pid=50518] ppid=50515 vsize=19063512 memory=1324640 CPUtime=84.98 cores=1,3
/proc/50518/stat : 50518 (java) S 50515 50518 49831 0 -1 4194304 46952 0 0 0 8421 77 0 0 20 0 20 0 49655180 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
/proc/50518/statm: 4765878 331160 5531 1 0 554547 0
[pid=50518/tid=50520] ppid=50515 vsize=19063512 memory=-6000919494131084138 CPUtime=81.29 cores=1,3
/proc/50518/task/50520/stat : 50520 (java) R 50515 50518 49831 0 -1 4194368 11680 0 0 0 8060 69 0 0 20 0 20 0 49655182 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50529] ppid=50515 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/50518/task/50529/stat : 50529 (Finalizer) S 50515 50518 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50536] ppid=50515 vsize=19063512 memory=6644 CPUtime=0 cores=1,3
/proc/50518/task/50536/stat : 50536 (Common-Cleaner) S 50515 50518 49831 0 -1 4194368 75 0 0 0 0 0 0 0 20 0 20 0 49655184 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
[pid=50518/tid=50541] ppid=50515 vsize=19063512 memory=5594036 CPUtime=0 cores=1,3
/proc/50518/task/50541/stat : 50541 (Timer-0) S 50515 50518 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655197 19521036288 331160 18446744073709551615 94274726379520 94274726383216 140726536758800 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94274726391032 94274726391824 94274743111680 140726536767792 140726536767974 140726536767974 140726536773576 0
Current children cumulated CPU time: 84.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324640 KiB

[startup+82.4007 s]*
/proc/loadavg: 4.35 4.18 4.12 6/328 51514
/proc/meminfo: memFree=111597104/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 82.4314
CPU time (s): 85.426
CPU user time (s): 84.6346
CPU system time (s): 0.79139
CPU usage (%): 103.633
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1324640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6346
system time used= 0.79139
maximum resident set size= 1325280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48636
page faults= 0
swaps= 0
block input operations= 0
block output operations= 381856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4789
involuntary context switches= 1165


# summary of solver processes directly reported to runsolver:
#   pid: 50518
#   total CPU time (s): 85.426
#   total CPU user time (s): 84.6346
#   total CPU system time (s): 0.79139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.225259 second user time and 0.433927 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-01 05:16:13
IDJOB=4487905
IDBENCH=147225
IDSOLVER=3364
FILE ID=nodeC018/4487905-1751339773
RUNJOBID= nodeC018-1751336155-49843
SLURM_JOB_ID= 9594383
Free space on /tmp= 432928 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g7x7.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487905-1751339773/watcher-4487905-1751339773 -o /tmp/evaluation-result-4487905-1751339773/solver-4487905-1751339773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751336155-49843 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487905-1751339773 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487905-1751339773.opb

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

MD5SUM BENCH= 9bebbb2f3ef932ac86719feab6e824eb
RANDOM SEED=1003451862

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        106010980 kB
MemAvailable:   125414904 kB
Buffers:            3280 kB
Cached:         20185632 kB
SwapCached:            0 kB
Active:          4637652 kB
Inactive:       19927600 kB
Active(anon):    4394496 kB
Inactive(anon):        0 kB
Active(file):     243156 kB
Inactive(file): 19927600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46960 kB
Writeback:             4 kB
AnonPages:       4377432 kB
Mapped:           123660 kB
Shmem:             18076 kB
KReclaimable:     144416 kB
Slab:             235812 kB
SReclaimable:     144416 kB
SUnreclaim:        91396 kB
KernelStack:        4844 kB
PageTables:        11948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4841252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4190208 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC018 at 2025-07-01 05:17:36