Trace number 4506732

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.18 3596.14

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
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 135
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4506732-1751164779.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.50/0.36	c ... done. Wall clock time 0.227s.
0.50/0.36	c declared #vars     15946
0.50/0.36	c #constraints  16216
0.50/0.36	c constraints type 
0.50/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1729
0.50/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 134
0.50/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14351
0.50/0.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.50/0.36	c 16216 constraints processed.
3.32/2.26	c cleaning 2493 clauses out of 4987 with flag 23319/5000
5.35/4.07	c cleaning 4240 clauses out of 8491 with flag 59110/11000
7.71/6.25	c cleaning 5590 clauses out of 11249 with flag 97105/18000
10.58/9.07	c cleaning 6783 clauses out of 13651 with flag 142611/26001
13.47/11.98	c cleaning 7926 clauses out of 15866 with flag 189879/35000
16.96/15.41	c cleaning 8513 clauses out of 17936 with flag 240913/45002
20.67/19.17	c cleaning 8984 clauses out of 20411 with flag 297779/56000
24.56/23.07	c cleaning 9742 clauses out of 23422 with flag 356599/68003
28.84/27.32	c cleaning 10555 clauses out of 26667 with flag 423483/81001
33.35/31.88	c cleaning 11594 clauses out of 30110 with flag 496166/95004
38.99/37.48	c cleaning 12370 clauses out of 33507 with flag 573671/110000
44.98/43.41	c cleaning 13199 clauses out of 37132 with flag 656923/126000
51.15/49.58	c cleaning 14067 clauses out of 40931 with flag 745116/143002
57.86/56.21	c cleaning 14830 clauses out of 44856 with flag 839804/161000
65.35/63.73	c cleaning 15750 clauses out of 49022 with flag 941031/180000
73.29/71.65	c cleaning 16563 clauses out of 53271 with flag 1050257/200003
81.54/79.86	c cleaning 17296 clauses out of 57701 with flag 1162694/221001
90.52/88.82	c cleaning 17941 clauses out of 62401 with flag 1282107/243000
100.16/98.47	c cleaning 19089 clauses out of 67454 with flag 1407749/266000
110.64/108.94	c cleaning 19723 clauses out of 72361 with flag 1551730/290000
120.98/119.24	c cleaning 20537 clauses out of 77638 with flag 1687072/315004
131.71/129.99	c cleaning 21549 clauses out of 83094 with flag 1832498/341000
143.48/141.74	c cleaning 22659 clauses out of 88541 with flag 1983293/368002
155.93/154.13	c cleaning 23138 clauses out of 93877 with flag 2143732/396000
169.85/168.05	c cleaning 24117 clauses out of 99737 with flag 2311073/425003
183.79/181.99	c cleaning 24879 clauses out of 105614 with flag 2484791/455000
198.26/196.40	c cleaning 25815 clauses out of 111733 with flag 2665312/486000
213.28/211.41	c cleaning 26656 clauses out of 117917 with flag 2856942/518001
228.91/227.03	c cleaning 27632 clauses out of 124259 with flag 3059276/551000
245.52/243.61	c cleaning 28571 clauses out of 130627 with flag 3269363/585001
262.35/260.46	c cleaning 29437 clauses out of 137053 with flag 3491350/620002
280.49/278.39	c cleaning 30301 clauses out of 143611 with flag 3706892/656000
300.41/298.28	c cleaning 31212 clauses out of 150310 with flag 3938000/693000
320.27/318.10	c cleaning 31921 clauses out of 157097 with flag 4174875/731000
340.50/338.38	c cleaning 32986 clauses out of 164174 with flag 4422659/770002
362.22/360.08	c cleaning 34052 clauses out of 171184 with flag 4676545/810000
385.54/383.37	c cleaning 35253 clauses out of 178131 with flag 4940040/851000
408.49/406.39	c cleaning 35618 clauses out of 184876 with flag 5206787/893000
432.73/430.54	c cleaning 36591 clauses out of 192258 with flag 5486487/936002
458.15/455.97	c cleaning 37503 clauses out of 199662 with flag 5793840/980000
484.90/482.68	c cleaning 38259 clauses out of 207161 with flag 6097019/1025002
513.53/511.31	c cleaning 39555 clauses out of 214901 with flag 6407790/1071002
542.09/539.60	c cleaning 40199 clauses out of 222343 with flag 6719360/1118000
572.31/569.87	c cleaning 41065 clauses out of 230144 with flag 7066033/1166001
603.03/600.60	c cleaning 41798 clauses out of 238077 with flag 7404815/1215000
636.69/634.25	c cleaning 43082 clauses out of 246282 with flag 7757086/1265003
670.11/667.75	c cleaning 44028 clauses out of 254194 with flag 8125375/1316000
705.59/703.15	c cleaning 45278 clauses out of 262162 with flag 8497144/1368000
742.68/740.34	c cleaning 45922 clauses out of 269883 with flag 8872456/1421000
780.34/777.96	c cleaning 46732 clauses out of 277961 with flag 9269128/1475001
818.65/816.39	c cleaning 47782 clauses out of 286227 with flag 9667589/1530000
859.68/857.30	c cleaning 48703 clauses out of 294445 with flag 10078428/1586000
900.37/897.99	c cleaning 49516 clauses out of 302742 with flag 10511435/1643000
944.55/942.28	c cleaning 50436 clauses out of 311226 with flag 10958520/1701000
988.53/985.99	c cleaning 52085 clauses out of 319790 with flag 11398339/1760000
1034.94/1032.39	c cleaning 52496 clauses out of 327704 with flag 11866077/1820000
1083.31/1080.62	c cleaning 53748 clauses out of 336209 with flag 12356834/1881001
1132.29/1129.72	c cleaning 54967 clauses out of 344460 with flag 12849597/1943000
1183.80/1181.20	c cleaning 55710 clauses out of 352493 with flag 13356346/2006001
1235.76/1233.12	c cleaning 56420 clauses out of 360784 with flag 13876055/2070003
1291.53/1289.05	c cleaning 57758 clauses out of 369360 with flag 14470396/2135000
1346.52/1344.09	c cleaning 58630 clauses out of 377608 with flag 15007466/2201006
1405.15/1402.62	c cleaning 59921 clauses out of 385971 with flag 15567740/2268000
1464.07/1461.12	c cleaning 60705 clauses out of 394048 with flag 16110475/2336000
1524.44/1521.53	c cleaning 61316 clauses out of 402342 with flag 16679512/2405000
1586.44/1583.55	c cleaning 62335 clauses out of 411026 with flag 17290421/2475000
1651.06/1648.18	c cleaning 63725 clauses out of 419692 with flag 17895185/2546001
1719.27/1716.33	c cleaning 64374 clauses out of 427964 with flag 18530632/2618000
1788.58/1785.65	c cleaning 65357 clauses out of 436590 with flag 19194086/2691000
1861.36/1858.49	c cleaning 66853 clauses out of 445235 with flag 19885464/2765002
1933.23/1930.32	c cleaning 67491 clauses out of 453380 with flag 20567797/2840000
2010.74/2007.43	c cleaning 68601 clauses out of 461893 with flag 21261004/2916004
2090.83/2087.53	c cleaning 69352 clauses out of 470286 with flag 22165955/2993000
2170.71/2167.44	c cleaning 70128 clauses out of 478937 with flag 22910397/3071003
2261.26/2258.06	c cleaning 71622 clauses out of 487811 with flag 23945527/3150005
2335.37/2332.17	c cleaning 72567 clauses out of 496185 with flag 24673725/3230002
2410.84/2407.66	c cleaning 73424 clauses out of 504617 with flag 25503119/3311002
2489.50/2486.34	c cleaning 74286 clauses out of 513190 with flag 26292390/3393000
2571.14/2567.87	c cleaning 75276 clauses out of 521904 with flag 27172132/3476000
2650.50/2647.23	c cleaning 76589 clauses out of 530627 with flag 28035585/3560000
2732.66/2728.89	c cleaning 77718 clauses out of 539038 with flag 28859974/3645000
2820.96/2817.18	c cleaning 78449 clauses out of 547322 with flag 29783232/3731002
2907.30/2903.55	c cleaning 79744 clauses out of 555871 with flag 30620293/3818000
2996.52/2992.69	c cleaning 80440 clauses out of 564127 with flag 31537177/3906000
3088.70/3084.86	c cleaning 81392 clauses out of 572687 with flag 32464106/3995000
3181.85/3178.10	c cleaning 82768 clauses out of 581296 with flag 33420911/4085002
3276.04/3272.18	c cleaning 83843 clauses out of 589526 with flag 34339747/4176000
3371.28/3367.41	c cleaning 84728 clauses out of 597684 with flag 35303182/4268001
3472.26/3468.37	c cleaning 86025 clauses out of 605956 with flag 36401636/4361001
3572.31/3568.44	c cleaning 86780 clauses out of 613932 with flag 37393051/4455002
3600.01/3596.02	c timeout
3600.01/3596.02	c starts		: 34771
3600.01/3596.02	c conflicts		: 4487802
3600.01/3596.02	c decisions		: 104069855
3600.01/3596.02	c propagations		: 3805286820
3600.01/3596.02	c inspects		: 21151104687
3600.01/3596.02	c shortcuts		: 0
3600.01/3596.02	c learnt literals	: 197
3600.01/3596.02	c learnt binary clauses	: 184338
3600.01/3596.02	c learnt ternary clauses	: 189084
3600.01/3596.02	c learnt constraints	: 4487605
3600.01/3596.02	c ignored constraints	: 0
3600.01/3596.02	c root simplifications	: 0
3600.01/3596.02	c removed literals (reason simplification)	: 62872906
3600.01/3596.02	c reason swapping (by a shorter reason)	: 0
3600.01/3596.02	c Calls to reduceDB	: 90
3600.01/3596.02	c Number of update (reduction) of LBD	: 3779371
3600.01/3596.02	c Imported unit clauses	: 0
3600.01/3596.02	c No decision after first conflict	: false
3600.01/3596.02	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.02	c number of learned constraints concerned by reduction	: 0
3600.01/3596.02	c number of learning phase by resolution	: 0
3600.01/3596.02	c number of learning phase by cutting planes	: 0
3600.01/3596.02	c number of rounding to 1 operations	: 0
3600.01/3596.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.02	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.02	c number of right shift for reduction by power 2 	: 0
3600.01/3596.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.02	c number of ending skipping 	: 0
3600.01/3596.02	c number of internal skipping 	: 0
3600.01/3596.02	c number of derivation steps 	: 0
3600.01/3596.02	c number of skipped derivation steps 	: 0
3600.01/3596.02	c number of remaining unassigned 	: 0
3600.01/3596.02	c number of remaining assigned 	: 0
3600.01/3596.02	c number of falsified literals weakened from reason	: 0
3600.01/3596.02	c number of falsified literals weakened from conflict	: 0
3600.01/3596.02	c time for arithmetic operations	: 0
3600.01/3596.02	c minimum degree of deleted constraints	: null
3600.01/3596.02	c maximum degree of deleted constraints	: null
3600.01/3596.02	c number of deleted constraints	: 0
3600.01/3596.03	c speed (assignments/second)	: 1058300.2503852563
3600.01/3596.03	c non guided choices	: 7280
3600.15/3596.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 375614
3600.15/3596.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 184338
3600.15/3596.11	s UNKNOWN
3600.15/3596.11	c Total wall clock time (in seconds): 3595.98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506732-1751164779/watcher-4506732-1751164779 -o /tmp/evaluation-result-4506732-1751164779/solver-4506732-1751164779 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21069 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506732-1751164779.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.10 4.12 4.09 5/338 23343
/proc/meminfo: memFree=125843968/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=18930384 memory=57700 CPUtime=0.12 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 6568 0 0 0 10 2 0 0 20 0 18 0 32155733 19384713216 14425 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4732596 14425 5325 1 0 547603 0
[pid=23325/tid=23327] ppid=23322 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 5071 0 0 0 6 1 0 0 20 0 18 0 32155734 19384713216 14425 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32155736 19384713216 14425 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=18930384 memory=59585004336188 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32155737 19384713216 14425 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57700 KiB

[startup+0.205611 s]*
/proc/loadavg: 4.10 4.12 4.09 7/338 23343
/proc/meminfo: memFree=125828656/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=18930384 memory=73328 CPUtime=0.32 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 7296 0 0 0 29 3 0 0 20 0 18 0 32155733 19384713216 18332 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4732596 18332 5453 1 0 548179 0
[pid=23325/tid=23327] ppid=23322 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 5259 0 0 0 15 2 0 0 20 0 18 0 32155734 19384713216 18332 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=18930384 memory=16163 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32155736 19384713216 18332 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32155737 19384713216 18332 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73328 KiB

[startup+0.305602 s]*
/proc/loadavg: 4.10 4.12 4.09 6/338 23343
/proc/meminfo: memFree=125791100/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=18930384 memory=109160 CPUtime=0.5 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 8516 0 0 0 47 3 0 0 20 0 18 0 32155733 19384713216 27290 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4732596 27290 5453 1 0 548889 0
[pid=23325/tid=23327] ppid=23322 vsize=18930384 memory=-6000919498526779757 CPUtime=0.26 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 5288 0 0 0 23 3 0 0 20 0 18 0 32155734 19384713216 27290 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32155736 19384713216 27290 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32155737 19384713216 27290 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109160 KiB

[startup+0.700225 s]
/proc/loadavg: 4.10 4.12 4.09 6/339 23344
/proc/meminfo: memFree=125747368/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=18996948 memory=157200 CPUtime=1.27 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 11853 0 0 0 122 5 0 0 20 0 19 0 32155733 19452874752 39300 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4749237 39300 5453 1 0 551329 0
[pid=23325/tid=23327] ppid=23322 vsize=18996948 memory=17408 CPUtime=0.63 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 5354 0 0 0 60 3 0 0 20 0 19 0 32155734 19452874752 39300 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32155736 19452874752 39300 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32155737 19452874752 39300 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=18996948 memory=4740 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 32155770 19452874752 39300 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157200 KiB

[startup+1.50022 s]
/proc/loadavg: 4.10 4.12 4.09 5/339 23344
/proc/meminfo: memFree=125737728/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=174540 CPUtime=2.36 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 13702 0 0 0 231 5 0 0 20 0 20 0 32155733 19521036288 43635 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 43635 5485 1 0 551620 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=0 CPUtime=1.41 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 5535 0 0 0 138 3 0 0 20 0 20 0 32155734 19521036288 43635 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 43635 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 43635 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 43635 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174540 KiB

[startup+3.10544 s]
/proc/loadavg: 4.09 4.12 4.09 5/340 23345
/proc/meminfo: memFree=125703756/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=184396 CPUtime=4.45 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 21743 0 0 0 439 6 0 0 20 0 20 0 32155733 19521036288 46099 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 46099 5485 1 0 554144 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=10496 CPUtime=3.01 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 6791 0 0 0 297 4 0 0 20 0 20 0 32155734 19521036288 46099 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=-6000919498526779757 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 46099 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 46099 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 46099 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184396 KiB

[startup+6.3002 s]
/proc/loadavg: 4.09 4.12 4.09 5/340 23345
/proc/meminfo: memFree=125646412/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=179904 CPUtime=7.82 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 26769 0 0 0 775 7 0 0 20 0 20 0 32155733 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 44976 5517 1 0 554150 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=0 CPUtime=6.18 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 7426 0 0 0 614 4 0 0 20 0 20 0 32155734 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=174540 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179904 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.13 4.10 5/340 23345
/proc/meminfo: memFree=125638220/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=179904 CPUtime=14.27 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 28515 0 0 0 1420 7 0 0 20 0 20 0 32155733 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 44976 5517 1 0 554150 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=174540 CPUtime=12.56 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 8135 0 0 0 1252 4 0 0 20 0 20 0 32155734 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=179904 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 44976 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 14.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.12 4.10 5/340 23345
/proc/meminfo: memFree=125617740/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=188200 CPUtime=27.05 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 30734 0 0 0 2698 7 0 0 20 0 20 0 32155733 19521036288 47050 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 47050 5517 1 0 554150 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=-6000919498526779757 CPUtime=25.31 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 8801 0 0 0 2527 4 0 0 20 0 20 0 32155734 19521036288 47050 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=188200 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 47050 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 78 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 47050 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 47050 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188200 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.11 4.09 5/340 23346
/proc/meminfo: memFree=125494892/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=270504 CPUtime=52.78 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 34226 0 0 0 5268 10 0 0 20 0 20 0 32155733 19521036288 67626 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 67626 5517 1 0 554150 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=198588 CPUtime=50.77 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 9182 0 0 0 5073 4 0 0 20 0 20 0 32155734 19521036288 67626 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 67626 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=198588 CPUtime=0 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 2.14 2.62 3.22 3/290 23582
/proc/meminfo: memFree=123199928/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3511700 CPUtime=3286.21 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 108901 0 0 0 328485 136 0 0 20 0 20 0 32155733 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 877925 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=3511700 CPUtime=3264.31 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 44620 0 0 0 326407 24 0 0 20 0 20 0 32155734 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=3511700 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 701 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3286.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3511700 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.52 3.15 3/291 23591
/proc/meminfo: memFree=123201012/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3511700 CPUtime=3346.23 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 110130 0 0 0 334486 137 0 0 20 0 20 0 32155733 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 877925 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=16520 CPUtime=3323.99 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 45098 0 0 0 332375 24 0 0 20 0 20 0 32155734 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=3511700 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=3511700 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 730 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3346.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3511700 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.44 3.08 3/291 23593
/proc/meminfo: memFree=123197272/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3511700 CPUtime=3406.24 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 111321 0 0 0 340485 139 0 0 20 0 20 0 32155733 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 877925 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=17408 CPUtime=3383.68 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 46181 0 0 0 338344 24 0 0 20 0 20 0 32155734 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=3511700 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=3511700 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 730 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 877925 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3406.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3511700 KiB

[startup+3462.3 s]
/proc/loadavg: 2.07 2.37 3.01 3/291 23595
/proc/meminfo: memFree=123188132/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3519960 CPUtime=3466.27 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 113940 0 0 0 346487 140 0 0 20 0 20 0 32155733 19521036288 879990 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 879990 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=17408 CPUtime=3443.26 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 47740 0 0 0 344302 24 0 0 20 0 20 0 32155734 19521036288 879990 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=3519960 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 879990 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 879990 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=3519960 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 879990 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3466.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3519960 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.32 2.95 3/290 23598
/proc/meminfo: memFree=123081980/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3631164 CPUtime=3526.31 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 115748 0 0 0 352488 143 0 0 20 0 20 0 32155733 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 907791 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=3519960 CPUtime=3502.91 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 48589 0 0 0 350267 24 0 0 20 0 20 0 32155734 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=3631164 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 935 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3526.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3631164 KiB

[startup+3582.3 s]
/proc/loadavg: 1.58 2.15 2.86 2/265 23633
/proc/meminfo: memFree=126574928/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3631164 CPUtime=3586.18 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 116782 0 0 0 358474 144 0 0 20 0 20 0 32155733 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 907791 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=17408 CPUtime=3562.76 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 49619 0 0 0 356252 24 0 0 20 0 20 0 32155734 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=3631164 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 935 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=3631164 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 907791 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3586.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3631164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596 s]*
/proc/loadavg: 1.52 2.11 2.83 2/265 23634
/proc/meminfo: memFree=126419220/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19063512 memory=3787124 CPUtime=3600.01 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 117270 0 0 0 359853 148 0 0 20 0 20 0 32155733 19521036288 946781 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4765878 946781 5549 1 0 1074784 0
[pid=23325/tid=23327] ppid=23322 vsize=19063512 memory=-6000919498526779757 CPUtime=3576.27 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) R 23322 23325 21059 0 -1 4194368 49938 0 0 0 357603 24 0 0 20 0 20 0 32155734 19521036288 946781 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32155736 19521036288 946781 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19063512 memory=26268 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 935 0 0 0 0 0 0 0 20 0 20 0 32155737 19521036288 946781 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23344] ppid=23322 vsize=19063512 memory=6964 CPUtime=0 cores=0,2
/proc/23325/task/23344/stat : 23344 (Timer-0) S 23322 23325 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32155770 19521036288 946781 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3787124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.68 s, system=1.4989 s

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

[startup+3596.11 s]
/proc/loadavg: 1.52 2.11 2.83 2/265 23634
/proc/meminfo: memFree=126419220/131250000 swapFree=33010684/33010684
[pid=23325] ppid=23322 vsize=19263204 memory=3787764 CPUtime=3600.15 cores=0,2
/proc/23325/stat : 23325 (java) S 23322 23325 21059 0 -1 4194304 119206 0 0 0 359867 148 0 0 20 0 21 0 32155733 19725520896 946941 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
/proc/23325/statm: 4815801 946941 5549 1 0 1075712 0
[pid=23325/tid=23327] ppid=23322 vsize=19263204 memory=3787124 CPUtime=3576.29 cores=0,2
/proc/23325/task/23327/stat : 23327 (java) S 23322 23325 21059 0 -1 4194368 50068 0 0 0 357605 24 0 0 20 0 21 0 32155734 19725520896 946941 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23336] ppid=23322 vsize=19263204 memory=16520 CPUtime=0 cores=0,2
/proc/23325/task/23336/stat : 23336 (Finalizer) S 23322 23325 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32155736 19725520896 946941 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
[pid=23325/tid=23343] ppid=23322 vsize=19263204 memory=3631164 CPUtime=0 cores=0,2
/proc/23325/task/23343/stat : 23343 (Common-Cleaner) S 23322 23325 21059 0 -1 4194368 935 0 0 0 0 0 0 0 20 0 21 0 32155737 19725520896 946941 18446744073709551615 94637834641408 94637834645104 140730220220704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637834652920 94637834653712 94637857447936 140730220226945 140730220227046 140730220227046 140730220232648 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3787764 KiB

Child status: 143

Real time (s): 3596.14
CPU time (s): 3600.18
CPU user time (s): 3598.68
CPU system time (s): 1.4989
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3787764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.68
system time used= 1.4989
maximum resident set size= 3788020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108012
involuntary context switches= 23442


# summary of solver processes directly reported to runsolver:
#   pid: 23325
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.68
#   total CPU system time (s): 1.4989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07785 second user time and 16.5141 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 04:39:39
IDJOB=4506732
IDBENCH=158262
IDSOLVER=3363
FILE ID=nodeC018/4506732-1751164779
RUNJOBID= nodeC018-1751156866-21069
SLURM_JOB_ID= 9587480
Free space on /tmp= 432972 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K134.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506732-1751164779/watcher-4506732-1751164779 -o /tmp/evaluation-result-4506732-1751164779/solver-4506732-1751164779 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21069 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4506732-1751164779.opb

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=2097195453

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125867720 kB
MemAvailable:   125566260 kB
Buffers:            3280 kB
Cached:           509072 kB
SwapCached:            0 kB
Active:          4572916 kB
Inactive:         252636 kB
Active(anon):    4331276 kB
Inactive(anon):        0 kB
Active(file):     241640 kB
Inactive(file):   252636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:       4315452 kB
Mapped:           122416 kB
Shmem:             18076 kB
KReclaimable:      86604 kB
Slab:             169948 kB
SReclaimable:      86604 kB
SUnreclaim:        83344 kB
KernelStack:        5104 kB
PageTables:        12096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   22148016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4083712 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC018 at 2025-06-29 05:39:35