Trace number 4511417

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 136.216 133.725

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM6e0d6ec9878888f9bd2fd3a9da68de38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.047082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4511417-1751200752.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.027s.
0.13/0.16	c declared #vars     401
0.13/0.16	c #constraints  402
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 400
0.13/0.16	c 402 constraints processed.
0.89/0.54	c cleaning 2490 clauses out of 5000 with flag 20982/5000
1.47/0.85	c cleaning 4240 clauses out of 8510 with flag 49620/11000
2.07/1.14	c cleaning 5612 clauses out of 11271 with flag 86074/18001
2.46/1.37	c cleaning 6813 clauses out of 13658 with flag 129765/26000
2.85/1.57	c cleaning 7899 clauses out of 15845 with flag 178199/35000
3.26/1.78	c cleaning 8956 clauses out of 17947 with flag 236121/45001
3.78/2.00	c cleaning 9982 clauses out of 19990 with flag 299619/56000
3.99/2.28	c cleaning 10972 clauses out of 22008 with flag 370901/68000
4.28/2.57	c cleaning 12003 clauses out of 24036 with flag 445721/81000
4.70/2.92	c cleaning 12995 clauses out of 26033 with flag 528735/95000
5.24/3.33	c cleaning 14005 clauses out of 28038 with flag 618097/110000
5.64/3.75	c cleaning 15001 clauses out of 30033 with flag 712709/126000
6.17/4.23	c cleaning 15997 clauses out of 32032 with flag 812906/143000
6.69/4.78	c cleaning 17013 clauses out of 34036 with flag 914294/161001
7.29/5.34	c cleaning 17991 clauses out of 36022 with flag 1022032/180000
8.00/6.01	c cleaning 19009 clauses out of 38032 with flag 1141819/200001
8.69/6.71	c cleaning 19993 clauses out of 40024 with flag 1258745/221002
9.41/7.42	c cleaning 21004 clauses out of 42029 with flag 1381242/243000
10.20/8.22	c cleaning 22000 clauses out of 44025 with flag 1510737/266000
11.00/9.06	c cleaning 22997 clauses out of 46025 with flag 1640151/290000
11.89/9.92	c cleaning 24001 clauses out of 48031 with flag 1775509/315003
12.79/10.85	c cleaning 25001 clauses out of 50028 with flag 1914263/341001
13.89/11.90	c cleaning 26000 clauses out of 52027 with flag 2059299/368001
14.89/12.98	c cleaning 27003 clauses out of 54027 with flag 2205996/396001
16.18/14.23	c cleaning 27998 clauses out of 56024 with flag 2363351/425001
17.39/15.50	c cleaning 28997 clauses out of 58025 with flag 2522704/455000
18.78/16.83	c cleaning 30008 clauses out of 60028 with flag 2684743/486000
20.10/18.17	c cleaning 31000 clauses out of 62020 with flag 2847719/518000
21.48/19.56	c cleaning 32003 clauses out of 64020 with flag 3017994/551000
23.18/21.21	c cleaning 32995 clauses out of 66018 with flag 3196899/585001
24.78/22.86	c cleaning 34001 clauses out of 68022 with flag 3373763/620000
26.68/24.73	c cleaning 35001 clauses out of 70021 with flag 3558010/656000
28.67/26.71	c cleaning 36004 clauses out of 72021 with flag 3744766/693001
30.67/28.70	c cleaning 36999 clauses out of 74017 with flag 3936774/731001
32.67/30.74	c cleaning 37999 clauses out of 76017 with flag 4129940/770000
34.76/32.80	c cleaning 39001 clauses out of 78019 with flag 4320102/810001
36.86/34.95	c cleaning 39996 clauses out of 80018 with flag 4516412/851001
39.06/37.14	c cleaning 41001 clauses out of 82022 with flag 4709138/893001
41.35/39.45	c cleaning 41998 clauses out of 84020 with flag 4903797/936000
43.55/41.66	c cleaning 43000 clauses out of 86023 with flag 5097024/980001
45.85/43.92	c cleaning 44005 clauses out of 88023 with flag 5289795/1025001
48.05/46.17	c cleaning 45002 clauses out of 90018 with flag 5484510/1071001
50.35/48.48	c cleaning 46000 clauses out of 92017 with flag 5679805/1118002
52.74/50.83	c cleaning 47006 clauses out of 94017 with flag 5877708/1166002
55.24/53.30	c cleaning 47994 clauses out of 96010 with flag 6076622/1215001
57.43/55.59	c cleaning 49002 clauses out of 98016 with flag 6278053/1265001
59.93/58.02	c cleaning 49997 clauses out of 100013 with flag 6483047/1316000
62.23/60.38	c cleaning 50995 clauses out of 102016 with flag 6692400/1368000
64.62/62.76	c cleaning 52001 clauses out of 104021 with flag 6904748/1421000
67.24/65.30	c cleaning 52997 clauses out of 106020 with flag 7120413/1475000
69.91/68.11	c cleaning 54002 clauses out of 108023 with flag 7340760/1530000
72.70/71.00	c cleaning 55005 clauses out of 110021 with flag 7568609/1586000
75.60/73.84	c cleaning 55998 clauses out of 112016 with flag 7797447/1643000
78.59/76.89	c cleaning 57002 clauses out of 114019 with flag 8033282/1701001
81.79/80.07	c cleaning 58008 clauses out of 116017 with flag 8281547/1760001
85.19/83.45	c cleaning 58997 clauses out of 118008 with flag 8523968/1820000
88.68/86.98	c cleaning 59996 clauses out of 120011 with flag 8770103/1881000
92.07/90.39	c cleaning 61003 clauses out of 122015 with flag 9020909/1943000
95.46/93.77	c cleaning 61996 clauses out of 124012 with flag 9273220/2006000
98.92/97.35	c cleaning 62998 clauses out of 126017 with flag 9527204/2070001
102.42/100.85	c cleaning 64004 clauses out of 128018 with flag 9784398/2135000
106.40/104.89	c cleaning 64995 clauses out of 130015 with flag 10059449/2201001
111.10/109.53	c cleaning 66002 clauses out of 132020 with flag 10357892/2268001
116.09/114.52	c cleaning 67003 clauses out of 134018 with flag 10657793/2336001
120.78/119.23	c cleaning 68001 clauses out of 136014 with flag 10947775/2405000
125.78/124.25	c cleaning 68999 clauses out of 138013 with flag 11252002/2475000
131.18/129.71	c cleaning 70002 clauses out of 140015 with flag 11568225/2546001
136.10/133.61	c starts		: 3574
136.10/133.61	c conflicts		: 2609216
136.10/133.61	c decisions		: 3498445
136.10/133.61	c propagations		: 22032289
136.10/133.61	c inspects		: 2386331913
136.10/133.61	c shortcuts		: 0
136.10/133.61	c learnt literals	: 11
136.10/133.61	c learnt binary clauses	: 73
136.10/133.61	c learnt ternary clauses	: 279
136.10/133.61	c learnt constraints	: 2609204
136.10/133.61	c ignored constraints	: 0
136.10/133.61	c root simplifications	: 0
136.10/133.61	c removed literals (reason simplification)	: 2245455
136.10/133.61	c reason swapping (by a shorter reason)	: 0
136.10/133.61	c Calls to reduceDB	: 67
136.10/133.61	c Number of update (reduction) of LBD	: 589399
136.10/133.62	c Imported unit clauses	: 0
136.10/133.62	c No decision after first conflict	: false
136.10/133.62	c number of reductions to clauses (during analyze)	: 0
136.10/133.62	c number of learned constraints concerned by reduction	: 0
136.10/133.62	c number of learning phase by resolution	: 0
136.10/133.62	c number of learning phase by cutting planes	: 0
136.10/133.62	c number of rounding to 1 operations	: 0
136.10/133.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
136.10/133.62	c number of reductions of the coefficients by power 2 	: 0
136.10/133.62	c number of right shift for reduction by power 2 	: 0
136.10/133.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
136.10/133.62	c number of ending skipping 	: 0
136.10/133.62	c number of internal skipping 	: 0
136.10/133.62	c number of derivation steps 	: 0
136.10/133.62	c number of skipped derivation steps 	: 0
136.10/133.62	c number of remaining unassigned 	: 0
136.10/133.62	c number of remaining assigned 	: 0
136.10/133.62	c number of falsified literals weakened from reason	: 0
136.10/133.62	c number of falsified literals weakened from conflict	: 0
136.10/133.62	c time for arithmetic operations	: 0
136.10/133.62	c minimum degree of deleted constraints	: null
136.10/133.62	c maximum degree of deleted constraints	: null
136.10/133.62	c number of deleted constraints	: 0
136.10/133.62	c speed (assignments/second)	: 165096.46986534385
136.10/133.62	c non guided choices	: 31851
136.10/133.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 133143
136.10/133.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 73
136.10/133.68	s UNSATISFIABLE
136.10/133.68	c Total wall clock time (in seconds): 133.541

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:43:27 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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 (58347 MiB free)
  memory of node 1: 64507 MiB (61975 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511417-1751200752/watcher-4511417-1751200752 -o /tmp/evaluation-result-4511417-1751200752/solver-4511417-1751200752 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511417-1751200752 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511417-1751200752.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
Current StackSize limit: 8192 KiB

solver pid=28443, runsolver pid=28440

[startup+0.100062 s]*
/proc/loadavg: 4.15 4.13 4.12 5/345 28461
/proc/meminfo: memFree=123185096/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=18930384 memory=57724 CPUtime=0.13 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 6592 0 0 0 11 2 0 0 20 0 18 0 35752956 19384713216 14431 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4732596 14431 5329 1 0 547621 0
[pid=28443/tid=28445] ppid=28440 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 5082 0 0 0 7 1 0 0 20 0 18 0 35752958 19384713216 14431 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35752960 19384713216 14431 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=18930384 memory=59585004335488 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35752960 19384713216 14431 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57724 KiB

[startup+0.205975 s]*
/proc/loadavg: 4.15 4.13 4.12 7/346 28462
/proc/meminfo: memFree=123178984/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=18996948 memory=64364 CPUtime=0.32 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 7119 0 0 0 29 3 0 0 20 0 19 0 35752956 19452874752 16091 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4749237 16091 5425 1 0 548225 0
[pid=28443/tid=28445] ppid=28440 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) S 28440 28443 24970 0 -1 4194368 5346 0 0 0 15 2 0 0 20 0 19 0 35752958 19452874752 16091 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=18996948 memory=16195 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35752960 19452874752 16091 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35752960 19452874752 16091 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=18996948 memory=3473458628571459645 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35752973 19452874752 16091 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64364 KiB

[startup+0.305867 s]*
/proc/loadavg: 4.15 4.13 4.12 6/346 28462
/proc/meminfo: memFree=123167188/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=18996948 memory=77400 CPUtime=0.51 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 10908 0 0 0 47 4 0 0 20 0 19 0 35752956 19452874752 19350 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4749237 19350 5425 1 0 549930 0
[pid=28443/tid=28445] ppid=28440 vsize=18996948 memory=-6000919507083093101 CPUtime=0.25 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 5365 0 0 0 23 2 0 0 20 0 19 0 35752958 19452874752 19350 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35752960 19452874752 19350 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35752960 19452874752 19350 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35752973 19452874752 19350 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77400 KiB

[startup+0.700236 s]
/proc/loadavg: 4.15 4.13 4.12 7/346 28462
/proc/meminfo: memFree=123134484/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=18996948 memory=127992 CPUtime=1.27 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 15346 0 0 0 121 6 0 0 20 0 19 0 35752956 19452874752 31998 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4749237 31998 5425 1 0 552657 0
[pid=28443/tid=28445] ppid=28440 vsize=18996948 memory=17280 CPUtime=0.59 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 5432 0 0 0 56 3 0 0 20 0 19 0 35752958 19452874752 31998 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35752960 19452874752 31998 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35752960 19452874752 31998 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35752973 19452874752 31998 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127992 KiB

[startup+1.50025 s]
/proc/loadavg: 4.15 4.13 4.12 6/346 28462
/proc/meminfo: memFree=123072416/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=172592 CPUtime=2.85 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 21037 0 0 0 277 8 0 0 20 0 20 0 35752956 19521036288 43148 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 43148 5457 1 0 553116 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=0 CPUtime=1.37 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 5917 0 0 0 132 5 0 0 20 0 20 0 35752958 19521036288 43148 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 43148 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 43148 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 43148 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172592 KiB

[startup+3.10575 s]
/proc/loadavg: 4.14 4.12 4.12 5/347 28463
/proc/meminfo: memFree=123014924/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=222156 CPUtime=4.9 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 23063 0 0 0 479 11 0 0 20 0 20 0 35752956 19521036288 55539 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 55539 5457 1 0 553134 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=10752 CPUtime=2.97 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 6286 0 0 0 289 8 0 0 20 0 20 0 35752958 19521036288 55539 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=-6000919507083093101 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 55539 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 55539 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 55539 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 222156 KiB

[startup+6.30016 s]
/proc/loadavg: 4.14 4.12 4.12 5/347 28463
/proc/meminfo: memFree=122708744/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=510940 CPUtime=8.29 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 23761 0 0 0 808 21 0 0 20 0 20 0 35752956 19521036288 127735 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 127735 5457 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=0 CPUtime=6.14 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 6800 0 0 0 597 17 0 0 20 0 20 0 35752958 19521036288 127735 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 127735 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 127735 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=172720 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 127735 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 510940 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.12 4.12 5/346 28463
/proc/meminfo: memFree=122326888/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=828384 CPUtime=14.69 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 26238 0 0 0 1437 32 0 0 20 0 20 0 35752956 19521036288 207096 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 207096 5457 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=172720 CPUtime=12.52 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 8149 0 0 0 1224 28 0 0 20 0 20 0 35752958 19521036288 207096 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=701408 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 207096 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 207096 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 207096 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 14.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 828384 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.11 5/346 28463
/proc/meminfo: memFree=121643508/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1303680 CPUtime=27.47 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 29038 0 0 0 2698 49 0 0 20 0 20 0 35752956 19521036288 325920 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 325920 5489 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=701408 CPUtime=25.27 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 9058 0 0 0 2483 44 0 0 20 0 20 0 35752958 19521036288 325920 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 325920 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=-6000919507083093101 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 325920 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 325920 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 27.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1303680 KiB

[startup+51.1058 s]
/proc/loadavg: 4.44 4.19 4.14 5/346 28463
/proc/meminfo: memFree=121381916/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1313932 CPUtime=53.05 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 32111 0 0 0 5242 63 0 0 20 0 20 0 35752956 19521036288 328483 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 328483 5489 1 0 553136 0

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

# Child status: 20

# cumulated CPU time of all completed processes:  user=135.115 s, system=1.10076 s

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

[startup+102.4 s]
/proc/loadavg: 4.51 4.25 4.16 5/349 28999
/proc/meminfo: memFree=118100280/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1322168 CPUtime=104.01 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 35246 0 0 0 10308 93 0 0 20 0 20 0 35752956 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 330542 5489 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=1322168 CPUtime=101.59 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 11407 0 0 0 10073 86 0 0 20 0 20 0 35752958 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 83 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 104.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322168 KiB

[startup+115.2 s]
/proc/loadavg: 4.40 4.24 4.16 5/349 28999
/proc/meminfo: memFree=116962448/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1322168 CPUtime=116.79 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 36239 0 0 0 11580 99 0 0 20 0 20 0 35752956 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 330542 5489 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=17280 CPUtime=114.33 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 12379 0 0 0 11342 91 0 0 20 0 20 0 35752958 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 83 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 116.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322168 KiB

[startup+121.6 s]
/proc/loadavg: 4.36 4.23 4.16 5/349 28999
/proc/meminfo: memFree=116013708/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1322168 CPUtime=123.18 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 36720 0 0 0 12216 102 0 0 20 0 20 0 35752956 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 330542 5489 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=10752 CPUtime=120.72 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 12741 0 0 0 11978 94 0 0 20 0 20 0 35752958 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=1322168 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 183 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=1322168 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 123.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322168 KiB

[startup+128 s]*
/proc/loadavg: 4.31 4.22 4.16 5/349 29000
/proc/meminfo: memFree=115660348/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1322168 CPUtime=129.47 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 37837 0 0 0 12842 105 0 0 20 0 20 0 35752956 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 330542 5489 1 0 553136 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=2432 CPUtime=126.99 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 12976 0 0 0 12603 96 0 0 20 0 20 0 35752958 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=3456 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 183 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=-6000919485557597293 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 330542 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 129.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322168 KiB

[startup+131.215 s]
/proc/loadavg: 4.31 4.22 4.16 5/349 29000
/proc/meminfo: memFree=115570568/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1330540 CPUtime=132.73 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 40236 0 0 0 13166 107 0 0 20 0 20 0 35752956 19521036288 332635 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 332635 5489 1 0 553208 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=3072 CPUtime=130.17 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 13716 0 0 0 12919 98 0 0 20 0 20 0 35752958 19521036288 332635 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 332635 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 183 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 332635 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=1330412 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 332635 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 132.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1330540 KiB

[startup+132.8 s]
/proc/loadavg: 4.31 4.22 4.16 8/349 29000
/proc/meminfo: memFree=115543604/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1344204 CPUtime=135.26 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 45150 0 0 0 13418 108 0 0 20 0 20 0 35752956 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 336051 5489 1 0 554918 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=-6000919507083093101 CPUtime=131.76 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 13816 0 0 0 13077 99 0 0 20 0 20 0 35752958 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=1330412 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 183 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 135.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1344204 KiB

[startup+133.2 s]
/proc/loadavg: 4.60 4.29 4.18 6/349 29000
/proc/meminfo: memFree=115511004/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1344204 CPUtime=135.7 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 45156 0 0 0 13462 108 0 0 20 0 20 0 35752956 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 336051 5489 1 0 554918 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=17280 CPUtime=132.16 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) R 28440 28443 24970 0 -1 4194368 13816 0 0 0 13117 99 0 0 20 0 20 0 35752958 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 183 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 135.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1344204 KiB

[startup+133.6 s]
/proc/loadavg: 4.60 4.29 4.18 6/349 29000
/proc/meminfo: memFree=115511004/131249996 swapFree=33010684/33010684
[pid=28443] ppid=28440 vsize=19063512 memory=1344204 CPUtime=136.1 cores=1,3
/proc/28443/stat : 28443 (java) S 28440 28443 24970 0 -1 4194304 45370 0 0 0 13502 108 0 0 20 0 20 0 35752956 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
/proc/28443/statm: 4765878 336051 5489 1 0 554918 0
[pid=28443/tid=28445] ppid=28440 vsize=19063512 memory=6379940 CPUtime=132.54 cores=1,3
/proc/28443/task/28445/stat : 28445 (java) D 28440 28443 24970 0 -1 4194368 14010 0 0 0 13155 99 0 0 20 0 20 0 35752958 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28454] ppid=28440 vsize=19063512 memory=-6000919485557597293 CPUtime=0 cores=1,3
/proc/28443/task/28454/stat : 28454 (Finalizer) S 28440 28443 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28461] ppid=28440 vsize=19063512 memory=1348308 CPUtime=0 cores=1,3
/proc/28443/task/28461/stat : 28461 (Common-Cleaner) S 28440 28443 24970 0 -1 4194368 183 0 0 0 0 0 0 0 20 0 20 0 35752960 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
[pid=28443/tid=28462] ppid=28440 vsize=19063512 memory=6644 CPUtime=0 cores=1,3
/proc/28443/task/28462/stat : 28462 (Timer-0) S 28440 28443 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35752973 19521036288 336051 18446744073709551615 94684927356928 94684927360624 140727681097584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94684927368440 94684927369232 94684933160960 140727681104176 140727681104358 140727681104358 140727681109960 0
Current children cumulated CPU time: 136.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1344204 KiB

[startup+133.701 s]*
/proc/loadavg: 4.60 4.29 4.18 6/328 29002
/proc/meminfo: memFree=116750696/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 133.725
CPU time (s): 136.216
CPU user time (s): 135.115
CPU system time (s): 1.10076
CPU usage (%): 101.863
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1344204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.115
system time used= 1.10076
maximum resident set size= 1345348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 631320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5918
involuntary context switches= 1751


# summary of solver processes directly reported to runsolver:
#   pid: 28443
#   total CPU time (s): 136.216
#   total CPU user time (s): 135.115
#   total CPU system time (s): 1.10076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.303674 second user time and 0.688981 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:39:12
IDJOB=4511417
IDBENCH=160440
IDSOLVER=3364
FILE ID=nodeC017/4511417-1751200752
RUNJOBID= nodeC017-1751191606-24982
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511417-1751200752/watcher-4511417-1751200752 -o /tmp/evaluation-result-4511417-1751200752/solver-4511417-1751200752 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511417-1751200752 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511417-1751200752.opb

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=424353968

nodeC017 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		: 3600.071
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	: 7000.12
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		: 3606.800
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	: 7000.12
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		: 3476.505
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	: 7000.12
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		: 3600.077
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	: 7000.12
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.556
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	: 7000.12
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		: 3600.058
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	: 7000.12
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		: 3626.467
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	: 7000.12
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.213
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123210316 kB
MemAvailable:   125555876 kB
Buffers:            3280 kB
Cached:          3150176 kB
SwapCached:            0 kB
Active:          4575084 kB
Inactive:        2896384 kB
Active(anon):    4336208 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  2896384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             79144 kB
Writeback:             0 kB
AnonPages:       4320188 kB
Mapped:           122744 kB
Shmem:             18080 kB
KReclaimable:      98680 kB
Slab:             188384 kB
SReclaimable:      98680 kB
SUnreclaim:        89704 kB
KernelStack:        5248 kB
PageTables:        12044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7049460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4130816 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC017 at 2025-06-29 14:41:26