Trace number 4451392

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. 118.441 116.495

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v050-n1.opb
MD5SUMb8914e79ffb37c6d66755cd34e512329
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.004807
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.11	c version CUSTOM.v20240707
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.12	c Free memory 		2106806208
0.08/0.12	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.15	--- Begin Solver configuration ---
0.08/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.08/0.15	Learn all clauses as in MiniSAT
0.08/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.15	Expensive reason simplification
0.08/0.15	Glucose 2.1 dynamic restart strategy
0.08/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.08/0.15	timeout=2147483s
0.08/0.15	DB Simplification allowed=false
0.08/0.15	Listener: none
0.08/0.15	--- End Solver configuration ---
0.08/0.15	c Pseudo Boolean Optimization by upper bound
0.08/0.15	c --- Begin Solver configuration ---
0.08/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.08/0.15	c Learn all clauses as in MiniSAT
0.08/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.15	c Expensive reason simplification
0.08/0.15	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.15	c timeout=2147483s
0.08/0.15	c DB Simplification allowed=false
0.08/0.15	c Listener: none
0.08/0.15	c --- End Solver configuration ---
0.08/0.15	c solving HOME/instance-4451392-1721839920.opb
0.08/0.15	c reading problem ... 
0.08/0.17	c using VERIPB proof format
0.08/0.17	c  no objective function found
0.08/0.19	c ... done. Wall clock time 0.03s.
0.08/0.19	c declared #vars     99
0.08/0.19	c #constraints  100
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.08/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
0.08/0.19	c 100 constraints processed.
0.81/0.56	c cleaning 2498 clauses out of 5002 with flag 36050/5002
1.40/0.87	c cleaning 4250 clauses out of 8502 with flag 83678/11000
2.13/1.24	c cleaning 5622 clauses out of 11252 with flag 135437/18000
2.49/1.57	c cleaning 6809 clauses out of 13631 with flag 199288/26001
2.99/1.91	c cleaning 7905 clauses out of 15822 with flag 261104/35001
3.38/2.36	c cleaning 8953 clauses out of 17916 with flag 327961/45000
3.97/2.86	c cleaning 9979 clauses out of 19964 with flag 402540/56001
4.56/3.43	c cleaning 10989 clauses out of 21984 with flag 495427/68000
5.16/4.08	c cleaning 11994 clauses out of 23996 with flag 601924/81001
5.87/4.74	c cleaning 12998 clauses out of 26001 with flag 703434/95000
6.72/5.45	c cleaning 13999 clauses out of 28003 with flag 811462/110000
7.63/6.23	c cleaning 14996 clauses out of 30005 with flag 924802/126001
8.60/7.16	c cleaning 15999 clauses out of 32009 with flag 1045384/143001
9.76/8.24	c cleaning 17000 clauses out of 34009 with flag 1170630/161000
10.96/9.42	c cleaning 18005 clauses out of 36010 with flag 1305917/180001
12.06/10.55	c cleaning 18995 clauses out of 38004 with flag 1454969/200000
13.56/12.01	c cleaning 19996 clauses out of 40010 with flag 1627865/221001
14.96/13.40	c cleaning 21002 clauses out of 42015 with flag 1798445/243002
16.35/14.88	c cleaning 22007 clauses out of 44013 with flag 1967887/266002
18.05/16.51	c cleaning 22998 clauses out of 46005 with flag 2139273/290001
19.75/18.28	c cleaning 24000 clauses out of 48006 with flag 2319293/315000
21.54/20.09	c cleaning 25000 clauses out of 50006 with flag 2501547/341000
23.55/22.09	c cleaning 25996 clauses out of 52006 with flag 2695911/368000
25.65/24.14	c cleaning 26997 clauses out of 54010 with flag 2892359/396000
27.95/26.42	c cleaning 28006 clauses out of 56013 with flag 3098929/425000
30.24/28.76	c cleaning 29001 clauses out of 58008 with flag 3309639/455001
32.89/31.50	c cleaning 29998 clauses out of 60007 with flag 3530196/486001
35.89/34.10	c cleaning 31001 clauses out of 62009 with flag 3737458/518001
38.69/36.85	c cleaning 32000 clauses out of 64007 with flag 3951290/551000
41.39/39.56	c cleaning 32997 clauses out of 66007 with flag 4172042/585000
44.48/42.68	c cleaning 34001 clauses out of 68011 with flag 4406074/620001
47.77/45.92	c cleaning 34998 clauses out of 70009 with flag 4653704/656000
51.28/49.49	c cleaning 36003 clauses out of 72012 with flag 4903931/693001
54.28/52.40	c cleaning 36996 clauses out of 74008 with flag 5155684/731000
57.47/55.60	c cleaning 38001 clauses out of 76013 with flag 5427654/770001
61.15/59.35	c cleaning 39006 clauses out of 78012 with flag 5690569/810001
65.21/63.41	c cleaning 39999 clauses out of 80006 with flag 5964437/851001
69.50/67.77	c cleaning 40998 clauses out of 82007 with flag 6250485/893001
74.09/72.39	c cleaning 42001 clauses out of 84008 with flag 6529640/936000
79.47/77.59	c cleaning 42999 clauses out of 86007 with flag 6813562/980000
84.31/82.15	c cleaning 44002 clauses out of 88008 with flag 7109009/1025001
88.90/86.76	c cleaning 44997 clauses out of 90006 with flag 7416126/1071001
94.09/91.91	c cleaning 46002 clauses out of 92008 with flag 7736835/1118000
99.82/97.88	c cleaning 47000 clauses out of 94006 with flag 8028684/1166001
105.12/103.16	c cleaning 48001 clauses out of 96006 with flag 8331977/1215001
110.89/108.98	c cleaning 48994 clauses out of 98004 with flag 8652984/1265001
116.98/115.08	c cleaning 50003 clauses out of 100008 with flag 8998070/1316001
118.34/116.43	c starts		: 47
118.34/116.44	c conflicts		: 1329663
118.34/116.44	c decisions		: 1471734
118.34/116.44	c propagations		: 22822791
118.34/116.44	c inspects		: 1971444234
118.34/116.44	c shortcuts		: 0
118.34/116.44	c learnt literals	: 19
118.34/116.44	c learnt binary clauses	: 162
118.34/116.44	c learnt ternary clauses	: 891
118.34/116.44	c learnt constraints	: 1329643
118.34/116.44	c ignored constraints	: 0
118.34/116.44	c root simplifications	: 0
118.34/116.44	c removed literals (reason simplification)	: 7907120
118.34/116.44	c reason swapping (by a shorter reason)	: 0
118.34/116.44	c Calls to reduceDB	: 47
118.34/116.44	c Number of update (reduction) of LBD	: 364981
118.34/116.44	c Imported unit clauses	: 0
118.34/116.44	c No decision after first conflict	: false
118.34/116.44	c number of reductions to clauses (during analyze)	: 0
118.34/116.44	c number of learned constraints concerned by reduction	: 0
118.34/116.44	c number of learning phase by resolution	: 0
118.34/116.44	c number of learning phase by cutting planes	: 0
118.34/116.44	c number of rounding to 1 operations	: 0
118.34/116.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
118.34/116.44	c number of reductions of the coefficients by power 2 	: 0
118.34/116.44	c number of right shift for reduction by power 2 	: 0
118.34/116.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
118.34/116.44	c number of ending skipping 	: 0
118.34/116.44	c number of internal skipping 	: 0
118.34/116.44	c number of derivation steps 	: 0
118.34/116.44	c number of skipped derivation steps 	: 0
118.34/116.44	c number of remaining unassigned 	: 0
118.34/116.44	c number of remaining assigned 	: 0
118.34/116.44	c number of falsified literals weakened from reason	: 0
118.34/116.44	c number of falsified literals weakened from conflict	: 0
118.34/116.44	c time for arithmetic operations	: 0
118.34/116.44	c minimum degree of deleted constraints	: null
118.34/116.44	c maximum degree of deleted constraints	: null
118.34/116.44	c number of deleted constraints	: 0
118.34/116.45	c speed (assignments/second)	: 196328.46156493016
118.34/116.45	c non guided choices	: 31
118.34/116.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 63490
118.34/116.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 162
118.34/116.48	s UNSATISFIABLE
118.34/116.48	c Total wall clock time (in seconds): 116.328

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: 63931 MiB (61877 MiB free)
  memory of node 1: 64510 MiB (62164 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451392-1721839920/watcher-4451392-1721839920 -o /tmp/evaluation-result-4451392-1721839920/solver-4451392-1721839920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721839920-206431 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4451392-1721839920 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451392-1721839920.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=206479, runsolver pid=206472
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.99 2.76 3.43 7/332 206560
/proc/meminfo: memFree=126867264/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=18975048 memory=59600 CPUtime=0.08 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 6769 0 6 0 7 1 0 0 20 0 18 0 20520686 19430449152 14900 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4743762 14900 5721 1 0 548949 0
[pid=206479/tid=206481] ppid=206472 vsize=18975048 memory=4026531971 CPUtime=0.05 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 5619 0 6 0 4 1 0 0 20 0 18 0 20520686 19430449152 14900 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=18975048 memory=1499814 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20520692 19430449152 14900 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=18975048 memory=14135537057400351 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20520692 19430449152 14900 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59600 KiB

[startup+0.206251 s]*
/proc/loadavg: 1.99 2.76 3.43 15/336 206564
/proc/meminfo: memFree=126821300/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19041612 memory=69088 CPUtime=0.24 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 7655 0 6 0 22 2 0 0 20 0 19 0 20520686 19498610688 17272 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4760403 17272 5733 1 0 549897 0
[pid=206479/tid=206481] ppid=206472 vsize=19041612 memory=664970851429515395 CPUtime=0.14 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 6011 0 6 0 13 1 0 0 20 0 19 0 20520686 19498610688 17272 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19041612 memory=1499814 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20520692 19498610688 17272 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19041612 memory=14135537057400351 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20520692 19498610688 17272 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20520705 19498610688 17272 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69088 KiB

[startup+0.314459 s]*
/proc/loadavg: 1.99 2.76 3.43 14/336 206564
/proc/meminfo: memFree=126769732/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19041612 memory=79672 CPUtime=0.44 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 9447 0 6 0 42 2 0 0 20 0 19 0 20520686 19498610688 19918 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4760403 19918 5864 1 0 550797 0
[pid=206479/tid=206481] ppid=206472 vsize=19041612 memory=-8814782960795099836 CPUtime=0.25 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 6040 0 6 0 23 2 0 0 20 0 19 0 20520686 19498610688 19918 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19041612 memory=1470489529345999449 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20520692 19498610688 19918 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20520692 19498610688 19918 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20520705 19498610688 19918 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79672 KiB

[startup+0.700248 s]
/proc/loadavg: 1.99 2.76 3.43 12/336 206564
/proc/meminfo: memFree=126634428/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19041612 memory=137560 CPUtime=1.19 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 13407 0 6 0 115 4 0 0 20 0 19 0 20520686 19498610688 34390 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4760403 34390 5864 1 0 553378 0
[pid=206479/tid=206481] ppid=206472 vsize=19041612 memory=12316 CPUtime=0.63 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 6099 0 6 0 60 3 0 0 20 0 19 0 20520686 19498610688 34390 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19041612 memory=12316 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20520692 19498610688 34390 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20520692 19498610688 34390 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19041612 memory=16084 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20520705 19498610688 34390 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 137560 KiB

[startup+1.50025 s]
/proc/loadavg: 1.99 2.76 3.43 7/339 206567
/proc/meminfo: memFree=126386640/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=180148 CPUtime=2.49 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 18277 0 6 0 243 6 0 0 20 0 20 0 20520686 19566772224 45037 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 45037 5882 1 0 554278 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=12316 CPUtime=1.4 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 6496 0 6 0 136 4 0 0 20 0 20 0 20520686 19566772224 45037 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=16084 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 45037 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 45037 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=2160 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 45037 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180148 KiB

[startup+3.10625 s]
/proc/loadavg: 1.99 2.76 3.43 5/340 206570
/proc/meminfo: memFree=126105884/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=180512 CPUtime=4.27 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 20450 0 6 0 419 8 0 0 20 0 20 0 20520686 19566772224 45128 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 45128 5898 1 0 554279 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=0 CPUtime=2.98 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 6874 0 6 0 292 6 0 0 20 0 20 0 20520686 19566772224 45128 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=12316 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 45128 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=11384 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 45128 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=75604 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 45128 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180512 KiB

[startup+6.30026 s]
/proc/loadavg: 2.15 2.78 3.43 6/340 206570
/proc/meminfo: memFree=125283552/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=252492 CPUtime=7.8 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 24843 0 6 0 768 12 0 0 20 0 20 0 20520686 19566772224 63123 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 63123 5898 1 0 554303 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=0 CPUtime=6.15 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 7197 0 6 0 606 9 0 0 20 0 20 0 20520686 19566772224 63123 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=7100839861465945203 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 63123 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=12316 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 63123 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 63123 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 252492 KiB

[startup+12.7003 s]
/proc/loadavg: 2.30 2.80 3.43 5/340 206571
/proc/meminfo: memFree=123780724/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=696108 CPUtime=14.26 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 27684 0 6 0 1401 25 0 0 20 0 20 0 20520686 19566772224 174027 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 174027 5898 1 0 554303 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=12316 CPUtime=12.52 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 8404 0 6 0 1231 21 0 0 20 0 20 0 20520686 19566772224 174027 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=642844 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 174027 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=-9031518692862304956 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 174027 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=11384 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 174027 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 696108 KiB

[startup+25.5003 s]
/proc/loadavg: 2.68 2.86 3.45 5/340 206573
/proc/meminfo: memFree=121929120/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=855884 CPUtime=27.05 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 31482 0 6 0 2670 35 0 0 20 0 20 0 20520686 19566772224 213971 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 213971 5898 1 0 554303 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=642844 CPUtime=25.28 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 9521 0 6 0 2497 31 0 0 20 0 20 0 20520686 19566772224 213971 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 213971 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=-9031518692862304956 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 213971 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=3502 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 213971 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 855884 KiB

[startup+51.1061 s]
/proc/loadavg: 3.20 2.97 3.47 5/340 206576
/proc/meminfo: memFree=121170704/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1318908 CPUtime=52.98 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 41857 0 6 0 5242 56 0 0 20 0 20 0 20520686 19566772224 329727 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 329727 5898 1 0 555382 0

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

/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 329727 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 52.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1318908 KiB

[startup+102.3 s]
/proc/loadavg: 3.72 3.15 3.50 5/340 206586
/proc/meminfo: memFree=120688236/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325676 CPUtime=104.31 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 50748 0 6 0 10358 73 0 0 20 0 20 0 20520686 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331419 5898 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=1325676 CPUtime=101.51 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 15565 0 6 0 10085 66 0 0 20 0 20 0 20520686 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=1325676 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=1325676 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=1325144 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 104.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325676 KiB

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

# cumulated CPU time of all completed processes:  user=117.662 s, system=0.778711 s

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

[startup+102.4 s]
/proc/loadavg: 3.72 3.15 3.50 5/340 206586
/proc/meminfo: memFree=120688236/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325676 CPUtime=104.41 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 50751 0 6 0 10368 73 0 0 20 0 20 0 20520686 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331419 5898 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=12316 CPUtime=101.61 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 15568 0 6 0 10095 66 0 0 20 0 20 0 20520686 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=140700578588913 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=11384 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=-9031518692862304956 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 104.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325676 KiB

[startup+108.8 s]
/proc/loadavg: 3.75 3.16 3.50 5/340 206586
/proc/meminfo: memFree=120639604/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325676 CPUtime=110.79 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 50994 0 6 0 11005 74 0 0 20 0 20 0 20520686 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331419 5898 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=12316 CPUtime=107.99 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 15811 0 6 0 10732 67 0 0 20 0 20 0 20520686 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=5440 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=16084 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=2272 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331419 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 110.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325676 KiB

[startup+112 s]*
/proc/loadavg: 3.77 3.18 3.51 5/340 206587
/proc/meminfo: memFree=120605076/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325684 CPUtime=113.99 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 51898 0 6 0 11324 75 0 0 20 0 20 0 20520686 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331421 5898 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=-8814782960795099836 CPUtime=111.18 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 16012 0 6 0 11050 68 0 0 20 0 20 0 20520686 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=1470489529345999449 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=39872 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=1325676 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 113.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325684 KiB

[startup+113.6 s]
/proc/loadavg: 3.77 3.18 3.51 5/340 206587
/proc/meminfo: memFree=120597648/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325684 CPUtime=115.58 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 51926 0 6 0 11483 75 0 0 20 0 20 0 20520686 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331421 5898 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=1325676 CPUtime=112.77 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 16040 0 6 0 11209 68 0 0 20 0 20 0 20520686 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=1325684 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=18760 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=75604 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331421 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 115.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325684 KiB

[startup+115.2 s]
/proc/loadavg: 3.79 3.19 3.51 5/340 206587
/proc/meminfo: memFree=120582324/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325688 CPUtime=117.18 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 52361 0 6 0 11643 75 0 0 20 0 20 0 20520686 19566772224 331422 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331422 5898 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=0 CPUtime=114.37 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 16457 0 6 0 11369 68 0 0 20 0 20 0 20520686 19566772224 331422 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=75604 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331422 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=1325676 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 139 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331422 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=1470489529345999449 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331422 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 117.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325688 KiB

[startup+116 s]*
/proc/loadavg: 3.79 3.19 3.51 5/340 206587
/proc/meminfo: memFree=120571980/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325844 CPUtime=118 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 53906 0 6 0 11724 76 0 0 20 0 20 0 20520686 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331461 5914 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=-8814782960795099836 CPUtime=115.16 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 16583 0 6 0 11447 69 0 0 20 0 20 0 20520686 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=1470489529345999449 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=37140 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 166 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=2160 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 118 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325844 KiB

[startup+116.401 s]
/proc/loadavg: 3.79 3.19 3.51 5/340 206587
/proc/meminfo: memFree=120571980/131524600 swapFree=131059368/131071996
[pid=206479] ppid=206472 vsize=19108176 memory=1325844 CPUtime=118.34 cores=5,7
/proc/206479/stat : 206479 (java) S 206472 206479 206418 0 -1 1077936128 54682 0 6 0 11758 76 0 0 20 0 20 0 20520686 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
/proc/206479/statm: 4777044 331461 5914 1 0 555382 0
[pid=206479/tid=206481] ppid=206472 vsize=19108176 memory=16084 CPUtime=115.51 cores=5,7
/proc/206479/task/206481/stat : 206481 (java) R 206472 206479 206418 0 -1 4194368 17308 0 6 0 11482 69 0 0 20 0 20 0 20520686 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206533] ppid=206472 vsize=19108176 memory=31444 CPUtime=0 cores=5,7
/proc/206479/task/206533/stat : 206533 (Finalizer) S 206472 206479 206418 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206559] ppid=206472 vsize=19108176 memory=30032 CPUtime=0 cores=5,7
/proc/206479/task/206559/stat : 206559 (Common-Cleaner) S 206472 206479 206418 0 -1 1077936192 166 0 0 0 0 0 0 0 20 0 20 0 20520692 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
[pid=206479/tid=206561] ppid=206472 vsize=19108176 memory=2036 CPUtime=0 cores=5,7
/proc/206479/task/206561/stat : 206561 (Timer-0) S 206472 206479 206418 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20520705 19566772224 331461 134679101440 93986777026560 93986777030256 140734755109840 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93986777038072 93986777038864 93986799251456 140734755115947 140734755116129 140734755116129 140734755123144 0
Current children cumulated CPU time: 118.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325844 KiB

Child status: 20

Real time (s): 116.495
CPU time (s): 118.441
CPU user time (s): 117.662
CPU system time (s): 0.778711
CPU usage (%): 101.67
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1325844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.662
system time used= 0.778711
maximum resident set size= 1327204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56242
page faults= 6
swaps= 0
block input operations= 5312
block output operations= 263496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4354
involuntary context switches= 504


# summary of solver processes directly reported to runsolver:
#   pid: 206479
#   total CPU time (s): 118.441
#   total CPU user time (s): 117.662
#   total CPU system time (s): 0.778711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.277758 second user time and 0.61187 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-24 18:52:00
IDJOB=4451392
IDBENCH=162396
IDSOLVER=3079
FILE ID=nodeC021/4451392-1721839920
RUNJOBID= nodeC021-1721839920-206431
SLURM_JOB_ID= 7891546
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v050-n1.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-4451392-1721839920/watcher-4451392-1721839920 -o /tmp/evaluation-result-4451392-1721839920/solver-4451392-1721839920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721839920-206431 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4451392-1721839920 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451392-1721839920.opb

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

MD5SUM BENCH= b8914e79ffb37c6d66755cd34e512329
RANDOM SEED=788125551

nodeC021.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		: 3549.523
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	: 7000.35
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		: 3125.525
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	: 7007.41
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		: 3620.233
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	: 7000.35
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		: 3333.757
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	: 7007.41
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		: 3574.114
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	: 7000.35
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		: 3655.274
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	: 7007.41
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		: 3584.624
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	: 7000.35
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		: 3656.318
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	: 7007.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127023476 kB
MemAvailable:   129702544 kB
Buffers:          266716 kB
Cached:          3225188 kB
SwapCached:          440 kB
Active:          2570140 kB
Inactive:        1296920 kB
Active(anon):       1620 kB
Inactive(anon):   427008 kB
Active(file):    2568520 kB
Inactive(file):   869912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131059368 kB
Dirty:              1424 kB
Writeback:             4 kB
AnonPages:        374656 kB
Mapped:           106280 kB
Shmem:             53464 kB
KReclaimable:     160568 kB
Slab:             280304 kB
SReclaimable:     160568 kB
SUnreclaim:       119736 kB
KernelStack:        4016 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     769684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      322260 kB
DirectMap2M:    40345600 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC021 at 2024-07-24 18:53:57