Trace number 4506769

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) 3536.78 3700.17

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K169.opb
MD5SUMe3ebae4cd87024085ca08d92094a2c8e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark604.662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20111
Total number of constraints20451
Number of constraints which are clauses20282
Number of constraints which are cardinality constraints (but not clauses)169
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint169
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 170
Number of bits of the biggest sum of numbers8
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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4506769-1751165532.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.71/0.42	c ... done. Wall clock time 0.285s.
0.71/0.42	c declared #vars     20111
0.71/0.42	c #constraints  20451
0.71/0.42	c constraints type 
0.71/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2184
0.71/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 169
0.71/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18096
0.71/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.71/0.42	c 20451 constraints processed.
5.99/3.20	c cleaning 2490 clauses out of 4992 with flag 21639/5000
9.15/5.81	c cleaning 4216 clauses out of 8495 with flag 52278/11000
12.35/8.77	c cleaning 5607 clauses out of 11269 with flag 89785/18000
15.80/12.19	c cleaning 6822 clauses out of 13660 with flag 132918/26001
19.81/16.12	c cleaning 7859 clauses out of 15836 with flag 181274/35002
24.33/20.61	c cleaning 8244 clauses out of 17972 with flag 227977/45000
29.36/25.62	c cleaning 8857 clauses out of 20723 with flag 281160/56000
35.22/31.42	c cleaning 9605 clauses out of 23866 with flag 340410/68001
41.68/37.98	c cleaning 10258 clauses out of 27254 with flag 404721/81000
49.04/45.27	c cleaning 11326 clauses out of 30991 with flag 473383/95000
56.48/52.66	c cleaning 12245 clauses out of 34665 with flag 548791/110000
64.67/60.76	c cleaning 13113 clauses out of 38417 with flag 628148/126000
72.73/68.68	c cleaning 13729 clauses out of 42302 with flag 718301/143001
81.49/77.30	c cleaning 14542 clauses out of 46568 with flag 813027/161000
90.67/86.53	c cleaning 15451 clauses out of 51022 with flag 910557/180000
100.29/96.17	c cleaning 16211 clauses out of 55566 with flag 1013167/200000
110.67/106.46	c cleaning 17070 clauses out of 60348 with flag 1121040/221000
121.98/117.60	c cleaning 17884 clauses out of 65274 with flag 1236816/243000
133.71/129.37	c cleaning 18769 clauses out of 70387 with flag 1356947/266001
146.30/141.81	c cleaning 19516 clauses out of 75614 with flag 1481338/290001
159.06/154.69	c cleaning 20414 clauses out of 81094 with flag 1618140/315000
172.77/169.75	c cleaning 21318 clauses out of 86679 with flag 1757362/341000
186.95/183.86	c cleaning 21901 clauses out of 92360 with flag 1901170/368001
202.16/199.01	c cleaning 23071 clauses out of 98458 with flag 2050726/396001
217.85/214.56	c cleaning 23513 clauses out of 104384 with flag 2210206/425000
235.44/232.11	c cleaning 24661 clauses out of 110864 with flag 2378226/455000
253.07/249.82	c cleaning 25077 clauses out of 117202 with flag 2548861/486000
272.04/268.58	c cleaning 26345 clauses out of 124122 with flag 2726454/518000
291.08/287.64	c cleaning 26928 clauses out of 130777 with flag 2910223/551002
311.54/308.00	c cleaning 27806 clauses out of 137844 with flag 3098591/585000
332.25/328.72	c cleaning 28642 clauses out of 145039 with flag 3305792/620001
353.73/350.39	c cleaning 29550 clauses out of 152395 with flag 3508698/656000
376.81/373.33	c cleaning 30373 clauses out of 159841 with flag 3725493/693000
400.27/396.79	c cleaning 31615 clauses out of 167465 with flag 3945087/731000
425.52/421.90	c cleaning 32129 clauses out of 174847 with flag 4163449/770000
450.91/447.45	c cleaning 33186 clauses out of 182717 with flag 4398362/810000
477.39/473.92	c cleaning 34184 clauses out of 190532 with flag 4641529/851002
504.99/501.51	c cleaning 34785 clauses out of 198345 with flag 4879877/893002
534.29/530.56	c cleaning 35656 clauses out of 206555 with flag 5143842/936000
563.86/560.32	c cleaning 36430 clauses out of 214899 with flag 5409706/980000
595.45/592.06	c cleaning 37528 clauses out of 223467 with flag 5679119/1025000
627.22/623.87	c cleaning 38245 clauses out of 231937 with flag 5960115/1071000
660.73/657.33	c cleaning 39546 clauses out of 240696 with flag 6243714/1118004
694.61/691.44	c cleaning 39995 clauses out of 249149 with flag 6530977/1166003
730.68/727.52	c cleaning 40891 clauses out of 258151 with flag 6835398/1215000
768.27/765.06	c cleaning 41911 clauses out of 267258 with flag 7135947/1265000
806.83/803.48	c cleaning 42930 clauses out of 276349 with flag 7456610/1316002
846.07/842.65	c cleaning 43639 clauses out of 285415 with flag 7781051/1368000
887.11/883.68	c cleaning 44744 clauses out of 294775 with flag 8116559/1421000
929.83/934.39	c cleaning 45381 clauses out of 304029 with flag 8463844/1475002
973.41/979.55	c cleaning 46447 clauses out of 313645 with flag 8815927/1530000
1019.01/1024.94	c cleaning 47004 clauses out of 323199 with flag 9179676/1586003
1064.82/1078.91	c cleaning 48363 clauses out of 333191 with flag 9552143/1643000
1112.34/1127.02	c cleaning 49399 clauses out of 342825 with flag 9929970/1701000
1162.25/1177.85	c cleaning 50104 clauses out of 352425 with flag 10328712/1760000
1215.19/1235.67	c cleaning 50741 clauses out of 362321 with flag 10731099/1820000
1268.66/1302.12	c cleaning 51836 clauses out of 372581 with flag 11147677/1881002
1324.36/1359.43	c cleaning 53090 clauses out of 382745 with flag 11564622/1943003
1380.62/1416.71	c cleaning 53734 clauses out of 392649 with flag 11988279/2006000
1437.96/1475.40	c cleaning 55143 clauses out of 402918 with flag 12413372/2070004
1498.10/1535.83	c cleaning 55850 clauses out of 412766 with flag 12863640/2135000
1560.01/1597.78	c cleaning 56980 clauses out of 422918 with flag 13318024/2201002
1622.54/1660.93	c cleaning 57932 clauses out of 432934 with flag 13799849/2268000
1688.05/1726.16	c cleaning 58701 clauses out of 443000 with flag 14260227/2336004
1754.46/1793.17	c cleaning 59474 clauses out of 453294 with flag 14737125/2405000
1822.82/1861.92	c cleaning 60822 clauses out of 463818 with flag 15234101/2475000
1895.94/1935.85	c cleaning 61749 clauses out of 473997 with flag 15736712/2546002
1968.97/2010.29	c cleaning 62589 clauses out of 484245 with flag 16256783/2618000
2043.64/2085.07	c cleaning 63772 clauses out of 494656 with flag 16777590/2691000
2120.36/2163.05	c cleaning 64714 clauses out of 504883 with flag 17307318/2765000
2200.34/2242.81	c cleaning 65424 clauses out of 515168 with flag 17855593/2840000
2281.23/2323.29	c cleaning 66468 clauses out of 525747 with flag 18422559/2916003
2365.07/2407.00	c cleaning 67296 clauses out of 536273 with flag 18983589/2993000
2450.50/2492.28	c cleaning 68669 clauses out of 546977 with flag 19561402/3071000
2539.23/2611.47	c cleaning 69004 clauses out of 557310 with flag 20159938/3150002
2631.24/2722.82	c cleaning 69999 clauses out of 568304 with flag 20768195/3230001
2725.38/2827.50	c cleaning 71299 clauses out of 579302 with flag 21385973/3311000
2821.19/2964.85	c cleaning 71931 clauses out of 590003 with flag 22029346/3393000
2918.45/3068.10	c cleaning 73246 clauses out of 601074 with flag 22666829/3476002
3017.15/3167.07	c cleaning 74331 clauses out of 611826 with flag 23301059/3560000
3121.51/3271.94	c cleaning 75105 clauses out of 622495 with flag 23962080/3645000
3225.83/3385.80	c cleaning 76262 clauses out of 633390 with flag 24636417/3731001
3332.06/3492.63	c cleaning 77526 clauses out of 644130 with flag 25311748/3818003
3441.98/3605.86	c cleaning 77957 clauses out of 654601 with flag 26020672/3906002
3536.59/3700.02	c timeout
3536.59/3700.02	c starts		: 24970
3536.59/3700.02	c conflicts		: 3983709
3536.59/3700.02	c decisions		: 138960988
3536.59/3700.02	c propagations		: 3892520877
3536.59/3700.02	c inspects		: 17541184907
3536.59/3700.02	c shortcuts		: 0
3536.59/3700.02	c learnt literals	: 190
3536.59/3700.02	c learnt binary clauses	: 237063
3536.59/3700.02	c learnt ternary clauses	: 215250
3536.59/3700.02	c learnt constraints	: 3983519
3536.59/3700.02	c ignored constraints	: 0
3536.59/3700.02	c root simplifications	: 0
3536.59/3700.02	c removed literals (reason simplification)	: 40604268
3536.59/3700.02	c reason swapping (by a shorter reason)	: 0
3536.59/3700.02	c Calls to reduceDB	: 84
3536.59/3700.02	c Number of update (reduction) of LBD	: 2945259
3536.59/3700.02	c Imported unit clauses	: 0
3536.59/3700.02	c No decision after first conflict	: false
3536.59/3700.02	c number of reductions to clauses (during analyze)	: 0
3536.59/3700.02	c number of learned constraints concerned by reduction	: 0
3536.59/3700.02	c number of learning phase by resolution	: 0
3536.59/3700.02	c number of learning phase by cutting planes	: 0
3536.59/3700.02	c number of rounding to 1 operations	: 0
3536.59/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3536.59/3700.03	c number of reductions of the coefficients by power 2 	: 0
3536.59/3700.03	c number of right shift for reduction by power 2 	: 0
3536.59/3700.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3536.59/3700.03	c number of ending skipping 	: 0
3536.59/3700.03	c number of internal skipping 	: 0
3536.59/3700.03	c number of derivation steps 	: 0
3536.59/3700.03	c number of skipped derivation steps 	: 0
3536.59/3700.03	c number of remaining unassigned 	: 0
3536.59/3700.03	c number of remaining assigned 	: 0
3536.59/3700.03	c number of falsified literals weakened from reason	: 0
3536.59/3700.03	c number of falsified literals weakened from conflict	: 0
3536.59/3700.03	c time for arithmetic operations	: 0
3536.59/3700.03	c minimum degree of deleted constraints	: null
3536.59/3700.03	c maximum degree of deleted constraints	: null
3536.59/3700.03	c number of deleted constraints	: 0
3536.59/3700.03	c speed (assignments/second)	: 1052146.98380743
3536.59/3700.03	c non guided choices	: 37123
3536.75/3700.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 417287
3536.75/3700.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 237063
3536.75/3700.12	s UNKNOWN
3536.75/3700.12	c Total wall clock time (in seconds): 3699.994

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506769-1751165532/watcher-4506769-1751165532 -o /tmp/evaluation-result-4506769-1751165532/solver-4506769-1751165532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20624 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506769-1751165532 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506769-1751165532.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=23805, runsolver pid=23802
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.10 4.11 4.10 5/344 23823
/proc/meminfo: memFree=109031716/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=18930384 memory=57828 CPUtime=0.13 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 6591 0 0 0 11 2 0 0 20 0 18 0 32232644 19384713216 14457 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4732596 14457 5337 1 0 547624 0
[pid=23805/tid=23807] ppid=23802 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 5081 0 0 0 6 1 0 0 20 0 18 0 32232645 19384713216 14457 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32232647 19384713216 14457 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=18930384 memory=60684515952020 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32232648 19384713216 14457 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57828 KiB

[startup+0.205837 s]*
/proc/loadavg: 4.10 4.11 4.10 6/344 23823
/proc/meminfo: memFree=109017664/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=18930384 memory=72900 CPUtime=0.32 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 7209 0 0 0 29 3 0 0 20 0 18 0 32232644 19384713216 18225 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4732596 18225 5433 1 0 548114 0
[pid=23805/tid=23807] ppid=23802 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 5263 0 0 0 15 2 0 0 20 0 18 0 32232645 19384713216 18225 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32232647 19384713216 18225 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32232648 19384713216 18225 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72900 KiB

[startup+0.305815 s]*
/proc/loadavg: 4.10 4.11 4.10 6/344 23823
/proc/meminfo: memFree=108989308/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=18930384 memory=105056 CPUtime=0.51 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 8532 0 0 0 47 4 0 0 20 0 18 0 32232644 19384713216 26264 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4732596 26264 5433 1 0 548894 0
[pid=23805/tid=23807] ppid=23802 vsize=18930384 memory=-6000919498560006509 CPUtime=0.25 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 5286 0 0 0 22 3 0 0 20 0 18 0 32232645 19384713216 26264 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32232647 19384713216 26264 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32232648 19384713216 26264 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105056 KiB

[startup+0.70025 s]
/proc/loadavg: 4.10 4.11 4.10 6/346 23825
/proc/meminfo: memFree=108926484/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=167728 CPUtime=1.28 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 11266 0 0 0 120 8 0 0 20 0 20 0 32232644 19521036288 41932 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 41932 5465 1 0 551005 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=17280 CPUtime=0.6 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 5382 0 0 0 56 4 0 0 20 0 20 0 32232645 19521036288 41932 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 41932 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 41932 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 41932 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167728 KiB

[startup+1.50026 s]
/proc/loadavg: 4.10 4.11 4.10 6/346 23825
/proc/meminfo: memFree=108912876/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=192116 CPUtime=2.86 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 25026 0 0 0 276 10 0 0 20 0 20 0 32232644 19521036288 48029 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 48029 5465 1 0 556062 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=0 CPUtime=1.37 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 5733 0 0 0 133 4 0 0 20 0 20 0 32232645 19521036288 48029 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 48029 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 48029 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 48029 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192116 KiB

[startup+3.10602 s]
/proc/loadavg: 4.10 4.11 4.10 6/346 23825
/proc/meminfo: memFree=108869796/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=202020 CPUtime=5.99 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 27322 0 0 0 587 12 0 0 20 0 20 0 32232644 19521036288 50505 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 50505 5465 1 0 556071 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=10752 CPUtime=2.95 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 6128 0 0 0 290 5 0 0 20 0 20 0 32232645 19521036288 50505 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=-6000919498560006509 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 50505 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 50505 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 50505 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202020 KiB

[startup+6.30024 s]
/proc/loadavg: 4.17 4.13 4.11 5/346 23826
/proc/meminfo: memFree=108848044/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=208556 CPUtime=9.7 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 30845 0 0 0 956 14 0 0 20 0 20 0 32232644 19521036288 52139 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 52139 5465 1 0 556120 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=0 CPUtime=6.07 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 6909 0 0 0 601 6 0 0 20 0 20 0 32232645 19521036288 52139 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 52139 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 52139 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=192116 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 52139 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 208556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.14 4.11 5/346 23826
/proc/meminfo: memFree=108705424/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=329688 CPUtime=16.39 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 36377 0 0 0 1621 18 0 0 20 0 20 0 32232644 19521036288 82422 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 82422 5497 1 0 556120 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=192116 CPUtime=12.4 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 8193 0 0 0 1230 10 0 0 20 0 20 0 32232645 19521036288 82422 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 82422 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=329688 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 82422 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 82422 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 329688 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.13 4.11 5/346 23826
/proc/meminfo: memFree=108415468/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=569424 CPUtime=29.26 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 39235 0 0 0 2897 29 0 0 20 0 20 0 32232644 19521036288 142356 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 142356 5497 1 0 556120 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=-6000919498560006509 CPUtime=25.06 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 9167 0 0 0 2489 17 0 0 20 0 20 0 32232645 19521036288 142356 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 142356 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 142356 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 142356 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 29.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 569424 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.14 4.11 6/346 23893
/proc/meminfo: memFree=111278144/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=944636 CPUtime=54.99 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 45270 0 0 0 5455 44 0 0 20 0 20 0 32232644 19521036288 236159 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 236159 5497 1 0 556152 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=844200 CPUtime=50.28 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 10832 0 0 0 5002 26 0 0 20 0 20 0 32232645 19521036288 236159 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=706804 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 236159 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0

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

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.09 4/347 24216
/proc/meminfo: memFree=99917204/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2190952 CPUtime=3182.36 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 136478 0 0 0 317474 762 0 0 20 0 20 0 32232644 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547738 5497 1 0 558375 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=2190952 CPUtime=3133.74 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 54084 0 0 0 312736 638 0 0 20 0 20 0 32232645 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=2190952 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=2190952 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3182.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2190952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/347 24218
/proc/meminfo: memFree=99576904/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2190952 CPUtime=3242.32 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 137663 0 0 0 323459 773 0 0 20 0 20 0 32232644 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547738 5497 1 0 558375 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=16380 CPUtime=3193.18 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 55149 0 0 0 318671 647 0 0 20 0 20 0 32232645 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=2190952 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=2190952 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547738 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3242.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2190952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/348 24223
/proc/meminfo: memFree=99226732/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3302.83 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 141314 0 0 0 329497 786 0 0 20 0 20 0 32232644 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547770 5497 1 0 558421 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=16380 CPUtime=3252.53 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 57283 0 0 0 324595 658 0 0 20 0 20 0 32232645 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=2190952 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1780 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3302.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/347 24228
/proc/meminfo: memFree=98898916/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3360.04 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 142359 0 0 0 335207 797 0 0 20 0 20 0 32232644 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547770 5497 1 0 558421 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3309.19 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 57917 0 0 0 330251 668 0 0 20 0 20 0 32232645 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1849 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3360.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/347 24230
/proc/meminfo: memFree=98550820/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3418.53 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 142380 0 0 0 341043 810 0 0 20 0 20 0 32232644 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547770 5497 1 0 558421 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=16380 CPUtime=3366.84 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 57917 0 0 0 336006 678 0 0 20 0 20 0 32232645 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1849 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3418.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191080 KiB

[startup+3642.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/344 24234
/proc/meminfo: memFree=98204212/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3478.79 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 144260 0 0 0 347057 822 0 0 20 0 20 0 32232644 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547770 5497 1 0 558430 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3426.17 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 58820 0 0 0 341929 688 0 0 20 0 20 0 32232645 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1849 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=2191080 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3478.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191080 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.10 4.12 4.09 5/343 24236
/proc/meminfo: memFree=97881572/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19063512 memory=2191080 CPUtime=3536.59 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 146276 0 0 0 352827 832 0 0 20 0 20 0 32232644 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4765878 547770 5497 1 0 558430 0
[pid=23805/tid=23807] ppid=23802 vsize=19063512 memory=5004 CPUtime=3483.12 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 20613 0 -1 4194368 60278 0 0 0 347615 697 0 0 20 0 20 0 32232645 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32232647 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19063512 memory=8514726395714820749 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 20 0 32232648 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23825] ppid=23802 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=4,6
/proc/23805/task/23825/stat : 23825 (Timer-0) S 23802 23805 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32232687 19521036288 547770 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3536.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3528.43 s, system=8.34728 s

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

[startup+3700.11 s]
/proc/loadavg: 4.10 4.12 4.09 5/343 24236
/proc/meminfo: memFree=97881572/131250000 swapFree=33010684/33010684
[pid=23805] ppid=23802 vsize=19263204 memory=2192104 CPUtime=3536.75 cores=4,6
/proc/23805/stat : 23805 (java) S 23802 23805 20613 0 -1 4194304 148227 0 0 0 352842 833 0 0 20 0 21 0 32232644 19725520896 548026 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
/proc/23805/statm: 4815801 548026 5529 1 0 559388 0
[pid=23805/tid=23807] ppid=23802 vsize=19263204 memory=2191080 CPUtime=3483.14 cores=4,6
/proc/23805/task/23807/stat : 23807 (java) D 23802 23805 20613 0 -1 4194368 60564 0 0 0 347617 697 0 0 20 0 21 0 32232645 19725520896 548026 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23816] ppid=23802 vsize=19263204 memory=17280 CPUtime=0 cores=4,6
/proc/23805/task/23816/stat : 23816 (Finalizer) S 23802 23805 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32232647 19725520896 548026 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
[pid=23805/tid=23823] ppid=23802 vsize=19263204 memory=5504 CPUtime=0 cores=4,6
/proc/23805/task/23823/stat : 23823 (Common-Cleaner) S 23802 23805 20613 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 21 0 32232648 19725520896 548026 18446744073709551615 93836114497536 93836114501232 140735585992240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93836114509048 93836114509840 93836118138880 140735585999152 140735585999334 140735585999334 140735586004936 0
Current children cumulated CPU time: 3536.75 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2192104 KiB

Child status: 143

Real time (s): 3700.17
CPU time (s): 3536.78
CPU user time (s): 3528.43
CPU system time (s): 8.34728
CPU usage (%): 95.5843
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2192104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3528.43
system time used= 8.34728
maximum resident set size= 2192232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12177000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120150
involuntary context switches= 10728


# summary of solver processes directly reported to runsolver:
#   pid: 23805
#   total CPU time (s): 3536.78
#   total CPU user time (s): 3528.43
#   total CPU system time (s): 8.34728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03203 second user time and 17.6124 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 04:52:12
IDJOB=4506769
IDBENCH=158263
IDSOLVER=3364
FILE ID=nodeC033/4506769-1751165532
RUNJOBID= nodeC033-1751158366-20624
SLURM_JOB_ID= 9587493
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K169.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506769-1751165532/watcher-4506769-1751165532 -o /tmp/evaluation-result-4506769-1751165532/solver-4506769-1751165532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20624 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506769-1751165532 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506769-1751165532.opb

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=459019812

nodeC033 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		: 3600.057
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	: 7000.13
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		: 3600.099
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	: 7000.13
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		: 3508.920
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	: 7000.13
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		: 3599.900
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	: 7000.13
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.884
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	: 7000.13
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		: 3600.065
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	: 7000.13
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		: 3601.179
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	: 7000.13
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		: 3599.839
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        109066168 kB
MemAvailable:   119472496 kB
Buffers:            3280 kB
Cached:         11204924 kB
SwapCached:            0 kB
Active:         10646900 kB
Inactive:       10946788 kB
Active(anon):   10403680 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file): 10946788 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28188 kB
Writeback:             0 kB
AnonPages:      10387664 kB
Mapped:           122804 kB
Shmem:             18120 kB
KReclaimable:     111120 kB
Slab:             198292 kB
SReclaimable:     111120 kB
SUnreclaim:        87172 kB
KernelStack:        5296 kB
PageTables:        23932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13686852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151592 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10160128 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC033 at 2025-06-29 05:53:53