Trace number 4507164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.36 3585.16

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.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.42/0.34	c Pseudo Boolean Optimization by upper bound
0.42/0.34	c --- Begin Solver configuration ---
0.42/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.34	c Learn all clauses as in MiniSAT
0.42/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.34	c Expensive reason simplification
0.42/0.34	c Glucose 2.1 dynamic restart strategy
0.42/0.34	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.42/0.34	c timeout=2147483s
0.42/0.34	c DB Simplification allowed=false
0.42/0.34	c Listener: none
0.42/0.34	c --- End Solver configuration ---
0.42/0.34	c solving HOME/instance-4507164-1751186374.opb
0.42/0.34	c reading problem ... 
0.42/0.35	c  no objective function found
1.73/1.03	c ... done. Wall clock time 0.679s.
1.73/1.03	c declared #vars     23086
1.73/1.03	c #constraints  23476
1.73/1.03	c constraints type 
1.73/1.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2509
1.73/1.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 194
1.73/1.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20771
1.73/1.03	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.73/1.03	c 23476 constraints processed.
6.53/4.77	c cleaning 2487 clauses out of 4995 with flag 21397/5000
10.59/7.82	c cleaning 4248 clauses out of 8505 with flag 51057/11002
14.20/11.09	c cleaning 5597 clauses out of 11253 with flag 87562/18002
18.27/14.66	c cleaning 6826 clauses out of 13651 with flag 128891/26001
22.78/18.66	c cleaning 7522 clauses out of 15817 with flag 173798/35000
27.36/23.22	c cleaning 7896 clauses out of 18294 with flag 221690/45000
32.47/28.39	c cleaning 8875 clauses out of 21397 with flag 274452/56000
38.06/33.96	c cleaning 9505 clauses out of 24518 with flag 331593/68003
44.43/40.26	c cleaning 10288 clauses out of 28007 with flag 396664/81001
51.20/46.98	c cleaning 11221 clauses out of 31710 with flag 468168/95003
58.69/54.47	c cleaning 11696 clauses out of 35485 with flag 547333/110000
67.14/62.71	c cleaning 12874 clauses out of 39781 with flag 628506/126001
75.99/71.54	c cleaning 13304 clauses out of 43906 with flag 713294/143001
85.17/80.63	c cleaning 14424 clauses out of 48597 with flag 809286/161000
94.76/90.26	c cleaning 15329 clauses out of 53173 with flag 910203/180000
105.34/100.77	c cleaning 16047 clauses out of 57841 with flag 1014479/200000
116.41/111.78	c cleaning 16863 clauses out of 62793 with flag 1118008/221002
128.29/123.64	c cleaning 17657 clauses out of 67922 with flag 1231180/243001
140.65/135.91	c cleaning 18491 clauses out of 73262 with flag 1350584/266002
154.02/149.29	c cleaning 19025 clauses out of 78768 with flag 1477664/290002
167.91/163.09	c cleaning 19924 clauses out of 84737 with flag 1611618/315000
182.56/177.79	c cleaning 20915 clauses out of 90810 with flag 1747535/341000
198.94/194.09	c cleaning 21600 clauses out of 96890 with flag 1896839/368000
215.29/210.38	c cleaning 22561 clauses out of 103288 with flag 2045299/396000
233.56/228.59	c cleaning 23617 clauses out of 109727 with flag 2199780/425002
252.12/247.04	c cleaning 24381 clauses out of 116114 with flag 2363237/455009
272.91/267.47	c cleaning 25091 clauses out of 122721 with flag 2525885/486000
293.90/288.46	c cleaning 26069 clauses out of 129625 with flag 2695477/518000
314.74/309.20	c cleaning 27079 clauses out of 136553 with flag 2875479/551000
336.09/330.48	c cleaning 27543 clauses out of 143478 with flag 3054846/585007
359.27/353.53	c cleaning 28604 clauses out of 150923 with flag 3247142/620000
383.12/377.42	c cleaning 29243 clauses out of 158319 with flag 3448458/656000
407.69/401.80	c cleaning 30272 clauses out of 166075 with flag 3656098/693000
433.34/427.40	c cleaning 30911 clauses out of 173801 with flag 3873560/731000
461.85/455.99	c cleaning 31792 clauses out of 181886 with flag 4099747/770001
490.57/484.28	c cleaning 32793 clauses out of 190091 with flag 4334748/810000
520.66/514.39	c cleaning 33671 clauses out of 198297 with flag 4567976/851001
553.01/546.50	c cleaning 34434 clauses out of 206626 with flag 4803451/893001
584.46/578.05	c cleaning 35454 clauses out of 215189 with flag 5047634/936003
616.55/610.08	c cleaning 36585 clauses out of 223728 with flag 5308280/980000
650.32/643.79	c cleaning 36990 clauses out of 232142 with flag 5572138/1025000
684.41/677.78	c cleaning 37887 clauses out of 241153 with flag 5845202/1071002
722.02/714.41	c cleaning 38980 clauses out of 250263 with flag 6122409/1118001
760.37/752.77	c cleaning 39568 clauses out of 259281 with flag 6408806/1166000
798.89/791.14	c cleaning 40548 clauses out of 268711 with flag 6698915/1215000
838.99/831.33	c cleaning 41493 clauses out of 278168 with flag 7004556/1265005
881.15/873.45	c cleaning 42140 clauses out of 287669 with flag 7328562/1316000
924.94/917.17	c cleaning 43266 clauses out of 297528 with flag 7653556/1368000
969.30/961.49	c cleaning 44350 clauses out of 307260 with flag 7975325/1421000
1016.33/1008.26	c cleaning 44805 clauses out of 316909 with flag 8307488/1475000
1063.89/1055.73	c cleaning 46127 clauses out of 327103 with flag 8647344/1530000
1113.32/1105.14	c cleaning 46939 clauses out of 336972 with flag 8998333/1586000
1164.04/1155.89	c cleaning 47593 clauses out of 347034 with flag 9357002/1643003
1217.97/1209.26	c cleaning 48958 clauses out of 357438 with flag 9721243/1701000
1272.58/1263.85	c cleaning 49665 clauses out of 367480 with flag 10106427/1760001
1327.46/1318.45	c cleaning 50973 clauses out of 377813 with flag 10486437/1820002
1384.85/1375.78	c cleaning 51499 clauses out of 387837 with flag 10867545/1881000
1445.01/1435.60	c cleaning 52419 clauses out of 398335 with flag 11264311/1943000
1505.07/1495.47	c cleaning 53388 clauses out of 408915 with flag 11669382/2006000
1568.04/1558.25	c cleaning 54141 clauses out of 419530 with flag 12089518/2070006
1633.23/1623.44	c cleaning 54996 clauses out of 430386 with flag 12521664/2135003
1700.82/1690.99	c cleaning 55978 clauses out of 441385 with flag 12946897/2201000
1767.56/1757.53	c cleaning 57123 clauses out of 452406 with flag 13388700/2268000
1836.97/1826.91	c cleaning 57663 clauses out of 463283 with flag 13838693/2336000
1907.19/1896.99	c cleaning 58799 clauses out of 474620 with flag 14291676/2405000
1981.90/1971.15	c cleaning 59450 clauses out of 485819 with flag 14767909/2475000
2057.50/2046.45	c cleaning 60639 clauses out of 497367 with flag 15253088/2546000
2134.36/2123.12	c cleaning 61776 clauses out of 508727 with flag 15736558/2618002
2213.87/2202.59	c cleaning 62418 clauses out of 519948 with flag 16243163/2691000
2298.76/2287.06	c cleaning 63641 clauses out of 531530 with flag 16750070/2765002
2384.97/2373.16	c cleaning 64451 clauses out of 542887 with flag 17269387/2840000
2474.53/2462.36	c cleaning 65385 clauses out of 554436 with flag 17816946/2916000
2562.92/2550.78	c cleaning 66445 clauses out of 566056 with flag 18350362/2993006
2653.91/2641.51	c cleaning 67818 clauses out of 577603 with flag 18882133/3071000
2746.02/2733.41	c cleaning 68387 clauses out of 588782 with flag 19424562/3150000
2843.32/2830.72	c cleaning 69069 clauses out of 600394 with flag 19993107/3230000
2943.09/2930.33	c cleaning 70122 clauses out of 612324 with flag 20576742/3311000
3045.14/3032.16	c cleaning 71274 clauses out of 624203 with flag 21169311/3393002
3147.32/3134.30	c cleaning 71864 clauses out of 635926 with flag 21761726/3476000
3257.36/3243.01	c cleaning 72679 clauses out of 648061 with flag 22382938/3560000
3368.99/3354.33	c cleaning 73790 clauses out of 660382 with flag 23007017/3645001
3480.84/3465.98	c cleaning 74839 clauses out of 672590 with flag 23632627/3731000
3593.07/3577.91	c cleaning 75935 clauses out of 684750 with flag 24262412/3818000
3600.05/3584.92	c timeout
3600.05/3584.92	c starts		: 22901
3600.05/3584.93	c conflicts		: 3824857
3600.05/3584.93	c decisions		: 172125221
3600.05/3584.93	c propagations		: 4287810203
3600.05/3584.93	c inspects		: 17323446512
3600.05/3584.93	c shortcuts		: 0
3600.05/3584.93	c learnt literals	: 201
3600.05/3584.93	c learnt binary clauses	: 268116
3600.05/3584.93	c learnt ternary clauses	: 227538
3600.05/3584.93	c learnt constraints	: 3824656
3600.05/3584.93	c ignored constraints	: 0
3600.05/3584.93	c root simplifications	: 0
3600.05/3584.93	c removed literals (reason simplification)	: 34879007
3600.05/3584.93	c reason swapping (by a shorter reason)	: 0
3600.05/3584.94	c Calls to reduceDB	: 83
3600.05/3584.94	c Number of update (reduction) of LBD	: 2648973
3600.05/3584.94	c Imported unit clauses	: 0
3600.05/3584.94	c No decision after first conflict	: false
3600.05/3584.94	c number of reductions to clauses (during analyze)	: 0
3600.05/3584.94	c number of learned constraints concerned by reduction	: 0
3600.05/3584.94	c number of learning phase by resolution	: 0
3600.05/3584.94	c number of learning phase by cutting planes	: 0
3600.05/3584.94	c number of rounding to 1 operations	: 0
3600.05/3584.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3584.94	c number of reductions of the coefficients by power 2 	: 0
3600.05/3584.94	c number of right shift for reduction by power 2 	: 0
3600.05/3584.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3584.94	c number of ending skipping 	: 0
3600.05/3584.94	c number of internal skipping 	: 0
3600.05/3584.94	c number of derivation steps 	: 0
3600.05/3584.94	c number of skipped derivation steps 	: 0
3600.05/3584.94	c number of remaining unassigned 	: 0
3600.05/3584.94	c number of remaining assigned 	: 0
3600.05/3584.94	c number of falsified literals weakened from reason	: 0
3600.05/3584.94	c number of falsified literals weakened from conflict	: 0
3600.05/3584.94	c time for arithmetic operations	: 0
3600.05/3584.95	c minimum degree of deleted constraints	: null
3600.05/3584.95	c maximum degree of deleted constraints	: null
3600.05/3584.95	c number of deleted constraints	: 0
3600.05/3584.95	c speed (assignments/second)	: 1196407.3274821737
3600.05/3584.95	c non guided choices	: 57257
3600.30/3585.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 347556
3600.30/3585.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 268116
3600.30/3585.14	s UNKNOWN
3600.30/3585.14	c Total wall clock time (in seconds): 3584.797

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507164-1751186374/watcher-4507164-1751186374 -o /tmp/evaluation-result-4507164-1751186374/solver-4507164-1751186374 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24217 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507164-1751186374.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=24724, runsolver pid=24721

[startup+0.100069 s]*
/proc/loadavg: 4.12 4.12 4.09 7/301 24742
/proc/meminfo: memFree=129637224/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=18930384 memory=48480 CPUtime=0.12 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 5797 0 0 0 9 3 0 0 20 0 18 0 34317193 19384713216 12120 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4732596 12120 5332 1 0 547011 0
[pid=24724/tid=24726] ppid=24721 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 4645 0 0 0 5 2 0 0 20 0 18 0 34317195 19384713216 12120 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317200 19384713216 12120 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317201 19384713216 12120 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48480 KiB

[startup+0.213308 s]*
/proc/loadavg: 4.12 4.12 4.09 6/301 24742
/proc/meminfo: memFree=129637480/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=18930384 memory=51168 CPUtime=0.27 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 6440 0 0 0 23 4 0 0 20 0 18 0 34317193 19384713216 12792 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4732596 12792 5364 1 0 547514 0
[pid=24724/tid=24726] ppid=24721 vsize=18930384 memory=4026597495 CPUtime=0.16 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 4976 0 0 0 13 3 0 0 20 0 18 0 34317195 19384713216 12792 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=18930384 memory=215637835243 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317200 19384713216 12792 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=18930384 memory=18050 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317201 19384713216 12792 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51168 KiB

[startup+0.313142 s]*
/proc/loadavg: 4.12 4.12 4.09 7/301 24742
/proc/meminfo: memFree=129637480/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=18930384 memory=58768 CPUtime=0.42 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 6731 0 0 0 38 4 0 0 20 0 18 0 34317193 19384713216 14692 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4732596 14692 5428 1 0 547732 0
[pid=24724/tid=24726] ppid=24721 vsize=18930384 memory=-6000919502821484653 CPUtime=0.25 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 5160 0 0 0 22 3 0 0 20 0 18 0 34317195 19384713216 14692 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317200 19384713216 14692 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317201 19384713216 14692 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58768 KiB

[startup+0.700398 s]
/proc/loadavg: 4.12 4.12 4.09 7/303 24748
/proc/meminfo: memFree=129623492/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=18930384 memory=91312 CPUtime=1.13 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 8669 0 0 0 106 7 0 0 20 0 18 0 34317193 19384713216 22828 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4732596 22828 5428 1 0 549109 0
[pid=24724/tid=24726] ppid=24721 vsize=18930384 memory=17152 CPUtime=0.58 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 5277 0 0 0 54 4 0 0 20 0 18 0 34317195 19384713216 22828 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=18930384 memory=10624 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317200 19384713216 22828 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317201 19384713216 22828 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 91312 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.12 4.09 5/304 24775
/proc/meminfo: memFree=129533548/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=167468 CPUtime=2.71 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 12509 0 0 0 260 11 0 0 20 0 20 0 34317193 19521036288 41867 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 41867 5492 1 0 550457 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=3200 CPUtime=1.34 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 5568 0 0 0 128 6 0 0 20 0 20 0 34317195 19521036288 41867 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 41867 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 41867 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167468 KiB

[startup+3.10556 s]
/proc/loadavg: 4.35 4.17 4.11 7/326 24800
/proc/meminfo: memFree=129385272/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=169004 CPUtime=4.9 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 13649 0 0 0 479 11 0 0 20 0 20 0 34317193 19521036288 42251 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 42251 5492 1 0 550692 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=10624 CPUtime=2.92 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 5819 0 0 0 286 6 0 0 20 0 20 0 34317195 19521036288 42251 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 42251 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 42251 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 42251 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169004 KiB

[startup+6.30044 s]
/proc/loadavg: 4.35 4.17 4.11 5/326 24801
/proc/meminfo: memFree=129340148/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=181768 CPUtime=8.83 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 24259 0 0 0 869 14 0 0 20 0 20 0 34317193 19521036288 45442 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 45442 5492 1 0 554006 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=0 CPUtime=6.09 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 7365 0 0 0 603 6 0 0 20 0 20 0 34317195 19521036288 45442 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 45442 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 45442 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=-6000919502821484653 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 45442 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181768 KiB

[startup+12.7004 s]
/proc/loadavg: 4.37 4.18 4.11 5/326 24801
/proc/meminfo: memFree=129307852/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=194184 CPUtime=16.37 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 34220 0 0 0 1620 17 0 0 20 0 20 0 34317193 19521036288 48546 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 48546 5524 1 0 554388 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=10624 CPUtime=12.38 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 8158 0 0 0 1232 6 0 0 20 0 20 0 34317195 19521036288 48546 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=-6000919502821484653 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 48546 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 48546 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=-6000919502821484653 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 48546 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 16.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194184 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.19 4.11 5/326 24801
/proc/meminfo: memFree=129250004/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=191404 CPUtime=29.66 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 37065 0 0 0 2948 18 0 0 20 0 20 0 34317193 19521036288 47851 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 47851 5524 1 0 555096 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=197504 CPUtime=25.14 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 8848 0 0 0 2508 6 0 0 20 0 20 0 34317195 19521036288 47851 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=197504 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 47851 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 47851 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=191404 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 47851 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191404 KiB

[startup+51.1131 s]
/proc/loadavg: 4.26 4.17 4.11 5/326 24801
/proc/meminfo: memFree=128845004/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=298472 CPUtime=55.41 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 38464 0 0 0 5518 23 0 0 20 0 20 0 34317193 19521036288 74618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 74618 5524 1 0 555107 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=226420 CPUtime=50.35 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 8899 0 0 0 5029 6 0 0 20 0 20 0 34317195 19521036288 74618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=-6000919502821484653 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 74618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=230752 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 74618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=197504 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 74618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 55.41 s

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

/proc/meminfo: memFree=112883896/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=4445832 CPUtime=3357.01 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 124276 0 0 0 335395 306 0 0 20 0 20 0 34317193 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 1111458 5524 1 0 1511323 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=3200 CPUtime=3317.73 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 53376 0 0 0 331752 21 0 0 20 0 20 0 34317195 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=4445832 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 476 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3357.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4445832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.14 5/325 24985
/proc/meminfo: memFree=112548124/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=4445832 CPUtime=3416.88 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 125800 0 0 0 341379 309 0 0 20 0 20 0 34317193 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 1111458 5524 1 0 1511323 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=3200 CPUtime=3377.55 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 54824 0 0 0 337734 21 0 0 20 0 20 0 34317195 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=4367232 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 483 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=-6000919502821484653 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 1111458 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3416.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4445832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.14 5/326 24988
/proc/meminfo: memFree=112214308/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=4446472 CPUtime=3477.25 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 126988 0 0 0 347413 312 0 0 20 0 20 0 34317193 19521036288 1111618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 1111618 5524 1 0 1511489 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=3200 CPUtime=3437.09 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 54955 0 0 0 343688 21 0 0 20 0 20 0 34317195 19521036288 1111618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=4367232 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 1111618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=4446472 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 498 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 1111618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=4446472 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 1111618 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3477.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/326 24990
/proc/meminfo: memFree=111976000/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=4446984 CPUtime=3537.57 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 128889 0 0 0 353442 315 0 0 20 0 20 0 34317193 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 1111746 5524 1 0 1511629 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=4446472 CPUtime=3496.65 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 56511 0 0 0 349643 22 0 0 20 0 20 0 34317195 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=4446472 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 498 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3537.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.12 4.13 5/326 24994
/proc/meminfo: memFree=111982180/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=4446984 CPUtime=3597.45 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 130642 0 0 0 359426 319 0 0 20 0 20 0 34317193 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 1111746 5524 1 0 1511629 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=4446984 CPUtime=3556.48 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 58144 0 0 0 355626 22 0 0 20 0 20 0 34317195 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=4446984 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 530 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3597.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.9 s]
/proc/loadavg: 4.16 4.12 4.13 4/280 25035
/proc/meminfo: memFree=121535532/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19063512 memory=4446984 CPUtime=3600.05 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 130647 0 0 0 359686 319 0 0 20 0 20 0 34317193 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4765878 1111746 5524 1 0 1511629 0
[pid=24724/tid=24726] ppid=24721 vsize=19063512 memory=17152 CPUtime=3559.07 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) R 24721 24724 24204 0 -1 4194368 58149 0 0 0 355885 22 0 0 20 0 20 0 34317195 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19063512 memory=4446472 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317200 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19063512 memory=4445832 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 530 0 0 0 0 0 0 0 20 0 20 0 34317201 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24777] ppid=24721 vsize=19063512 memory=3958984 CPUtime=0 cores=0,2
/proc/24724/task/24777/stat : 24777 (Timer-0) S 24721 24724 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317298 19521036288 1111746 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.14 s, system=3.2171 s

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

[startup+3585.01 s]*
/proc/loadavg: 4.16 4.12 4.13 5/304 25105
/proc/meminfo: memFree=121480296/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19263204 memory=4448136 CPUtime=3600.19 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 132312 0 0 0 359700 319 0 0 20 0 21 0 34317193 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4815801 1112034 5556 1 0 1512611 0
[pid=24724/tid=24726] ppid=24721 vsize=19263204 memory=8039887049847964578 CPUtime=3559.09 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) S 24721 24724 24204 0 -1 4194368 58423 0 0 0 355887 22 0 0 20 0 21 0 34317195 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19263204 memory=-6786428918777463953 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34317200 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19263204 memory=-6810951722503841587 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 530 0 0 0 0 0 0 0 20 0 21 0 34317201 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=25098] ppid=24721 vsize=19263204 memory=7741289189334831474 CPUtime=0.07 cores=0,2
/proc/24724/task/25098/stat : 25098 (Thread-0) R 24721 24724 24204 0 -1 4194368 220 0 0 0 7 0 0 0 20 0 21 0 34675685 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4448136 KiB

[startup+3585.11 s]
/proc/loadavg: 4.16 4.12 4.13 5/304 25105
/proc/meminfo: memFree=121480296/131382112 swapFree=33010684/33010684
[pid=24724] ppid=24721 vsize=19263204 memory=4448136 CPUtime=3600.3 cores=0,2
/proc/24724/stat : 24724 (java) S 24721 24724 24204 0 -1 4194304 132327 0 0 0 359711 319 0 0 20 0 21 0 34317193 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
/proc/24724/statm: 4815801 1112034 5556 1 0 1512618 0
[pid=24724/tid=24726] ppid=24721 vsize=19263204 memory=17152 CPUtime=3559.09 cores=0,2
/proc/24724/task/24726/stat : 24726 (java) S 24721 24724 24204 0 -1 4194368 58423 0 0 0 355887 22 0 0 20 0 21 0 34317195 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24735] ppid=24721 vsize=19263204 memory=4446472 CPUtime=0 cores=0,2
/proc/24724/task/24735/stat : 24735 (Finalizer) S 24721 24724 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34317200 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=24742] ppid=24721 vsize=19263204 memory=4445832 CPUtime=0 cores=0,2
/proc/24724/task/24742/stat : 24742 (Common-Cleaner) S 24721 24724 24204 0 -1 4194368 530 0 0 0 0 0 0 0 20 0 21 0 34317201 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
[pid=24724/tid=25098] ppid=24721 vsize=19263204 memory=3958984 CPUtime=0.17 cores=0,2
/proc/24724/task/25098/stat : 25098 (Thread-0) R 24721 24724 24204 0 -1 4194368 226 0 0 0 17 0 0 0 20 0 21 0 34675685 19725520896 1112034 18446744073709551615 94625898795008 94625898798704 140727613856560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94625898806520 94625898807312 94625919963136 140727613864321 140727613864422 140727613864422 140727613870024 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4448136 KiB

Child status: 143

Real time (s): 3585.16
CPU time (s): 3600.36
CPU user time (s): 3597.14
CPU system time (s): 3.2171
CPU usage (%): 100.424
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4448136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.14
system time used= 3.2171
maximum resident set size= 4448264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109263
involuntary context switches= 10287


# summary of solver processes directly reported to runsolver:
#   pid: 24724
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3597.14
#   total CPU system time (s): 3.2171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0054 second user time and 38.9923 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 10:39:34
IDJOB=4507164
IDBENCH=158327
IDSOLVER=3363
FILE ID=nodeC009/4507164-1751186374
RUNJOBID= nodeC009-1751182786-24217
SLURM_JOB_ID= 9587563
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= 7d29d77727f08087434452962a118642
RANDOM SEED=198497289

nodeC009 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		: 1198.329
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.85
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		: 3491.929
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.85
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.230
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.85
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		: 3480.870
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.85
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		: 3491.806
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.85
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		: 3492.310
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.85
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		: 3700.000
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.85
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		: 2993.077
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129661704 kB
MemAvailable:   129659224 kB
Buffers:            3280 kB
Cached:           807280 kB
SwapCached:            0 kB
Active:           619540 kB
Inactive:         562104 kB
Active(anon):     389048 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   562104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7124 kB
Writeback:             0 kB
AnonPages:        374336 kB
Mapped:           122044 kB
Shmem:             17960 kB
KReclaimable:      88716 kB
Slab:             170428 kB
SReclaimable:      88716 kB
SUnreclaim:        81712 kB
KernelStack:        4592 kB
PageTables:         4040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4798336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149944 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC009 at 2025-06-29 11:39:19