Trace number 4542355

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.2 3590.23

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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.41/0.35	c Pseudo Boolean Optimization by upper bound
0.41/0.35	c --- Begin Solver configuration ---
0.41/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.35	c Learn all clauses as in MiniSAT
0.41/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.35	c Expensive reason simplification
0.41/0.35	c Glucose 2.1 dynamic restart strategy
0.41/0.35	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.41/0.35	c timeout=2147483s
0.41/0.35	c DB Simplification allowed=false
0.41/0.35	c Listener: none
0.41/0.35	c --- End Solver configuration ---
0.41/0.35	c solving HOME/instance-4542355-1753217531.opb
0.41/0.35	c reading problem ... 
0.41/0.36	c using VERIPB proof format
0.41/0.36	c  no objective function found
3.25/1.85	c ... done. Wall clock time 1.485s.
3.25/1.85	c declared #vars     96646
3.25/1.85	c #constraints  11257
3.25/1.85	c constraints type 
3.25/1.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5502
3.25/1.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5755
3.25/1.85	c 11257 constraints processed.
5.04/2.77	c cleaning 2492 clauses out of 5002 with flag 30095/5002
6.43/3.46	c cleaning 4248 clauses out of 8511 with flag 67888/11003
8.10/4.51	c cleaning 5630 clauses out of 11260 with flag 121168/18000
9.23/5.57	c cleaning 6759 clauses out of 13631 with flag 171885/26001
11.21/6.85	c cleaning 7869 clauses out of 15872 with flag 247353/35001
14.60/10.20	c cleaning 8996 clauses out of 18004 with flag 343763/45002
16.99/12.61	c cleaning 9998 clauses out of 20006 with flag 443142/56000
19.31/14.90	c cleaning 11003 clauses out of 22008 with flag 559597/68000
24.32/19.94	c cleaning 11996 clauses out of 24006 with flag 679620/81001
29.04/24.61	c cleaning 13005 clauses out of 26009 with flag 817296/95000
34.14/29.70	c cleaning 13997 clauses out of 28005 with flag 956004/110001
41.63/37.25	c cleaning 14999 clauses out of 30007 with flag 1096354/126000
47.83/43.36	c cleaning 15995 clauses out of 32009 with flag 1246590/143001
53.16/48.61	c cleaning 17002 clauses out of 34015 with flag 1393265/161002
58.80/54.26	c cleaning 18000 clauses out of 36013 with flag 1536233/180002
64.73/60.12	c cleaning 19000 clauses out of 38012 with flag 1712589/200001
72.49/67.89	c cleaning 19998 clauses out of 40011 with flag 1943587/221000
79.38/74.74	c cleaning 21001 clauses out of 42013 with flag 2168681/243000
87.76/83.03	c cleaning 21996 clauses out of 44016 with flag 2323431/266004
92.97/88.17	c cleaning 22999 clauses out of 46016 with flag 2527855/290000
106.55/101.77	c cleaning 24005 clauses out of 48017 with flag 2758562/315000
114.81/109.97	c cleaning 25003 clauses out of 50012 with flag 2972132/341000
122.54/117.70	c cleaning 25998 clauses out of 52010 with flag 3188627/368001
132.76/127.81	c cleaning 26994 clauses out of 54011 with flag 3406533/396000
144.78/139.76	c cleaning 27998 clauses out of 56018 with flag 3676332/425001
157.69/152.54	c cleaning 28999 clauses out of 58019 with flag 3927037/455000
170.47/165.16	c cleaning 30003 clauses out of 60020 with flag 4143048/486000
186.54/181.11	c cleaning 31004 clauses out of 62020 with flag 4396746/518003
200.41/195.09	c cleaning 31999 clauses out of 64013 with flag 4714584/551000
216.12/210.66	c cleaning 32997 clauses out of 66015 with flag 5003320/585001
234.16/228.65	c cleaning 34001 clauses out of 68017 with flag 5293049/620000
257.12/251.42	c cleaning 35000 clauses out of 70020 with flag 5627744/656004
279.44/273.84	c cleaning 36000 clauses out of 72017 with flag 5973186/693001
301.37/295.74	c cleaning 36997 clauses out of 74018 with flag 6328477/731002
323.65/317.80	c cleaning 38001 clauses out of 76019 with flag 6685344/770000
347.59/341.71	c cleaning 39001 clauses out of 78018 with flag 7067421/810000
371.63/365.75	c cleaning 40000 clauses out of 80017 with flag 7464097/851000
396.25/390.06	c cleaning 41000 clauses out of 82017 with flag 7843100/893000
418.05/411.83	c cleaning 41998 clauses out of 84017 with flag 8222107/936000
443.32/437.04	c cleaning 43000 clauses out of 86019 with flag 8562368/980000
480.91/474.64	c cleaning 44000 clauses out of 88019 with flag 8919963/1025000
509.76/503.40	c cleaning 44991 clauses out of 90019 with flag 9323364/1071000
540.88/534.55	c cleaning 45996 clauses out of 92028 with flag 9713193/1118000
572.72/566.15	c cleaning 47002 clauses out of 94033 with flag 10083542/1166001
604.63/598.01	c cleaning 48010 clauses out of 96032 with flag 10455817/1215002
637.76/631.19	c cleaning 48991 clauses out of 98020 with flag 10830459/1265000
671.62/664.93	c cleaning 50003 clauses out of 100029 with flag 11240627/1316000
724.29/717.18	c cleaning 51007 clauses out of 102026 with flag 11688210/1368000
775.92/768.84	c cleaning 52002 clauses out of 104019 with flag 12064322/1421000
799.39/792.20	c cleaning 53004 clauses out of 106018 with flag 12522375/1475001
833.53/826.36	c cleaning 53993 clauses out of 108013 with flag 13073975/1530000
874.13/867.00	c cleaning 55000 clauses out of 110021 with flag 13629327/1586001
912.49/905.50	c cleaning 56002 clauses out of 112021 with flag 14195464/1643001
952.31/945.29	c cleaning 57000 clauses out of 114018 with flag 14810643/1701000
1005.33/998.05	c cleaning 58000 clauses out of 116018 with flag 15461439/1760000
1052.14/1044.89	c cleaning 59003 clauses out of 118018 with flag 16075237/1820000
1097.73/1090.36	c cleaning 59991 clauses out of 120015 with flag 16693968/1881000
1151.62/1144.40	c cleaning 61006 clauses out of 122028 with flag 17303719/1943004
1196.18/1188.97	c cleaning 62001 clauses out of 124018 with flag 17985593/2006000
1250.70/1243.55	c cleaning 62984 clauses out of 126017 with flag 18614623/2070000
1310.07/1302.95	c cleaning 63958 clauses out of 128033 with flag 19264846/2135000
1368.73/1361.50	c cleaning 64980 clauses out of 130077 with flag 19878177/2201002
1412.77/1405.58	c cleaning 65986 clauses out of 132096 with flag 20474439/2268001
1469.95/1462.48	c cleaning 66992 clauses out of 134111 with flag 21135524/2336002
1527.62/1520.26	c cleaning 67993 clauses out of 136117 with flag 21834501/2405000
1585.51/1578.09	c cleaning 68997 clauses out of 138124 with flag 22577413/2475000
1688.04/1680.20	c cleaning 69990 clauses out of 140130 with flag 23150866/2546003
1762.84/1754.87	c cleaning 71006 clauses out of 142139 with flag 23767617/2618002
1834.60/1826.63	c cleaning 71999 clauses out of 144133 with flag 24416301/2691002
1915.55/1907.58	c cleaning 73003 clauses out of 146133 with flag 25098901/2765001
2007.76/1999.84	c cleaning 74002 clauses out of 148129 with flag 25777496/2840000
2105.01/2097.02	c cleaning 75001 clauses out of 150127 with flag 26519368/2916000
2181.60/2173.44	c cleaning 76001 clauses out of 152127 with flag 27197201/2993001
2276.49/2268.25	c cleaning 76993 clauses out of 154125 with flag 27954374/3071000
2350.51/2342.00	c cleaning 78000 clauses out of 156132 with flag 28640194/3150000
2431.50/2423.03	c cleaning 79002 clauses out of 158132 with flag 29350175/3230000
2516.03/2507.48	c cleaning 79999 clauses out of 160131 with flag 30066315/3311001
2607.47/2598.68	c cleaning 81000 clauses out of 162132 with flag 30734694/3393001
2721.32/2712.60	c cleaning 82002 clauses out of 164131 with flag 31360983/3476000
2850.79/2841.86	c cleaning 82993 clauses out of 166130 with flag 32180030/3560001
2975.20/2966.25	c cleaning 84003 clauses out of 168138 with flag 32994269/3645002
3082.07/3073.16	c cleaning 85004 clauses out of 170135 with flag 33762003/3731002
3186.86/3178.11	c cleaning 85996 clauses out of 172129 with flag 34412171/3818000
3310.93/3301.70	c cleaning 86996 clauses out of 174133 with flag 35097896/3906000
3437.81/3428.36	c cleaning 88000 clauses out of 176137 with flag 35875159/3995000
3598.51/3588.62	c cleaning 88997 clauses out of 178139 with flag 36826584/4085002
3600.02/3590.13	c timeout
3600.02/3590.15	c starts		: 2040
3600.02/3590.16	c conflicts		: 4087626
3600.02/3590.16	c decisions		: 5656219
3600.02/3590.16	c propagations		: 61265123
3600.02/3590.16	c inspects		: 20560375860
3600.02/3590.16	c shortcuts		: 0
3600.02/3590.16	c learnt literals	: 0
3600.02/3590.16	c learnt binary clauses	: 0
3600.02/3590.16	c learnt ternary clauses	: 0
3600.02/3590.16	c learnt constraints	: 4087626
3600.02/3590.16	c ignored constraints	: 0
3600.02/3590.16	c root simplifications	: 0
3600.02/3590.16	c removed literals (reason simplification)	: 49742036
3600.02/3590.16	c reason swapping (by a shorter reason)	: 0
3600.02/3590.16	c Calls to reduceDB	: 86
3600.02/3590.16	c Number of update (reduction) of LBD	: 2923110
3600.02/3590.16	c Imported unit clauses	: 0
3600.02/3590.16	c No decision after first conflict	: false
3600.02/3590.16	c number of reductions to clauses (during analyze)	: 0
3600.02/3590.16	c number of learned constraints concerned by reduction	: 0
3600.02/3590.16	c number of learning phase by resolution	: 0
3600.02/3590.16	c number of learning phase by cutting planes	: 0
3600.02/3590.16	c number of rounding to 1 operations	: 0
3600.02/3590.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3590.16	c number of reductions of the coefficients by power 2 	: 0
3600.02/3590.16	c number of right shift for reduction by power 2 	: 0
3600.02/3590.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3590.16	c number of ending skipping 	: 0
3600.02/3590.16	c number of internal skipping 	: 0
3600.02/3590.16	c number of derivation steps 	: 0
3600.02/3590.16	c number of skipped derivation steps 	: 0
3600.02/3590.16	c number of remaining unassigned 	: 0
3600.02/3590.16	c number of remaining assigned 	: 0
3600.02/3590.16	c number of falsified literals weakened from reason	: 0
3600.02/3590.16	c number of falsified literals weakened from conflict	: 0
3600.02/3590.16	c time for arithmetic operations	: 0
3600.02/3590.16	c minimum degree of deleted constraints	: null
3600.02/3590.16	c maximum degree of deleted constraints	: null
3600.02/3590.16	c number of deleted constraints	: 0
3600.02/3590.16	c speed (assignments/second)	: 17073.607402292007
3600.02/3590.16	c non guided choices	: 695421
3600.17/3590.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 91766
3600.17/3590.21	s UNKNOWN
3600.17/3590.21	c Total wall clock time (in seconds): 3589.853

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=160968, runsolver pid=160965
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.66 4.50 4.47 6/325 160986
/proc/meminfo: memFree=68902716/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=18930384 memory=52296 CPUtime=0.11 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 5736 0 0 0 7 4 0 0 20 0 18 0 237432006 19384713216 13074 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4732596 13074 5304 1 0 546965 0
[pid=160968/tid=160970] ppid=160965 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 4619 0 0 0 4 2 0 0 20 0 18 0 237432008 19384713216 13074 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237432012 19384713216 13074 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237432013 19384713216 13074 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52296 KiB

[startup+0.214066 s]*
/proc/loadavg: 4.66 4.50 4.47 6/325 160986
/proc/meminfo: memFree=68901708/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=18930384 memory=56948 CPUtime=0.27 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 6376 0 0 0 22 5 0 0 20 0 18 0 237432006 19384713216 14237 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4732596 14237 5336 1 0 547513 0
[pid=160968/tid=160970] ppid=160965 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 4963 0 0 0 13 3 0 0 20 0 18 0 237432008 19384713216 14237 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237432012 19384713216 14237 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237432013 19384713216 14237 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56948 KiB

[startup+0.313307 s]*
/proc/loadavg: 4.66 4.50 4.47 7/325 160986
/proc/meminfo: memFree=68897108/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=18930384 memory=61956 CPUtime=0.41 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 6601 0 0 0 36 5 0 0 20 0 18 0 237432006 19384713216 15489 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4732596 15489 5336 1 0 547711 0
[pid=160968/tid=160970] ppid=160965 vsize=18930384 memory=-8815621913836298940 CPUtime=0.24 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 5131 0 0 0 21 3 0 0 20 0 18 0 237432008 19384713216 15489 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237432012 19384713216 15489 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237432013 19384713216 15489 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61956 KiB

[startup+0.7003 s]
/proc/loadavg: 4.66 4.50 4.47 7/326 160987
/proc/meminfo: memFree=68801892/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=18996948 memory=217140 CPUtime=1.12 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 8410 0 0 0 102 10 0 0 20 0 19 0 237432006 19452874752 54285 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4749237 54285 5464 1 0 549177 0
[pid=160968/tid=160970] ppid=160965 vsize=18996948 memory=27136 CPUtime=0.54 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 5336 0 0 0 48 6 0 0 20 0 19 0 237432008 19452874752 54285 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237432012 19452874752 54285 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237432013 19452874752 54285 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 217140 KiB

[startup+1.50027 s]
/proc/loadavg: 4.66 4.50 4.47 6/326 160987
/proc/meminfo: memFree=68220072/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=18996948 memory=2342084 CPUtime=2.67 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 12288 0 0 0 212 55 0 0 20 0 19 0 237432006 19452874752 585521 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4749237 585521 5464 1 0 1077119 0
[pid=160968/tid=160970] ppid=160965 vsize=18996948 memory=3200 CPUtime=1.31 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 6366 0 0 0 82 49 0 0 20 0 19 0 237432008 19452874752 585521 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237432012 19452874752 585521 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237432013 19452874752 585521 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2342084 KiB

[startup+3.10533 s]
/proc/loadavg: 4.66 4.50 4.47 6/327 160988
/proc/meminfo: memFree=66151344/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2799968 CPUtime=5.84 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 19326 0 0 0 517 67 0 0 20 0 20 0 237432006 19521036288 699992 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 699992 5464 1 0 1081561 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=11264 CPUtime=2.8 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 6692 0 0 0 221 59 0 0 20 0 20 0 237432008 19521036288 699992 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 699992 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 699992 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 699992 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2799968 KiB

[startup+6.30023 s]
/proc/loadavg: 4.69 4.51 4.47 5/327 160988
/proc/meminfo: memFree=66111776/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2796836 CPUtime=10.54 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 19530 0 0 0 983 71 0 0 20 0 20 0 237432006 19521036288 699209 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 699209 5496 1 0 1081579 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=0 CPUtime=5.92 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 6705 0 0 0 530 62 0 0 20 0 20 0 237432008 19521036288 699209 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 699209 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=-8815621913836298940 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 699209 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 699209 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 10.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2796836 KiB

[startup+12.7004 s]
/proc/loadavg: 4.71 4.52 4.47 5/327 160988
/proc/meminfo: memFree=66012668/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2833972 CPUtime=17.09 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 20572 0 0 0 1635 74 0 0 20 0 20 0 237432006 19521036288 708493 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 708493 5496 1 0 1081579 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=0 CPUtime=12.11 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 7636 0 0 0 1145 66 0 0 20 0 20 0 237432008 19521036288 708493 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=2833972 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 708493 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 708493 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 708493 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 17.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2833972 KiB

[startup+25.5004 s]
/proc/loadavg: 4.84 4.56 4.49 5/327 160988
/proc/meminfo: memFree=65880764/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2891624 CPUtime=29.95 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 22733 0 0 0 2914 81 0 0 20 0 20 0 237432006 19521036288 722906 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 722906 5496 1 0 1081595 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=-8815621913836298940 CPUtime=24.6 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 8028 0 0 0 2390 70 0 0 20 0 20 0 237432008 19521036288 722906 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=3199 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 722906 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=2840232 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 722906 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=2840232 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 722906 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 29.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2891624 KiB

[startup+51.113 s]
/proc/loadavg: 4.76 4.56 4.49 5/327 160988
/proc/meminfo: memFree=65614168/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2963524 CPUtime=55.67 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 29207 0 0 0 5471 96 0 0 20 0 20 0 237432006 19521036288 740881 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 740881 5496 1 0 1081598 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=2963524 CPUtime=49.84 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 10772 0 0 0 4901 83 0 0 20 0 20 0 237432008 19521036288 740881 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=-8815621913836298940 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 740881 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=2891624 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 740881 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=2840232 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 740881 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0

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

[startup+3282.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/326 161367
/proc/meminfo: memFree=49132588/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2673028 CPUtime=3291.58 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 144523 0 0 0 327878 1280 0 0 20 0 20 0 237432006 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 668257 5496 1 0 680683 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=2673028 CPUtime=3253.03 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 78641 0 0 0 324229 1074 0 0 20 0 20 0 237432008 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=2673028 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=2673028 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2204 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=2673028 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3291.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2673028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/327 161376
/proc/meminfo: memFree=48747588/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2673028 CPUtime=3351.58 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 146060 0 0 0 333865 1293 0 0 20 0 20 0 237432006 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 668257 5496 1 0 680683 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=2673028 CPUtime=3312.68 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 79834 0 0 0 330184 1084 0 0 20 0 20 0 237432008 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=23532 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2316 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 668257 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3351.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2673028 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/327 161378
/proc/meminfo: memFree=49019064/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2038856 CPUtime=3411.87 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 148854 0 0 0 339881 1306 0 0 20 0 20 0 237432006 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 509714 5496 1 0 521995 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=27136 CPUtime=3372.26 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 81074 0 0 0 336133 1093 0 0 20 0 20 0 237432008 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=2673028 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2317 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=2038856 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3411.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2038856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/327 161380
/proc/meminfo: memFree=48640584/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=2038856 CPUtime=3471.79 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 149029 0 0 0 345860 1319 0 0 20 0 20 0 237432006 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 509714 5496 1 0 521995 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=27136 CPUtime=3431.96 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 81187 0 0 0 342093 1103 0 0 20 0 20 0 237432008 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=2038856 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 509714 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3471.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2038856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.20 4.19 5/327 161382
/proc/meminfo: memFree=49045060/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=1312136 CPUtime=3531.92 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 149635 0 0 0 351859 1333 0 0 20 0 20 0 237432006 19521036288 328034 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 328034 5496 1 0 340339 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=2038856 CPUtime=3491.61 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 81718 0 0 0 348048 1113 0 0 20 0 20 0 237432008 19521036288 328034 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=2038856 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 328034 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 328034 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 328034 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3531.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312136 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/327 161384
/proc/meminfo: memFree=48807756/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=1319796 CPUtime=3592.22 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 151649 0 0 0 357877 1345 0 0 20 0 20 0 237432006 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 329949 5496 1 0 340433 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=27136 CPUtime=3550.84 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 82545 0 0 0 353962 1122 0 0 20 0 20 0 237432008 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=1312392 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=1319796 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2407 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=1319796 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3592.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.11 s]
/proc/loadavg: 4.16 4.17 4.18 5/327 161384
/proc/meminfo: memFree=48733444/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19063512 memory=1319796 CPUtime=3600.02 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 151739 0 0 0 358656 1346 0 0 20 0 20 0 237432006 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4765878 329949 5496 1 0 340433 0
[pid=160968/tid=160970] ppid=160965 vsize=19063512 memory=3200 CPUtime=3558.63 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) R 160965 160968 160073 0 -1 4194368 82635 0 0 0 354740 1123 0 0 20 0 20 0 237432008 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237432012 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2407 0 0 0 0 0 0 0 20 0 20 0 237432013 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160988] ppid=160965 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/160968/task/160988/stat : 160988 (Timer-0) S 160965 160968 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237432193 19521036288 329949 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.71 s, system=13.4835 s

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

[startup+3590.21 s]
/proc/loadavg: 4.16 4.17 4.18 5/327 161384
/proc/meminfo: memFree=48733444/131382112 swapFree=33009904/33010684
[pid=160968] ppid=160965 vsize=19263204 memory=1320692 CPUtime=3600.17 cores=4,6
/proc/160968/stat : 160968 (java) S 160965 160968 160073 0 -1 4194304 153502 0 0 0 358670 1347 0 0 20 0 21 0 237432006 19725520896 330173 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
/proc/160968/statm: 4815801 330173 5496 1 0 341383 0
[pid=160968/tid=160970] ppid=160965 vsize=19263204 memory=5796695916014731567 CPUtime=3558.65 cores=4,6
/proc/160968/task/160970/stat : 160970 (java) S 160965 160968 160073 0 -1 4194368 82901 0 0 0 354742 1123 0 0 20 0 21 0 237432008 19725520896 330173 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160979] ppid=160965 vsize=19263204 memory=55212677268211 CPUtime=0 cores=4,6
/proc/160968/task/160979/stat : 160979 (Finalizer) S 160965 160968 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237432012 19725520896 330173 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
[pid=160968/tid=160986] ppid=160965 vsize=19263204 memory=628171 CPUtime=0 cores=4,6
/proc/160968/task/160986/stat : 160986 (Common-Cleaner) S 160965 160968 160073 0 -1 4194368 2407 0 0 0 0 0 0 0 20 0 21 0 237432013 19725520896 330173 18446744073709551615 94546848665600 94546848669296 140737225721136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94546848677112 94546848677904 94546880430080 140737225730388 140737225730532 140737225730532 140737225736136 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1320692 KiB

Child status: 143

Real time (s): 3590.23
CPU time (s): 3600.2
CPU user time (s): 3586.71
CPU system time (s): 13.4835
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4290128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.71
system time used= 13.4835
maximum resident set size= 4290128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10621336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111881
involuntary context switches= 12119


# summary of solver processes directly reported to runsolver:
#   pid: 160968
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3586.71
#   total CPU system time (s): 13.4835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0612 second user time and 35.8946 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=1032919178

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.505
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		: 3491.745
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.530
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.206
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		: 1197.172
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.774
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.547
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		: 1197.084
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:        68940372 kB
MemAvailable:   115328124 kB
Buffers:            1668 kB
Cached:         45004516 kB
SwapCached:          136 kB
Active:         15258884 kB
Inactive:       44129052 kB
Active(anon):   14380236 kB
Inactive(anon):    27556 kB
Active(file):     878648 kB
Inactive(file): 44101496 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             53220 kB
Writeback:             0 kB
AnonPages:      14381976 kB
Mapped:           128100 kB
Shmem:             25972 kB
KReclaimable:    2468736 kB
Slab:            2600128 kB
SReclaimable:    2468736 kB
SUnreclaim:       131392 kB
KernelStack:        4992 kB
PageTables:        31940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16277768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12849152 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= 402792 MiB
End job on nodeC001 at 2025-07-22 23:52:02