Trace number 4447754

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07UNSAT 245.857 242.664

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUMce459d654692c78ea9ebe534277cd2e6
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 benchmark77.8957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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 CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2115194816
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
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@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4447754-1721354356.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.15	c ... done. Wall clock time 0.018s.
0.13/0.15	c declared #vars     101
0.13/0.15	c #constraints  212
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 212
0.13/0.15	c 212 constraints processed.
0.72/0.51	c cleaning 2496 clauses out of 5000 with flag 34028/5000
1.30/0.73	c cleaning 4251 clauses out of 8505 with flag 76032/11001
1.64/0.95	c cleaning 5623 clauses out of 11253 with flag 129254/18000
1.94/1.23	c cleaning 6807 clauses out of 13630 with flag 198436/26000
2.26/1.55	c cleaning 7908 clauses out of 15823 with flag 277416/35000
2.73/1.95	c cleaning 8952 clauses out of 17915 with flag 362017/45000
3.45/2.39	c cleaning 9974 clauses out of 19965 with flag 456950/56002
4.04/2.90	c cleaning 10988 clauses out of 21990 with flag 555082/68001
4.54/3.46	c cleaning 11997 clauses out of 24001 with flag 663087/81000
5.27/4.18	c cleaning 12998 clauses out of 26004 with flag 788681/95000
6.06/4.95	c cleaning 13993 clauses out of 28008 with flag 910892/110002
6.96/5.89	c cleaning 15000 clauses out of 30013 with flag 1053865/126000
8.02/6.89	c cleaning 15996 clauses out of 32014 with flag 1197419/143001
9.19/7.91	c cleaning 17003 clauses out of 34017 with flag 1356889/161000
10.30/9.09	c cleaning 17998 clauses out of 36014 with flag 1513341/180000
11.58/10.37	c cleaning 19003 clauses out of 38017 with flag 1660723/200001
13.08/11.81	c cleaning 19998 clauses out of 40013 with flag 1816583/221000
14.48/13.28	c cleaning 20999 clauses out of 42015 with flag 1978597/243000
16.17/14.97	c cleaning 22000 clauses out of 44016 with flag 2150333/266000
17.87/16.67	c cleaning 23003 clauses out of 46016 with flag 2321687/290000
19.76/18.57	c cleaning 23991 clauses out of 48013 with flag 2519329/315000
21.86/20.61	c cleaning 25005 clauses out of 50022 with flag 2711504/341000
24.53/23.33	c cleaning 26005 clauses out of 52022 with flag 2905445/368005
26.91/25.71	c cleaning 27004 clauses out of 54015 with flag 3126890/396003
29.09/27.95	c cleaning 27994 clauses out of 56008 with flag 3358806/425000
31.56/30.44	c cleaning 29002 clauses out of 58014 with flag 3582221/455000
34.15/33.07	c cleaning 30002 clauses out of 60012 with flag 3830759/486000
36.93/35.84	c cleaning 30999 clauses out of 62014 with flag 4075531/518004
39.80/38.78	c cleaning 31999 clauses out of 64012 with flag 4311668/551001
42.67/41.69	c cleaning 32998 clauses out of 66012 with flag 4565767/585000
46.33/45.32	c cleaning 34004 clauses out of 68015 with flag 4831920/620001
49.71/48.70	c cleaning 34996 clauses out of 70011 with flag 5103209/656001
53.18/52.27	c cleaning 35999 clauses out of 72014 with flag 5390464/693000
56.85/55.96	c cleaning 36998 clauses out of 74015 with flag 5687708/731000
61.01/60.14	c cleaning 38002 clauses out of 76017 with flag 5996780/770000
65.57/64.74	c cleaning 39005 clauses out of 78016 with flag 6299915/810001
69.87/69.09	c cleaning 39996 clauses out of 80010 with flag 6600340/851000
74.74/73.92	c cleaning 41002 clauses out of 82014 with flag 6927617/893000
80.51/79.03	c cleaning 42002 clauses out of 84012 with flag 7271509/936000
85.53/83.77	c cleaning 42999 clauses out of 86011 with flag 7582240/980001
90.78/88.85	c cleaning 44001 clauses out of 88013 with flag 7905609/1025002
96.32/94.01	c cleaning 44998 clauses out of 90011 with flag 8213215/1071001
102.18/99.92	c cleaning 46002 clauses out of 92015 with flag 8537249/1118003
107.93/105.73	c cleaning 47002 clauses out of 94010 with flag 8855209/1166000
114.18/112.09	c cleaning 47996 clauses out of 96008 with flag 9200637/1215000
120.42/118.31	c cleaning 48997 clauses out of 98014 with flag 9569395/1265002
127.07/125.08	c cleaning 50003 clauses out of 100016 with flag 9958531/1316001
133.61/131.60	c cleaning 50998 clauses out of 102012 with flag 10333919/1368000
140.35/138.46	c cleaning 52003 clauses out of 104016 with flag 10715413/1421002
147.59/145.71	c cleaning 52992 clauses out of 106011 with flag 11094372/1475000
156.26/154.43	c cleaning 54004 clauses out of 108019 with flag 11474788/1530000
163.64/161.85	c cleaning 55001 clauses out of 110016 with flag 11864008/1586001
172.63/170.89	c cleaning 56000 clauses out of 112014 with flag 12296563/1643000
181.01/179.27	c cleaning 56998 clauses out of 114016 with flag 12727398/1701002
189.39/187.65	c cleaning 58002 clauses out of 116017 with flag 13148866/1760001
199.08/196.83	c cleaning 58999 clauses out of 118014 with flag 13585135/1820000
209.23/206.94	c cleaning 60006 clauses out of 120015 with flag 14011741/1881000
218.44/216.13	c cleaning 60999 clauses out of 122011 with flag 14432116/1943002
228.01/225.70	c cleaning 62004 clauses out of 124012 with flag 14876227/2006002
237.95/235.30	c cleaning 62997 clauses out of 126004 with flag 15295965/2070000
245.64/242.56	c starts		: 279
245.64/242.58	c conflicts		: 2124209
245.64/242.58	c decisions		: 2688855
245.64/242.58	c propagations		: 36052715
245.64/242.58	c inspects		: 4629522940
245.64/242.58	c shortcuts		: 0
245.64/242.58	c learnt literals	: 12
245.64/242.58	c learnt binary clauses	: 14
245.64/242.58	c learnt ternary clauses	: 24
245.64/242.58	c learnt constraints	: 2124196
245.64/242.58	c ignored constraints	: 0
245.64/242.58	c root simplifications	: 0
245.64/242.58	c removed literals (reason simplification)	: 0
245.64/242.58	c reason swapping (by a shorter reason)	: 0
245.64/242.58	c Calls to reduceDB	: 60
245.64/242.58	c Number of update (reduction) of LBD	: 659229
245.64/242.58	c Imported unit clauses	: 0
245.64/242.59	c No decision after first conflict	: false
245.64/242.59	c number of reductions to clauses (during analyze)	: 0
245.64/242.59	c number of learned constraints concerned by reduction	: 0
245.64/242.59	c number of learning phase by resolution	: 0
245.64/242.59	c number of learning phase by cutting planes	: 0
245.64/242.59	c number of rounding to 1 operations	: 0
245.64/242.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
245.64/242.59	c number of reductions of the coefficients by power 2 	: 0
245.64/242.59	c number of right shift for reduction by power 2 	: 0
245.64/242.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
245.64/242.59	c number of ending skipping 	: 0
245.64/242.59	c number of internal skipping 	: 0
245.64/242.59	c number of derivation steps 	: 0
245.64/242.59	c number of skipped derivation steps 	: 0
245.64/242.59	c number of remaining unassigned 	: 0
245.64/242.59	c number of remaining assigned 	: 0
245.64/242.59	c number of falsified literals weakened from reason	: 0
245.64/242.59	c number of falsified literals weakened from conflict	: 0
245.64/242.59	c time for arithmetic operations	: 0
245.64/242.60	c minimum degree of deleted constraints	: null
245.64/242.60	c maximum degree of deleted constraints	: null
245.64/242.60	c number of deleted constraints	: 0
245.64/242.60	c speed (assignments/second)	: 148711.4637385845
245.64/242.60	c non guided choices	: 19
245.77/242.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 117191
245.77/242.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 14
245.77/242.63	s UNSATISFIABLE
245.77/242.63	c Total wall clock time (in seconds): 242.505

Verifier Data

ERROR: no interpretation found !

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: 64059 MiB (62747 MiB free)
  memory of node 1: 64510 MiB (61699 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447754-1721354356/watcher-4447754-1721354356 -o /tmp/evaluation-result-4447754-1721354356/solver-4447754-1721354356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980651 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4447754-1721354356.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100126 s]*
/proc/loadavg: 1.22 1.80 2.57 6/316 980916
/proc/meminfo: memFree=127387100/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=18975048 memory=62352 CPUtime=0.13 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 7180 0 0 0 12 1 0 0 20 0 18 0 187591962 19430449152 15588 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4743762 15588 5533 1 0 551387 0
[pid=980898/tid=980900] ppid=980895 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 5735 0 0 0 7 1 0 0 20 0 18 0 187591962 19430449152 15588 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187591965 19430449152 15588 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187591966 19430449152 15588 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62352 KiB

[startup+0.206002 s]*
/proc/loadavg: 1.22 1.80 2.57 10/317 980917
/proc/meminfo: memFree=127372104/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=70116 CPUtime=0.33 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 9113 0 0 0 31 2 0 0 20 0 19 0 187591962 19498610688 17529 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 17529 5801 1 0 552778 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 5933 0 0 0 18 1 0 0 20 0 19 0 187591962 19498610688 17529 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=5697 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 17529 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 17529 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 17529 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70116 KiB

[startup+0.307 s]*
/proc/loadavg: 1.22 1.80 2.57 8/317 980917
/proc/meminfo: memFree=127361420/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=74012 CPUtime=0.53 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 9604 0 0 0 51 2 0 0 20 0 19 0 187591962 19498610688 18503 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 18503 5801 1 0 553122 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=-8814778588383716028 CPUtime=0.28 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 5946 0 0 0 27 1 0 0 20 0 19 0 187591962 19498610688 18503 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 18503 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 18503 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 18503 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74012 KiB

[startup+0.710001 s]
/proc/loadavg: 1.60 1.87 2.58 7/317 980917
/proc/meminfo: memFree=127343660/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=85796 CPUtime=1.3 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 11923 0 0 0 128 2 0 0 20 0 19 0 187591962 19498610688 21449 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 21449 5833 1 0 554924 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=43996 CPUtime=0.66 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 5983 0 0 0 65 1 0 0 20 0 19 0 187591962 19498610688 21449 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 21449 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 21449 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=25208 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 21449 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85796 KiB

[startup+1.5003 s]
/proc/loadavg: 1.60 1.87 2.58 6/317 980917
/proc/meminfo: memFree=127307892/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=92472 CPUtime=2.26 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 13105 0 0 0 224 2 0 0 20 0 19 0 187591962 19498610688 23118 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 23118 5833 1 0 554926 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=11992 CPUtime=1.45 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 6288 0 0 0 144 1 0 0 20 0 19 0 187591962 19498610688 23118 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 23118 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 23118 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=25208 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 23118 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92472 KiB

[startup+3.11304 s]
/proc/loadavg: 1.60 1.87 2.58 5/318 980918
/proc/meminfo: memFree=127182448/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=102828 CPUtime=4.26 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 16688 0 0 0 423 3 0 0 20 0 19 0 187591962 19498610688 25707 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 25707 5833 1 0 554928 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=0 CPUtime=3.06 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 6587 0 0 0 305 1 0 0 20 0 19 0 187591962 19498610688 25707 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=-8814778588383716028 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 25707 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 25707 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 25707 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 102828 KiB

[startup+6.30039 s]
/proc/loadavg: 1.95 1.94 2.60 6/319 980985
/proc/meminfo: memFree=127197208/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=113448 CPUtime=7.52 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 17028 0 0 0 748 4 0 0 20 0 19 0 187591962 19498610688 28362 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 28362 5833 1 0 554946 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=2312 CPUtime=6.24 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 6668 0 0 0 622 2 0 0 20 0 19 0 187591962 19498610688 28362 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 28362 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 28362 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=4206468019014099040 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 28362 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113448 KiB

[startup+12.7004 s]
/proc/loadavg: 2.12 1.98 2.61 5/320 980988
/proc/meminfo: memFree=127061904/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19041612 memory=138132 CPUtime=13.98 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 19795 0 0 0 1392 6 0 0 20 0 19 0 187591962 19498610688 34533 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4760403 34533 5837 1 0 554946 0
[pid=980898/tid=980900] ppid=980895 vsize=19041612 memory=11992 CPUtime=12.62 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 7575 0 0 0 1260 2 0 0 20 0 19 0 187591962 19498610688 34533 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19041612 memory=129940 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591965 19498610688 34533 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19041612 memory=16252 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187591966 19498610688 34533 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591978 19498610688 34533 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138132 KiB

[startup+25.501 s]
/proc/loadavg: 2.41 2.04 2.63 5/321 980990
/proc/meminfo: memFree=126824624/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=179756 CPUtime=26.71 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 22740 0 0 0 2664 7 0 0 20 0 20 0 187591962 19566772224 44939 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 44939 5885 1 0 555235 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=2040 CPUtime=25.3 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 8798 0 0 0 2527 3 0 0 20 0 20 0 187591962 19566772224 44939 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=125844 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 44939 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=113448 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 44939 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=224194199869 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 44939 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 26.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179756 KiB

[startup+51.106 s]
/proc/loadavg: 3.09 2.25 2.68 6/321 980995
/proc/meminfo: memFree=126259564/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=179780 CPUtime=52.09 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 24470 0 0 0 5200 9 0 0 20 0 20 0 187591962 19566772224 44945 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 44945 5885 1 0 555235 0

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

/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 110 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 53639 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=214424 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 53639 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 104.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 214556 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 2.87 2.86 5/322 981027
/proc/meminfo: memFree=124662488/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=251596 CPUtime=164.14 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 47520 0 0 0 16395 19 0 0 20 0 20 0 187591962 19566772224 62899 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 62899 5885 1 0 557632 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=191720 CPUtime=160.55 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 14056 0 0 0 16052 3 0 0 20 0 20 0 187591962 19566772224 62899 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 62899 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 208 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 62899 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=16252 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 62899 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 164.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 251596 KiB

[startup+222.3 s]
/proc/loadavg: 4.30 3.16 2.96 5/322 981038
/proc/meminfo: memFree=123950264/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=290584 CPUtime=224.62 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 54118 0 0 0 22437 25 0 0 20 0 20 0 187591962 19566772224 72646 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 72646 5901 1 0 557632 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=43996 CPUtime=220.34 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 15244 0 0 0 22030 4 0 0 20 0 20 0 187591962 19566772224 72646 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 72646 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 72646 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 72646 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 224.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 290584 KiB

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

# cumulated CPU time of all completed processes:  user=245.567 s, system=0.290611 s

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

[startup+230.4 s]
/proc/loadavg: 4.27 3.17 2.97 5/322 981040
/proc/meminfo: memFree=123865412/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=291896 CPUtime=233.06 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 57525 0 0 0 23280 26 0 0 20 0 20 0 187591962 19566772224 72974 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 72974 5901 1 0 557648 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=290424 CPUtime=228.41 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 16062 0 0 0 22837 4 0 0 20 0 20 0 187591962 19566772224 72974 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=290424 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 72974 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=43996 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 72974 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 72974 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 233.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 291896 KiB

[startup+236.8 s]
/proc/loadavg: 4.23 3.20 2.98 6/322 981040
/proc/meminfo: memFree=123865328/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=295532 CPUtime=239.86 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 58571 0 0 0 23959 27 0 0 20 0 20 0 187591962 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 73883 5901 1 0 557648 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=16252 CPUtime=234.8 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 16074 0 0 0 23476 4 0 0 20 0 20 0 187591962 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=43996 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=43996 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 239.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 295532 KiB

[startup+240 s]*
/proc/loadavg: 4.23 3.20 2.98 5/322 981041
/proc/meminfo: memFree=123861568/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=295532 CPUtime=243.06 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 58576 0 0 0 24279 27 0 0 20 0 20 0 187591962 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 73883 5901 1 0 557648 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=-8959737101878076092 CPUtime=238 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 16079 0 0 0 23796 4 0 0 20 0 20 0 187591962 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=-7664694074312058496 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=4828 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=4912 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 73883 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 243.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 295532 KiB

[startup+241.6 s]
/proc/loadavg: 4.21 3.21 2.98 5/322 981041
/proc/meminfo: memFree=123820916/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=290704 CPUtime=244.65 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 58583 0 0 0 24438 27 0 0 20 0 20 0 187591962 19566772224 72676 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 72676 5901 1 0 557648 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=295532 CPUtime=239.59 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 16084 0 0 0 23955 4 0 0 20 0 20 0 187591962 19566772224 72676 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=295532 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 72676 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=-8814778588383716028 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 72676 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=43996 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 72676 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 244.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 290704 KiB

[startup+242.4 s]
/proc/loadavg: 4.21 3.21 2.98 5/322 981041
/proc/meminfo: memFree=123821140/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19108176 memory=290856 CPUtime=245.48 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 59334 0 0 0 24521 27 0 0 20 0 20 0 187591962 19566772224 72714 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4777044 72714 5901 1 0 557648 0
[pid=980898/tid=980900] ppid=980895 vsize=19108176 memory=16252 CPUtime=240.38 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) R 980895 980898 980639 0 -1 4194368 16186 0 0 0 24034 4 0 0 20 0 20 0 187591962 19566772224 72714 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19108176 memory=295532 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19566772224 72714 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19108176 memory=1643464 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19566772224 72714 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980917] ppid=980895 vsize=19108176 memory=295532 CPUtime=0 cores=1,3
/proc/980898/task/980917/stat : 980917 (Timer-0) S 980895 980898 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187591978 19566772224 72714 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 245.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 290856 KiB

[startup+242.6 s]
/proc/loadavg: 4.21 3.21 2.98 5/322 981041
/proc/meminfo: memFree=123821140/131655788 swapFree=131071996/131071996
[pid=980898] ppid=980895 vsize=19241304 memory=291880 CPUtime=245.77 cores=1,3
/proc/980898/stat : 980898 (java) S 980895 980898 980639 0 -1 1077936128 62293 0 0 0 24549 28 0 0 20 0 20 0 187591962 19703095296 72970 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
/proc/980898/statm: 4810326 72970 5900 1 0 558250 0
[pid=980898/tid=980900] ppid=980895 vsize=19241304 memory=7148 CPUtime=240.53 cores=1,3
/proc/980898/task/980900/stat : 980900 (java) S 980895 980898 980639 0 -1 1077936192 17483 0 0 0 24049 4 0 0 20 0 20 0 187591962 19703095296 72970 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980909] ppid=980895 vsize=19241304 memory=6636 CPUtime=0 cores=1,3
/proc/980898/task/980909/stat : 980909 (Finalizer) S 980895 980898 980639 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187591965 19703095296 72970 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
[pid=980898/tid=980916] ppid=980895 vsize=19241304 memory=7756 CPUtime=0 cores=1,3
/proc/980898/task/980916/stat : 980916 (Common-Cleaner) S 980895 980898 980639 0 -1 1077936192 286 0 0 0 0 0 0 0 20 0 20 0 187591966 19703095296 72970 134679101440 94534166913024 94534166916720 140724147220496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94534166924536 94534166925328 94534194851840 140724147225606 140724147225696 140724147225696 140724147232712 0
Current children cumulated CPU time: 245.77 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 291880 KiB

Child status: 20

Real time (s): 242.664
CPU time (s): 245.857
CPU user time (s): 245.567
CPU system time (s): 0.290611
CPU usage (%): 101.316
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 295532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.567
system time used= 0.290611
maximum resident set size= 295532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7692
involuntary context switches= 1915


# summary of solver processes directly reported to runsolver:
#   pid: 980898
#   total CPU time (s): 245.857
#   total CPU user time (s): 245.567
#   total CPU system time (s): 0.290611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.892767 second user time and 1.8184 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 03:59:28
IDJOB=4447754
IDBENCH=160175
IDSOLVER=3058
FILE ID=nodeC008/4447754-1721354356
RUNJOBID= nodeC008-1721354365-980651
SLURM_JOB_ID= 7542775
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447754-1721354356/watcher-4447754-1721354356 -o /tmp/evaluation-result-4447754-1721354356/solver-4447754-1721354356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980651 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4447754-1721354356.opb

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

MD5SUM BENCH= ce459d654692c78ea9ebe534277cd2e6
RANDOM SEED=185572214

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127437296 kB
MemAvailable:   129710028 kB
Buffers:          541228 kB
Cached:          2550076 kB
SwapCached:            0 kB
Active:          1055608 kB
Inactive:        2572112 kB
Active(anon):       1492 kB
Inactive(anon):   572296 kB
Active(file):    1054116 kB
Inactive(file):  1999816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3892 kB
Writeback:            32 kB
AnonPages:        535864 kB
Mapped:           126188 kB
Shmem:             37704 kB
KReclaimable:     117660 kB
Slab:             222160 kB
SReclaimable:     117660 kB
SUnreclaim:       104500 kB
KernelStack:        4848 kB
PageTables:        11020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7310792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58656 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 04:03:30