Trace number 4542238

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.23 3601.84

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.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.16	c version PB25.v20250606
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.19	c Free memory 		2104792832
0.12/0.19	c Max memory 		16282288128
0.12/0.19	c Total memory 		2113929216
0.12/0.20	c Number of processors 	2
0.28/0.33	c Pseudo Boolean Optimization by upper bound
0.28/0.33	c --- Begin Solver configuration ---
0.28/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.33	c Learn all clauses as in MiniSAT
0.28/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.33	c Expensive reason simplification
0.28/0.33	c Glucose 2.1 dynamic restart strategy
0.28/0.33	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.28/0.33	c timeout=2147483s
0.28/0.33	c DB Simplification allowed=false
0.28/0.33	c Listener: none
0.28/0.33	c --- End Solver configuration ---
0.28/0.33	c solving HOME/instance-4542238-1753216375.opb
0.28/0.33	c reading problem ... 
0.42/0.33	c using VERIPB proof format
0.42/0.34	c  no objective function found
2.39/1.41	c ... done. Wall clock time 1.08s.
2.39/1.41	c declared #vars     64680
2.39/1.42	c #constraints  8494
2.39/1.42	c constraints type 
2.39/1.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4142
2.39/1.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4352
2.39/1.42	c 8494 constraints processed.
4.38/2.46	c cleaning 2482 clauses out of 5001 with flag 30972/5001
5.74/3.15	c cleaning 4250 clauses out of 8518 with flag 77119/11000
7.43/4.11	c cleaning 5634 clauses out of 11274 with flag 137317/18006
8.85/5.40	c cleaning 6817 clauses out of 13637 with flag 204580/26003
10.92/7.45	c cleaning 7903 clauses out of 15817 with flag 281122/35000
12.65/9.15	c cleaning 8955 clauses out of 17915 with flag 358311/45001
14.73/11.28	c cleaning 9973 clauses out of 19959 with flag 441771/56000
17.34/13.80	c cleaning 10992 clauses out of 21986 with flag 535887/68000
21.13/17.69	c cleaning 11988 clauses out of 23994 with flag 631160/81000
25.23/21.77	c cleaning 13002 clauses out of 26009 with flag 753321/95003
30.13/26.62	c cleaning 13992 clauses out of 28004 with flag 884766/110000
34.91/31.49	c cleaning 15002 clauses out of 30013 with flag 1004515/126001
40.49/37.03	c cleaning 16000 clauses out of 32014 with flag 1132258/143004
46.94/43.31	c cleaning 16999 clauses out of 34010 with flag 1268348/161000
53.74/50.14	c cleaning 17997 clauses out of 36011 with flag 1410910/180000
61.53/58.01	c cleaning 18997 clauses out of 38014 with flag 1573691/200000
69.90/65.85	c cleaning 20000 clauses out of 40017 with flag 1758559/221000
77.19/73.13	c cleaning 21004 clauses out of 42017 with flag 1947170/243000
82.47/78.44	c cleaning 21994 clauses out of 44014 with flag 2111545/266001
87.75/83.70	c cleaning 23004 clauses out of 46022 with flag 2342859/290003
95.83/91.80	c cleaning 24000 clauses out of 48015 with flag 2573814/315000
101.84/97.86	c cleaning 24990 clauses out of 50016 with flag 2788089/341001
111.36/107.35	c cleaning 25989 clauses out of 52026 with flag 3001324/368001
120.99/116.93	c cleaning 26999 clauses out of 54036 with flag 3238057/396000
134.69/130.67	c cleaning 27999 clauses out of 56039 with flag 3491691/425002
151.06/147.05	c cleaning 28996 clauses out of 58038 with flag 3742716/455000
165.61/161.62	c cleaning 30004 clauses out of 60048 with flag 4000052/486006
180.37/176.45	c cleaning 30995 clauses out of 62038 with flag 4274116/518000
195.75/191.89	c cleaning 32004 clauses out of 64045 with flag 4531680/551002
208.21/204.36	c cleaning 32994 clauses out of 66040 with flag 4805210/585001
222.47/218.60	c cleaning 33999 clauses out of 68046 with flag 5095047/620001
238.43/234.67	c cleaning 35002 clauses out of 70050 with flag 5399298/656004
254.11/250.31	c cleaning 35997 clauses out of 72045 with flag 5697548/693001
274.67/270.92	c cleaning 37004 clauses out of 74047 with flag 6021480/731000
296.53/292.89	c cleaning 37999 clauses out of 76044 with flag 6371215/770001
317.70/314.07	c cleaning 38996 clauses out of 78045 with flag 6727815/810001
340.66/337.05	c cleaning 39998 clauses out of 80048 with flag 7122710/851000
366.25/362.65	c cleaning 41002 clauses out of 82051 with flag 7532956/893001
392.80/389.27	c cleaning 41998 clauses out of 84048 with flag 7994460/936000
416.89/413.30	c cleaning 42997 clauses out of 86050 with flag 8464771/980000
445.73/442.22	c cleaning 44000 clauses out of 88053 with flag 8913209/1025000
477.01/473.52	c cleaning 45007 clauses out of 90054 with flag 9356224/1071001
514.82/511.40	c cleaning 46001 clauses out of 92047 with flag 9845601/1118001
542.94/539.61	c cleaning 47003 clauses out of 94045 with flag 10361947/1166000
578.76/575.55	c cleaning 48001 clauses out of 96043 with flag 10909651/1215001
623.17/620.09	c cleaning 48997 clauses out of 98043 with flag 11424117/1265002
665.88/662.86	c cleaning 49999 clauses out of 100044 with flag 11951543/1316000
703.92/700.97	c cleaning 50995 clauses out of 102046 with flag 12495296/1368001
744.71/741.84	c cleaning 52006 clauses out of 104052 with flag 13082970/1421002
781.33/778.52	c cleaning 52997 clauses out of 106045 with flag 13644583/1475001
820.93/818.22	c cleaning 53998 clauses out of 108047 with flag 14290706/1530000
859.94/857.35	c cleaning 55007 clauses out of 110054 with flag 14967336/1586005
896.65/894.10	c cleaning 55992 clauses out of 112042 with flag 15699376/1643000
933.85/931.31	c cleaning 56988 clauses out of 114051 with flag 16365112/1701001
981.52/979.03	c cleaning 58010 clauses out of 116066 with flag 16867081/1760004
1022.69/1020.28	c cleaning 58989 clauses out of 118058 with flag 17261335/1820006
1067.59/1065.30	c cleaning 59984 clauses out of 120064 with flag 17656886/1881001
1128.83/1126.56	c cleaning 60996 clauses out of 122081 with flag 18095671/1943002
1202.89/1200.70	c cleaning 61994 clauses out of 124084 with flag 18593719/2006001
1269.21/1267.11	c cleaning 62998 clauses out of 126092 with flag 19107093/2070003
1344.19/1342.28	c cleaning 63996 clauses out of 128091 with flag 19623409/2135000
1421.65/1419.85	c cleaning 64996 clauses out of 130098 with flag 20159558/2201003
1495.30/1493.68	c cleaning 66000 clauses out of 132104 with flag 20714319/2268005
1597.87/1596.41	c cleaning 67006 clauses out of 134099 with flag 21321990/2336000
1690.18/1688.98	c cleaning 68004 clauses out of 136094 with flag 21924530/2405001
1790.47/1789.42	c cleaning 68996 clauses out of 138093 with flag 22548153/2475004
1908.87/1908.08	c cleaning 69999 clauses out of 140095 with flag 23160082/2546002
2026.81/2026.16	c cleaning 71001 clauses out of 142094 with flag 23789465/2618000
2135.81/2135.23	c cleaning 72002 clauses out of 144093 with flag 24392617/2691000
2268.90/2268.67	c cleaning 73002 clauses out of 146092 with flag 25045222/2765001
2392.40/2392.36	c cleaning 73992 clauses out of 148089 with flag 25694873/2840000
2522.35/2522.41	c cleaning 74995 clauses out of 150101 with flag 26329063/2916004
2654.43/2654.83	c cleaning 76005 clauses out of 152102 with flag 27014787/2993000
2788.02/2788.55	c cleaning 77005 clauses out of 154099 with flag 27729371/3071002
2904.97/2905.69	c cleaning 77998 clauses out of 156092 with flag 28411500/3150000
3017.11/3018.05	c cleaning 79001 clauses out of 158099 with flag 29018397/3230005
3118.84/3119.93	c cleaning 79988 clauses out of 160093 with flag 29669358/3311000
3215.63/3216.82	c cleaning 81004 clauses out of 162110 with flag 30361912/3393005
3333.70/3335.06	c cleaning 82003 clauses out of 164101 with flag 31062503/3476000
3467.72/3469.21	c cleaning 83001 clauses out of 166099 with flag 31803368/3560001
3554.43/3556.14	c cleaning 83999 clauses out of 168098 with flag 32549626/3645001
3600.03/3601.72	c timeout
3600.03/3601.72	c starts		: 1978
3600.03/3601.72	c conflicts		: 3706848
3600.03/3601.72	c decisions		: 4742274
3600.03/3601.72	c propagations		: 67084946
3600.03/3601.72	c inspects		: 24201735442
3600.03/3601.72	c shortcuts		: 0
3600.03/3601.72	c learnt literals	: 0
3600.03/3601.72	c learnt binary clauses	: 0
3600.03/3601.72	c learnt ternary clauses	: 0
3600.03/3601.72	c learnt constraints	: 3706848
3600.03/3601.72	c ignored constraints	: 0
3600.03/3601.73	c root simplifications	: 0
3600.03/3601.73	c removed literals (reason simplification)	: 16901258
3600.03/3601.73	c reason swapping (by a shorter reason)	: 0
3600.03/3601.73	c Calls to reduceDB	: 81
3600.03/3601.73	c Number of update (reduction) of LBD	: 2432872
3600.03/3601.73	c Imported unit clauses	: 0
3600.03/3601.73	c No decision after first conflict	: false
3600.03/3601.73	c number of reductions to clauses (during analyze)	: 0
3600.03/3601.73	c number of learned constraints concerned by reduction	: 0
3600.03/3601.73	c number of learning phase by resolution	: 0
3600.03/3601.73	c number of learning phase by cutting planes	: 0
3600.03/3601.73	c number of rounding to 1 operations	: 0
3600.03/3601.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3601.73	c number of reductions of the coefficients by power 2 	: 0
3600.03/3601.73	c number of right shift for reduction by power 2 	: 0
3600.03/3601.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3601.73	c number of ending skipping 	: 0
3600.03/3601.73	c number of internal skipping 	: 0
3600.03/3601.73	c number of derivation steps 	: 0
3600.03/3601.73	c number of skipped derivation steps 	: 0
3600.03/3601.73	c number of remaining unassigned 	: 0
3600.03/3601.73	c number of remaining assigned 	: 0
3600.03/3601.73	c number of falsified literals weakened from reason	: 0
3600.03/3601.73	c number of falsified literals weakened from conflict	: 0
3600.03/3601.73	c time for arithmetic operations	: 0
3600.03/3601.73	c minimum degree of deleted constraints	: null
3600.03/3601.73	c maximum degree of deleted constraints	: null
3600.03/3601.73	c number of deleted constraints	: 0
3600.03/3601.73	c speed (assignments/second)	: 18633.180336611305
3600.03/3601.73	c non guided choices	: 317129
3600.03/3601.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 145946
3600.03/3601.79	s UNKNOWN
3600.03/3601.79	c Total wall clock time (in seconds): 3601.459

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: 63837 MiB (36740 MiB free)
  memory of node 1: 64465 MiB (43833 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542238-1753216375/watcher-4542238-1753216375 -o /tmp/evaluation-result-4542238-1753216375/solver-4542238-1753216375 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180198 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542238-1753216375 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542238-1753216375.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=181160, runsolver pid=181157

[startup+0.100074 s]*
/proc/loadavg: 4.17 4.29 4.30 5/325 181178
/proc/meminfo: memFree=82484196/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=18930384 memory=48800 CPUtime=0.12 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 5905 0 0 0 9 3 0 0 20 0 18 0 237316909 19384713216 12200 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4732596 12200 5305 1 0 547083 0
[pid=181160/tid=181162] ppid=181157 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 4746 0 0 0 5 1 0 0 20 0 18 0 237316910 19384713216 12200 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237316913 19384713216 12200 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237316914 19384713216 12200 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48800 KiB

[startup+0.214524 s]*
/proc/loadavg: 4.17 4.29 4.30 5/325 181178
/proc/meminfo: memFree=82476068/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=18930384 memory=55680 CPUtime=0.28 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 6558 0 0 0 24 4 0 0 20 0 18 0 237316909 19384713216 13920 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4732596 13920 5337 1 0 547604 0
[pid=181160/tid=181162] ppid=181157 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 5050 0 0 0 15 2 0 0 20 0 18 0 237316910 19384713216 13920 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237316913 19384713216 13920 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237316914 19384713216 13920 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55680 KiB

[startup+0.31678 s]*
/proc/loadavg: 4.17 4.29 4.30 7/325 181178
/proc/meminfo: memFree=82476068/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=18930384 memory=59216 CPUtime=0.42 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 6836 0 0 0 38 4 0 0 20 0 18 0 237316909 19384713216 14804 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4732596 14804 5433 1 0 547793 0
[pid=181160/tid=181162] ppid=181157 vsize=18930384 memory=-8671796992501654204 CPUtime=0.25 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 5217 0 0 0 23 2 0 0 20 0 18 0 237316910 19384713216 14804 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237316913 19384713216 14804 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237316914 19384713216 14804 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59216 KiB

[startup+0.700407 s]
/proc/loadavg: 4.17 4.29 4.30 7/326 181179
/proc/meminfo: memFree=82389612/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=18996948 memory=215332 CPUtime=1.07 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 9329 0 0 0 97 10 0 0 20 0 19 0 237316909 19452874752 53833 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4749237 53833 5465 1 0 549500 0
[pid=181160/tid=181162] ppid=181157 vsize=18996948 memory=22272 CPUtime=0.54 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 5345 0 0 0 47 7 0 0 20 0 19 0 237316910 19452874752 53833 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237316913 19452874752 53833 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237316914 19452874752 53833 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 215332 KiB

[startup+1.50026 s]
/proc/loadavg: 4.31 4.31 4.31 6/326 181179
/proc/meminfo: memFree=82071448/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=1523872 CPUtime=2.59 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 13001 0 0 0 216 43 0 0 20 0 20 0 237316909 19521036288 380968 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 380968 5465 1 0 1142439 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=3328 CPUtime=1.24 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 6001 0 0 0 86 38 0 0 20 0 20 0 237316910 19521036288 380968 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 380968 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 380968 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1523872 KiB

[startup+3.10583 s]
/proc/loadavg: 4.31 4.31 4.31 6/327 181180
/proc/meminfo: memFree=80564884/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=1667924 CPUtime=5.74 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 16010 0 0 0 522 52 0 0 20 0 20 0 237316909 19521036288 416981 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 416981 5465 1 0 1144229 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=11008 CPUtime=2.73 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 6129 0 0 0 229 44 0 0 20 0 20 0 237316910 19521036288 416981 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 416981 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 416981 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 416981 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1667924 KiB

[startup+6.30034 s]
/proc/loadavg: 4.37 4.33 4.31 5/327 181180
/proc/meminfo: memFree=80252020/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=1665056 CPUtime=9.83 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 16153 0 0 0 927 56 0 0 20 0 20 0 237316909 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 416264 5497 1 0 1144257 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=0 CPUtime=5.89 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 6149 0 0 0 542 47 0 0 20 0 20 0 237316910 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=-7807692110106848388 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=-8671796992501654204 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1665056 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.32 4.31 6/325 181245
/proc/meminfo: memFree=94484012/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=1665056 CPUtime=16.22 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 19534 0 0 0 1560 62 0 0 20 0 20 0 237316909 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 416264 5497 1 0 1144258 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=0 CPUtime=12.11 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 7322 0 0 0 1158 53 0 0 20 0 20 0 237316910 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=1665056 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=1665056 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 416264 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1665056 KiB

[startup+25.5005 s]
/proc/loadavg: 4.44 4.34 4.32 5/326 181246
/proc/meminfo: memFree=89557420/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=1689776 CPUtime=29.03 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 22734 0 0 0 2830 73 0 0 20 0 20 0 237316909 19521036288 422444 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 422444 5497 1 0 1144258 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=1665056 CPUtime=24.79 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 8496 0 0 0 2417 62 0 0 20 0 20 0 237316910 19521036288 422444 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=1536332 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 422444 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=1665056 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 422444 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=1689776 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 422444 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 29.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1689776 KiB

[startup+51.1138 s]
/proc/loadavg: 4.55 4.38 4.33 6/329 181250
/proc/meminfo: memFree=84336596/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=2081060 CPUtime=54.73 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 29051 0 0 0 5373 100 0 0 20 0 20 0 237316909 19521036288 520265 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 520265 5497 1 0 1144260 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=2081060 CPUtime=50.25 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 9967 0 0 0 4939 86 0 0 20 0 20 0 237316910 19521036288 520265 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 520265 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=5857384 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 520265 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 520265 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0

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

/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=3425924 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3020 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3221.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3425924 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.29 4.28 5/328 181440
/proc/meminfo: memFree=33948236/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3425924 CPUtime=3280.97 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 131804 0 0 0 327168 929 0 0 20 0 20 0 237316909 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 856481 5497 1 0 1144357 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=3425924 CPUtime=3267.38 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 70581 0 0 0 325993 745 0 0 20 0 20 0 237316910 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=3425924 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3099 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=6016 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 856481 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3280.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3425924 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.25 4.26 5/328 181442
/proc/meminfo: memFree=33453412/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3495556 CPUtime=3340.97 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 133104 0 0 0 333156 941 0 0 20 0 20 0 237316909 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 873889 5497 1 0 1144357 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=3425924 CPUtime=3327.01 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 70600 0 0 0 331949 752 0 0 20 0 20 0 237316910 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=3495556 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=3495556 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3099 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=3495556 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3340.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3495556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.23 4.26 5/328 181444
/proc/meminfo: memFree=32994344/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3495556 CPUtime=3400.82 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 133166 0 0 0 339132 950 0 0 20 0 20 0 237316909 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 873889 5497 1 0 1144357 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=5632 CPUtime=3386.81 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 70633 0 0 0 337922 759 0 0 20 0 20 0 237316910 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=3495556 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3106 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=3495556 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 873889 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3400.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3495556 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.21 4.25 4/302 181480
/proc/meminfo: memFree=56972040/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3557008 CPUtime=3460.83 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 133580 0 0 0 345123 960 0 0 20 0 20 0 237316909 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 889252 5497 1 0 1144359 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=16368 CPUtime=3446.46 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 70871 0 0 0 343881 765 0 0 20 0 20 0 237316910 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=3557008 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3106 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3460.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3557008 KiB

[startup+3522.3 s]
/proc/loadavg: 3.49 4.02 4.18 4/302 181482
/proc/meminfo: memFree=56568652/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3557008 CPUtime=3520.73 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 134933 0 0 0 351097 976 0 0 20 0 20 0 237316909 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 889252 5497 1 0 1144359 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=4764 CPUtime=3506.32 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 72180 0 0 0 349854 778 0 0 20 0 20 0 237316910 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3107 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=3557008 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 889252 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3520.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3557008 KiB

[startup+3582.3 s]
/proc/loadavg: 2.73 3.71 4.06 3/276 181517
/proc/meminfo: memFree=80828440/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3616400 CPUtime=3580.68 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 138519 0 0 0 357072 996 0 0 20 0 20 0 237316909 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 904100 5497 1 0 1144359 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=3557008 CPUtime=3565.98 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 73976 0 0 0 355803 795 0 0 20 0 20 0 237316910 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=3616400 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=22400 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3234 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3580.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3616400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.35 3.58 4.01 2/251 181552
/proc/meminfo: memFree=99179316/131382116 swapFree=33005528/33010684
[pid=181160] ppid=181157 vsize=19063512 memory=3616400 CPUtime=3600.03 cores=5,7
/proc/181160/stat : 181160 (java) S 181157 181160 180184 0 -1 4194304 138522 0 0 0 359002 1001 0 0 20 0 20 0 237316909 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
/proc/181160/statm: 4765878 904100 5497 1 0 1144359 0
[pid=181160/tid=181162] ppid=181157 vsize=19063512 memory=3557008 CPUtime=3585.31 cores=5,7
/proc/181160/task/181162/stat : 181162 (java) R 181157 181160 180184 0 -1 4194368 73977 0 0 0 357731 800 0 0 20 0 20 0 237316910 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181171] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181171/stat : 181171 (Finalizer) S 181157 181160 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316913 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181178] ppid=181157 vsize=19063512 memory=3616400 CPUtime=0 cores=5,7
/proc/181160/task/181178/stat : 181178 (Common-Cleaner) S 181157 181160 180184 0 -1 4194368 3234 0 0 0 0 0 0 0 20 0 20 0 237316914 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
[pid=181160/tid=181180] ppid=181157 vsize=19063512 memory=16368 CPUtime=0 cores=5,7
/proc/181160/task/181180/stat : 181180 (Timer-0) S 181157 181160 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237317052 19521036288 904100 18446744073709551615 94540414849024 94540414852720 140726402101968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94540414860536 94540414861328 94540420448256 140726402107732 140726402107876 140726402107876 140726402113480 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3616400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.19 s, system=10.0445 s

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

[startup+3601.81 s]*
/proc/loadavg: 2.24 3.53 4.00 2/233 181555
/proc/meminfo: memFree=102316600/131382116 swapFree=33005528/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): 3601.84
CPU time (s): 3600.23
CPU user time (s): 3590.19
CPU system time (s): 10.0445
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3616400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.19
system time used= 10.0445
maximum resident set size= 3617296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6180272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106338
involuntary context switches= 7500


# summary of solver processes directly reported to runsolver:
#   pid: 181160
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3590.19
#   total CPU system time (s): 10.0445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7882 second user time and 38.0646 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 22:32:55
IDJOB=4542238
IDBENCH=163910
IDSOLVER=3364
FILE ID=nodeC010/4542238-1753216375
RUNJOBID= nodeC010-1753209221-180198
SLURM_JOB_ID= 9687770
Free space on /tmp= 420320 MiB

SOLVER NAME= Sat4j Resolution VeriPB 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542238-1753216375/watcher-4542238-1753216375 -o /tmp/evaluation-result-4542238-1753216375/solver-4542238-1753216375 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180198 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542238-1753216375 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542238-1753216375.opb

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

MD5SUM BENCH= 664376cebc4ace2a9adeb41aa7b140b0
RANDOM SEED=23043599

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        82520180 kB
MemAvailable:   117371596 kB
Buffers:             228 kB
Cached:         35603848 kB
SwapCached:         4300 kB
Active:         13404404 kB
Inactive:       34767328 kB
Active(anon):   12540800 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 34718616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             63320 kB
Writeback:             0 kB
AnonPages:      12566488 kB
Mapped:           124404 kB
Shmem:             21832 kB
KReclaimable:     217644 kB
Slab:             309652 kB
SReclaimable:     217644 kB
SUnreclaim:        92008 kB
KernelStack:        4992 kB
PageTables:        28248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21503808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12298240 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429692 MiB
End job on nodeC010 at 2025-07-22 23:32:57