Trace number 4506912

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.21 3596.64

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K166.opb
MD5SUM50117bf6e22b142cc615b717d0d3b45a
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 benchmark462.134
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19754
Total number of constraints20088
Number of constraints which are clauses19922
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint166
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 167
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.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4506912-1751166003.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.52/0.40	c ... done. Wall clock time 0.264s.
0.52/0.40	c declared #vars     19754
0.52/0.40	c #constraints  20088
0.52/0.40	c constraints type 
0.70/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2145
0.70/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 166
0.70/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17775
0.70/0.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.70/0.41	c 20088 constraints processed.
3.58/2.51	c cleaning 2482 clauses out of 4996 with flag 22089/5002
5.67/4.51	c cleaning 4241 clauses out of 8506 with flag 52341/11001
8.43/7.05	c cleaning 5625 clauses out of 11253 with flag 89676/18000
11.44/9.89	c cleaning 6757 clauses out of 13609 with flag 128397/26000
14.83/13.23	c cleaning 7779 clauses out of 15837 with flag 173347/35000
18.52/16.96	c cleaning 8066 clauses out of 18047 with flag 222250/45000
22.41/20.81	c cleaning 8879 clauses out of 20977 with flag 274397/56000
26.80/25.23	c cleaning 9599 clauses out of 24082 with flag 331733/68001
32.50/31.00	c cleaning 10535 clauses out of 27476 with flag 398906/81000
38.70/37.15	c cleaning 11252 clauses out of 30940 with flag 474568/95000
45.34/43.79	c cleaning 12154 clauses out of 34684 with flag 548823/110000
51.96/50.33	c cleaning 13048 clauses out of 38527 with flag 629829/126001
59.07/57.42	c cleaning 13750 clauses out of 42476 with flag 711235/143002
66.92/65.21	c cleaning 14629 clauses out of 46721 with flag 803985/161000
75.51/73.82	c cleaning 15155 clauses out of 51089 with flag 902223/180001
84.06/82.33	c cleaning 16247 clauses out of 55926 with flag 1006204/200000
93.72/91.96	c cleaning 17109 clauses out of 60679 with flag 1115843/221001
104.00/102.23	c cleaning 17730 clauses out of 65562 with flag 1233395/243000
114.72/112.81	c cleaning 18770 clauses out of 70826 with flag 1355236/266000
125.90/124.10	c cleaning 19501 clauses out of 76055 with flag 1480067/290000
137.94/136.05	c cleaning 20578 clauses out of 81552 with flag 1615832/315000
150.37/148.44	c cleaning 21231 clauses out of 86970 with flag 1752888/341000
164.49/162.50	c cleaning 22050 clauses out of 92737 with flag 1896670/368001
178.03/176.03	c cleaning 23123 clauses out of 98681 with flag 2043987/396000
192.30/190.32	c cleaning 23758 clauses out of 104558 with flag 2203623/425000
207.54/205.59	c cleaning 24713 clauses out of 110798 with flag 2370437/455000
224.56/222.51	c cleaning 25247 clauses out of 117084 with flag 2548432/486000
242.65/240.42	c cleaning 26249 clauses out of 123836 with flag 2724902/518001
260.87/258.68	c cleaning 27097 clauses out of 130583 with flag 2902803/551000
279.77/277.54	c cleaning 27845 clauses out of 137484 with flag 3095720/585001
299.34/297.13	c cleaning 28776 clauses out of 144632 with flag 3292507/620000
319.96/317.76	c cleaning 29991 clauses out of 151852 with flag 3495769/656001
341.54/339.25	c cleaning 30551 clauses out of 158860 with flag 3708035/693001
363.79/361.58	c cleaning 31519 clauses out of 166306 with flag 3923810/731000
387.68/385.35	c cleaning 32063 clauses out of 173789 with flag 4149136/770003
411.30/408.95	c cleaning 33234 clauses out of 181721 with flag 4382777/810000
436.12/433.78	c cleaning 34052 clauses out of 189487 with flag 4630475/851001
462.32/459.65	c cleaning 34925 clauses out of 197428 with flag 4880896/893000
488.89/486.16	c cleaning 36265 clauses out of 205503 with flag 5136134/936000
517.01/514.30	c cleaning 36862 clauses out of 213236 with flag 5395663/980000
547.14/544.31	c cleaning 37636 clauses out of 221370 with flag 5669184/1025000
578.16/575.45	c cleaning 38821 clauses out of 229732 with flag 5959323/1071000
610.06/607.21	c cleaning 39346 clauses out of 237912 with flag 6249051/1118002
642.59/639.83	c cleaning 40702 clauses out of 246561 with flag 6539501/1166000
676.27/673.44	c cleaning 41398 clauses out of 254858 with flag 6836497/1215000
711.50/708.72	c cleaning 42143 clauses out of 263460 with flag 7152865/1265000
748.51/745.73	c cleaning 43223 clauses out of 272318 with flag 7484106/1316003
786.01/783.12	c cleaning 43952 clauses out of 281092 with flag 7815629/1368002
824.67/821.41	c cleaning 44751 clauses out of 290136 with flag 8152217/1421000
864.90/861.66	c cleaning 45867 clauses out of 299387 with flag 8498109/1475005
905.82/902.66	c cleaning 46683 clauses out of 308511 with flag 8865041/1530001
947.81/944.52	c cleaning 48099 clauses out of 317829 with flag 9223167/1586004
992.92/989.78	c cleaning 48297 clauses out of 326720 with flag 9607479/1643000
1038.16/1034.93	c cleaning 50027 clauses out of 336423 with flag 9990093/1701000
1085.35/1082.08	c cleaning 50408 clauses out of 345394 with flag 10388115/1760000
1134.55/1131.39	c cleaning 51355 clauses out of 354991 with flag 10790056/1820006
1184.10/1180.85	c cleaning 52475 clauses out of 364625 with flag 11198673/1881000
1233.97/1230.61	c cleaning 53432 clauses out of 374149 with flag 11619222/1943000
1285.34/1282.14	c cleaning 54443 clauses out of 383721 with flag 12041996/2006004
1340.21/1336.85	c cleaning 55111 clauses out of 393271 with flag 12477327/2070001
1397.42/1393.51	c cleaning 56025 clauses out of 403159 with flag 12922736/2135001
1454.17/1450.38	c cleaning 57224 clauses out of 413131 with flag 13374965/2201000
1514.70/1510.82	c cleaning 58010 clauses out of 422906 with flag 13845991/2268000
1575.66/1571.79	c cleaning 59084 clauses out of 432896 with flag 14334210/2336001
1638.53/1634.75	c cleaning 59889 clauses out of 442811 with flag 14820772/2405000
1703.33/1699.51	c cleaning 60738 clauses out of 452922 with flag 15320033/2475000
1769.04/1765.24	c cleaning 61770 clauses out of 463183 with flag 15825403/2546000
1836.67/1832.86	c cleaning 63172 clauses out of 473411 with flag 16363269/2618000
1908.56/1904.71	c cleaning 63932 clauses out of 483237 with flag 16893520/2691000
1981.12/1977.38	c cleaning 64936 clauses out of 493304 with flag 17413579/2765000
2055.97/2052.20	c cleaning 65565 clauses out of 503368 with flag 17970479/2840000
2132.15/2128.49	c cleaning 66903 clauses out of 513803 with flag 18530451/2916001
2210.71/2207.10	c cleaning 67612 clauses out of 523898 with flag 19116835/2993000
2291.61/2287.78	c cleaning 68276 clauses out of 534285 with flag 19708660/3071000
2375.86/2371.53	c cleaning 69122 clauses out of 545010 with flag 20304269/3150001
2461.69/2457.42	c cleaning 70605 clauses out of 555888 with flag 20911711/3230001
2549.27/2545.01	c cleaning 71518 clauses out of 566281 with flag 21535656/3311000
2640.54/2636.33	c cleaning 72525 clauses out of 576764 with flag 22195385/3393001
2733.08/2728.92	c cleaning 73159 clauses out of 587238 with flag 22839160/3476001
2824.65/2820.59	c cleaning 74825 clauses out of 598078 with flag 23493712/3560001
2919.89/2915.87	c cleaning 75416 clauses out of 608251 with flag 24156075/3645000
3018.20/3014.28	c cleaning 76805 clauses out of 618841 with flag 24834297/3731006
3120.34/3116.43	c cleaning 77250 clauses out of 629032 with flag 25546605/3818002
3225.88/3222.01	c cleaning 78370 clauses out of 639782 with flag 26278838/3906002
3332.92/3328.95	c cleaning 79133 clauses out of 650408 with flag 26984403/3995000
3441.97/3438.07	c cleaning 79998 clauses out of 661274 with flag 27708593/4085000
3542.71/3539.10	c cleaning 81215 clauses out of 672278 with flag 28460640/4176002
3600.03/3596.52	c starts		: 26407
3600.03/3596.52	c timeout
3600.03/3596.52	c conflicts		: 4235354
3600.03/3596.52	c decisions		: 141107460
3600.03/3596.52	c propagations		: 4047593639
3600.03/3596.52	c inspects		: 19040603377
3600.03/3596.52	c shortcuts		: 0
3600.03/3596.52	c learnt literals	: 256
3600.03/3596.52	c learnt binary clauses	: 237880
3600.03/3596.52	c learnt ternary clauses	: 219133
3600.03/3596.52	c learnt constraints	: 4235098
3600.03/3596.52	c ignored constraints	: 0
3600.03/3596.52	c root simplifications	: 0
3600.03/3596.52	c removed literals (reason simplification)	: 44739303
3600.03/3596.52	c reason swapping (by a shorter reason)	: 0
3600.03/3596.52	c Calls to reduceDB	: 87
3600.03/3596.52	c Number of update (reduction) of LBD	: 3177463
3600.03/3596.52	c Imported unit clauses	: 0
3600.03/3596.52	c No decision after first conflict	: false
3600.03/3596.52	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.52	c number of learned constraints concerned by reduction	: 0
3600.03/3596.52	c number of learning phase by resolution	: 0
3600.03/3596.52	c number of learning phase by cutting planes	: 0
3600.03/3596.52	c number of rounding to 1 operations	: 0
3600.03/3596.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.52	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.52	c number of right shift for reduction by power 2 	: 0
3600.03/3596.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.52	c number of ending skipping 	: 0
3600.03/3596.52	c number of internal skipping 	: 0
3600.03/3596.52	c number of derivation steps 	: 0
3600.03/3596.52	c number of skipped derivation steps 	: 0
3600.03/3596.52	c number of remaining unassigned 	: 0
3600.03/3596.52	c number of remaining assigned 	: 0
3600.03/3596.52	c number of falsified literals weakened from reason	: 0
3600.03/3596.52	c number of falsified literals weakened from conflict	: 0
3600.03/3596.52	c time for arithmetic operations	: 0
3600.03/3596.52	c minimum degree of deleted constraints	: null
3600.03/3596.52	c maximum degree of deleted constraints	: null
3600.03/3596.52	c number of deleted constraints	: 0
3600.03/3596.52	c speed (assignments/second)	: 1125549.0352620305
3600.03/3596.52	c non guided choices	: 49263
3600.17/3596.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 412535
3600.17/3596.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 237880
3600.17/3596.61	s UNKNOWN
3600.17/3596.61	c Total wall clock time (in seconds): 3596.485

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506912-1751166003/watcher-4506912-1751166003 -o /tmp/evaluation-result-4506912-1751166003/solver-4506912-1751166003 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20468 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506912-1751166003.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 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.el9_5.x86_64
Starting watchdog thread
solver pid=23873, runsolver pid=23870
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.09 4.13 4.10 5/337 23891
/proc/meminfo: memFree=127442608/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=18930384 memory=57888 CPUtime=0.13 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 6604 0 0 0 11 2 0 0 20 0 18 0 32277984 19384713216 14472 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4732596 14472 5335 1 0 547640 0
[pid=23873/tid=23875] ppid=23870 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 5104 0 0 0 7 1 0 0 20 0 18 0 32277985 19384713216 14472 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32277987 19384713216 14472 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=18930384 memory=59585004307076 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32277988 19384713216 14472 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57888 KiB

[startup+0.205699 s]*
/proc/loadavg: 4.09 4.13 4.10 7/337 23891
/proc/meminfo: memFree=127431644/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=18930384 memory=75304 CPUtime=0.33 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 7339 0 0 0 30 3 0 0 20 0 18 0 32277984 19384713216 18826 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4732596 18826 5431 1 0 548192 0
[pid=23873/tid=23875] ppid=23870 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 5269 0 0 0 16 2 0 0 20 0 18 0 32277985 19384713216 18826 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=18930384 memory=15140 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32277987 19384713216 18826 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32277988 19384713216 18826 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75304 KiB

[startup+0.305607 s]*
/proc/loadavg: 4.09 4.13 4.10 6/337 23891
/proc/meminfo: memFree=127396608/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=18930384 memory=113256 CPUtime=0.52 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 8521 0 0 0 48 4 0 0 20 0 18 0 32277984 19384713216 28314 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4732596 28314 5431 1 0 548904 0
[pid=23873/tid=23875] ppid=23870 vsize=18930384 memory=-6000919507032500589 CPUtime=0.29 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 5299 0 0 0 26 3 0 0 20 0 18 0 32277985 19384713216 28314 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32277987 19384713216 28314 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32277988 19384713216 28314 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113256 KiB

[startup+0.700224 s]
/proc/loadavg: 4.09 4.13 4.10 6/339 23893
/proc/meminfo: memFree=127342668/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=166688 CPUtime=1.28 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 10695 0 0 0 122 6 0 0 20 0 20 0 32277984 19521036288 41672 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 41672 5495 1 0 550762 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=17536 CPUtime=0.64 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 5370 0 0 0 60 4 0 0 20 0 20 0 32277985 19521036288 41672 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 41672 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 41672 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=4888 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 41672 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166688 KiB

[startup+1.50019 s]
/proc/loadavg: 4.09 4.13 4.10 6/339 23893
/proc/meminfo: memFree=127338636/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=167712 CPUtime=2.46 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 13271 0 0 0 240 6 0 0 20 0 20 0 32277984 19521036288 41928 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 41928 5495 1 0 550914 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=0 CPUtime=1.43 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 5503 0 0 0 139 4 0 0 20 0 20 0 32277985 19521036288 41928 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 41928 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 41928 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=4888 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 41928 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167712 KiB

[startup+3.10551 s]
/proc/loadavg: 4.09 4.13 4.10 5/339 23893
/proc/meminfo: memFree=127338664/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=168096 CPUtime=4.2 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 16100 0 0 0 413 7 0 0 20 0 20 0 32277984 19521036288 42024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 42024 5495 1 0 550994 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=10752 CPUtime=3.02 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 6941 0 0 0 298 4 0 0 20 0 20 0 32277985 19521036288 42024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=-6000919507032500589 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 42024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 42024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 42024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168096 KiB

[startup+6.3002 s]
/proc/loadavg: 4.08 4.13 4.10 5/339 23893
/proc/meminfo: memFree=127329112/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=170768 CPUtime=7.72 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 25224 0 0 0 764 8 0 0 20 0 20 0 32277984 19521036288 42692 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 42692 5527 1 0 553290 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=0 CPUtime=6.2 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 7543 0 0 0 616 4 0 0 20 0 20 0 32277985 19521036288 42692 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 42692 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 42692 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=167712 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 42692 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 7.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170768 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.12 4.10 5/339 23893
/proc/meminfo: memFree=127169504/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=171552 CPUtime=14.33 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 32966 0 0 0 1423 10 0 0 20 0 20 0 32277984 19521036288 42888 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 42888 5527 1 0 555017 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=167712 CPUtime=12.58 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 8333 0 0 0 1254 4 0 0 20 0 20 0 32277985 19521036288 42888 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 42888 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=171552 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 42888 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 42888 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171552 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.12 4.10 5/339 23893
/proc/meminfo: memFree=127075296/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=192144 CPUtime=27.1 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 34984 0 0 0 2699 11 0 0 20 0 20 0 32277984 19521036288 48036 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 48036 5527 1 0 555017 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=-6000919507032500589 CPUtime=25.3 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 9011 0 0 0 2526 4 0 0 20 0 20 0 32277985 19521036288 48036 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 48036 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 48036 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 48036 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 27.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192144 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.12 4.10 5/339 23894
/proc/meminfo: memFree=126436332/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=335764 CPUtime=52.78 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 37571 0 0 0 5264 14 0 0 20 0 20 0 32277984 19521036288 83941 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 83941 5527 1 0 555017 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=335764 CPUtime=50.66 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 9537 0 0 0 5062 4 0 0 20 0 20 0 32277985 19521036288 83941 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=257800 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 83941 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/341 24070
/proc/meminfo: memFree=113914096/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3286.18 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 122693 0 0 0 328465 153 0 0 20 0 20 0 32277984 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 945024 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3265.11 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 52477 0 0 0 326475 36 0 0 20 0 20 0 32277985 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 790 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3286.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3780096 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/341 24077
/proc/meminfo: memFree=113770172/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3346.3 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 123885 0 0 0 334475 155 0 0 20 0 20 0 32277984 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 945024 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=4380 CPUtime=3324.72 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 53438 0 0 0 332436 36 0 0 20 0 20 0 32277985 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 790 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3346.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3780096 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/341 24079
/proc/meminfo: memFree=113728464/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3406.17 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 125732 0 0 0 340461 156 0 0 20 0 20 0 32277984 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 945024 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3384.57 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 55042 0 0 0 338420 37 0 0 20 0 20 0 32277985 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=279632705043264 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 891 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3406.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3780096 KiB

[startup+3462.3 s]
/proc/loadavg: 3.21 3.87 4.01 3/290 24149
/proc/meminfo: memFree=121681260/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3466.2 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 127566 0 0 0 346460 160 0 0 20 0 20 0 32277984 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 945024 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3444.19 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 55839 0 0 0 344380 39 0 0 20 0 20 0 32277985 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=3780096 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 945024 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3466.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3780096 KiB

[startup+3522.3 s]
/proc/loadavg: 1.92 3.38 3.83 2/265 24185
/proc/meminfo: memFree=126087080/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3782156 CPUtime=3526.04 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 128837 0 0 0 352443 161 0 0 20 0 20 0 32277984 19521036288 945539 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 945539 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=3782156 CPUtime=3503.68 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 56351 0 0 0 350329 39 0 0 20 0 20 0 32277985 19521036288 945539 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 945539 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 945539 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 945539 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3526.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782156 KiB

[startup+3582.3 s]
/proc/loadavg: 1.39 2.96 3.65 2/265 24187
/proc/meminfo: memFree=126087528/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3784208 CPUtime=3585.92 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 131386 0 0 0 358430 162 0 0 20 0 20 0 32277984 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 946052 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=14592 CPUtime=3563.25 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 58047 0 0 0 356286 39 0 0 20 0 20 0 32277985 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3784208 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=3784208 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=7222440776755617300 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3585.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3784208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.5 s]
/proc/loadavg: 1.30 2.86 3.61 2/265 24188
/proc/meminfo: memFree=126087876/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19063512 memory=3784208 CPUtime=3600.03 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 131792 0 0 0 359840 163 0 0 20 0 20 0 32277984 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4765878 946052 5527 1 0 1188880 0
[pid=23873/tid=23875] ppid=23870 vsize=19063512 memory=3780096 CPUtime=3577.34 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) R 23870 23873 20457 0 -1 4194368 58447 0 0 0 357695 39 0 0 20 0 20 0 32277985 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19063512 memory=3784208 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32277987 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 32277988 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23893] ppid=23870 vsize=19063512 memory=3784208 CPUtime=0 cores=4,6
/proc/23873/task/23893/stat : 23893 (Timer-0) S 23870 23873 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32278026 19521036288 946052 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3784208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.56 s, system=1.64763 s

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

[startup+3596.6 s]
/proc/loadavg: 1.30 2.86 3.61 2/265 24188
/proc/meminfo: memFree=126087876/131249996 swapFree=33010684/33010684
[pid=23873] ppid=23870 vsize=19263204 memory=3784848 CPUtime=3600.17 cores=4,6
/proc/23873/stat : 23873 (java) S 23870 23873 20457 0 -1 4194304 133944 0 0 0 359854 163 0 0 20 0 21 0 32277984 19725520896 946212 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
/proc/23873/statm: 4815801 946212 5527 1 0 1189813 0
[pid=23873/tid=23875] ppid=23870 vsize=19263204 memory=10752 CPUtime=3577.35 cores=4,6
/proc/23873/task/23875/stat : 23875 (java) S 23870 23873 20457 0 -1 4194368 58569 0 0 0 357696 39 0 0 20 0 21 0 32277985 19725520896 946212 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23884] ppid=23870 vsize=19263204 memory=5632 CPUtime=0 cores=4,6
/proc/23873/task/23884/stat : 23884 (Finalizer) S 23870 23873 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32277987 19725520896 946212 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
[pid=23873/tid=23891] ppid=23870 vsize=19263204 memory=4380 CPUtime=0 cores=4,6
/proc/23873/task/23891/stat : 23891 (Common-Cleaner) S 23870 23873 20457 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 21 0 32277988 19725520896 946212 18446744073709551615 94298053988352 94298053992048 140728352524464 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94298053999864 94298054000656 94298067185664 140728352528769 140728352528870 140728352528870 140728352534472 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3784848 KiB

Child status: 143

Real time (s): 3596.64
CPU time (s): 3600.21
CPU user time (s): 3598.56
CPU system time (s): 1.64763
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3784848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.56
system time used= 1.64763
maximum resident set size= 3784976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108726
involuntary context switches= 4398


# summary of solver processes directly reported to runsolver:
#   pid: 23873
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.56
#   total CPU system time (s): 1.64763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.67723 second user time and 16.9203 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 05:00:03
IDJOB=4506912
IDBENCH=158308
IDSOLVER=3363
FILE ID=nodeC021/4506912-1751166003
RUNJOBID= nodeC021-1751158606-20468
SLURM_JOB_ID= 9587494
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=89616442

nodeC021 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.791
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.56
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.784
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.56
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.363
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.56
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.400
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.56
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.782
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.56
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.780
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.56
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		: 3598.214
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.56
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		: 3700.000
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127455744 kB
MemAvailable:   127365212 kB
Buffers:            3280 kB
Cached:           718756 kB
SwapCached:            0 kB
Active:          2733380 kB
Inactive:         462260 kB
Active(anon):    2491664 kB
Inactive(anon):        0 kB
Active(file):     241716 kB
Inactive(file):   462260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       2476232 kB
Mapped:           122916 kB
Shmem:             18060 kB
KReclaimable:      89064 kB
Slab:             175088 kB
SReclaimable:      89064 kB
SUnreclaim:        86024 kB
KernelStack:        5200 kB
PageTables:         8696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7086280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2267136 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC021 at 2025-06-29 06:00:00