Trace number 4507200

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.3 3585.58

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K182.opb
MD5SUMa76bcc507230b7348cd315b0b6909f20
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 benchmark196.92
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21658
Total number of constraints22024
Number of constraints which are clauses21842
Number of constraints which are cardinality constraints (but not clauses)182
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
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 183
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.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.40/0.37	c Pseudo Boolean Optimization by upper bound
0.40/0.37	c --- Begin Solver configuration ---
0.40/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.37	c Learn all clauses as in MiniSAT
0.40/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.37	c Expensive reason simplification
0.40/0.37	c Glucose 2.1 dynamic restart strategy
0.40/0.37	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.40/0.37	c timeout=2147483s
0.40/0.37	c DB Simplification allowed=false
0.40/0.37	c Listener: none
0.40/0.37	c --- End Solver configuration ---
0.40/0.37	c solving HOME/instance-4507200-1751186375.opb
0.40/0.37	c reading problem ... 
0.40/0.37	c  no objective function found
1.70/1.02	c ... done. Wall clock time 0.648s.
1.70/1.02	c declared #vars     21658
1.70/1.02	c #constraints  22024
1.70/1.02	c constraints type 
1.70/1.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2353
1.70/1.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1.70/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19487
1.70/1.02	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.70/1.02	c 22024 constraints processed.
5.31/3.51	c cleaning 2477 clauses out of 4991 with flag 21317/5000
9.57/7.43	c cleaning 4247 clauses out of 8505 with flag 53190/11000
13.01/10.35	c cleaning 5596 clauses out of 11248 with flag 89951/18000
16.10/13.48	c cleaning 6761 clauses out of 13651 with flag 131095/26000
19.58/16.98	c cleaning 7915 clauses out of 15887 with flag 175968/35001
23.74/21.18	c cleaning 7994 clauses out of 17969 with flag 223972/45000
28.19/25.67	c cleaning 8665 clauses out of 20972 with flag 279469/56000
33.55/31.01	c cleaning 9578 clauses out of 24301 with flag 337653/68001
39.93/37.47	c cleaning 10387 clauses out of 27720 with flag 402079/81001
46.50/43.97	c cleaning 11322 clauses out of 31331 with flag 473822/95001
53.20/50.67	c cleaning 11920 clauses out of 35006 with flag 546937/110000
60.38/57.82	c cleaning 13074 clauses out of 39083 with flag 629691/126000
68.84/66.13	c cleaning 13710 clauses out of 43008 with flag 714717/143000
78.28/75.49	c cleaning 14438 clauses out of 47298 with flag 807077/161000
88.26/85.47	c cleaning 15028 clauses out of 51853 with flag 903770/180000
99.28/96.41	c cleaning 16027 clauses out of 56818 with flag 1006250/200002
110.16/107.34	c cleaning 16939 clauses out of 61785 with flag 1113558/221000
121.53/118.60	c cleaning 17753 clauses out of 66841 with flag 1229872/243000
134.39/131.44	c cleaning 18542 clauses out of 72079 with flag 1348035/266000
146.58/143.61	c cleaning 19389 clauses out of 77531 with flag 1475299/290000
160.32/157.38	c cleaning 20031 clauses out of 83134 with flag 1606398/315001
174.49/171.46	c cleaning 20909 clauses out of 89098 with flag 1743482/341000
188.97/185.86	c cleaning 21923 clauses out of 95188 with flag 1889104/368000
204.48/201.36	c cleaning 22681 clauses out of 101264 with flag 2038542/396000
222.19/219.02	c cleaning 23696 clauses out of 107579 with flag 2194489/425000
239.05/235.80	c cleaning 24204 clauses out of 113880 with flag 2355703/455002
258.08/254.52	c cleaning 25472 clauses out of 120674 with flag 2516777/486000
276.93/273.39	c cleaning 25691 clauses out of 127198 with flag 2692864/518001
296.69/293.07	c cleaning 26932 clauses out of 134501 with flag 2868293/551001
318.48/314.81	c cleaning 27659 clauses out of 141566 with flag 3056993/585000
339.44/335.79	c cleaning 28541 clauses out of 148906 with flag 3248359/620001
361.29/357.59	c cleaning 29469 clauses out of 156362 with flag 3450993/656000
384.51/380.77	c cleaning 30142 clauses out of 163891 with flag 3662342/693000
408.76/404.99	c cleaning 30965 clauses out of 171747 with flag 3882880/731000
434.32/430.33	c cleaning 32158 clauses out of 179779 with flag 4115262/770000
461.92/457.97	c cleaning 32704 clauses out of 187618 with flag 4342831/810000
489.66/485.20	c cleaning 33943 clauses out of 195910 with flag 4579861/851001
516.69/512.27	c cleaning 34965 clauses out of 203968 with flag 4820772/893003
546.91/542.28	c cleaning 35651 clauses out of 211998 with flag 5067062/936001
577.49/572.70	c cleaning 36353 clauses out of 220348 with flag 5330092/980002
609.17/604.31	c cleaning 37235 clauses out of 228991 with flag 5593662/1025000
641.09/636.29	c cleaning 38635 clauses out of 237754 with flag 5866522/1071000
676.39/671.41	c cleaning 38942 clauses out of 246121 with flag 6146420/1118003
713.13/707.79	c cleaning 40103 clauses out of 255173 with flag 6429462/1166000
749.23/743.87	c cleaning 40791 clauses out of 264070 with flag 6728591/1215000
787.09/781.62	c cleaning 41636 clauses out of 273278 with flag 7029879/1265001
828.63/823.15	c cleaning 42565 clauses out of 282642 with flag 7344603/1316002
868.90/863.39	c cleaning 43238 clauses out of 292073 with flag 7662177/1368000
910.02/904.21	c cleaning 44528 clauses out of 301835 with flag 7978724/1421001
952.28/946.41	c cleaning 45305 clauses out of 311305 with flag 8320040/1475000
997.10/991.26	c cleaning 46212 clauses out of 321000 with flag 8665292/1530000
1042.54/1036.68	c cleaning 47149 clauses out of 330787 with flag 9019926/1586000
1091.66/1085.65	c cleaning 48252 clauses out of 340638 with flag 9380301/1643001
1141.51/1135.43	c cleaning 49065 clauses out of 350385 with flag 9749772/1701000
1193.19/1186.10	c cleaning 49991 clauses out of 360321 with flag 10134254/1760002
1244.90/1237.76	c cleaning 50737 clauses out of 370322 with flag 10521899/1820000
1300.75/1293.37	c cleaning 52480 clauses out of 380583 with flag 10923100/1881001
1357.20/1349.72	c cleaning 52550 clauses out of 390102 with flag 11327581/1943000
1416.37/1408.69	c cleaning 53673 clauses out of 400553 with flag 11744589/2006001
1476.28/1468.43	c cleaning 54352 clauses out of 410876 with flag 12162399/2070000
1535.31/1527.58	c cleaning 55633 clauses out of 421522 with flag 12585142/2135000
1597.90/1589.92	c cleaning 56735 clauses out of 431888 with flag 13035478/2201000
1661.14/1653.19	c cleaning 57304 clauses out of 442155 with flag 13490095/2268002
1727.37/1719.11	c cleaning 58329 clauses out of 452849 with flag 13952427/2336000
1793.33/1785.05	c cleaning 59363 clauses out of 463519 with flag 14410260/2405000
1864.68/1855.49	c cleaning 59947 clauses out of 474157 with flag 14888174/2475002
1937.83/1928.51	c cleaning 61208 clauses out of 485208 with flag 15382099/2546000
2010.96/2001.30	c cleaning 62200 clauses out of 495998 with flag 15870343/2618000
2087.25/2077.29	c cleaning 63168 clauses out of 506798 with flag 16372365/2691000
2166.21/2156.03	c cleaning 63846 clauses out of 517634 with flag 16902844/2765004
2246.77/2236.22	c cleaning 64800 clauses out of 528783 with flag 17433053/2840000
2326.96/2316.20	c cleaning 66306 clauses out of 539982 with flag 17955352/2916000
2410.65/2399.79	c cleaning 66743 clauses out of 550675 with flag 18503044/2993000
2497.18/2486.22	c cleaning 67978 clauses out of 561932 with flag 19060035/3071000
2586.25/2575.17	c cleaning 68957 clauses out of 572954 with flag 19616915/3150001
2677.29/2666.08	c cleaning 69886 clauses out of 583998 with flag 20195110/3230002
2772.50/2761.02	c cleaning 70407 clauses out of 595109 with flag 20792065/3311001
2870.39/2857.38	c cleaning 71687 clauses out of 606701 with flag 21400256/3393000
2965.90/2952.73	c cleaning 72820 clauses out of 618015 with flag 21994124/3476001
3066.47/3053.25	c cleaning 73942 clauses out of 629194 with flag 22601765/3560000
3171.20/3157.53	c cleaning 74404 clauses out of 640256 with flag 23223991/3645004
3275.82/3261.95	c cleaning 75382 clauses out of 651848 with flag 23869673/3731001
3384.25/3370.25	c cleaning 76163 clauses out of 663464 with flag 24516364/3818000
3500.05/3485.67	c cleaning 77259 clauses out of 675301 with flag 25193491/3906000
3600.00/3585.42	c starts		: 24034
3600.00/3585.43	c conflicts		: 3985851
3600.00/3585.43	c decisions		: 158315505
3600.00/3585.43	c propagations		: 4158548249
3600.00/3585.43	c inspects		: 17914433493
3600.00/3585.43	c shortcuts		: 0
3600.00/3585.43	c learnt literals	: 203
3600.00/3585.43	c learnt binary clauses	: 256870
3600.00/3585.43	c learnt ternary clauses	: 225752
3600.00/3585.43	c learnt constraints	: 3985648
3600.00/3585.43	c ignored constraints	: 0
3600.00/3585.43	c root simplifications	: 0
3600.00/3585.43	c removed literals (reason simplification)	: 38167563
3600.00/3585.43	c reason swapping (by a shorter reason)	: 0
3600.00/3585.43	c Calls to reduceDB	: 84
3600.00/3585.43	c Number of update (reduction) of LBD	: 2849675
3600.00/3585.43	c Imported unit clauses	: 0
3600.00/3585.44	c No decision after first conflict	: false
3600.00/3585.44	c number of reductions to clauses (during analyze)	: 0
3600.00/3585.44	c number of learned constraints concerned by reduction	: 0
3600.00/3585.44	c number of learning phase by resolution	: 0
3600.00/3585.44	c number of learning phase by cutting planes	: 0
3600.00/3585.44	c number of rounding to 1 operations	: 0
3600.00/3585.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3585.44	c number of reductions of the coefficients by power 2 	: 0
3600.00/3585.44	c timeout
3600.00/3585.44	c number of right shift for reduction by power 2 	: 0
3600.00/3585.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3585.44	c number of ending skipping 	: 0
3600.00/3585.44	c number of internal skipping 	: 0
3600.00/3585.44	c number of derivation steps 	: 0
3600.00/3585.44	c number of skipped derivation steps 	: 0
3600.00/3585.44	c number of remaining unassigned 	: 0
3600.00/3585.44	c number of remaining assigned 	: 0
3600.00/3585.44	c number of falsified literals weakened from reason	: 0
3600.00/3585.44	c number of falsified literals weakened from conflict	: 0
3600.00/3585.44	c time for arithmetic operations	: 0
3600.00/3585.45	c minimum degree of deleted constraints	: null
3600.00/3585.45	c maximum degree of deleted constraints	: null
3600.00/3585.45	c number of deleted constraints	: 0
3600.00/3585.45	c speed (assignments/second)	: 1160180.7079405547
3600.00/3585.45	c non guided choices	: 60108
3600.17/3585.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 421021
3600.17/3585.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 256870
3600.17/3585.56	s UNKNOWN
3600.17/3585.56	c Total wall clock time (in seconds): 3585.19

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=24780, runsolver pid=24776

[startup+0.100073 s]*
/proc/loadavg: 4.12 4.12 4.09 8/324 24798
/proc/meminfo: memFree=129511360/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=18930384 memory=47716 CPUtime=0.1 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 5686 0 0 0 7 3 0 0 20 0 18 0 34317298 19384713216 11929 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4732596 11929 5275 1 0 546914 0
[pid=24780/tid=24782] ppid=24776 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 4614 0 0 0 5 2 0 0 20 0 18 0 34317300 19384713216 11961 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317305 19384713216 11961 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34317307 19384713216 11961 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47716 KiB

[startup+0.2139 s]*
/proc/loadavg: 4.12 4.12 4.09 7/324 24798
/proc/meminfo: memFree=129509848/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=18930384 memory=51876 CPUtime=0.26 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 6123 0 0 0 22 4 0 0 20 0 18 0 34317298 19384713216 12969 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4732596 12969 5339 1 0 547232 0
[pid=24780/tid=24782] ppid=24776 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 4961 0 0 0 13 2 0 0 20 0 18 0 34317300 19384713216 12969 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317305 19384713216 12969 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34317307 19384713216 12969 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51876 KiB

[startup+0.318269 s]*
/proc/loadavg: 4.12 4.12 4.09 7/324 24798
/proc/meminfo: memFree=129503988/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=18930384 memory=57912 CPUtime=0.4 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 6643 0 0 0 36 4 0 0 20 0 18 0 34317298 19384713216 14478 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4732596 14478 5339 1 0 547681 0
[pid=24780/tid=24782] ppid=24776 vsize=18930384 memory=-6000919481262762093 CPUtime=0.24 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 5122 0 0 0 21 3 0 0 20 0 18 0 34317300 19384713216 14478 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317305 19384713216 14478 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34317307 19384713216 14478 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57912 KiB

[startup+0.700375 s]
/proc/loadavg: 4.12 4.12 4.09 9/324 24798
/proc/meminfo: memFree=129497120/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=18930384 memory=90100 CPUtime=1.11 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 8391 0 0 0 104 7 0 0 20 0 18 0 34317298 19384713216 22525 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4732596 22525 5403 1 0 548857 0
[pid=24780/tid=24782] ppid=24776 vsize=18930384 memory=17152 CPUtime=0.58 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 5276 0 0 0 54 4 0 0 20 0 18 0 34317300 19384713216 22525 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=18930384 memory=10624 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317305 19384713216 22525 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34317307 19384713216 22525 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90100 KiB

[startup+1.50025 s]
/proc/loadavg: 4.35 4.17 4.11 6/325 24799
/proc/meminfo: memFree=129393840/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=171472 CPUtime=2.66 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 13565 0 0 0 256 10 0 0 20 0 20 0 34317298 19521036288 42868 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 42868 5467 1 0 551494 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=3200 CPUtime=1.28 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 5549 0 0 0 122 6 0 0 20 0 20 0 34317300 19521036288 42868 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 42868 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 42868 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171472 KiB

[startup+3.10541 s]
/proc/loadavg: 4.35 4.17 4.11 5/326 24800
/proc/meminfo: memFree=129377916/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=171984 CPUtime=4.87 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 14560 0 0 0 476 11 0 0 20 0 20 0 34317298 19521036288 42996 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 42996 5467 1 0 551504 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=10624 CPUtime=2.86 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 5799 0 0 0 280 6 0 0 20 0 20 0 34317300 19521036288 42996 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 42996 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 42996 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 42996 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171984 KiB

[startup+6.30029 s]
/proc/loadavg: 4.40 4.18 4.11 6/326 24801
/proc/meminfo: memFree=129331984/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=170248 CPUtime=8.26 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 18955 0 0 0 815 11 0 0 20 0 20 0 34317298 19521036288 42562 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 42562 5467 1 0 551550 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=0 CPUtime=6 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 7234 0 0 0 594 6 0 0 20 0 20 0 34317300 19521036288 42562 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 42562 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=-6000919481262762093 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 42562 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 42562 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170248 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.18 4.11 5/326 24801
/proc/meminfo: memFree=129287372/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=180908 CPUtime=15.41 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 30529 0 0 0 1526 15 0 0 20 0 20 0 34317298 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 45227 5499 1 0 554858 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=0 CPUtime=12.26 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 8003 0 0 0 1220 6 0 0 20 0 20 0 34317300 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=178844 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180908 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.19 4.11 5/326 24801
/proc/meminfo: memFree=129159892/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=180908 CPUtime=28.09 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 31391 0 0 0 2794 15 0 0 20 0 20 0 34317298 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 45227 5499 1 0 554858 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=-6000919481262762093 CPUtime=24.94 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 8659 0 0 0 2488 6 0 0 20 0 20 0 34317300 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=3197 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=180908 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=180908 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 45227 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 28.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180908 KiB

[startup+51.1131 s]
/proc/loadavg: 4.24 4.17 4.11 5/326 24801
/proc/meminfo: memFree=128845004/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=285744 CPUtime=53.71 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 34128 0 0 0 5351 20 0 0 20 0 20 0 34317298 19521036288 71436 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 71436 5499 1 0 554874 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=285744 CPUtime=50.08 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 9395 0 0 0 5002 6 0 0 20 0 20 0 34317300 19521036288 71436 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=-6000919481262762093 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 71436 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=209704 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 71436 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=180908 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 71436 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 53.71 s

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

[startup+3282.3 s]
/proc/loadavg: 4.20 4.14 4.15 5/326 24977
/proc/meminfo: memFree=113294020/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4015884 CPUtime=3296.17 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 110909 0 0 0 329355 262 0 0 20 0 20 0 34317298 19521036288 1003971 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1003971 5531 1 0 1340371 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=4015884 CPUtime=3256.41 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 49770 0 0 0 325620 21 0 0 20 0 20 0 34317300 19521036288 1003971 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=4015884 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1003971 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1029 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1003971 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=4015884 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1003971 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3296.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4015884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/326 24983
/proc/meminfo: memFree=112879800/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4016012 CPUtime=3356.42 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 112705 0 0 0 335376 266 0 0 20 0 20 0 34317298 19521036288 1004003 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1004003 5531 1 0 1340395 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=4016012 CPUtime=3316.04 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 51182 0 0 0 331583 21 0 0 20 0 20 0 34317300 19521036288 1004003 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=4016012 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1004003 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=4016012 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1136 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1004003 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=17016 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1004003 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3356.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4016012 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/325 24985
/proc/meminfo: memFree=112548140/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4016140 CPUtime=3416.59 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 114583 0 0 0 341390 269 0 0 20 0 20 0 34317298 19521036288 1004035 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1004035 5531 1 0 1340395 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=4016012 CPUtime=3375.66 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 51949 0 0 0 337545 21 0 0 20 0 20 0 34317300 19521036288 1004035 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=4016012 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1004035 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1205 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1004035 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=4016140 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1004035 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3416.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4016140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/326 24988
/proc/meminfo: memFree=112210212/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4016268 CPUtime=3476.79 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 115272 0 0 0 347408 271 0 0 20 0 20 0 34317298 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1004067 5531 1 0 1340428 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=4016012 CPUtime=3435.13 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 52468 0 0 0 343492 21 0 0 20 0 20 0 34317300 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=4016268 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1214 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=-6000919481262762093 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3476.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4016268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/326 24990
/proc/meminfo: memFree=111976000/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4016268 CPUtime=3536.69 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 116424 0 0 0 353395 274 0 0 20 0 20 0 34317298 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1004067 5531 1 0 1340428 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=17152 CPUtime=3494.98 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 53535 0 0 0 349477 21 0 0 20 0 20 0 34317300 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=4016268 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=4016268 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1214 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=4016268 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1004067 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3536.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4016268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.13 4/305 24997
/proc/meminfo: memFree=116935716/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4016396 CPUtime=3596.91 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 118049 0 0 0 359414 277 0 0 20 0 20 0 34317298 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1004099 5531 1 0 1340433 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=4016396 CPUtime=3554.56 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 54419 0 0 0 355435 21 0 0 20 0 20 0 34317300 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=4016396 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1240 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=33 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3596.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4016396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.4 s]
/proc/loadavg: 4.16 4.12 4.13 7/304 25144
/proc/meminfo: memFree=125756092/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19063512 memory=4016396 CPUtime=3600 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 118060 0 0 0 359722 278 0 0 20 0 20 0 34317298 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4765878 1004099 5531 1 0 1340433 0
[pid=24780/tid=24782] ppid=24776 vsize=19063512 memory=2228 CPUtime=3557.65 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) R 24776 24780 24204 0 -1 4194368 54430 0 0 0 355744 21 0 0 20 0 20 0 34317300 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317305 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19063512 memory=2432 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1240 0 0 0 0 0 0 0 20 0 20 0 34317307 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24800] ppid=24776 vsize=19063512 memory=3456 CPUtime=0 cores=4,6
/proc/24780/task/24800/stat : 24800 (Timer-0) S 24776 24780 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317402 19521036288 1004099 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4016396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.49 s, system=2.80551 s

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

[startup+3585.51 s]
/proc/loadavg: 4.16 4.12 4.13 7/304 25144
/proc/meminfo: memFree=125756092/131382112 swapFree=33010684/33010684
[pid=24780] ppid=24776 vsize=19263204 memory=4017164 CPUtime=3600.17 cores=4,6
/proc/24780/stat : 24780 (java) S 24776 24780 24204 0 -1 4194304 120301 0 0 0 359739 278 0 0 20 0 21 0 34317298 19725520896 1004291 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
/proc/24780/statm: 4815801 1004291 5531 1 0 1341371 0
[pid=24780/tid=24782] ppid=24776 vsize=19263204 memory=2764 CPUtime=3557.67 cores=4,6
/proc/24780/task/24782/stat : 24782 (java) S 24776 24780 24204 0 -1 4194368 54673 0 0 0 355746 21 0 0 20 0 21 0 34317300 19725520896 1004291 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24791] ppid=24776 vsize=19263204 memory=4016396 CPUtime=0 cores=4,6
/proc/24780/task/24791/stat : 24791 (Finalizer) S 24776 24780 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34317305 19725520896 1004291 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
[pid=24780/tid=24798] ppid=24776 vsize=19263204 memory=4016396 CPUtime=0 cores=4,6
/proc/24780/task/24798/stat : 24798 (Common-Cleaner) S 24776 24780 24204 0 -1 4194368 1240 0 0 0 0 0 0 0 20 0 21 0 34317307 19725520896 1004291 18446744073709551615 94365752168448 94365752172144 140732651878000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94365752179960 94365752180752 94365774266368 140732651882881 140732651882982 140732651882982 140732651888584 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4017164 KiB

Child status: 143

Real time (s): 3585.58
CPU time (s): 3600.3
CPU user time (s): 3597.49
CPU system time (s): 2.80551
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4017164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.49
system time used= 2.80551
maximum resident set size= 4017292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110024
involuntary context switches= 6589


# summary of solver processes directly reported to runsolver:
#   pid: 24780
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3597.49
#   total CPU system time (s): 2.80551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8318 second user time and 36.8027 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 10:39:35
IDJOB=4507200
IDBENCH=158329
IDSOLVER=3363
FILE ID=nodeC009/4507200-1751186375
RUNJOBID= nodeC009-1751182786-24218
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_K182.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507200-1751186375/watcher-4507200-1751186375 -o /tmp/evaluation-result-4507200-1751186375/solver-4507200-1751186375 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24218 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4507200-1751186375.opb

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

MD5SUM BENCH= a76bcc507230b7348cd315b0b6909f20
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		: 1995.330
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		: 3661.854
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		: 1796.095
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		: 1496.745
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		: 1197.249
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		: 3661.816
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		: 1197.215
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		: 1796.869
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:        129534028 kB
MemAvailable:   129531672 kB
Buffers:            3280 kB
Cached:           807400 kB
SwapCached:            0 kB
Active:           761408 kB
Inactive:         562228 kB
Active(anon):     530916 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   562228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9576 kB
Writeback:             0 kB
AnonPages:        516176 kB
Mapped:           122016 kB
Shmem:             17960 kB
KReclaimable:      88720 kB
Slab:             170140 kB
SReclaimable:      88720 kB
SUnreclaim:        81420 kB
KernelStack:        4944 kB
PageTables:         4548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7022708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150232 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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:21