Trace number 4542354

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.16 3601.32

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
MD5SUM623c8f5cac41c95d6cbe9efd54b08dc9
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 benchmark7.38233
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96646
Total number of constraints11257
Number of constraints which are clauses5755
Number of constraints which are cardinality constraints (but not clauses)4556
Number of constraints which are nor clauses,nor cardinality constraints946
Minimum length of a constraint19
Maximum length of a constraint24
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 27
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4542354-1753216014.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
2.14/1.21	c ... done. Wall clock time 1.081s.
2.14/1.21	c declared #vars     96646
2.14/1.21	c #constraints  11257
2.14/1.21	c constraints type 
2.14/1.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5502
2.14/1.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5755
2.14/1.21	c 11257 constraints processed.
3.31/1.88	c cleaning 2492 clauses out of 5002 with flag 30095/5002
4.02/2.34	c cleaning 4248 clauses out of 8511 with flag 67888/11003
4.93/3.15	c cleaning 5630 clauses out of 11260 with flag 121168/18000
6.02/4.01	c cleaning 6759 clauses out of 13631 with flag 171885/26001
6.91/4.95	c cleaning 7869 clauses out of 15872 with flag 247353/35001
9.01/7.01	c cleaning 8996 clauses out of 18004 with flag 343763/45002
10.48/8.52	c cleaning 9998 clauses out of 20006 with flag 443142/56000
12.09/10.16	c cleaning 11003 clauses out of 22008 with flag 559597/68000
15.87/13.94	c cleaning 11996 clauses out of 24006 with flag 679620/81001
19.47/17.55	c cleaning 13005 clauses out of 26009 with flag 817296/95000
22.56/20.67	c cleaning 13997 clauses out of 28005 with flag 956004/110001
32.63/30.78	c cleaning 14999 clauses out of 30007 with flag 1096354/126000
36.55/34.63	c cleaning 15995 clauses out of 32009 with flag 1246590/143001
41.67/39.78	c cleaning 17002 clauses out of 34015 with flag 1393265/161002
47.25/45.38	c cleaning 18000 clauses out of 36013 with flag 1536233/180002
52.04/50.16	c cleaning 19000 clauses out of 38012 with flag 1712589/200001
59.41/57.57	c cleaning 19998 clauses out of 40011 with flag 1943587/221000
66.40/64.50	c cleaning 21001 clauses out of 42013 with flag 2168681/243000
74.88/73.05	c cleaning 21996 clauses out of 44016 with flag 2323431/266004
79.67/77.85	c cleaning 22999 clauses out of 46016 with flag 2527855/290000
95.02/93.29	c cleaning 24005 clauses out of 48017 with flag 2758562/315000
101.52/99.73	c cleaning 25003 clauses out of 50012 with flag 2972132/341000
109.19/107.46	c cleaning 25998 clauses out of 52010 with flag 3188627/368001
119.17/117.42	c cleaning 26994 clauses out of 54011 with flag 3406533/396000
132.13/130.47	c cleaning 27998 clauses out of 56018 with flag 3676332/425001
142.31/140.66	c cleaning 28999 clauses out of 58019 with flag 3927037/455000
152.69/151.04	c cleaning 30003 clauses out of 60020 with flag 4143048/486000
165.86/164.23	c cleaning 31004 clauses out of 62020 with flag 4396746/518003
177.84/176.24	c cleaning 31999 clauses out of 64013 with flag 4714584/551000
191.00/189.49	c cleaning 32997 clauses out of 66015 with flag 5003320/585001
204.58/203.04	c cleaning 34001 clauses out of 68017 with flag 5293049/620000
222.13/220.67	c cleaning 35000 clauses out of 70020 with flag 5627744/656004
240.68/239.20	c cleaning 36000 clauses out of 72017 with flag 5973186/693001
259.04/257.68	c cleaning 36997 clauses out of 74018 with flag 6328477/731002
277.59/276.27	c cleaning 38001 clauses out of 76019 with flag 6685344/770000
297.75/296.40	c cleaning 39001 clauses out of 78018 with flag 7067421/810000
317.56/316.29	c cleaning 40000 clauses out of 80017 with flag 7464097/851000
338.07/336.72	c cleaning 41000 clauses out of 82017 with flag 7843100/893000
357.54/356.29	c cleaning 41998 clauses out of 84017 with flag 8222107/936000
380.47/379.17	c cleaning 43000 clauses out of 86019 with flag 8562368/980000
413.42/412.14	c cleaning 44000 clauses out of 88019 with flag 8919963/1025000
438.42/437.13	c cleaning 44991 clauses out of 90019 with flag 9323364/1071000
464.97/463.73	c cleaning 45996 clauses out of 92028 with flag 9713193/1118000
490.62/489.38	c cleaning 47002 clauses out of 94033 with flag 10083542/1166001
516.29/514.91	c cleaning 48010 clauses out of 96032 with flag 10455817/1215002
545.44/544.18	c cleaning 48991 clauses out of 98020 with flag 10830459/1265000
573.17/571.82	c cleaning 50003 clauses out of 100029 with flag 11240627/1316000
617.30/616.06	c cleaning 51007 clauses out of 102026 with flag 11688210/1368000
659.80/658.51	c cleaning 52002 clauses out of 104019 with flag 12064322/1421000
680.46/679.22	c cleaning 53004 clauses out of 106018 with flag 12522375/1475001
710.30/709.01	c cleaning 53993 clauses out of 108013 with flag 13073975/1530000
746.04/744.78	c cleaning 55000 clauses out of 110021 with flag 13629327/1586001
778.49/777.21	c cleaning 56002 clauses out of 112021 with flag 14195464/1643001
815.02/813.80	c cleaning 57000 clauses out of 114018 with flag 14810643/1701000
860.66/859.35	c cleaning 58000 clauses out of 116018 with flag 15461439/1760000
901.38/900.19	c cleaning 59003 clauses out of 118018 with flag 16075237/1820000
939.70/938.41	c cleaning 59991 clauses out of 120015 with flag 16693968/1881000
985.91/984.67	c cleaning 61006 clauses out of 122028 with flag 17303719/1943004
1023.83/1022.60	c cleaning 62001 clauses out of 124018 with flag 17985593/2006000
1069.34/1068.19	c cleaning 62984 clauses out of 126017 with flag 18614623/2070000
1122.94/1121.84	c cleaning 63958 clauses out of 128033 with flag 19264846/2135000
1173.61/1172.27	c cleaning 64980 clauses out of 130077 with flag 19878177/2201002
1211.05/1209.65	c cleaning 65986 clauses out of 132096 with flag 20474439/2268001
1258.05/1256.79	c cleaning 66992 clauses out of 134111 with flag 21135524/2336002
1305.77/1304.44	c cleaning 67993 clauses out of 136117 with flag 21834501/2405000
1353.19/1352.00	c cleaning 68997 clauses out of 138124 with flag 22577413/2475000
1444.82/1443.64	c cleaning 69990 clauses out of 140130 with flag 23150866/2546003
1513.35/1512.13	c cleaning 71006 clauses out of 142139 with flag 23767617/2618002
1577.53/1576.44	c cleaning 71999 clauses out of 144133 with flag 24416301/2691002
1658.55/1657.51	c cleaning 73003 clauses out of 146133 with flag 25098901/2765001
1744.57/1743.76	c cleaning 74002 clauses out of 148129 with flag 25777496/2840000
1836.16/1835.39	c cleaning 75001 clauses out of 150127 with flag 26519368/2916000
1903.42/1902.76	c cleaning 76001 clauses out of 152127 with flag 27197201/2993001
1991.00/1990.35	c cleaning 76993 clauses out of 154125 with flag 27954374/3071000
2054.47/2053.95	c cleaning 78000 clauses out of 156132 with flag 28640194/3150000
2129.58/2129.03	c cleaning 79002 clauses out of 158132 with flag 29350175/3230000
2206.02/2205.68	c cleaning 79999 clauses out of 160131 with flag 30066315/3311001
2289.23/2288.81	c cleaning 81000 clauses out of 162132 with flag 30734694/3393001
2392.03/2391.89	c cleaning 82002 clauses out of 164131 with flag 31360983/3476000
2510.36/2509.86	c cleaning 82993 clauses out of 166130 with flag 32180030/3560001
2628.62/2628.21	c cleaning 84003 clauses out of 168138 with flag 32994269/3645002
2724.03/2723.89	c cleaning 85004 clauses out of 170135 with flag 33762003/3731002
2823.68/2823.54	c cleaning 85996 clauses out of 172129 with flag 34412171/3818000
2937.74/2937.86	c cleaning 86996 clauses out of 174133 with flag 35097896/3906000
3060.47/3060.80	c cleaning 88000 clauses out of 176137 with flag 35875159/3995000
3209.67/3210.28	c cleaning 88997 clauses out of 178139 with flag 36826584/4085002
3370.90/3371.85	c cleaning 90004 clauses out of 180144 with flag 37789813/4176004
3535.16/3536.28	c cleaning 91001 clauses out of 182138 with flag 38725243/4268002
3600.00/3601.21	c timeout
3600.00/3601.22	c starts		: 2040
3600.00/3601.23	c conflicts		: 4319329
3600.00/3601.23	c decisions		: 5912787
3600.00/3601.23	c propagations		: 64829183
3600.00/3601.23	c inspects		: 22798281342
3600.00/3601.23	c shortcuts		: 0
3600.00/3601.23	c learnt literals	: 0
3600.00/3601.23	c learnt binary clauses	: 0
3600.00/3601.23	c learnt ternary clauses	: 0
3600.00/3601.23	c learnt constraints	: 4319329
3600.00/3601.23	c ignored constraints	: 0
3600.00/3601.23	c root simplifications	: 0
3600.00/3601.23	c removed literals (reason simplification)	: 53432348
3600.00/3601.23	c reason swapping (by a shorter reason)	: 0
3600.00/3601.23	c Calls to reduceDB	: 88
3600.00/3601.23	c Number of update (reduction) of LBD	: 3081059
3600.00/3601.23	c Imported unit clauses	: 0
3600.00/3601.23	c No decision after first conflict	: false
3600.00/3601.23	c number of reductions to clauses (during analyze)	: 0
3600.00/3601.23	c number of learned constraints concerned by reduction	: 0
3600.00/3601.23	c number of learning phase by resolution	: 0
3600.00/3601.23	c number of learning phase by cutting planes	: 0
3600.00/3601.23	c number of rounding to 1 operations	: 0
3600.00/3601.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3601.23	c number of reductions of the coefficients by power 2 	: 0
3600.00/3601.23	c number of right shift for reduction by power 2 	: 0
3600.00/3601.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3601.23	c number of ending skipping 	: 0
3600.00/3601.23	c number of internal skipping 	: 0
3600.00/3601.23	c number of derivation steps 	: 0
3600.00/3601.23	c number of skipped derivation steps 	: 0
3600.00/3601.23	c number of remaining unassigned 	: 0
3600.00/3601.23	c number of remaining assigned 	: 0
3600.00/3601.23	c number of falsified literals weakened from reason	: 0
3600.00/3601.23	c number of falsified literals weakened from conflict	: 0
3600.00/3601.23	c time for arithmetic operations	: 0
3600.00/3601.24	c minimum degree of deleted constraints	: null
3600.00/3601.24	c maximum degree of deleted constraints	: null
3600.00/3601.24	c number of deleted constraints	: 0
3600.00/3601.24	c speed (assignments/second)	: 18008.056366510093
3600.00/3601.24	c non guided choices	: 695422
3600.00/3601.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 142464
3600.00/3601.29	s UNKNOWN
3600.00/3601.29	c Total wall clock time (in seconds): 3601.164

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (59645 MiB free)
  memory of node 1: 64465 MiB (51782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542354-1753216014/watcher-4542354-1753216014 -o /tmp/evaluation-result-4542354-1753216014/solver-4542354-1753216014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151457 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542354-1753216014.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=151884, runsolver pid=151881

[startup+0.10006 s]*
/proc/loadavg: 4.83 4.30 4.14 5/337 151902
/proc/meminfo: memFree=114077644/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=18930384 memory=55652 CPUtime=0.12 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 6555 0 0 0 10 2 0 0 20 0 18 0 237280059 19384713216 13913 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4732596 13913 5363 1 0 547603 0
[pid=151884/tid=151886] ppid=151881 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 237280060 19384713216 13913 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237280062 19384713216 13913 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=18930384 memory=60684515961493 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237280063 19384713216 13913 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55652 KiB

[startup+0.205618 s]*
/proc/loadavg: 4.83 4.30 4.14 6/338 151903
/proc/meminfo: memFree=113981924/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=18996948 memory=152648 CPUtime=0.31 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 7180 0 0 0 28 3 0 0 20 0 19 0 237280059 19452874752 38162 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4749237 38162 5459 1 0 548227 0
[pid=151884/tid=151886] ppid=151881 vsize=18996948 memory=4026925340 CPUtime=0.16 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 5308 0 0 0 14 2 0 0 20 0 19 0 237280060 19452874752 38162 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=18996948 memory=2573 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237280062 19452874752 38162 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237280063 19452874752 38162 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152648 KiB

[startup+0.305773 s]*
/proc/loadavg: 4.83 4.30 4.14 6/338 151903
/proc/meminfo: memFree=113915956/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=18996948 memory=222240 CPUtime=0.5 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 8686 0 0 0 45 5 0 0 20 0 19 0 237280059 19452874752 55560 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4749237 55560 5459 1 0 549214 0
[pid=151884/tid=151886] ppid=151881 vsize=18996948 memory=-9103290435268027068 CPUtime=0.24 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 5338 0 0 0 21 3 0 0 20 0 19 0 237280060 19452874752 55560 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237280062 19452874752 55560 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237280063 19452874752 55560 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 222240 KiB

[startup+0.700248 s]
/proc/loadavg: 4.83 4.30 4.14 6/338 151903
/proc/meminfo: memFree=113328592/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=18996948 memory=1052500 CPUtime=1.26 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 12146 0 0 0 104 22 0 0 20 0 19 0 237280059 19452874752 263125 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4749237 263125 5491 1 0 1054096 0
[pid=151884/tid=151886] ppid=151881 vsize=18996948 memory=27392 CPUtime=0.6 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 5731 0 0 0 41 19 0 0 20 0 19 0 237280060 19452874752 263125 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237280062 19452874752 263125 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237280063 19452874752 263125 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1052500 KiB

[startup+1.50022 s]
/proc/loadavg: 4.83 4.30 4.14 6/338 151903
/proc/meminfo: memFree=112497740/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=1656912 CPUtime=2.71 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 18417 0 0 0 236 35 0 0 20 0 20 0 237280059 19521036288 414228 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 414228 5523 1 0 1057931 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=3328 CPUtime=1.35 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 6037 0 0 0 105 30 0 0 20 0 20 0 237280060 19521036288 414228 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 414228 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 414228 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1656912 KiB

[startup+3.10552 s]
/proc/loadavg: 4.83 4.30 4.14 5/339 151904
/proc/meminfo: memFree=112460708/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=1657936 CPUtime=4.93 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 18672 0 0 0 458 35 0 0 20 0 20 0 237280059 19521036288 414484 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 414484 5523 1 0 1057968 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=10752 CPUtime=2.95 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 6074 0 0 0 265 30 0 0 20 0 20 0 237280060 19521036288 414484 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 414484 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 414484 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 414484 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 4.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1657936 KiB

[startup+6.30022 s]
/proc/loadavg: 4.84 4.32 4.14 5/339 151904
/proc/meminfo: memFree=112444088/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=1654284 CPUtime=8.31 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 18761 0 0 0 796 35 0 0 20 0 20 0 237280059 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 413571 5523 1 0 1057968 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=0 CPUtime=6.13 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 6112 0 0 0 583 30 0 0 20 0 20 0 237280060 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=-9103290435268027068 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1654284 KiB

[startup+12.7002 s]
/proc/loadavg: 4.93 4.34 4.15 5/339 151971
/proc/meminfo: memFree=117659384/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=1654284 CPUtime=14.68 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 19397 0 0 0 1428 40 0 0 20 0 20 0 237280059 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 413571 5523 1 0 1057968 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=1654284 CPUtime=12.48 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 6692 0 0 0 1214 34 0 0 20 0 20 0 237280060 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=1654284 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1654284 KiB

[startup+25.5002 s]
/proc/loadavg: 4.80 4.34 4.15 5/337 152104
/proc/meminfo: memFree=118031088/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=1654284 CPUtime=27.44 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 20806 0 0 0 2704 40 0 0 20 0 20 0 237280059 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 413571 5523 1 0 1057968 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=1654284 CPUtime=25.25 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 7162 0 0 0 2491 34 0 0 20 0 20 0 237280060 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=1654284 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=1654284 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=1654284 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 27.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1654284 KiB

[startup+51.1059 s]
/proc/loadavg: 4.59 4.33 4.16 5/337 152104
/proc/meminfo: memFree=116285312/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=1654284 CPUtime=53.04 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 24079 0 0 0 5262 42 0 0 20 0 20 0 237280059 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 413571 5523 1 0 1057968 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=1654284 CPUtime=50.77 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 8208 0 0 0 5043 34 0 0 20 0 20 0 237280060 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=1654284 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=2892 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=1654284 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 413571 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 53.04 s

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

/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2530 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3221.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.13 5/344 152281
/proc/meminfo: memFree=105487352/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3281.6 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 94563 0 0 0 327962 198 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3270.26 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 45364 0 0 0 326967 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=-9103290435268027068 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2652 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3281.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/340 152283
/proc/meminfo: memFree=105442552/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3341.47 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 94748 0 0 0 333948 199 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3330.1 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 45474 0 0 0 332951 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2696 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3341.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.12 5/339 152285
/proc/meminfo: memFree=105442172/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3401.34 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 95051 0 0 0 339934 200 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3389.93 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 45767 0 0 0 338934 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2698 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=-9103290435268027068 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3401.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.11 5/339 152286
/proc/meminfo: memFree=105442292/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3461.42 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 96203 0 0 0 345940 202 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3449.57 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 46348 0 0 0 344898 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2698 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3461.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.11 5/339 152289
/proc/meminfo: memFree=105389204/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3521.28 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 96945 0 0 0 351925 203 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3509.41 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 46955 0 0 0 350882 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=10112 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2825 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3521.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/340 152292
/proc/meminfo: memFree=105388964/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3581.15 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 97393 0 0 0 357910 205 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=27392 CPUtime=3569.25 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 47296 0 0 0 356866 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2900 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3581.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.2 s]
/proc/loadavg: 4.08 4.09 4.10 4/317 152337
/proc/meminfo: memFree=112731952/131250000 swapFree=33010672/33010684
[pid=151884] ppid=151881 vsize=19063512 memory=4190488 CPUtime=3600 cores=0,2
/proc/151884/stat : 151884 (java) S 151881 151884 151447 0 -1 4194304 97415 0 0 0 359795 205 0 0 20 0 20 0 237280059 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
/proc/151884/statm: 4765878 1047622 5523 1 0 1060688 0
[pid=151884/tid=151886] ppid=151881 vsize=19063512 memory=2100 CPUtime=3588.1 cores=0,2
/proc/151884/task/151886/stat : 151886 (java) R 151881 151884 151447 0 -1 4194368 47317 0 0 0 358751 59 0 0 20 0 20 0 237280060 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151895] ppid=151881 vsize=19063512 memory=7666938932149578088 CPUtime=0 cores=0,2
/proc/151884/task/151895/stat : 151895 (Finalizer) S 151881 151884 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280062 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151902] ppid=151881 vsize=19063512 memory=6442228200191193174 CPUtime=0 cores=0,2
/proc/151884/task/151902/stat : 151902 (Common-Cleaner) S 151881 151884 151447 0 -1 4194368 2900 0 0 0 0 0 0 0 20 0 20 0 237280063 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
[pid=151884/tid=151904] ppid=151881 vsize=19063512 memory=4190488 CPUtime=0 cores=0,2
/proc/151884/task/151904/stat : 151904 (Timer-0) S 151881 151884 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280182 19521036288 1047622 18446744073709551615 94170363289600 94170363293296 140734396067936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170363301112 94170363301904 94170396729344 140734396070271 140734396070372 140734396070372 140734396075976 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4190488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.09 s, system=2.07622 s

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

[startup+3601.31 s]*
/proc/loadavg: 4.08 4.09 4.10 6/321 152362
/proc/meminfo: memFree=114785244/131250000 swapFree=33010672/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.32
CPU time (s): 3600.16
CPU user time (s): 3598.09
CPU system time (s): 2.07622
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4190488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.09
system time used= 2.07622
maximum resident set size= 4191512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123742
involuntary context switches= 8949


# summary of solver processes directly reported to runsolver:
#   pid: 151884
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3598.09
#   total CPU system time (s): 2.07622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51586 second user time and 17.9472 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 22:26:54
IDJOB=4542354
IDBENCH=163921
IDSOLVER=3363
FILE ID=nodeC026/4542354-1753216014
RUNJOBID= nodeC026-1753212428-151457
SLURM_JOB_ID= 9687803
Free space on /tmp= 433020 MiB

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

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

MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=1277868480

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        114106244 kB
MemAvailable:   118852464 kB
Buffers:            2128 kB
Cached:          5371684 kB
SwapCached:            4 kB
Active:         11947692 kB
Inactive:        4229548 kB
Active(anon):   10824352 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4224204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3044 kB
Writeback:             8 kB
AnonPages:      10806272 kB
Mapped:           129092 kB
Shmem:             26268 kB
KReclaimable:     459476 kB
Slab:             564548 kB
SReclaimable:     459476 kB
SUnreclaim:       105072 kB
KernelStack:        5200 kB
PageTables:        24904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11761828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10522624 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC026 at 2025-07-22 23:26:56