Trace number 4542121

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.31 3601.87

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height18_pigeons17_holes16.opb
MD5SUMe61ecd0a39d46c66c4c3e779f400bc97
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 benchmark3.367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52060
Total number of constraints7300
Number of constraints which are clauses3745
Number of constraints which are cardinality constraints (but not clauses)2852
Number of constraints which are nor clauses,nor cardinality constraints703
Minimum length of a constraint16
Maximum length of a constraint21
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 24
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.12	c Free memory 		2106806208
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2113929216
0.14/0.13	c Number of processors 	2
0.14/0.18	c Pseudo Boolean Optimization by upper bound
0.14/0.18	c --- Begin Solver configuration ---
0.14/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.18	c Learn all clauses as in MiniSAT
0.14/0.18	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.18	c Expensive reason simplification
0.14/0.18	c Glucose 2.1 dynamic restart strategy
0.14/0.18	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.14/0.18	c timeout=2147483s
0.14/0.18	c DB Simplification allowed=false
0.14/0.18	c Listener: none
0.14/0.18	c --- End Solver configuration ---
0.14/0.18	c solving HOME/instance-4542121-1753214234.opb
0.14/0.18	c reading problem ... 
0.14/0.18	c using VERIPB proof format
0.14/0.18	c  no objective function found
1.56/0.90	c ... done. Wall clock time 0.718s.
1.56/0.91	c declared #vars     52060
1.56/0.91	c #constraints  7300
1.56/0.91	c constraints type 
1.56/0.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3555
1.56/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3745
1.56/0.91	c 7300 constraints processed.
3.53/1.92	c cleaning 2479 clauses out of 5001 with flag 29546/5001
4.71/2.51	c cleaning 4214 clauses out of 8525 with flag 68420/11004
6.32/3.52	c cleaning 5607 clauses out of 11307 with flag 117893/18000
7.53/4.47	c cleaning 6820 clauses out of 13700 with flag 177204/26000
9.08/5.49	c cleaning 7900 clauses out of 15881 with flag 237424/35001
10.97/6.76	c cleaning 8975 clauses out of 17980 with flag 300496/45000
12.10/7.89	c cleaning 9992 clauses out of 20008 with flag 371970/56003
13.73/9.41	c cleaning 10963 clauses out of 22013 with flag 473046/68000
15.03/10.78	c cleaning 11986 clauses out of 24050 with flag 560587/81000
17.23/12.95	c cleaning 12996 clauses out of 26067 with flag 664857/95003
19.73/15.41	c cleaning 14003 clauses out of 28069 with flag 782267/110001
22.52/18.26	c cleaning 14994 clauses out of 30066 with flag 909467/126001
25.99/21.64	c cleaning 16000 clauses out of 32072 with flag 1053151/143001
28.67/24.28	c cleaning 17000 clauses out of 34073 with flag 1186565/161002
32.06/27.65	c cleaning 18000 clauses out of 36075 with flag 1319752/180004
36.06/31.68	c cleaning 18998 clauses out of 38071 with flag 1468573/200000
39.59/35.14	c cleaning 20039 clauses out of 40077 with flag 1645947/221004
42.97/38.59	c cleaning 20992 clauses out of 42035 with flag 1817006/243001
46.58/42.12	c cleaning 22009 clauses out of 44042 with flag 1969703/266000
53.84/49.46	c cleaning 22995 clauses out of 46033 with flag 2180182/290000
61.33/56.99	c cleaning 24014 clauses out of 48038 with flag 2409696/315000
71.82/67.43	c cleaning 25009 clauses out of 50024 with flag 2636094/341000
84.29/80.01	c cleaning 26002 clauses out of 52015 with flag 2900920/368000
98.56/94.29	c cleaning 27006 clauses out of 54013 with flag 3132398/396000
115.16/110.86	c cleaning 28002 clauses out of 56010 with flag 3375662/425003
133.12/128.87	c cleaning 29000 clauses out of 58006 with flag 3643551/455001
155.39/151.14	c cleaning 29995 clauses out of 60008 with flag 3921178/486003
177.18/172.95	c cleaning 31004 clauses out of 62010 with flag 4217701/518000
204.24/200.07	c cleaning 32002 clauses out of 64007 with flag 4536557/551001
218.39/214.28	c cleaning 33003 clauses out of 66006 with flag 4850722/585002
227.67/223.58	c cleaning 33948 clauses out of 68002 with flag 5070889/620001
241.48/237.39	c cleaning 34985 clauses out of 70054 with flag 5320061/656001
256.75/252.61	c cleaning 35995 clauses out of 72068 with flag 5579468/693000
271.12/267.11	c cleaning 36984 clauses out of 74074 with flag 5884706/731001
286.27/282.25	c cleaning 38014 clauses out of 76089 with flag 6171072/770000
302.44/298.49	c cleaning 38996 clauses out of 78078 with flag 6514584/810003
319.41/315.48	c cleaning 39991 clauses out of 80080 with flag 6869944/851001
339.28/335.32	c cleaning 40996 clauses out of 82088 with flag 7204148/893000
359.23/355.38	c cleaning 42001 clauses out of 84093 with flag 7554065/936001
377.79/373.91	c cleaning 43001 clauses out of 86095 with flag 7936591/980004
401.49/397.63	c cleaning 43999 clauses out of 88091 with flag 8345028/1025001
424.63/420.86	c cleaning 45004 clauses out of 90092 with flag 8751751/1071001
449.51/445.78	c cleaning 45993 clauses out of 92088 with flag 9180105/1118001
479.64/475.91	c cleaning 47001 clauses out of 94094 with flag 9624045/1166000
508.28/504.68	c cleaning 48003 clauses out of 96093 with flag 10083149/1215000
542.35/538.79	c cleaning 49001 clauses out of 98091 with flag 10556146/1265001
576.38/572.80	c cleaning 50000 clauses out of 100092 with flag 11072537/1316003
612.48/608.95	c cleaning 50967 clauses out of 102090 with flag 11583796/1368001
637.13/633.63	c cleaning 51970 clauses out of 104122 with flag 11911876/1421000
658.38/654.90	c cleaning 52997 clauses out of 106155 with flag 12319349/1475003
679.29/675.89	c cleaning 53999 clauses out of 108155 with flag 12706091/1530000
701.85/698.48	c cleaning 54995 clauses out of 110157 with flag 13118723/1586001
724.42/721.09	c cleaning 56001 clauses out of 112161 with flag 13538949/1643000
745.27/741.93	c cleaning 57029 clauses out of 114160 with flag 14000514/1701000
761.79/758.43	c cleaning 58032 clauses out of 116131 with flag 14463110/1760000
789.19/785.87	c cleaning 58975 clauses out of 118101 with flag 14953884/1820002
817.93/814.69	c cleaning 59987 clauses out of 120125 with flag 15386800/1881001
842.23/838.93	c cleaning 61021 clauses out of 122138 with flag 15896684/1943001
866.49/863.25	c cleaning 62003 clauses out of 124116 with flag 16298898/2006000
895.67/892.47	c cleaning 63000 clauses out of 126113 with flag 16740242/2070000
927.90/924.77	c cleaning 64031 clauses out of 128113 with flag 17406748/2135000
1001.79/998.78	c cleaning 65030 clauses out of 130083 with flag 17970717/2201001
1023.80/1020.76	c cleaning 66020 clauses out of 132052 with flag 18572961/2268000
1101.03/1098.05	c cleaning 67001 clauses out of 134032 with flag 19159830/2336000
1175.26/1172.41	c cleaning 68013 clauses out of 136032 with flag 19835964/2405001
1244.44/1241.72	c cleaning 69002 clauses out of 138018 with flag 20452186/2475000
1374.15/1371.64	c cleaning 70009 clauses out of 140018 with flag 21130755/2546002
1491.19/1488.89	c cleaning 71001 clauses out of 142008 with flag 21892356/2618001
1645.48/1643.45	c cleaning 71996 clauses out of 144006 with flag 22683877/2691000
1763.90/1762.04	c cleaning 73000 clauses out of 146012 with flag 23474648/2765002
1897.05/1895.44	c cleaning 73997 clauses out of 148010 with flag 24203982/2840000
2071.13/2069.87	c cleaning 75003 clauses out of 150017 with flag 24887559/2916004
2263.87/2263.01	c cleaning 75998 clauses out of 152012 with flag 25636483/2993002
2447.99/2447.39	c cleaning 77003 clauses out of 154013 with flag 26392439/3071001
2634.99/2634.77	c cleaning 78004 clauses out of 156012 with flag 27212050/3150003
2812.65/2812.76	c cleaning 78999 clauses out of 158006 with flag 28005312/3230001
3008.95/3009.43	c cleaning 80005 clauses out of 160011 with flag 28863352/3311005
3192.11/3192.92	c cleaning 80994 clauses out of 162001 with flag 29703279/3393000
3380.24/3381.49	c cleaning 81999 clauses out of 164009 with flag 30595120/3476002
3600.07/3601.72	c timeout
3600.07/3601.73	c starts		: 37204
3600.07/3601.75	c conflicts		: 3550322
3600.07/3601.75	c decisions		: 8959381
3600.07/3601.75	c propagations		: 59561010
3600.07/3601.75	c inspects		: 25441431047
3600.07/3601.75	c shortcuts		: 0
3600.07/3601.75	c learnt literals	: 0
3600.07/3601.75	c learnt binary clauses	: 0
3600.07/3601.75	c learnt ternary clauses	: 0
3600.07/3601.75	c learnt constraints	: 3550322
3600.07/3601.75	c ignored constraints	: 0
3600.07/3601.75	c root simplifications	: 0
3600.07/3601.75	c removed literals (reason simplification)	: 15217276
3600.07/3601.75	c reason swapping (by a shorter reason)	: 0
3600.07/3601.75	c Calls to reduceDB	: 79
3600.07/3601.75	c Number of update (reduction) of LBD	: 2723127
3600.07/3601.75	c Imported unit clauses	: 0
3600.07/3601.75	c No decision after first conflict	: false
3600.07/3601.75	c number of reductions to clauses (during analyze)	: 0
3600.07/3601.75	c number of learned constraints concerned by reduction	: 0
3600.07/3601.75	c number of learning phase by resolution	: 0
3600.07/3601.75	c number of learning phase by cutting planes	: 0
3600.07/3601.75	c number of rounding to 1 operations	: 0
3600.07/3601.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3601.75	c number of reductions of the coefficients by power 2 	: 0
3600.07/3601.75	c number of right shift for reduction by power 2 	: 0
3600.07/3601.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3601.75	c number of ending skipping 	: 0
3600.07/3601.75	c number of internal skipping 	: 0
3600.07/3601.75	c number of derivation steps 	: 0
3600.07/3601.75	c number of skipped derivation steps 	: 0
3600.07/3601.75	c number of remaining unassigned 	: 0
3600.07/3601.75	c number of remaining assigned 	: 0
3600.07/3601.75	c number of falsified literals weakened from reason	: 0
3600.07/3601.75	c number of falsified literals weakened from conflict	: 0
3600.07/3601.75	c time for arithmetic operations	: 0
3600.07/3601.75	c minimum degree of deleted constraints	: null
3600.07/3601.75	c maximum degree of deleted constraints	: null
3600.07/3601.75	c number of deleted constraints	: 0
3600.07/3601.76	c speed (assignments/second)	: 16540.94355651472
3600.07/3601.76	c non guided choices	: 860110
3600.26/3601.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156330
3600.26/3601.81	s UNKNOWN
3600.26/3601.81	c Total wall clock time (in seconds): 3601.635

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: 63794 MiB (20354 MiB free)
  memory of node 1: 64507 MiB (24068 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=160657, runsolver pid=160654

[startup+0.100068 s]*
/proc/loadavg: 4.58 4.69 4.37 7/326 160675
/proc/meminfo: memFree=45389272/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=18930384 memory=49748 CPUtime=0.14 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 6104 0 0 0 12 2 0 0 20 0 18 0 237102283 19384713216 12437 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4732596 12437 5337 1 0 547223 0
[pid=160657/tid=160659] ppid=160654 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 4972 0 0 0 6 1 0 0 20 0 18 0 237102284 19384713216 12437 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237102287 19384713216 12437 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237102288 19384713216 12437 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49748 KiB

[startup+0.213975 s]*
/proc/loadavg: 4.58 4.69 4.37 7/326 160675
/proc/meminfo: memFree=45333128/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=18930384 memory=81800 CPUtime=0.36 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 6853 0 0 0 33 3 0 0 20 0 18 0 237102283 19384713216 20450 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4732596 20450 5433 1 0 547843 0
[pid=160657/tid=160659] ppid=160654 vsize=18930384 memory=4026990876 CPUtime=0.19 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 5330 0 0 0 17 2 0 0 20 0 18 0 237102284 19384713216 20450 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237102287 19384713216 20450 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237102288 19384713216 20450 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81800 KiB

[startup+0.320052 s]*
/proc/loadavg: 4.58 4.69 4.37 7/327 160676
/proc/meminfo: memFree=45215668/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=18996948 memory=152368 CPUtime=0.55 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 7105 0 0 0 49 6 0 0 20 0 19 0 237102283 19452874752 38092 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4749237 38092 5465 1 0 548187 0
[pid=160657/tid=160659] ppid=160654 vsize=18996948 memory=-8887964281385820860 CPUtime=0.27 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 5374 0 0 0 23 4 0 0 20 0 19 0 237102284 19452874752 38092 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237102287 19452874752 38092 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237102288 19452874752 38092 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152368 KiB

[startup+0.70035 s]
/proc/loadavg: 4.58 4.69 4.37 7/327 160676
/proc/meminfo: memFree=45105960/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=18996948 memory=400932 CPUtime=1.2 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 8863 0 0 0 110 10 0 0 20 0 19 0 237102283 19452874752 100233 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4749237 100233 5465 1 0 549295 0
[pid=160657/tid=160659] ppid=160654 vsize=18996948 memory=27136 CPUtime=0.55 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 5490 0 0 0 47 8 0 0 20 0 19 0 237102284 19452874752 100233 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237102287 19452874752 100233 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237102288 19452874752 100233 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 400932 KiB

[startup+1.50028 s]
/proc/loadavg: 4.58 4.69 4.37 10/328 160677
/proc/meminfo: memFree=44110508/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=964364 CPUtime=2.72 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 13238 0 0 0 250 22 0 0 20 0 20 0 237102283 19521036288 241091 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 241091 5497 1 0 1266080 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3200 CPUtime=1.19 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 5813 0 0 0 100 19 0 0 20 0 20 0 237102284 19521036288 241091 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 241091 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 241091 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 241091 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 964364 KiB

[startup+3.10561 s]
/proc/loadavg: 4.69 4.71 4.38 6/328 160677
/proc/meminfo: memFree=43245124/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=1248108 CPUtime=5.81 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 15649 0 0 0 550 31 0 0 20 0 20 0 237102283 19521036288 312027 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 312027 5497 1 0 1267120 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=14720 CPUtime=2.74 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 5996 0 0 0 248 26 0 0 20 0 20 0 237102284 19521036288 312027 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 312027 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 312027 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 312027 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1248108 KiB

[startup+6.30037 s]
/proc/loadavg: 4.69 4.71 4.38 7/328 160677
/proc/meminfo: memFree=41634108/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=1555932 CPUtime=10.56 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 16954 0 0 0 1017 39 0 0 20 0 20 0 237102283 19521036288 388983 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 388983 5529 1 0 1268168 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=0 CPUtime=5.82 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 6144 0 0 0 548 34 0 0 20 0 20 0 237102284 19521036288 388983 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 388983 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 388983 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=976772 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 388983 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 10.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555932 KiB

[startup+12.7004 s]
/proc/loadavg: 4.66 4.71 4.38 5/328 160677
/proc/meminfo: memFree=39012464/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=1570400 CPUtime=17.03 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 21027 0 0 0 1658 45 0 0 20 0 20 0 237102283 19521036288 392600 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 392600 5529 1 0 1268168 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=976772 CPUtime=12.05 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 7262 0 0 0 1167 38 0 0 20 0 20 0 237102284 19521036288 392600 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=1570400 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 392600 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 392600 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 392600 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 17.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1570400 KiB

[startup+25.5005 s]
/proc/loadavg: 4.56 4.68 4.37 5/328 160677
/proc/meminfo: memFree=35323704/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=1832872 CPUtime=29.97 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 23906 0 0 0 2939 58 0 0 20 0 20 0 237102283 19521036288 458218 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 458218 5529 1 0 1268170 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=0 CPUtime=24.71 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 8563 0 0 0 2422 49 0 0 20 0 20 0 237102284 19521036288 458218 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 458218 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=1832872 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 458218 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=1814344 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 458218 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1832872 KiB

[startup+51.1134 s]
/proc/loadavg: 4.48 4.66 4.37 5/328 160678
/proc/meminfo: memFree=28672132/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3299256 CPUtime=55.56 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 27967 0 0 0 5454 102 0 0 20 0 20 0 237102283 19521036288 824814 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 824814 5529 1 0 1268172 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=1832872 CPUtime=50.23 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 11024 0 0 0 4933 90 0 0 20 0 20 0 237102284 19521036288 824814 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=12800 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 824814 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 824814 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0

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

[startup+3282.3 s]
/proc/loadavg: 4.52 4.47 4.45 5/327 160852
/proc/meminfo: memFree=1605268/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3281.36 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 122692 0 0 0 327348 788 0 0 20 0 20 0 237102283 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 924560 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3687980 CPUtime=3268.88 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 67771 0 0 0 326294 594 0 0 20 0 20 0 237102284 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3281.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3698240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.80 4.57 4.49 5/327 160988
/proc/meminfo: memFree=65662048/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3341.22 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 122912 0 0 0 333324 798 0 0 20 0 20 0 237102283 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 924560 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3328.69 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 67942 0 0 0 332267 602 0 0 20 0 20 0 237102284 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2385 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3341.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3698240 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.51 4.47 5/326 160990
/proc/meminfo: memFree=65048120/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3401.09 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 124102 0 0 0 339297 812 0 0 20 0 20 0 237102283 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 924560 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3388.51 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 69082 0 0 0 338238 613 0 0 20 0 20 0 237102284 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2385 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=-8887964281385820860 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3401.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3698240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.43 4.44 5/325 160992
/proc/meminfo: memFree=64297668/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3460.96 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 124600 0 0 0 345276 820 0 0 20 0 20 0 237102283 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 924560 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3448.33 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 69484 0 0 0 344215 618 0 0 20 0 20 0 237102284 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2473 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3460.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3698240 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.36 4.42 6/325 161061
/proc/meminfo: memFree=72667024/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3698240 CPUtime=3520.83 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 125934 0 0 0 351253 830 0 0 20 0 20 0 237102283 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 924560 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=11264 CPUtime=3508.15 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 70814 0 0 0 350191 624 0 0 20 0 20 0 237102284 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2473 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=3698240 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 924560 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3520.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3698240 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.38 4.43 5/325 161135
/proc/meminfo: memFree=85202868/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3706548 CPUtime=3580.72 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 127615 0 0 0 357234 838 0 0 20 0 20 0 237102283 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 926637 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3706548 CPUtime=3567.8 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 71533 0 0 0 356152 628 0 0 20 0 20 0 237102284 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2511 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=3706548 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3580.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3706548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 4.41 4.39 4.43 5/325 161136
/proc/meminfo: memFree=84254764/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19063512 memory=3706548 CPUtime=3600.07 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 127693 0 0 0 359167 840 0 0 20 0 20 0 237102283 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4765878 926637 5529 1 0 1268181 0
[pid=160657/tid=160659] ppid=160654 vsize=19063512 memory=3706548 CPUtime=3587.14 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) R 160654 160657 160073 0 -1 4194368 71611 0 0 0 358085 629 0 0 20 0 20 0 237102284 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19063512 memory=3706548 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237102287 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19063512 memory=3706548 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2511 0 0 0 0 0 0 0 20 0 20 0 237102288 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160677] ppid=160654 vsize=19063512 memory=3706548 CPUtime=0 cores=1,3
/proc/160657/task/160677/stat : 160677 (Timer-0) S 160654 160657 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237102376 19521036288 926637 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3706548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.88 s, system=8.43256 s

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

[startup+3601.81 s]
/proc/loadavg: 4.41 4.39 4.43 5/325 161136
/proc/meminfo: memFree=84254764/131382112 swapFree=33009904/33010684
[pid=160657] ppid=160654 vsize=19263204 memory=3707316 CPUtime=3600.26 cores=1,3
/proc/160657/stat : 160657 (java) S 160654 160657 160073 0 -1 4194304 130762 0 0 0 359185 841 0 0 20 0 21 0 237102283 19725520896 926829 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
/proc/160657/statm: 4815801 926829 5529 1 0 1269100 0
[pid=160657/tid=160659] ppid=160654 vsize=19263204 memory=-8887964281385820860 CPUtime=3587.17 cores=1,3
/proc/160657/task/160659/stat : 160659 (java) S 160654 160657 160073 0 -1 4194368 71990 0 0 0 358088 629 0 0 20 0 21 0 237102284 19725520896 926829 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160668] ppid=160654 vsize=19263204 memory=9216 CPUtime=0 cores=1,3
/proc/160657/task/160668/stat : 160668 (Finalizer) S 160654 160657 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237102287 19725520896 926829 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
[pid=160657/tid=160675] ppid=160654 vsize=19263204 memory=26140 CPUtime=0 cores=1,3
/proc/160657/task/160675/stat : 160675 (Common-Cleaner) S 160654 160657 160073 0 -1 4194368 2511 0 0 0 0 0 0 0 20 0 21 0 237102288 19725520896 926829 18446744073709551615 94625384017920 94625384021616 140727224837824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94625384029432 94625384030224 94625395576832 140727224842580 140727224842724 140727224842724 140727224848328 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3707316 KiB

Child status: 143

Real time (s): 3601.87
CPU time (s): 3600.31
CPU user time (s): 3591.88
CPU system time (s): 8.43256
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3707316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.88
system time used= 8.43256
maximum resident set size= 3707444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5668720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107810
involuntary context switches= 8083


# summary of solver processes directly reported to runsolver:
#   pid: 160657
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3591.88
#   total CPU system time (s): 8.43256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0331 second user time and 39.4666 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 21:57:14
IDJOB=4542121
IDBENCH=163901
IDSOLVER=3364
FILE ID=nodeC001/4542121-1753214234
RUNJOBID= nodeC001-1753210643-160086
SLURM_JOB_ID= 9687785
Free space on /tmp= 432460 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_height18_pigeons17_holes16.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542121-1753214234/watcher-4542121-1753214234 -o /tmp/evaluation-result-4542121-1753214234/solver-4542121-1753214234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160086 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542121-1753214234 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542121-1753214234.opb

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

MD5SUM BENCH= e61ecd0a39d46c66c4c3e779f400bc97
RANDOM SEED=1251762740

nodeC001 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		: 3591.537
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.49
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		: 2693.668
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.49
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		: 1197.609
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.49
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.163
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.49
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		: 3662.276
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.750
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.49
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.174
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.49
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		: 3546.286
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        45555708 kB
MemAvailable:   126883648 kB
Buffers:            1668 kB
Cached:         79905796 kB
SwapCached:          136 kB
Active:          3779432 kB
Inactive:       79030348 kB
Active(anon):    2900784 kB
Inactive(anon):    27564 kB
Active(file):     878648 kB
Inactive(file): 79002784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            176368 kB
Writeback:             0 kB
AnonPages:       2905244 kB
Mapped:           127940 kB
Shmem:             25972 kB
KReclaimable:    2507636 kB
Slab:            2638892 kB
SReclaimable:    2507636 kB
SUnreclaim:       131256 kB
KernelStack:        4976 kB
PageTables:         9344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10270712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2703360 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 428680 MiB
End job on nodeC001 at 2025-07-22 22:57:16