Trace number 4542237

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 2025-06-06? (TO) 3600.2 3603.52

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
MD5SUM664376cebc4ace2a9adeb41aa7b140b0
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 benchmark4.20328
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables64680
Total number of constraints8494
Number of constraints which are clauses4352
Number of constraints which are cardinality constraints (but not clauses)3362
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint17
Maximum length of a constraint22
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 25
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4542237-1753213783.opb
0.09/0.15	c reading problem ... 
0.09/0.16	c  no objective function found
1.39/0.86	c ... done. Wall clock time 0.705s.
1.39/0.86	c declared #vars     64680
1.39/0.86	c #constraints  8494
1.39/0.86	c constraints type 
1.39/0.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4142
1.39/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4352
1.39/0.86	c 8494 constraints processed.
2.77/1.54	c cleaning 2482 clauses out of 5001 with flag 30972/5001
3.37/1.98	c cleaning 4250 clauses out of 8518 with flag 77119/11000
4.30/2.73	c cleaning 5634 clauses out of 11274 with flag 137317/18006
5.34/3.63	c cleaning 6817 clauses out of 13637 with flag 204580/26003
6.53/4.84	c cleaning 7903 clauses out of 15817 with flag 281122/35000
7.83/6.19	c cleaning 8955 clauses out of 17915 with flag 358311/45001
9.83/8.15	c cleaning 9973 clauses out of 19959 with flag 441771/56000
11.91/10.29	c cleaning 10992 clauses out of 21986 with flag 535887/68000
15.60/13.95	c cleaning 11988 clauses out of 23994 with flag 631160/81000
19.60/17.92	c cleaning 13002 clauses out of 26009 with flag 753321/95003
24.09/22.44	c cleaning 13992 clauses out of 28004 with flag 884766/110000
28.68/27.08	c cleaning 15002 clauses out of 30013 with flag 1004515/126001
33.82/32.15	c cleaning 16000 clauses out of 32014 with flag 1132258/143004
39.50/37.82	c cleaning 16999 clauses out of 34010 with flag 1268348/161000
46.08/44.41	c cleaning 17997 clauses out of 36011 with flag 1410910/180000
53.47/51.87	c cleaning 18997 clauses out of 38014 with flag 1573691/200000
60.77/59.10	c cleaning 20000 clauses out of 40017 with flag 1758559/221000
67.45/65.75	c cleaning 21004 clauses out of 42017 with flag 1947170/243000
72.24/70.58	c cleaning 21994 clauses out of 44014 with flag 2111545/266001
76.84/75.18	c cleaning 23004 clauses out of 46022 with flag 2342859/290003
84.45/82.70	c cleaning 24000 clauses out of 48015 with flag 2573814/315000
89.74/88.04	c cleaning 24990 clauses out of 50016 with flag 2788089/341001
98.61/96.90	c cleaning 25989 clauses out of 52026 with flag 3001324/368001
107.39/105.75	c cleaning 26999 clauses out of 54036 with flag 3238057/396000
119.95/118.39	c cleaning 27999 clauses out of 56039 with flag 3491691/425002
135.76/134.14	c cleaning 28996 clauses out of 58038 with flag 3742716/455000
149.33/147.78	c cleaning 30004 clauses out of 60048 with flag 4000052/486006
163.19/161.60	c cleaning 30995 clauses out of 62038 with flag 4274116/518000
177.56/176.04	c cleaning 32004 clauses out of 64045 with flag 4531680/551002
192.62/191.11	c cleaning 32994 clauses out of 66040 with flag 4805210/585001
210.93/209.45	c cleaning 33999 clauses out of 68046 with flag 5095047/620001
230.49/229.01	c cleaning 35002 clauses out of 70050 with flag 5399298/656004
251.45/250.10	c cleaning 35997 clauses out of 72045 with flag 5697548/693001
272.80/271.41	c cleaning 37004 clauses out of 74047 with flag 6021480/731000
293.37/292.01	c cleaning 37999 clauses out of 76044 with flag 6371215/770001
313.49/312.19	c cleaning 38996 clauses out of 78045 with flag 6727815/810001
334.65/333.38	c cleaning 39998 clauses out of 80048 with flag 7122710/851000
358.21/356.99	c cleaning 41002 clauses out of 82051 with flag 7532956/893001
382.97/381.63	c cleaning 41998 clauses out of 84048 with flag 7994460/936000
405.73/404.44	c cleaning 42997 clauses out of 86050 with flag 8464771/980000
432.68/431.41	c cleaning 44000 clauses out of 88053 with flag 8913209/1025000
460.64/459.40	c cleaning 45007 clauses out of 90054 with flag 9356224/1071001
494.16/492.94	c cleaning 46001 clauses out of 92047 with flag 9845601/1118001
521.91/520.73	c cleaning 47003 clauses out of 94045 with flag 10361947/1166000
555.65/554.50	c cleaning 48001 clauses out of 96043 with flag 10909651/1215001
598.77/597.79	c cleaning 48997 clauses out of 98043 with flag 11424117/1265002
640.18/639.10	c cleaning 49999 clauses out of 100044 with flag 11951543/1316000
677.01/676.10	c cleaning 50995 clauses out of 102046 with flag 12495296/1368001
714.23/713.31	c cleaning 52006 clauses out of 104052 with flag 13082970/1421002
751.13/750.25	c cleaning 52997 clauses out of 106045 with flag 13644583/1475001
787.97/787.19	c cleaning 53998 clauses out of 108047 with flag 14290706/1530000
824.51/823.76	c cleaning 55007 clauses out of 110054 with flag 14967336/1586005
859.54/858.74	c cleaning 55992 clauses out of 112042 with flag 15699376/1643000
894.77/894.05	c cleaning 56988 clauses out of 114051 with flag 16365112/1701001
939.68/939.01	c cleaning 58010 clauses out of 116066 with flag 16867081/1760004
978.56/977.97	c cleaning 58989 clauses out of 118058 with flag 17261335/1820006
1021.47/1020.90	c cleaning 59984 clauses out of 120064 with flag 17656886/1881001
1077.47/1077.04	c cleaning 60996 clauses out of 122081 with flag 18095671/1943002
1148.23/1147.84	c cleaning 61994 clauses out of 124084 with flag 18593719/2006001
1212.50/1212.26	c cleaning 62998 clauses out of 126092 with flag 19107093/2070003
1281.67/1281.59	c cleaning 63996 clauses out of 128091 with flag 19623409/2135000
1357.03/1356.96	c cleaning 64996 clauses out of 130098 with flag 20159558/2201003
1427.60/1427.67	c cleaning 66000 clauses out of 132104 with flag 20714319/2268005
1526.02/1526.30	c cleaning 67006 clauses out of 134099 with flag 21321990/2336000
1615.15/1615.45	c cleaning 68004 clauses out of 136094 with flag 21924530/2405001
1713.74/1714.29	c cleaning 68996 clauses out of 138093 with flag 22548153/2475004
1826.72/1827.48	c cleaning 69999 clauses out of 140095 with flag 23160082/2546002
1939.20/1940.05	c cleaning 71001 clauses out of 142094 with flag 23789465/2618000
2039.90/2040.93	c cleaning 72002 clauses out of 144093 with flag 24392617/2691000
2165.77/2166.94	c cleaning 73002 clauses out of 146092 with flag 25045222/2765001
2280.96/2282.34	c cleaning 73992 clauses out of 148089 with flag 25694873/2840000
2402.34/2403.96	c cleaning 74995 clauses out of 150101 with flag 26329063/2916004
2525.69/2527.40	c cleaning 76005 clauses out of 152102 with flag 27014787/2993000
2650.32/2652.37	c cleaning 77005 clauses out of 154099 with flag 27729371/3071002
2757.90/2760.15	c cleaning 77998 clauses out of 156092 with flag 28411500/3150000
2858.33/2860.77	c cleaning 79001 clauses out of 158099 with flag 29018397/3230005
2954.72/2957.35	c cleaning 79988 clauses out of 160093 with flag 29669358/3311000
3044.52/3047.36	c cleaning 81004 clauses out of 162110 with flag 30361912/3393005
3157.56/3160.10	c cleaning 82003 clauses out of 164101 with flag 31062503/3476000
3288.37/3291.17	c cleaning 83001 clauses out of 166099 with flag 31803368/3560001
3405.41/3408.40	c cleaning 83999 clauses out of 168098 with flag 32549626/3645001
3511.36/3514.58	c cleaning 84995 clauses out of 170098 with flag 33377386/3731000
3600.05/3603.41	c starts		: 1978
3600.05/3603.41	c conflicts		: 3791441
3600.05/3603.41	c decisions		: 4835840
3600.05/3603.41	c propagations		: 68299660
3600.05/3603.41	c inspects		: 25081974823
3600.05/3603.41	c shortcuts		: 0
3600.05/3603.41	c learnt literals	: 0
3600.05/3603.41	c learnt binary clauses	: 0
3600.05/3603.41	c learnt ternary clauses	: 0
3600.05/3603.41	c learnt constraints	: 3791441
3600.05/3603.41	c ignored constraints	: 0
3600.05/3603.41	c root simplifications	: 0
3600.05/3603.41	c removed literals (reason simplification)	: 17132786
3600.05/3603.41	c reason swapping (by a shorter reason)	: 0
3600.05/3603.41	c Calls to reduceDB	: 82
3600.05/3603.41	c Number of update (reduction) of LBD	: 2478572
3600.05/3603.41	c Imported unit clauses	: 0
3600.05/3603.41	c No decision after first conflict	: false
3600.05/3603.41	c number of reductions to clauses (during analyze)	: 0
3600.05/3603.41	c number of learned constraints concerned by reduction	: 0
3600.05/3603.41	c number of learning phase by resolution	: 0
3600.05/3603.41	c number of learning phase by cutting planes	: 0
3600.05/3603.41	c number of rounding to 1 operations	: 0
3600.05/3603.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3603.42	c number of reductions of the coefficients by power 2 	: 0
3600.05/3603.42	c number of right shift for reduction by power 2 	: 0
3600.05/3603.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3603.42	c number of ending skipping 	: 0
3600.05/3603.42	c number of internal skipping 	: 0
3600.05/3603.42	c number of derivation steps 	: 0
3600.05/3603.42	c number of skipped derivation steps 	: 0
3600.05/3603.42	c number of remaining unassigned 	: 0
3600.05/3603.42	c number of remaining assigned 	: 0
3600.05/3603.42	c number of falsified literals weakened from reason	: 0
3600.05/3603.42	c number of falsified literals weakened from conflict	: 0
3600.05/3603.42	c time for arithmetic operations	: 0
3600.05/3603.42	c minimum degree of deleted constraints	: null
3600.05/3603.42	c maximum degree of deleted constraints	: null
3600.05/3603.42	c number of deleted constraints	: 0
3600.05/3603.42	c speed (assignments/second)	: 18958.761850673054
3600.05/3603.42	c non guided choices	: 317129
3600.05/3603.44	c timeout
3600.05/3603.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 145544
3600.05/3603.48	s UNKNOWN
3600.05/3603.48	c Total wall clock time (in seconds): 3603.322

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: 63708 MiB (43391 MiB free)
  memory of node 1: 64465 MiB (41911 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542237-1753213783/watcher-4542237-1753213783 -o /tmp/evaluation-result-4542237-1753213783/solver-4542237-1753213783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157167 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542237-1753213783.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=157668, runsolver pid=157665
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.06 4.17 4.12 6/311 157686
/proc/meminfo: memFree=87268944/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=18930384 memory=49784 CPUtime=0.09 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 6094 0 0 0 8 1 0 0 20 0 18 0 237055855 19384713216 12446 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4732596 12446 5353 1 0 547214 0
[pid=157668/tid=157670] ppid=157665 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 4947 0 0 0 5 1 0 0 20 0 18 0 237055858 19384713216 12446 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055860 19384713216 12446 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055861 19384713216 12446 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49784 KiB

[startup+0.20591 s]*
/proc/loadavg: 4.06 4.17 4.12 7/311 157686
/proc/meminfo: memFree=87051228/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=18930384 memory=125136 CPUtime=0.28 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 6937 0 0 0 25 3 0 0 20 0 18 0 237055855 19384713216 31284 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4732596 31284 5449 1 0 547847 0
[pid=157668/tid=157670] ppid=157665 vsize=18930384 memory=4026990711 CPUtime=0.16 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 5297 0 0 0 14 2 0 0 20 0 18 0 237055858 19384713216 31284 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=18930384 memory=215637836247 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055860 19384713216 31284 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=18930384 memory=29764 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055861 19384713216 31284 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125136 KiB

[startup+0.305878 s]*
/proc/loadavg: 4.06 4.17 4.12 5/312 157687
/proc/meminfo: memFree=87010332/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=18996948 memory=159556 CPUtime=0.47 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 8940 0 0 0 42 5 0 0 20 0 19 0 237055855 19452874752 39889 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4749237 39889 5481 1 0 549464 0
[pid=157668/tid=157670] ppid=157665 vsize=18996948 memory=-8815625182323188412 CPUtime=0.25 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 5309 0 0 0 22 3 0 0 20 0 19 0 237055858 19452874752 39889 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055860 19452874752 39889 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055861 19452874752 39889 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159556 KiB

[startup+0.700281 s]
/proc/loadavg: 4.06 4.17 4.12 5/314 157693
/proc/meminfo: memFree=86378780/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=18996948 memory=1049656 CPUtime=1.19 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 11701 0 0 0 96 23 0 0 20 0 19 0 237055855 19452874752 262414 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4749237 262414 5481 1 0 1076827 0
[pid=157668/tid=157670] ppid=157665 vsize=18996948 memory=27136 CPUtime=0.58 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 5727 0 0 0 38 20 0 0 20 0 19 0 237055858 19452874752 262414 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055860 19452874752 262414 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055861 19452874752 262414 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1049656 KiB

[startup+1.50027 s]
/proc/loadavg: 4.22 4.20 4.13 6/315 157718
/proc/meminfo: memFree=85336044/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=1327088 CPUtime=2.77 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 12590 0 0 0 246 31 0 0 20 0 20 0 237055855 19521036288 331772 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 331772 5481 1 0 1077644 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=3328 CPUtime=1.33 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 5899 0 0 0 107 26 0 0 20 0 20 0 237055858 19521036288 331772 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 331772 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 331772 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=16508 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 331772 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327088 KiB

[startup+3.1057 s]
/proc/loadavg: 4.22 4.20 4.13 5/336 157747
/proc/meminfo: memFree=83314560/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=1344256 CPUtime=4.77 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 12777 0 0 0 446 31 0 0 20 0 20 0 237055855 19521036288 336064 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 336064 5513 1 0 1077732 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=10752 CPUtime=2.91 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 5942 0 0 0 265 26 0 0 20 0 20 0 237055858 19521036288 336064 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=16508 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 336064 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 336064 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 336064 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1344256 KiB

[startup+6.30024 s]
/proc/loadavg: 4.28 4.21 4.14 5/336 157747
/proc/meminfo: memFree=81595632/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=1365412 CPUtime=8.03 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 12854 0 0 0 771 32 0 0 20 0 20 0 237055855 19521036288 341353 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 341353 5513 1 0 1077732 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=0 CPUtime=6.1 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 6006 0 0 0 583 27 0 0 20 0 20 0 237055858 19521036288 341353 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 341353 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 341353 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=1329512 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 341353 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1365412 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.21 4.14 5/336 157747
/proc/meminfo: memFree=79253180/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=1394084 CPUtime=14.41 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 13427 0 0 0 1408 33 0 0 20 0 20 0 237055855 19521036288 348521 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 348521 5513 1 0 1077732 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=1329512 CPUtime=12.47 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 6535 0 0 0 1220 27 0 0 20 0 20 0 237055858 19521036288 348521 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 348521 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=1389988 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 348521 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=1369508 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 348521 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 14.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1394084 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.22 4.14 5/336 157747
/proc/meminfo: memFree=78118920/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=1435044 CPUtime=27.18 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 15412 0 0 0 2683 35 0 0 20 0 20 0 237055855 19521036288 358761 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 358761 5513 1 0 1077732 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=0 CPUtime=25.23 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 7644 0 0 0 2495 28 0 0 20 0 20 0 237055858 19521036288 358761 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=-8815625182323188412 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 358761 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=1428900 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 358761 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=1396132 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 358761 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1435044 KiB

[startup+51.1057 s]
/proc/loadavg: 4.25 4.21 4.14 5/338 157749
/proc/meminfo: memFree=77048416/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=1506852 CPUtime=52.77 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 18393 0 0 0 5240 37 0 0 20 0 20 0 237055855 19521036288 376713 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 376713 5513 1 0 1077732 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=5632 CPUtime=50.75 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 8172 0 0 0 5045 30 0 0 20 0 20 0 237055858 19521036288 376713 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 376713 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=1424804 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 376713 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=1492388 CPUtime=0 cores=0,2

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

/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=16508 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1734 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=27136 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3219.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3350844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/339 157915
/proc/meminfo: memFree=62941856/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3350844 CPUtime=3279.58 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 69518 0 0 0 327757 201 0 0 20 0 20 0 237055855 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 837711 5513 1 0 1079415 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=16508 CPUtime=3271.79 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 28720 0 0 0 327137 42 0 0 20 0 20 0 237055858 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1779 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3279.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3350844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/339 157918
/proc/meminfo: memFree=62941320/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3350844 CPUtime=3339.45 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 69891 0 0 0 333742 203 0 0 20 0 20 0 237055855 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 837711 5513 1 0 1079415 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=-8815625182323188412 CPUtime=3331.62 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 29055 0 0 0 333119 43 0 0 20 0 20 0 237055858 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=16508 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3339.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3350844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/339 157920
/proc/meminfo: memFree=62617620/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3350844 CPUtime=3399.32 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 70306 0 0 0 339728 204 0 0 20 0 20 0 237055855 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 837711 5513 1 0 1079418 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=4760 CPUtime=3391.45 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 29436 0 0 0 339102 43 0 0 20 0 20 0 237055858 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 837711 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3399.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3350844 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/340 157923
/proc/meminfo: memFree=62310532/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3357104 CPUtime=3459.27 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 72161 0 0 0 345720 207 0 0 20 0 20 0 237055855 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 839276 5513 1 0 1079419 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=4760 CPUtime=3451.22 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 30266 0 0 0 345078 44 0 0 20 0 20 0 237055858 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=3350844 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=27136 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1837 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=3357104 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3459.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3357104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/340 157925
/proc/meminfo: memFree=61736744/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3357104 CPUtime=3519.15 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 72711 0 0 0 351706 209 0 0 20 0 20 0 237055855 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 839276 5513 1 0 1079419 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=3357104 CPUtime=3511.06 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 30686 0 0 0 351061 45 0 0 20 0 20 0 237055858 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=3357104 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=3357104 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1883 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=-8815625182323188412 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3519.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3357104 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.15 4.16 5/338 158059
/proc/meminfo: memFree=78735348/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3357104 CPUtime=3578.99 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 72787 0 0 0 357686 213 0 0 20 0 20 0 237055855 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 839276 5513 1 0 1079419 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=5632 CPUtime=3570.87 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 30728 0 0 0 357041 46 0 0 20 0 20 0 237055858 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=16508 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=3357104 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=16508 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3578.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3357104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.4 s]
/proc/loadavg: 4.15 4.14 4.15 5/340 158128
/proc/meminfo: memFree=86612268/131249988 swapFree=33010160/33010684
[pid=157668] ppid=157665 vsize=19063512 memory=3357104 CPUtime=3600.05 cores=0,2
/proc/157668/stat : 157668 (java) S 157665 157668 157157 0 -1 4194304 72820 0 0 0 359791 214 0 0 20 0 20 0 237055855 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
/proc/157668/statm: 4765878 839276 5513 1 0 1079419 0
[pid=157668/tid=157670] ppid=157665 vsize=19063512 memory=5632 CPUtime=3591.92 cores=0,2
/proc/157668/task/157670/stat : 157670 (java) R 157665 157668 157157 0 -1 4194368 30760 0 0 0 359145 47 0 0 20 0 20 0 237055858 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157679] ppid=157665 vsize=19063512 memory=-8815625182323188412 CPUtime=0 cores=0,2
/proc/157668/task/157679/stat : 157679 (Finalizer) S 157665 157668 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055860 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157686] ppid=157665 vsize=19063512 memory=6944652177228980320 CPUtime=0 cores=0,2
/proc/157668/task/157686/stat : 157686 (Common-Cleaner) S 157665 157668 157157 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 237055861 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
[pid=157668/tid=157718] ppid=157665 vsize=19063512 memory=3357104 CPUtime=0 cores=0,2
/proc/157668/task/157718/stat : 157718 (Timer-0) S 157665 157668 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055943 19521036288 839276 18446744073709551615 94699466731520 94699466735216 140726459786128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94699466743032 94699466743824 94699471835136 140726459791743 140726459791844 140726459791844 140726459797448 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3357104 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3603.52 s]
# the end of solver process 157668 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.15704 s

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

[startup+3603.5 s]*
/proc/loadavg: 4.15 4.14 4.15 5/319 158131
/proc/meminfo: memFree=89946136/131249988 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3603.52
CPU time (s): 3600.2
CPU user time (s): 3598.04
CPU system time (s): 2.15704
CPU usage (%): 99.9078
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3357104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.15704
maximum resident set size= 3358384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141378
involuntary context switches= 6102


# summary of solver processes directly reported to runsolver:
#   pid: 157668
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.15704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.88347 second user time and 17.2926 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 21:49:43
IDJOB=4542237
IDBENCH=163910
IDSOLVER=3363
FILE ID=nodeC020/4542237-1753213783
RUNJOBID= nodeC020-1753210180-157167
SLURM_JOB_ID= 9687784
Free space on /tmp= 432788 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542237-1753213783/watcher-4542237-1753213783 -o /tmp/evaluation-result-4542237-1753213783/solver-4542237-1753213783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157167 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542237-1753213783.opb

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

MD5SUM BENCH= 664376cebc4ace2a9adeb41aa7b140b0
RANDOM SEED=1799213966

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        87357912 kB
MemAvailable:   126685352 kB
Buffers:            2128 kB
Cached:         40084600 kB
SwapCached:            4 kB
Active:          3955312 kB
Inactive:       39230388 kB
Active(anon):    3100680 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39205852 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            105728 kB
Writeback:             0 kB
AnonPages:       3101780 kB
Mapped:           128640 kB
Shmem:             26244 kB
KReclaimable:     212388 kB
Slab:             308608 kB
SReclaimable:     212388 kB
SUnreclaim:        96220 kB
KernelStack:        4736 kB
PageTables:         9412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6823892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151016 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2953216 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC020 at 2025-07-22 22:49:47