Trace number 4452982

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 2024 2024-07-07UNSAT cert. 140.059 137.083

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid6_13.shuf-2.opb
MD5SUMd115ce47b5b18af686045fe84c0e41b6
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.004208
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables78
Total number of constraints157
Number of constraints which are clauses156
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint78
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 79
Number of bits of the biggest sum of numbers7
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	--- Begin Solver configuration ---
0.10/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.15	Learn all clauses as in MiniSAT
0.10/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	Expensive reason simplification
0.10/0.15	Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	timeout=2147483s
0.10/0.15	DB Simplification allowed=false
0.10/0.15	Listener: none
0.10/0.15	--- End Solver configuration ---
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4452982-1721841922.opb
0.10/0.15	c reading problem ... 
0.10/0.16	c using VERIPB proof format
0.10/0.16	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.018s.
0.10/0.17	c declared #vars     78
0.10/0.17	c #constraints  157
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.10/0.17	c 157 constraints processed.
0.85/0.55	c cleaning 2500 clauses out of 5000 with flag 10679/5000
1.43/0.84	c cleaning 4243 clauses out of 8500 with flag 23669/11000
2.03/1.11	c cleaning 5627 clauses out of 11257 with flag 39379/18000
2.39/1.32	c cleaning 6808 clauses out of 13630 with flag 56615/26000
2.71/1.55	c cleaning 7910 clauses out of 15822 with flag 76295/35000
3.16/1.81	c cleaning 8957 clauses out of 17914 with flag 97811/45002
3.43/2.08	c cleaning 9978 clauses out of 19955 with flag 121321/56000
3.82/2.44	c cleaning 10984 clauses out of 21979 with flag 147015/68002
4.22/2.80	c cleaning 11995 clauses out of 23993 with flag 174853/81000
4.85/3.34	c cleaning 12997 clauses out of 25998 with flag 206604/95000
5.35/3.88	c cleaning 13999 clauses out of 28001 with flag 240643/110000
6.18/4.61	c cleaning 15001 clauses out of 30003 with flag 275900/126001
6.93/5.39	c cleaning 16001 clauses out of 32001 with flag 314916/143000
7.68/6.02	c cleaning 16996 clauses out of 34002 with flag 354716/161002
8.58/6.95	c cleaning 17998 clauses out of 36005 with flag 397718/180001
9.58/7.97	c cleaning 19001 clauses out of 38006 with flag 441841/200000
10.79/9.12	c cleaning 20002 clauses out of 40006 with flag 488533/221001
11.88/10.24	c cleaning 21003 clauses out of 42005 with flag 536594/243002
12.98/11.38	c cleaning 22000 clauses out of 44000 with flag 587009/266000
14.18/12.54	c cleaning 23000 clauses out of 46000 with flag 639877/290000
15.27/13.61	c cleaning 23997 clauses out of 48002 with flag 693592/315002
16.47/14.82	c cleaning 25001 clauses out of 50004 with flag 748552/341001
17.96/16.34	c cleaning 25997 clauses out of 52003 with flag 807184/368001
19.93/18.14	c cleaning 27002 clauses out of 54006 with flag 870751/396001
22.21/20.34	c cleaning 27995 clauses out of 56003 with flag 936668/425000
24.91/23.09	c cleaning 29000 clauses out of 58008 with flag 1005516/455000
28.01/26.19	c cleaning 30005 clauses out of 60010 with flag 1078487/486002
30.50/28.69	c cleaning 30998 clauses out of 62003 with flag 1155381/518000
33.00/31.17	c cleaning 31999 clauses out of 64006 with flag 1230569/551001
35.75/33.95	c cleaning 33003 clauses out of 66006 with flag 1309443/585000
38.84/37.04	c cleaning 33997 clauses out of 68004 with flag 1390397/620001
41.63/39.88	c cleaning 34998 clauses out of 70006 with flag 1470401/656000
44.83/43.02	c cleaning 35996 clauses out of 72010 with flag 1557400/693002
48.01/46.29	c cleaning 37007 clauses out of 74014 with flag 1646881/731002
51.14/49.36	c cleaning 38001 clauses out of 76007 with flag 1736892/770002
54.24/52.45	c cleaning 39002 clauses out of 78005 with flag 1825317/810001
58.27/56.18	c cleaning 40002 clauses out of 80003 with flag 1915009/851001
61.39/59.16	c cleaning 40997 clauses out of 82000 with flag 2007765/893000
65.52/63.32	c cleaning 41999 clauses out of 84003 with flag 2110219/936000
71.23/69.08	c cleaning 43002 clauses out of 86004 with flag 2213525/980000
76.97/74.64	c cleaning 43999 clauses out of 88002 with flag 2313310/1025000
81.86/79.50	c cleaning 44996 clauses out of 90005 with flag 2419315/1071002
89.24/86.99	c cleaning 46004 clauses out of 92007 with flag 2531930/1118000
95.13/92.81	c cleaning 46997 clauses out of 94004 with flag 2643424/1166001
100.46/97.97	c cleaning 47999 clauses out of 96006 with flag 2756034/1215000
106.59/104.06	c cleaning 49003 clauses out of 98007 with flag 2866830/1265000
111.41/108.74	c cleaning 50001 clauses out of 100005 with flag 2977713/1316001
115.79/113.05	c cleaning 51002 clauses out of 102003 with flag 3088013/1368000
120.27/117.49	c cleaning 51993 clauses out of 104000 with flag 3201781/1421000
125.49/122.67	c cleaning 53001 clauses out of 106007 with flag 3320989/1475000
131.46/128.60	c cleaning 53999 clauses out of 108007 with flag 3443857/1530001
136.97/134.02	c cleaning 55002 clauses out of 110006 with flag 3567463/1586000
139.87/136.99	c starts		: 2509
139.87/136.99	c conflicts		: 1628081
139.87/136.99	c decisions		: 1750601
139.87/136.99	c propagations		: 8521755
139.87/136.99	c inspects		: 1879196370
139.87/137.00	c shortcuts		: 0
139.87/137.00	c learnt literals	: 16
139.87/137.00	c learnt binary clauses	: 99
139.95/137.01	c learnt ternary clauses	: 394
139.95/137.01	c learnt constraints	: 1628064
139.95/137.01	c ignored constraints	: 0
139.95/137.01	c root simplifications	: 0
139.95/137.01	c removed literals (reason simplification)	: 29040972
139.95/137.01	c reason swapping (by a shorter reason)	: 0
139.95/137.01	c Calls to reduceDB	: 52
139.95/137.01	c Number of update (reduction) of LBD	: 49266
139.95/137.01	c Imported unit clauses	: 0
139.95/137.01	c No decision after first conflict	: false
139.95/137.01	c number of reductions to clauses (during analyze)	: 0
139.95/137.01	c number of learned constraints concerned by reduction	: 0
139.95/137.01	c number of learning phase by resolution	: 0
139.95/137.01	c number of learning phase by cutting planes	: 0
139.95/137.02	c number of rounding to 1 operations	: 0
139.95/137.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
139.95/137.02	c number of reductions of the coefficients by power 2 	: 0
139.95/137.02	c number of right shift for reduction by power 2 	: 0
139.95/137.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
139.95/137.02	c number of ending skipping 	: 0
139.95/137.02	c number of internal skipping 	: 0
139.95/137.02	c number of derivation steps 	: 0
139.95/137.02	c number of skipped derivation steps 	: 0
139.95/137.02	c number of remaining unassigned 	: 0
139.95/137.02	c number of remaining assigned 	: 0
139.95/137.02	c number of falsified literals weakened from reason	: 0
139.95/137.02	c number of falsified literals weakened from conflict	: 0
139.95/137.02	c time for arithmetic operations	: 0
139.95/137.02	c minimum degree of deleted constraints	: null
139.95/137.02	c maximum degree of deleted constraints	: null
139.95/137.02	c number of deleted constraints	: 0
139.95/137.02	c speed (assignments/second)	: 62274.866450844405
139.95/137.02	c non guided choices	: 25
139.95/137.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 96971
139.95/137.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 99
139.95/137.07	s UNSATISFIABLE
139.95/137.07	c Total wall clock time (in seconds): 136.915

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
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: 63968 MiB (52164 MiB free)
  memory of node 1: 64473 MiB (52599 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100766 s]*
/proc/loadavg: 4.44 3.78 2.62 7/340 200490
/proc/meminfo: memFree=107236792/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=18975048 memory=61716 CPUtime=0.1 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 6806 0 0 0 8 2 0 0 20 0 18 0 20715622 19430449152 15429 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4743762 15429 5683 1 0 549008 0
[pid=200472/tid=200474] ppid=200469 vsize=18975048 memory=4026561586 CPUtime=0.06 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 5641 0 0 0 5 1 0 0 20 0 18 0 20715623 19430449152 15429 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20715626 19430449152 15429 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20715626 19430449152 15429 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61716 KiB

[startup+0.206935 s]*
/proc/loadavg: 4.44 3.78 2.62 7/341 200491
/proc/meminfo: memFree=107225792/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19041612 memory=70888 CPUtime=0.28 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 7646 0 0 0 26 2 0 0 20 0 19 0 20715622 19498610688 17722 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4760403 17722 5697 1 0 549916 0
[pid=200472/tid=200474] ppid=200469 vsize=19041612 memory=4782652875487838339 CPUtime=0.16 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 5990 0 0 0 14 2 0 0 20 0 19 0 20715623 19498610688 17722 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19041612 memory=1535086 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20715626 19498610688 17722 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19041612 memory=13855165887284878 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20715626 19498610688 17722 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20715639 19498610688 17722 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70888 KiB

[startup+0.309414 s]*
/proc/loadavg: 4.64 3.84 2.64 7/341 200491
/proc/meminfo: memFree=107212860/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19041612 memory=83228 CPUtime=0.47 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 9290 0 0 0 44 3 0 0 20 0 19 0 20715622 19498610688 20807 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4760403 20807 5844 1 0 550771 0
[pid=200472/tid=200474] ppid=200469 vsize=19041612 memory=-8527397035343323836 CPUtime=0.24 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 1077936192 6017 0 0 0 22 2 0 0 20 0 19 0 20715623 19498610688 20807 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20715626 19498610688 20807 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20715626 19498610688 20807 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20715639 19498610688 20807 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83228 KiB

[startup+0.700225 s]
/proc/loadavg: 4.64 3.84 2.64 6/341 200491
/proc/meminfo: memFree=107168240/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19041612 memory=156228 CPUtime=1.23 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 12575 0 0 0 118 5 0 0 20 0 19 0 20715622 19498610688 39057 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4760403 39057 5844 1 0 553027 0
[pid=200472/tid=200474] ppid=200469 vsize=19041612 memory=68244 CPUtime=0.6 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 6097 0 0 0 57 3 0 0 20 0 19 0 20715623 19498610688 39057 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19041612 memory=12304 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20715626 19498610688 39057 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19041612 memory=2296 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20715626 19498610688 39057 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19041612 memory=25596 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20715639 19498610688 39057 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 156228 KiB

[startup+1.50029 s]
/proc/loadavg: 4.64 3.84 2.64 6/342 200492
/proc/meminfo: memFree=107106672/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=179696 CPUtime=2.71 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 18219 0 0 0 264 7 0 0 20 0 20 0 20715622 19566772224 44924 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 44924 5876 1 0 554359 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=12304 CPUtime=1.37 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 6421 0 0 0 132 5 0 0 20 0 20 0 20715623 19566772224 44924 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 44924 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=2296 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 44924 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=25596 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 44924 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179696 KiB

[startup+3.10592 s]
/proc/loadavg: 4.64 3.84 2.64 6/342 200493
/proc/meminfo: memFree=107016696/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=233196 CPUtime=4.6 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 19996 0 0 0 449 11 0 0 20 0 20 0 20715622 19566772224 58299 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 58299 5876 1 0 554380 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 6706 0 0 0 287 8 0 0 20 0 20 0 20715623 19566772224 58299 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=-8527397035343323836 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 58299 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 58299 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=2296 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 58299 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 233196 KiB

[startup+6.30027 s]
/proc/loadavg: 4.75 3.87 2.66 5/342 200493
/proc/meminfo: memFree=106630512/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=497480 CPUtime=7.98 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 20940 0 0 0 779 19 0 0 20 0 20 0 20715622 19566772224 124370 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 124370 5876 1 0 554381 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=2296 CPUtime=6.12 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 7049 0 0 0 596 16 0 0 20 0 20 0 20715623 19566772224 124370 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 124370 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 124370 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 124370 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 7.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 497480 KiB

[startup+12.7003 s]
/proc/loadavg: 4.69 3.87 2.67 5/342 200877
/proc/meminfo: memFree=106241280/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=837696 CPUtime=14.37 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 23031 0 0 0 1406 31 0 0 20 0 20 0 20715622 19566772224 209424 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 209424 5876 1 0 554381 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=12304 CPUtime=12.5 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 8104 0 0 0 1223 27 0 0 20 0 20 0 20715623 19566772224 209424 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=499640 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 209424 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 209424 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 209424 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 14.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 837696 KiB

[startup+25.5003 s]
/proc/loadavg: 4.58 3.88 2.68 5/342 200879
/proc/meminfo: memFree=105504776/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1316972 CPUtime=27.4 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 28337 0 0 0 2691 49 0 0 20 0 20 0 20715622 19566772224 329243 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 329243 5876 1 0 554381 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=6943526294502006880 CPUtime=25.25 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 9351 0 0 0 2481 44 0 0 20 0 20 0 20715623 19566772224 329243 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 329243 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=3524 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 329243 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 329243 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 27.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316972 KiB

[startup+51.1059 s]
/proc/loadavg: 4.43 3.91 2.73 5/340 200882
/proc/meminfo: memFree=105098940/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1316988 CPUtime=52.94 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 33551 0 0 0 5235 59 0 0 20 0 20 0 20715622 19566772224 329247 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 329247 5876 1 0 554381 0

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

Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328088 KiB

[startup+137.08 s]
# the end of solver process 200472 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=139.091 s, system=0.96807 s

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

[startup+102.4 s]
/proc/loadavg: 4.67 4.04 2.83 5/340 200892
/proc/meminfo: memFree=104183552/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1328088 CPUtime=104.97 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 54397 0 0 0 10414 83 0 0 20 0 20 0 20715622 19566772224 332022 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 332022 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=0 CPUtime=101.74 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 14780 0 0 0 10101 73 0 0 20 0 20 0 20715623 19566772224 332022 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 332022 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 332022 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 332022 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 104.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328088 KiB

[startup+115.2 s]
/proc/loadavg: 4.64 4.05 2.85 5/340 200894
/proc/meminfo: memFree=104008664/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1328132 CPUtime=117.98 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 57455 0 0 0 11711 87 0 0 20 0 20 0 20715622 19566772224 332033 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 332033 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=97 CPUtime=114.48 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 15070 0 0 0 11372 76 0 0 20 0 20 0 20715623 19566772224 332033 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 332033 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 332033 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 332033 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 117.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328132 KiB

[startup+128 s]*
/proc/loadavg: 4.49 4.05 2.87 5/340 200897
/proc/meminfo: memFree=103827468/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1334068 CPUtime=130.87 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 62210 0 0 0 12995 92 0 0 20 0 20 0 20715622 19566772224 333517 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 333517 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=-8527397035343323836 CPUtime=127.2 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 16250 0 0 0 12639 81 0 0 20 0 20 0 20715623 19566772224 333517 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=1329968 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333517 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 182 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333517 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 333517 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 130.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334068 KiB

[startup+131.2 s]
/proc/loadavg: 4.45 4.05 2.88 5/340 200897
/proc/meminfo: memFree=103790296/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1334088 CPUtime=134.06 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 62716 0 0 0 13313 93 0 0 20 0 20 0 20715622 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 333522 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=18864 CPUtime=130.38 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 16309 0 0 0 12957 81 0 0 20 0 20 0 20715623 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=5596 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=1329968 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 182 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=1334068 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 134.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334088 KiB

[startup+134.4 s]
/proc/loadavg: 4.45 4.05 2.88 5/340 200898
/proc/meminfo: memFree=103742384/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1334088 CPUtime=137.36 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 64268 0 0 0 13642 94 0 0 20 0 20 0 20715622 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 333522 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=1334068 CPUtime=133.58 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 16359 0 0 0 13275 83 0 0 20 0 20 0 20715623 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=-8527397035343323836 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=3919868 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 182 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 137.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334088 KiB

[startup+136 s]*
/proc/loadavg: 4.42 4.05 2.88 5/340 200898
/proc/meminfo: memFree=103713028/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1334088 CPUtime=138.97 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 64277 0 0 0 13802 95 0 0 20 0 20 0 20715622 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 333522 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=-8527397035343323836 CPUtime=135.18 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 16368 0 0 0 13435 83 0 0 20 0 20 0 20715623 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=2252 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=3092 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 182 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=1608 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 138.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334088 KiB

[startup+136.8 s]
/proc/loadavg: 4.42 4.05 2.88 5/340 200898
/proc/meminfo: memFree=103713028/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19108176 memory=1334088 CPUtime=139.76 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 64510 0 0 0 13881 95 0 0 20 0 20 0 20715622 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4777044 333522 5876 1 0 555074 0
[pid=200472/tid=200474] ppid=200469 vsize=19108176 memory=2296 CPUtime=135.97 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) R 200469 200472 199498 0 -1 4194368 16598 0 0 0 13514 83 0 0 20 0 20 0 20715623 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19108176 memory=25596 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19108176 memory=39732 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 182 0 0 0 0 0 0 0 20 0 20 0 20715626 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19108176 memory=32168 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) S 200469 200472 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20715639 19566772224 333522 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 139.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334088 KiB

[startup+137 s]*
/proc/loadavg: 4.42 4.05 2.88 7/341 200900
/proc/meminfo: memFree=103700700/131524600 swapFree=131054968/131071996
[pid=200472] ppid=200469 vsize=19241304 memory=1334420 CPUtime=139.95 cores=5,7
/proc/200472/stat : 200472 (java) S 200469 200472 199498 0 -1 1077936128 65774 0 0 0 13900 95 0 0 20 0 21 0 20715622 19703095296 333605 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
/proc/200472/statm: 4810326 333605 5875 1 0 555692 0
[pid=200472/tid=200474] ppid=200469 vsize=19241304 memory=-8527397035343323836 CPUtime=136.15 cores=5,7
/proc/200472/task/200474/stat : 200474 (java) S 200469 200472 199498 0 -1 1077936192 17603 0 0 0 13531 84 0 0 20 0 21 0 20715623 19703095296 333605 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200483] ppid=200469 vsize=19241304 memory=1535358 CPUtime=0 cores=5,7
/proc/200472/task/200483/stat : 200483 (Finalizer) S 200469 200472 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 20715626 19703095296 333605 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200490] ppid=200469 vsize=19241304 memory=1535605 CPUtime=0 cores=5,7
/proc/200472/task/200490/stat : 200490 (Common-Cleaner) S 200469 200472 199498 0 -1 1077936192 182 0 0 0 0 0 0 0 20 0 21 0 20715626 19703095296 333605 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200491] ppid=200469 vsize=19241304 memory=1736349 CPUtime=0 cores=5,7
/proc/200472/task/200491/stat : 200491 (Timer-0) R 200469 200472 199498 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 20715639 19703095296 333605 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
[pid=200472/tid=200899] ppid=200469 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/200472/task/200899/stat : 200899 (Thread-0) R 200469 200472 199498 0 -1 4194368 177 0 0 0 0 0 0 0 20 0 21 0 20729321 19703095296 333605 134679101440 94368518606848 94368518610544 140733931788512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368518618360 94368518619152 94368534695936 140733931791275 140733931791457 140733931791457 140733931798472 0
Current children cumulated CPU time: 139.95 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1334420 KiB

Child status: 20

Real time (s): 137.083
CPU time (s): 140.059
CPU user time (s): 139.091
CPU system time (s): 0.96807
CPU usage (%): 102.171
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1335948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.091
system time used= 0.96807
maximum resident set size= 1335948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 443984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4993
involuntary context switches= 454


# summary of solver processes directly reported to runsolver:
#   pid: 200472
#   total CPU time (s): 140.059
#   total CPU user time (s): 139.091
#   total CPU system time (s): 0.96807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.320854 second user time and 0.715937 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:25:22
IDJOB=4452982
IDBENCH=165644
IDSOLVER=3079
FILE ID=nodeC028/4452982-1721841922
RUNJOBID= nodeC028-1721841436-199511
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid6_13.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452982-1721841922/watcher-4452982-1721841922 -o /tmp/evaluation-result-4452982-1721841922/solver-4452982-1721841922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199511 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452982-1721841922 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452982-1721841922.opb

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

MD5SUM BENCH= d115ce47b5b18af686045fe84c0e41b6
RANDOM SEED=1866365717

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107279100 kB
MemAvailable:   119998100 kB
Buffers:          266596 kB
Cached:         13238340 kB
SwapCached:          264 kB
Active:          2269236 kB
Inactive:       21266604 kB
Active(anon):       4472 kB
Inactive(anon): 10078616 kB
Active(file):    2264764 kB
Inactive(file): 11187988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:            203364 kB
Writeback:            20 kB
AnonPages:      10030144 kB
Mapped:           116876 kB
Shmem:             52100 kB
KReclaimable:     212140 kB
Slab:             339984 kB
SReclaimable:     212140 kB
SUnreclaim:       127844 kB
KernelStack:        5184 kB
PageTables:        29740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11075328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9754624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-24 19:27:40