Trace number 4506913

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3514.39 3700.14

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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4506913-1751165810.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.278s.
0.69/0.42	c declared #vars     19754
0.69/0.42	c #constraints  20088
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2145
0.69/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 166
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17775
0.69/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.69/0.42	c 20088 constraints processed.
5.44/3.02	c cleaning 2482 clauses out of 4996 with flag 22089/5002
8.25/5.32	c cleaning 4241 clauses out of 8506 with flag 52341/11001
11.16/8.15	c cleaning 5625 clauses out of 11253 with flag 89676/18000
14.50/11.47	c cleaning 6757 clauses out of 13609 with flag 128397/26000
18.31/15.21	c cleaning 7779 clauses out of 15837 with flag 173347/35000
22.64/19.53	c cleaning 8066 clauses out of 18047 with flag 222250/45000
27.18/24.01	c cleaning 8879 clauses out of 20977 with flag 274397/56000
32.22/29.09	c cleaning 9599 clauses out of 24082 with flag 331733/68001
38.63/35.53	c cleaning 10535 clauses out of 27476 with flag 398906/81000
45.57/42.41	c cleaning 11252 clauses out of 30940 with flag 474568/95000
52.72/49.58	c cleaning 12154 clauses out of 34684 with flag 548823/110000
60.20/56.93	c cleaning 13048 clauses out of 38527 with flag 629829/126001
67.92/64.79	c cleaning 13750 clauses out of 42476 with flag 711235/143002
76.50/73.31	c cleaning 14629 clauses out of 46721 with flag 803985/161000
85.96/82.72	c cleaning 15155 clauses out of 51089 with flag 902223/180001
95.32/92.08	c cleaning 16247 clauses out of 55926 with flag 1006204/200000
106.01/102.75	c cleaning 17109 clauses out of 60679 with flag 1115843/221001
117.19/113.94	c cleaning 17730 clauses out of 65562 with flag 1233395/243000
128.99/125.61	c cleaning 18770 clauses out of 70826 with flag 1355236/266000
141.48/138.04	c cleaning 19501 clauses out of 76055 with flag 1480067/290000
154.56/151.03	c cleaning 20578 clauses out of 81552 with flag 1615832/315000
168.05/164.58	c cleaning 21231 clauses out of 86970 with flag 1752888/341000
183.43/179.84	c cleaning 22050 clauses out of 92737 with flag 1896670/368001
198.20/194.61	c cleaning 23123 clauses out of 98681 with flag 2043987/396000
213.69/210.08	c cleaning 23758 clauses out of 104558 with flag 2203623/425000
230.45/226.80	c cleaning 24713 clauses out of 110798 with flag 2370437/455000
248.69/244.91	c cleaning 25247 clauses out of 117084 with flag 2548432/486000
267.76/264.02	c cleaning 26249 clauses out of 123836 with flag 2724902/518001
287.63/283.98	c cleaning 27097 clauses out of 130583 with flag 2902803/551000
307.98/304.28	c cleaning 27845 clauses out of 137484 with flag 3095720/585001
328.90/325.18	c cleaning 28776 clauses out of 144632 with flag 3292507/620000
351.05/347.34	c cleaning 29991 clauses out of 151852 with flag 3495769/656001
374.24/370.49	c cleaning 30551 clauses out of 158860 with flag 3708035/693001
398.09/394.27	c cleaning 31519 clauses out of 166306 with flag 3923810/731000
423.24/419.60	c cleaning 32063 clauses out of 173789 with flag 4149136/770003
448.83/445.11	c cleaning 33234 clauses out of 181721 with flag 4382777/810000
475.39/471.67	c cleaning 34052 clauses out of 189487 with flag 4630475/851001
503.46/499.67	c cleaning 34925 clauses out of 197428 with flag 4880896/893000
532.23/528.04	c cleaning 36265 clauses out of 205503 with flag 5136134/936000
562.13/557.97	c cleaning 36862 clauses out of 213236 with flag 5395663/980000
593.89/589.63	c cleaning 37636 clauses out of 221370 with flag 5669184/1025000
627.05/630.58	c cleaning 38821 clauses out of 229732 with flag 5959323/1071000
660.70/668.13	c cleaning 39346 clauses out of 237912 with flag 6249051/1118002
695.33/703.05	c cleaning 40702 clauses out of 246561 with flag 6539501/1166000
730.86/738.68	c cleaning 41398 clauses out of 254858 with flag 6836497/1215000
768.49/776.32	c cleaning 42143 clauses out of 263460 with flag 7152865/1265000
807.85/823.95	c cleaning 43223 clauses out of 272318 with flag 7484106/1316003
847.22/863.41	c cleaning 43952 clauses out of 281092 with flag 7815629/1368002
888.13/905.29	c cleaning 44751 clauses out of 290136 with flag 8152217/1421000
931.42/953.98	c cleaning 45867 clauses out of 299387 with flag 8498109/1475005
975.36/1010.13	c cleaning 46683 clauses out of 308511 with flag 8865041/1530001
1020.18/1056.94	c cleaning 48099 clauses out of 317829 with flag 9223167/1586004
1067.82/1105.44	c cleaning 48297 clauses out of 326720 with flag 9607479/1643000
1115.90/1153.70	c cleaning 50027 clauses out of 336423 with flag 9990093/1701000
1165.86/1205.35	c cleaning 50408 clauses out of 345394 with flag 10388115/1760000
1218.57/1258.15	c cleaning 51355 clauses out of 354991 with flag 10790056/1820006
1271.00/1310.66	c cleaning 52475 clauses out of 364625 with flag 11198673/1881000
1322.53/1362.10	c cleaning 53432 clauses out of 374149 with flag 11619222/1943000
1377.50/1417.71	c cleaning 54443 clauses out of 383721 with flag 12041996/2006004
1435.60/1476.03	c cleaning 55111 clauses out of 393271 with flag 12477327/2070001
1495.82/1536.62	c cleaning 56025 clauses out of 403159 with flag 12922736/2135001
1555.77/1596.72	c cleaning 57224 clauses out of 413131 with flag 13374965/2201000
1619.93/1661.75	c cleaning 58010 clauses out of 422906 with flag 13845991/2268000
1684.52/1727.76	c cleaning 59084 clauses out of 432896 with flag 14334210/2336001
1751.22/1794.67	c cleaning 59889 clauses out of 442811 with flag 14820772/2405000
1819.61/1864.41	c cleaning 60738 clauses out of 452922 with flag 15320033/2475000
1889.14/1935.48	c cleaning 61770 clauses out of 463183 with flag 15825403/2546000
1961.37/2007.56	c cleaning 63172 clauses out of 473411 with flag 16363269/2618000
2037.93/2083.55	c cleaning 63932 clauses out of 483237 with flag 16893520/2691000
2115.07/2161.54	c cleaning 64936 clauses out of 493304 with flag 17413579/2765000
2194.93/2240.83	c cleaning 65565 clauses out of 503368 with flag 17970479/2840000
2276.09/2363.43	c cleaning 66903 clauses out of 513803 with flag 18530451/2916001
2359.62/2482.82	c cleaning 67612 clauses out of 523898 with flag 19116835/2993000
2444.03/2582.65	c cleaning 68276 clauses out of 534285 with flag 19708660/3071000
2530.44/2699.16	c cleaning 69122 clauses out of 545010 with flag 20304269/3150001
2619.96/2789.32	c cleaning 70605 clauses out of 555888 with flag 20911711/3230001
2712.46/2882.20	c cleaning 71518 clauses out of 566281 with flag 21535656/3311000
2805.68/2975.69	c cleaning 72525 clauses out of 576764 with flag 22195385/3393001
2902.06/3081.82	c cleaning 73159 clauses out of 587238 with flag 22839160/3476001
2999.14/3183.35	c cleaning 74825 clauses out of 598078 with flag 23493712/3560001
3099.16/3284.53	c cleaning 75416 clauses out of 608251 with flag 24156075/3645000
3203.36/3388.59	c cleaning 76805 clauses out of 618841 with flag 24834297/3731006
3310.28/3496.89	c cleaning 77250 clauses out of 629032 with flag 25546605/3818002
3410.85/3597.32	c cleaning 78370 clauses out of 639782 with flag 26278838/3906002
3509.09/3695.46	c cleaning 79133 clauses out of 650408 with flag 26984403/3995000
3514.20/3700.01	c starts		: 24899
3514.20/3700.02	c timeout
3514.20/3700.02	c conflicts		: 4000533
3514.20/3700.02	c decisions		: 133365711
3514.20/3700.02	c propagations		: 3817334882
3514.20/3700.02	c inspects		: 17433989138
3514.20/3700.02	c shortcuts		: 0
3514.20/3700.02	c learnt literals	: 255
3514.20/3700.03	c learnt binary clauses	: 229209
3514.20/3700.03	c learnt ternary clauses	: 209683
3514.20/3700.03	c learnt constraints	: 4000278
3514.20/3700.03	c ignored constraints	: 0
3514.20/3700.03	c root simplifications	: 0
3514.20/3700.03	c removed literals (reason simplification)	: 41493205
3514.20/3700.03	c reason swapping (by a shorter reason)	: 0
3514.20/3700.03	c Calls to reduceDB	: 85
3514.20/3700.03	c Number of update (reduction) of LBD	: 2989540
3514.20/3700.03	c Imported unit clauses	: 0
3514.20/3700.03	c No decision after first conflict	: false
3514.20/3700.03	c number of reductions to clauses (during analyze)	: 0
3514.20/3700.03	c number of learned constraints concerned by reduction	: 0
3514.20/3700.03	c number of learning phase by resolution	: 0
3514.20/3700.03	c number of learning phase by cutting planes	: 0
3514.20/3700.03	c number of rounding to 1 operations	: 0
3514.20/3700.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3514.20/3700.03	c number of reductions of the coefficients by power 2 	: 0
3514.20/3700.03	c number of right shift for reduction by power 2 	: 0
3514.20/3700.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3514.20/3700.03	c number of ending skipping 	: 0
3514.20/3700.03	c number of internal skipping 	: 0
3514.20/3700.03	c number of derivation steps 	: 0
3514.20/3700.03	c number of skipped derivation steps 	: 0
3514.20/3700.03	c number of remaining unassigned 	: 0
3514.20/3700.03	c number of remaining assigned 	: 0
3514.20/3700.03	c number of falsified literals weakened from reason	: 0
3514.20/3700.03	c number of falsified literals weakened from conflict	: 0
3514.20/3700.03	c time for arithmetic operations	: 0
3514.20/3700.03	c minimum degree of deleted constraints	: null
3514.20/3700.03	c maximum degree of deleted constraints	: null
3514.20/3700.03	c number of deleted constraints	: 0
3514.20/3700.03	c speed (assignments/second)	: 1031822.563171626
3514.20/3700.03	c non guided choices	: 48704
3514.36/3700.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 347599
3514.36/3700.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 229209
3514.36/3700.11	s UNKNOWN
3514.36/3700.11	c Total wall clock time (in seconds): 3699.976

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506913-1751165810/watcher-4506913-1751165810 -o /tmp/evaluation-result-4506913-1751165810/solver-4506913-1751165810 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20626 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506913-1751165810 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506913-1751165810.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=24015, runsolver pid=24012

[startup+0.100061 s]*
/proc/loadavg: 4.24 4.19 4.13 5/342 24033
/proc/meminfo: memFree=122186760/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=18930384 memory=57676 CPUtime=0.12 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 6553 0 0 0 11 1 0 0 20 0 18 0 32260463 19384713216 14419 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4732596 14419 5337 1 0 547603 0
[pid=24015/tid=24017] ppid=24012 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 32260464 19384713216 14419 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32260466 19384713216 14419 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32260466 19384713216 14419 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57676 KiB

[startup+0.205683 s]*
/proc/loadavg: 4.24 4.19 4.13 6/342 24033
/proc/meminfo: memFree=122174536/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=18930384 memory=70048 CPUtime=0.31 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 6994 0 0 0 29 2 0 0 20 0 18 0 32260463 19384713216 17512 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4732596 17512 5433 1 0 547890 0
[pid=24015/tid=24017] ppid=24012 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 5264 0 0 0 16 1 0 0 20 0 18 0 32260464 19384713216 17512 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32260466 19384713216 17512 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32260466 19384713216 17512 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70048 KiB

[startup+0.305646 s]*
/proc/loadavg: 4.24 4.19 4.13 6/342 24033
/proc/meminfo: memFree=122142040/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=18930384 memory=103088 CPUtime=0.5 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 8533 0 0 0 47 3 0 0 20 0 18 0 32260463 19384713216 25772 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4732596 25772 5433 1 0 548911 0
[pid=24015/tid=24017] ppid=24012 vsize=18930384 memory=-6000919498543753325 CPUtime=0.25 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 5290 0 0 0 24 1 0 0 20 0 18 0 32260464 19384713216 25772 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32260466 19384713216 25772 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32260466 19384713216 25772 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103088 KiB

[startup+0.700228 s]
/proc/loadavg: 4.24 4.19 4.13 6/344 24035
/proc/meminfo: memFree=122076820/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=170032 CPUtime=1.25 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 11962 0 0 0 120 5 0 0 20 0 20 0 32260463 19521036288 42508 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 42508 5497 1 0 551518 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=17280 CPUtime=0.6 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 5397 0 0 0 57 3 0 0 20 0 20 0 32260464 19521036288 42508 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 42508 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 42508 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 42508 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170032 KiB

[startup+1.50024 s]
/proc/loadavg: 4.24 4.19 4.13 5/344 24035
/proc/meminfo: memFree=122074060/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19064504 memory=173180 CPUtime=2.83 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 17328 0 0 0 277 6 0 0 20 0 20 0 32260463 19522052096 43295 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4766126 43295 5497 1 0 552145 0
[pid=24015/tid=24017] ppid=24012 vsize=19064504 memory=0 CPUtime=1.37 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 5699 0 0 0 134 3 0 0 20 0 20 0 32260464 19522052096 43295 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19064504 memory=10752 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19522052096 43295 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19064504 memory=3328 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32260466 19522052096 43295 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19064504 memory=4764 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19522052096 43295 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19064504 KiB
Current children cumulated memory: 173180 KiB

[startup+3.10553 s]
/proc/loadavg: 4.24 4.19 4.13 6/344 24035
/proc/meminfo: memFree=122025420/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=195572 CPUtime=5.64 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 24360 0 0 0 555 9 0 0 20 0 20 0 32260463 19521036288 48893 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 48893 5497 1 0 553872 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=10752 CPUtime=2.9 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 6736 0 0 0 286 4 0 0 20 0 20 0 32260464 19521036288 48893 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=-6000919498543753325 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 48893 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 48893 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 48893 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195572 KiB

[startup+6.30021 s]
/proc/loadavg: 4.39 4.22 4.14 5/344 24035
/proc/meminfo: memFree=121984416/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=199564 CPUtime=9.34 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 24903 0 0 0 924 10 0 0 20 0 20 0 32260463 19521036288 49891 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 49891 5529 1 0 554253 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=0 CPUtime=6.05 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 6777 0 0 0 600 5 0 0 20 0 20 0 32260464 19521036288 49891 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 49891 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 49891 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=172212 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 49891 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199564 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.21 4.14 6/344 24035
/proc/meminfo: memFree=121739456/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=326628 CPUtime=15.79 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 28403 0 0 0 1564 15 0 0 20 0 20 0 32260463 19521036288 81657 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 81657 5529 1 0 554253 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=172212 CPUtime=12.36 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 7604 0 0 0 1227 9 0 0 20 0 20 0 32260464 19521036288 81657 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=16380 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 81657 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=326628 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 81657 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 81657 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 326628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.20 4.13 5/344 24035
/proc/meminfo: memFree=121321508/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=603208 CPUtime=28.7 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 31293 0 0 0 2846 24 0 0 20 0 20 0 32260463 19521036288 150802 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 150802 5529 1 0 554253 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=-6000919498543753325 CPUtime=24.99 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 8754 0 0 0 2485 14 0 0 20 0 20 0 32260464 19521036288 150802 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 150802 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 150802 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=16380 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 150802 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 603208 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.20 4.14 5/344 24036
/proc/meminfo: memFree=120734080/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=912676 CPUtime=54.35 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 34843 0 0 0 5397 38 0 0 20 0 20 0 32260463 19521036288 228169 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 228169 5529 1 0 554253 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=912676 CPUtime=50.23 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 9711 0 0 0 5001 22 0 0 20 0 20 0 32260464 19521036288 228169 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=757016 CPUtime=0 cores=5,7

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

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/344 24233
/proc/meminfo: memFree=98326832/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3157.19 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 131337 0 0 0 315010 709 0 0 20 0 20 0 32260463 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544544 5529 1 0 556501 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=3328 CPUtime=3108.67 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 58801 0 0 0 310259 608 0 0 20 0 20 0 32260464 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1452 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=6912 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3157.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/343 24235
/proc/meminfo: memFree=97996304/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3217.12 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 133840 0 0 0 320990 722 0 0 20 0 20 0 32260463 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544544 5529 1 0 556501 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3168.01 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 60465 0 0 0 316182 619 0 0 20 0 20 0 32260464 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1525 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3217.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178176 KiB

[startup+3462.3 s]
/proc/loadavg: 3.61 3.99 4.05 4/317 24270
/proc/meminfo: memFree=105996320/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3277.22 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 136036 0 0 0 326989 733 0 0 20 0 20 0 32260463 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544544 5529 1 0 556501 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3227.36 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 61682 0 0 0 322107 629 0 0 20 0 20 0 32260464 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=16380 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1525 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3277.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178176 KiB

[startup+3522.3 s]
/proc/loadavg: 2.77 3.69 3.94 2/268 24341
/proc/meminfo: memFree=122186212/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3335.72 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 136268 0 0 0 332827 745 0 0 20 0 20 0 32260463 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544544 5529 1 0 556501 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=2178176 CPUtime=3285.32 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 61811 0 0 0 327892 640 0 0 20 0 20 0 32260464 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=2178176 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544544 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3335.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178176 KiB

[startup+3582.3 s]
/proc/loadavg: 1.74 3.22 3.76 2/268 24343
/proc/meminfo: memFree=122114468/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178688 CPUtime=3395.7 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 138113 0 0 0 338813 757 0 0 20 0 20 0 32260463 19521036288 544672 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544672 5529 1 0 556590 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=2178304 CPUtime=3344.15 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 62586 0 0 0 333764 651 0 0 20 0 20 0 32260464 19521036288 544672 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=2178688 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544672 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=2178688 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544672 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544672 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3395.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178688 KiB

[startup+3642.3 s]
/proc/loadavg: 1.31 2.83 3.59 2/268 24345
/proc/meminfo: memFree=122015228/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178816 CPUtime=3455.98 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 140596 0 0 0 344829 769 0 0 20 0 20 0 32260463 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544704 5529 1 0 556630 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=2178688 CPUtime=3403.39 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 64219 0 0 0 339677 662 0 0 20 0 20 0 32260464 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=2178688 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1590 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=2178816 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3455.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178816 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 1.23 2.55 3.45 2/268 24346
/proc/meminfo: memFree=121919284/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19063512 memory=2178816 CPUtime=3514.2 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 145574 0 0 0 350640 780 0 0 20 0 20 0 32260463 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4765878 544704 5529 1 0 556630 0
[pid=24015/tid=24017] ppid=24012 vsize=19063512 memory=-6000919498543753325 CPUtime=3460.36 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) R 24012 24015 20613 0 -1 4194368 67159 0 0 0 345365 671 0 0 20 0 20 0 32260464 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19063512 memory=-4421386522051372901 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 32260466 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24035] ppid=24012 vsize=19063512 memory=2816 CPUtime=0 cores=5,7
/proc/24015/task/24035/stat : 24035 (Timer-0) S 24012 24015 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32260506 19521036288 544704 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3514.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3506.56 s, system=7.8241 s

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

[startup+3700.11 s]
/proc/loadavg: 1.23 2.55 3.45 2/268 24346
/proc/meminfo: memFree=121919284/131250000 swapFree=33010684/33010684
[pid=24015] ppid=24012 vsize=19263204 memory=2179840 CPUtime=3514.36 cores=5,7
/proc/24015/stat : 24015 (java) S 24012 24015 20613 0 -1 4194304 147182 0 0 0 350655 781 0 0 20 0 21 0 32260463 19725520896 544960 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
/proc/24015/statm: 4815801 544960 5561 1 0 557573 0
[pid=24015/tid=24017] ppid=24012 vsize=19263204 memory=2178688 CPUtime=3460.39 cores=5,7
/proc/24015/task/24017/stat : 24017 (java) S 24012 24015 20613 0 -1 4194368 67342 0 0 0 345367 672 0 0 20 0 21 0 32260464 19725520896 544960 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24026] ppid=24012 vsize=19263204 memory=2178816 CPUtime=0 cores=5,7
/proc/24015/task/24026/stat : 24026 (Finalizer) S 24012 24015 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32260466 19725520896 544960 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
[pid=24015/tid=24033] ppid=24012 vsize=19263204 memory=2178816 CPUtime=0 cores=5,7
/proc/24015/task/24033/stat : 24033 (Common-Cleaner) S 24012 24015 20613 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 21 0 32260466 19725520896 544960 18446744073709551615 94313089892352 94313089896048 140732242721328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313089903864 94313089904656 94313117040640 140732242729264 140732242729446 140732242729446 140732242735048 0
Current children cumulated CPU time: 3514.36 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2179840 KiB

Child status: 143

Real time (s): 3700.14
CPU time (s): 3514.39
CPU user time (s): 3506.56
CPU system time (s): 7.8241
CPU usage (%): 94.9798
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2179840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3506.56
system time used= 7.8241
maximum resident set size= 2179840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12282552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120802
involuntary context switches= 11012


# summary of solver processes directly reported to runsolver:
#   pid: 24015
#   total CPU time (s): 3514.39
#   total CPU user time (s): 3506.56
#   total CPU system time (s): 7.8241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10509 second user time and 17.7943 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 04:56:51
IDJOB=4506913
IDBENCH=158308
IDSOLVER=3364
FILE ID=nodeC033/4506913-1751165810
RUNJOBID= nodeC033-1751158366-20626
SLURM_JOB_ID= 9587493
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=33405584

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122203684 kB
MemAvailable:   123517500 kB
Buffers:            3280 kB
Cached:          2122244 kB
SwapCached:            0 kB
Active:          6589344 kB
Inactive:        1864436 kB
Active(anon):    6346124 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file):  1864436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            163360 kB
Writeback:             0 kB
AnonPages:       6331028 kB
Mapped:           122808 kB
Shmem:             18120 kB
KReclaimable:      90796 kB
Slab:             181836 kB
SReclaimable:      90796 kB
SUnreclaim:        91040 kB
KernelStack:        5264 kB
PageTables:        16092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7086640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6090752 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC033 at 2025-06-29 05:58:31