Trace number 4507165

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.38 3573.93

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K194.opb
MD5SUM7d29d77727f08087434452962a118642
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 benchmark38.0612
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23086
Total number of constraints23476
Number of constraints which are clauses23282
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint194
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 195
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.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2106806208
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.29/0.25	c Pseudo Boolean Optimization by upper bound
0.29/0.25	c --- Begin Solver configuration ---
0.29/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.25	c Learn all clauses as in MiniSAT
0.29/0.25	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.25	c Expensive reason simplification
0.29/0.25	c Glucose 2.1 dynamic restart strategy
0.29/0.25	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.29/0.25	c timeout=2147483s
0.29/0.25	c DB Simplification allowed=false
0.29/0.25	c Listener: none
0.29/0.25	c --- End Solver configuration ---
0.29/0.25	c solving HOME/instance-4507165-1751186491.opb
0.29/0.25	c reading problem ... 
0.29/0.26	c using VERIPB proof format
0.29/0.26	c  no objective function found
1.40/0.88	c ... done. Wall clock time 0.62s.
1.40/0.88	c declared #vars     23086
1.40/0.88	c #constraints  23476
1.40/0.88	c constraints type 
1.40/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2509
1.40/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 194
1.40/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20771
1.40/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.40/0.88	c 23476 constraints processed.
7.13/4.20	c cleaning 2487 clauses out of 4995 with flag 21397/5000
10.53/7.14	c cleaning 4248 clauses out of 8505 with flag 51057/11002
14.92/10.92	c cleaning 5597 clauses out of 11253 with flag 87562/18002
19.32/15.23	c cleaning 6826 clauses out of 13651 with flag 128891/26001
24.32/20.21	c cleaning 7522 clauses out of 15817 with flag 173798/35000
31.29/27.28	c cleaning 7896 clauses out of 18294 with flag 221690/45000
37.68/33.66	c cleaning 8875 clauses out of 21397 with flag 274452/56000
45.55/41.47	c cleaning 9505 clauses out of 24518 with flag 331593/68003
53.56/49.45	c cleaning 10288 clauses out of 28007 with flag 396664/81001
62.96/58.83	c cleaning 11221 clauses out of 31710 with flag 468168/95003
72.28/68.28	c cleaning 11696 clauses out of 35485 with flag 547333/110000
81.73/77.57	c cleaning 12874 clauses out of 39781 with flag 628506/126001
91.89/87.56	c cleaning 13304 clauses out of 43906 with flag 713294/143001
103.91/99.66	c cleaning 14424 clauses out of 48597 with flag 809286/161000
115.00/110.67	c cleaning 15329 clauses out of 53173 with flag 910203/180000
127.48/122.99	c cleaning 16047 clauses out of 57841 with flag 1014479/200000
139.81/135.41	c cleaning 16863 clauses out of 62793 with flag 1118008/221002
155.20/150.75	c cleaning 17657 clauses out of 67922 with flag 1231180/243001
169.84/165.53	c cleaning 18491 clauses out of 73262 with flag 1350584/266002
184.83/180.54	c cleaning 19025 clauses out of 78768 with flag 1477664/290002
201.72/197.57	c cleaning 19924 clauses out of 84737 with flag 1611618/315000
218.43/214.22	c cleaning 20915 clauses out of 90810 with flag 1747535/341000
237.30/233.16	c cleaning 21600 clauses out of 96890 with flag 1896839/368000
256.49/252.46	c cleaning 22561 clauses out of 103288 with flag 2045299/396000
277.38/273.13	c cleaning 23617 clauses out of 109727 with flag 2199780/425002
298.31/294.12	c cleaning 24381 clauses out of 116114 with flag 2363237/455009
322.34/318.24	c cleaning 25091 clauses out of 122721 with flag 2525885/486000
344.88/340.94	c cleaning 26069 clauses out of 129625 with flag 2695477/518000
368.91/364.73	c cleaning 27079 clauses out of 136553 with flag 2875479/551000
393.88/389.27	c cleaning 27543 clauses out of 143478 with flag 3054846/585007
421.79/417.23	c cleaning 28604 clauses out of 150923 with flag 3247142/620000
449.77/445.29	c cleaning 29243 clauses out of 158319 with flag 3448458/656000
477.59/473.10	c cleaning 30272 clauses out of 166075 with flag 3656098/693000
508.55/504.08	c cleaning 30911 clauses out of 173801 with flag 3873560/731000
538.64/534.11	c cleaning 31792 clauses out of 181886 with flag 4099747/770001
570.47/565.84	c cleaning 32793 clauses out of 190091 with flag 4334748/810000
603.73/599.29	c cleaning 33671 clauses out of 198297 with flag 4567976/851001
639.27/634.83	c cleaning 34434 clauses out of 206626 with flag 4803451/893001
674.56/670.17	c cleaning 35454 clauses out of 215189 with flag 5047634/936003
710.38/705.75	c cleaning 36585 clauses out of 223728 with flag 5308280/980000
748.17/742.94	c cleaning 36990 clauses out of 232142 with flag 5572138/1025000
786.80/781.66	c cleaning 37887 clauses out of 241153 with flag 5845202/1071002
829.64/824.62	c cleaning 38980 clauses out of 250263 with flag 6122409/1118001
871.10/866.22	c cleaning 39568 clauses out of 259281 with flag 6408806/1166000
912.93/908.06	c cleaning 40548 clauses out of 268711 with flag 6698915/1215000
958.84/954.32	c cleaning 41493 clauses out of 278168 with flag 7004556/1265005
1006.52/1001.92	c cleaning 42140 clauses out of 287669 with flag 7328562/1316000
1055.82/1051.39	c cleaning 43266 clauses out of 297528 with flag 7653556/1368000
1103.54/1099.20	c cleaning 44350 clauses out of 307260 with flag 7975325/1421000
1157.50/1152.77	c cleaning 44805 clauses out of 316909 with flag 8307488/1475000
1211.85/1207.28	c cleaning 46127 clauses out of 327103 with flag 8647344/1530000
1265.62/1261.26	c cleaning 46939 clauses out of 336972 with flag 8998333/1586000
1322.75/1317.69	c cleaning 47593 clauses out of 347034 with flag 9357002/1643003
1380.92/1375.62	c cleaning 48958 clauses out of 357438 with flag 9721243/1701000
1440.38/1434.89	c cleaning 49665 clauses out of 367480 with flag 10106427/1760001
1499.03/1493.32	c cleaning 50973 clauses out of 377813 with flag 10486437/1820002
1562.92/1556.89	c cleaning 51499 clauses out of 387837 with flag 10867545/1881000
1630.56/1623.92	c cleaning 52419 clauses out of 398335 with flag 11264311/1943000
1699.00/1691.66	c cleaning 53388 clauses out of 408915 with flag 11669382/2006000
1771.76/1762.89	c cleaning 54141 clauses out of 419530 with flag 12089518/2070006
1844.27/1834.77	c cleaning 54996 clauses out of 430386 with flag 12521664/2135003
1917.23/1907.65	c cleaning 55978 clauses out of 441385 with flag 12946897/2201000
1995.49/1986.35	c cleaning 57123 clauses out of 452406 with flag 13388700/2268000
2073.45/2063.77	c cleaning 57663 clauses out of 463283 with flag 13838693/2336000
2148.59/2138.81	c cleaning 58799 clauses out of 474620 with flag 14291676/2405000
2231.30/2221.07	c cleaning 59450 clauses out of 485819 with flag 14767909/2475000
2313.26/2302.60	c cleaning 60639 clauses out of 497367 with flag 15253088/2546000
2398.71/2387.18	c cleaning 61776 clauses out of 508727 with flag 15736558/2618002
2486.62/2474.53	c cleaning 62418 clauses out of 519948 with flag 16243163/2691000
2577.64/2565.48	c cleaning 63641 clauses out of 531530 with flag 16750070/2765002
2672.78/2658.73	c cleaning 64451 clauses out of 542887 with flag 17269387/2840000
2770.63/2754.81	c cleaning 65385 clauses out of 554436 with flag 17816946/2916000
2866.79/2850.02	c cleaning 66445 clauses out of 566056 with flag 18350362/2993006
2967.03/2949.32	c cleaning 67818 clauses out of 577603 with flag 18882133/3071000
3071.00/3052.15	c cleaning 68387 clauses out of 588782 with flag 19424562/3150000
3178.44/3158.13	c cleaning 69069 clauses out of 600394 with flag 19993107/3230000
3287.25/3265.54	c cleaning 70122 clauses out of 612324 with flag 20576742/3311000
3397.65/3374.91	c cleaning 71274 clauses out of 624203 with flag 21169311/3393002
3510.67/3485.68	c cleaning 71864 clauses out of 635926 with flag 21761726/3476000
3600.08/3573.72	c timeout
3600.08/3573.73	c starts		: 21139
3600.08/3573.74	c conflicts		: 3541701
3600.08/3573.74	c decisions		: 159606638
3600.08/3573.74	c propagations		: 3974949266
3600.08/3573.74	c inspects		: 15389488740
3600.08/3573.74	c shortcuts		: 0
3600.08/3573.74	c learnt literals	: 198
3600.08/3573.74	c learnt binary clauses	: 254330
3600.08/3573.74	c learnt ternary clauses	: 214027
3600.08/3573.74	c learnt constraints	: 3541503
3600.08/3573.74	c ignored constraints	: 0
3600.08/3573.74	c root simplifications	: 0
3600.08/3573.74	c removed literals (reason simplification)	: 31550080
3600.08/3573.74	c reason swapping (by a shorter reason)	: 0
3600.08/3573.74	c Calls to reduceDB	: 79
3600.08/3573.74	c Number of update (reduction) of LBD	: 2434886
3600.08/3573.74	c Imported unit clauses	: 0
3600.08/3573.74	c No decision after first conflict	: false
3600.08/3573.74	c number of reductions to clauses (during analyze)	: 0
3600.08/3573.74	c number of learned constraints concerned by reduction	: 0
3600.08/3573.74	c number of learning phase by resolution	: 0
3600.08/3573.74	c number of learning phase by cutting planes	: 0
3600.08/3573.74	c number of rounding to 1 operations	: 0
3600.08/3573.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3573.75	c number of reductions of the coefficients by power 2 	: 0
3600.08/3573.75	c number of right shift for reduction by power 2 	: 0
3600.08/3573.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3573.75	c number of ending skipping 	: 0
3600.08/3573.75	c number of internal skipping 	: 0
3600.08/3573.75	c number of derivation steps 	: 0
3600.08/3573.75	c number of skipped derivation steps 	: 0
3600.08/3573.75	c number of remaining unassigned 	: 0
3600.08/3573.75	c number of remaining assigned 	: 0
3600.08/3573.75	c number of falsified literals weakened from reason	: 0
3600.08/3573.75	c number of falsified literals weakened from conflict	: 0
3600.08/3573.75	c time for arithmetic operations	: 0
3600.08/3573.75	c minimum degree of deleted constraints	: null
3600.08/3573.75	c maximum degree of deleted constraints	: null
3600.08/3573.75	c number of deleted constraints	: 0
3600.08/3573.75	c speed (assignments/second)	: 1112541.7568140205
3600.08/3573.75	c non guided choices	: 56566
3600.34/3573.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 375432
3600.34/3573.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 254330
3600.34/3573.91	s UNKNOWN
3600.34/3573.91	c Total wall clock time (in seconds): 3573.654

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=20846, runsolver pid=20843

[startup+0.100065 s]*
/proc/loadavg: 4.13 4.22 4.24 9/300 20864
/proc/meminfo: memFree=125631988/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=18930384 memory=48124 CPUtime=0.11 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 5741 0 0 0 8 3 0 0 20 0 18 0 34327953 19384713216 12031 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4732596 12031 5307 1 0 546953 0
[pid=20846/tid=20848] ppid=20843 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 4641 0 0 0 5 2 0 0 20 0 18 0 34327954 19384713216 12031 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=18930384 memory=215637821677 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 12031 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=18930384 memory=19982 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 12031 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48124 KiB

[startup+0.208758 s]*
/proc/loadavg: 4.13 4.22 4.24 9/300 20864
/proc/meminfo: memFree=126289552/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=18930384 memory=57820 CPUtime=0.29 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 6595 0 0 0 25 4 0 0 20 0 18 0 34327953 19384713216 14455 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4732596 14455 5339 1 0 547657 0
[pid=20846/tid=20848] ppid=20843 vsize=18930384 memory=4026611721 CPUtime=0.18 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 5122 0 0 0 15 3 0 0 20 0 18 0 34327954 19384713216 14455 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=18930384 memory=211342852430 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 14455 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=18930384 memory=59589299292739 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 14455 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57820 KiB

[startup+0.308372 s]*
/proc/loadavg: 4.13 4.22 4.24 9/300 20864
/proc/meminfo: memFree=126954816/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=18930384 memory=61220 CPUtime=0.47 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 6875 0 0 0 43 4 0 0 20 0 18 0 34327953 19384713216 15305 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4732596 15305 5435 1 0 547836 0
[pid=20846/tid=20848] ppid=20843 vsize=18930384 memory=-6000919494197931117 CPUtime=0.26 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 5288 0 0 0 23 3 0 0 20 0 18 0 34327954 19384713216 15305 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 15305 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 15305 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61220 KiB

[startup+0.700323 s]
/proc/loadavg: 4.13 4.22 4.24 9/301 20865
/proc/meminfo: memFree=128493892/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=18930384 memory=121380 CPUtime=1.2 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 8522 0 0 0 113 7 0 0 20 0 18 0 34327953 19384713216 30345 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4732596 30345 5435 1 0 548921 0
[pid=20846/tid=20848] ppid=20843 vsize=18930384 memory=17024 CPUtime=0.62 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 5328 0 0 0 57 5 0 0 20 0 18 0 34327954 19384713216 30345 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 30345 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327960 19384713216 30345 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 121380 KiB

[startup+1.50077 s]
/proc/loadavg: 4.13 4.22 4.24 7/311 20889
/proc/meminfo: memFree=129902312/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=175112 CPUtime=2.78 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 16365 0 0 0 267 11 0 0 20 0 20 0 34327953 19521036288 43778 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 43778 5499 1 0 552350 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=0 CPUtime=1.34 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 5912 0 0 0 128 6 0 0 20 0 20 0 34327954 19521036288 43778 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 43778 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 43778 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=33 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 43778 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175112 KiB

[startup+3.10484 s]
/proc/loadavg: 4.13 4.22 4.24 9/330 20908
/proc/meminfo: memFree=129692040/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=186828 CPUtime=5.92 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 18763 0 0 0 579 13 0 0 20 0 20 0 34327953 19521036288 46707 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 46707 5499 1 0 552371 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=11264 CPUtime=2.91 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 6320 0 0 0 284 7 0 0 20 0 20 0 34327954 19521036288 46707 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 46707 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 46707 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=172040 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 46707 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186828 KiB

[startup+6.30042 s]
/proc/loadavg: 4.28 4.25 4.25 8/330 20908
/proc/meminfo: memFree=129609512/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=195588 CPUtime=9.7 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 19546 0 0 0 955 15 0 0 20 0 20 0 34327953 19521036288 48897 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 48897 5499 1 0 552422 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=0 CPUtime=6.02 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 6934 0 0 0 593 9 0 0 20 0 20 0 34327954 19521036288 48897 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 48897 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=2868665472214376 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 48897 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=175240 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 48897 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195588 KiB

[startup+12.7004 s]
/proc/loadavg: 4.50 4.29 4.27 6/330 20909
/proc/meminfo: memFree=129143128/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=289984 CPUtime=16.83 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 29794 0 0 0 1662 21 0 0 20 0 20 0 34327953 19521036288 72496 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 72496 5499 1 0 554835 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=175240 CPUtime=12.24 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 7888 0 0 0 1213 11 0 0 20 0 20 0 34327954 19521036288 72496 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=289984 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 72496 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 72496 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=186828 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 72496 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 16.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 289984 KiB

[startup+25.5004 s]
/proc/loadavg: 4.54 4.31 4.27 6/330 20909
/proc/meminfo: memFree=127549876/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=664252 CPUtime=29.6 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 32007 0 0 0 2927 33 0 0 20 0 20 0 34327953 19521036288 166063 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 166063 5499 1 0 698956 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=186828 CPUtime=24.4 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 8655 0 0 0 2421 19 0 0 20 0 20 0 34327954 19521036288 166063 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=280751812090272 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 166063 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=164 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 166063 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=647836 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 166063 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 29.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 664252 KiB

[startup+51.113 s]
/proc/loadavg: 4.41 4.30 4.27 6/332 20911
/proc/meminfo: memFree=125688336/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=971516 CPUtime=55.27 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 35533 0 0 0 5481 46 0 0 20 0 20 0 34327953 19521036288 242879 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 242879 5499 1 0 698956 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=14464 CPUtime=49.47 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 9595 0 0 0 4920 27 0 0 20 0 20 0 34327954 19521036288 242879 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=971516 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 242879 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=14464 CPUtime=0 cores=4,6

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

Current children cumulated memory: 1609428 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.24 4.24 6/332 21098
/proc/meminfo: memFree=102309296/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=1717812 CPUtime=3304.08 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 147447 0 0 0 329464 944 0 0 20 0 20 0 34327953 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 429453 5531 1 0 443886 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=1713716 CPUtime=3221.54 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 68534 0 0 0 321465 689 0 0 20 0 20 0 34327954 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=1717812 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=1713716 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1519 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=1609428 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3304.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1717812 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.24 4.24 6/332 21104
/proc/meminfo: memFree=102153768/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=1717812 CPUtime=3364.73 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 147460 0 0 0 335516 957 0 0 20 0 20 0 34327953 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 429453 5531 1 0 443886 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=46464 CPUtime=3280.63 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 68537 0 0 0 327364 699 0 0 20 0 20 0 34327954 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=1717812 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1519 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=1717812 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 429453 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3364.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1717812 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.23 6/332 21106
/proc/meminfo: memFree=101809292/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=1719988 CPUtime=3425.81 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 148621 0 0 0 341611 970 0 0 20 0 20 0 34327953 19521036288 429997 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 429997 5531 1 0 443886 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=14464 CPUtime=3339.71 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 69549 0 0 0 333263 708 0 0 20 0 20 0 34327954 19521036288 429997 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 429997 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=1719988 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1519 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 429997 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=1719988 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 429997 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3425.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1719988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.22 4.23 6/333 21111
/proc/meminfo: memFree=101522584/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=1722036 CPUtime=3485.85 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 149582 0 0 0 347602 983 0 0 20 0 20 0 34327953 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 430509 5531 1 0 443886 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=14464 CPUtime=3398.56 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 69914 0 0 0 339138 718 0 0 20 0 20 0 34327954 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=4896 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=1722036 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3485.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1722036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.23 4.23 6/333 21113
/proc/meminfo: memFree=101227368/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=1722036 CPUtime=3547.3 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 153339 0 0 0 353731 999 0 0 20 0 20 0 34327953 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 430509 5531 1 0 443886 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=1792 CPUtime=3457.38 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 72212 0 0 0 345010 728 0 0 20 0 20 0 34327954 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=1722036 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=1722036 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3547.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1722036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.7 s]
/proc/loadavg: 4.62 4.32 4.26 6/333 21315
/proc/meminfo: memFree=121750196/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19063512 memory=1722036 CPUtime=3600.08 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 154265 0 0 0 358997 1011 0 0 20 0 20 0 34327953 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4765878 430509 5531 1 0 443886 0
[pid=20846/tid=20848] ppid=20843 vsize=19063512 memory=1722036 CPUtime=3507.8 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) R 20843 20846 20294 0 -1 4194368 72246 0 0 0 350043 737 0 0 20 0 20 0 34327954 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19063512 memory=5867183614552601169 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19063512 memory=1722036 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 20 0 34327960 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20880] ppid=20843 vsize=19063512 memory=1722036 CPUtime=0 cores=4,6
/proc/20846/task/20880/stat : 20880 (Timer-0) S 20843 20846 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328043 19521036288 430509 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1722036 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.24 s, system=10.1396 s

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

[startup+3573.81 s]
/proc/loadavg: 4.62 4.32 4.26 6/333 21315
/proc/meminfo: memFree=121750196/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19263204 memory=1722804 CPUtime=3600.23 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 155623 0 0 0 359011 1012 0 0 20 0 21 0 34327953 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4815801 430701 5531 1 0 444858 0
[pid=20846/tid=20848] ppid=20843 vsize=19263204 memory=4252 CPUtime=3507.82 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) S 20843 20846 20294 0 -1 4194368 72463 0 0 0 350045 737 0 0 20 0 21 0 34327954 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19263204 memory=3200 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34327960 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19263204 memory=-6000919494197931117 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 21 0 34327960 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1722804 KiB

[startup+3573.9 s]
/proc/loadavg: 4.62 4.32 4.26 6/333 21315
/proc/meminfo: memFree=121750196/131382120 swapFree=33010684/33010684
[pid=20846] ppid=20843 vsize=19263204 memory=1722804 CPUtime=3600.34 cores=4,6
/proc/20846/stat : 20846 (java) S 20843 20846 20294 0 -1 4194304 155646 0 0 0 359022 1012 0 0 20 0 21 0 34327953 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
/proc/20846/statm: 4815801 430701 5531 1 0 444865 0
[pid=20846/tid=20848] ppid=20843 vsize=19263204 memory=1722036 CPUtime=3507.82 cores=4,6
/proc/20846/task/20848/stat : 20848 (java) S 20843 20846 20294 0 -1 4194368 72463 0 0 0 350045 737 0 0 20 0 21 0 34327954 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20857] ppid=20843 vsize=19263204 memory=5867183614552601169 CPUtime=0 cores=4,6
/proc/20846/task/20857/stat : 20857 (Finalizer) S 20843 20846 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34327960 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
[pid=20846/tid=20864] ppid=20843 vsize=19263204 memory=1722036 CPUtime=0 cores=4,6
/proc/20846/task/20864/stat : 20864 (Common-Cleaner) S 20843 20846 20294 0 -1 4194368 1681 0 0 0 0 0 0 0 20 0 21 0 34327960 19725520896 430701 18446744073709551615 93923183943680 93923183947376 140735946251616 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93923183955192 93923183955984 93923198664704 140735946254640 140735946254822 140735946254822 140735946260424 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1722804 KiB

Child status: 143

Real time (s): 3573.93
CPU time (s): 3600.38
CPU user time (s): 3590.24
CPU system time (s): 10.1396
CPU usage (%): 100.74
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3053080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.24
system time used= 10.1396
maximum resident set size= 3053080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10915824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118544
involuntary context switches= 22670


# summary of solver processes directly reported to runsolver:
#   pid: 20846
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3590.24
#   total CPU system time (s): 10.1396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4219 second user time and 27.7313 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 10:41:31
IDJOB=4507165
IDBENCH=158327
IDSOLVER=3364
FILE ID=nodeC002/4507165-1751186491
RUNJOBID= nodeC002-1751182786-20305
SLURM_JOB_ID= 9587562
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= 7d29d77727f08087434452962a118642
RANDOM SEED=198497289

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124542780 kB
MemAvailable:   129873892 kB
Buffers:            3280 kB
Cached:          6136076 kB
SwapCached:            0 kB
Active:           396424 kB
Inactive:        5888420 kB
Active(anon):     163452 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file):  5888420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6836 kB
Writeback:             0 kB
AnonPages:        148688 kB
Mapped:           121808 kB
Shmem:             17960 kB
KReclaimable:      98692 kB
Slab:             180780 kB
SReclaimable:      98692 kB
SUnreclaim:        82088 kB
KernelStack:        4528 kB
PageTables:         3556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4766160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149912 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC002 at 2025-06-29 11:41:06