Trace number 4507129

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.32 3564.67

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K196.opb
MD5SUM8df9702f370312ff59707c84e3b82f3b
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 benchmark28.0327
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 197
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.17	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.11/0.21	c Number of processors 	2
0.28/0.30	c Pseudo Boolean Optimization by upper bound
0.28/0.30	c --- Begin Solver configuration ---
0.28/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	c Expensive reason simplification
0.28/0.30	c Glucose 2.1 dynamic restart strategy
0.28/0.30	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.28/0.30	c timeout=2147483s
0.28/0.30	c DB Simplification allowed=false
0.28/0.30	c Listener: none
0.28/0.30	c --- End Solver configuration ---
0.28/0.30	c solving HOME/instance-4507129-1751186491.opb
0.28/0.30	c reading problem ... 
0.44/0.51	c using VERIPB proof format
0.44/0.51	c  no objective function found
1.60/1.17	c ... done. Wall clock time 0.862s.
1.60/1.17	c declared #vars     23324
1.60/1.17	c #constraints  23718
1.60/1.17	c constraints type 
1.60/1.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1.60/1.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
1.60/1.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1.60/1.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.60/1.17	c 23718 constraints processed.
7.82/4.66	c cleaning 2490 clauses out of 4995 with flag 21402/5000
11.37/7.56	c cleaning 4209 clauses out of 8501 with flag 51601/11001
16.55/11.95	c cleaning 5605 clauses out of 11286 with flag 90186/18001
21.51/16.89	c cleaning 6817 clauses out of 13675 with flag 133110/26001
27.56/22.92	c cleaning 7626 clauses out of 15854 with flag 176755/35000
32.72/28.03	c cleaning 8038 clauses out of 18226 with flag 224542/45000
39.88/35.17	c cleaning 8638 clauses out of 21182 with flag 277232/56000
46.22/41.42	c cleaning 9623 clauses out of 24536 with flag 335567/68000
53.65/48.85	c cleaning 10335 clauses out of 27901 with flag 397411/81000
61.95/57.15	c cleaning 11027 clauses out of 31556 with flag 465873/95000
69.99/65.13	c cleaning 12118 clauses out of 35525 with flag 540452/110000
78.74/73.75	c cleaning 12507 clauses out of 39398 with flag 617707/126003
88.11/82.98	c cleaning 13427 clauses out of 43885 with flag 701716/143000
99.94/94.70	c cleaning 14053 clauses out of 48454 with flag 791354/161000
111.24/105.91	c cleaning 14983 clauses out of 53390 with flag 886181/180000
123.94/118.55	c cleaning 16056 clauses out of 58405 with flag 985962/200000
137.63/132.32	c cleaning 16635 clauses out of 63345 with flag 1089152/221000
153.40/147.95	c cleaning 17478 clauses out of 68708 with flag 1199344/243000
167.24/161.87	c cleaning 18548 clauses out of 74229 with flag 1316987/266002
183.38/177.87	c cleaning 19422 clauses out of 79675 with flag 1439235/290000
199.69/194.15	c cleaning 20135 clauses out of 85245 with flag 1570046/315000
216.71/210.93	c cleaning 20690 clauses out of 91106 with flag 1705708/341001
234.04/228.28	c cleaning 21542 clauses out of 97416 with flag 1847565/368001
254.00/248.14	c cleaning 22541 clauses out of 103871 with flag 1996382/396000
273.38/267.47	c cleaning 23133 clauses out of 110328 with flag 2150894/425001
295.15/289.15	c cleaning 24244 clauses out of 117194 with flag 2310609/455001
317.68/311.59	c cleaning 24930 clauses out of 123948 with flag 2479112/486000
340.31/334.17	c cleaning 25914 clauses out of 131016 with flag 2651915/518000
364.19/358.10	c cleaning 26643 clauses out of 138101 with flag 2833634/551001
393.23/386.76	c cleaning 27456 clauses out of 145455 with flag 3017830/585000
420.32/413.62	c cleaning 28477 clauses out of 152998 with flag 3206373/620000
449.17/442.57	c cleaning 29166 clauses out of 160522 with flag 3409571/656001
477.41/470.72	c cleaning 30141 clauses out of 168353 with flag 3610675/693000
507.23/500.56	c cleaning 30730 clauses out of 176211 with flag 3820876/731001
539.98/533.02	c cleaning 31920 clauses out of 184479 with flag 4040680/770001
570.88/563.92	c cleaning 32885 clauses out of 192556 with flag 4268733/810001
603.24/596.17	c cleaning 33596 clauses out of 200669 with flag 4503151/851001
640.86/633.65	c cleaning 34514 clauses out of 209071 with flag 4748845/893000
675.76/668.48	c cleaning 35138 clauses out of 217554 with flag 4997250/936000
713.92/706.33	c cleaning 36214 clauses out of 226415 with flag 5250575/980000
753.33/745.55	c cleaning 37067 clauses out of 235198 with flag 5508443/1025000
792.32/784.59	c cleaning 37757 clauses out of 244132 with flag 5769799/1071001
834.43/826.61	c cleaning 38581 clauses out of 253368 with flag 6046909/1118000
877.58/869.86	c cleaning 39628 clauses out of 262786 with flag 6328773/1166001
922.76/914.98	c cleaning 40241 clauses out of 272156 with flag 6628072/1215000
966.26/958.25	c cleaning 41575 clauses out of 281913 with flag 6920064/1265000
1013.91/1005.66	c cleaning 42287 clauses out of 291336 with flag 7220519/1316002
1065.49/1056.86	c cleaning 43781 clauses out of 301045 with flag 7538773/1368000
1114.39/1105.46	c cleaning 44376 clauses out of 310262 with flag 7864307/1421000
1164.76/1155.73	c cleaning 44479 clauses out of 319885 with flag 8201912/1475000
1216.83/1207.37	c cleaning 45989 clauses out of 330407 with flag 8549510/1530001
1272.50/1262.76	c cleaning 46162 clauses out of 340417 with flag 8900599/1586000
1328.43/1318.49	c cleaning 47667 clauses out of 351253 with flag 9256506/1643000
1384.86/1374.24	c cleaning 48795 clauses out of 361581 with flag 9621144/1701001
1445.24/1434.36	c cleaning 49769 clauses out of 371784 with flag 9990118/1760000
1507.87/1496.26	c cleaning 50305 clauses out of 382012 with flag 10371452/1820000
1568.66/1556.99	c cleaning 51238 clauses out of 392706 with flag 10761768/1881004
1635.52/1622.66	c cleaning 52086 clauses out of 403462 with flag 11161785/1943000
1701.51/1687.60	c cleaning 52778 clauses out of 414373 with flag 11572748/2006001
1771.63/1756.85	c cleaning 54037 clauses out of 425593 with flag 11996254/2070000
1844.02/1828.26	c cleaning 54863 clauses out of 436555 with flag 12419346/2135000
1919.49/1903.09	c cleaning 56185 clauses out of 447698 with flag 12849718/2201007
1996.17/1979.56	c cleaning 56953 clauses out of 458505 with flag 13293896/2268000
2071.75/2054.11	c cleaning 57718 clauses out of 469554 with flag 13740268/2336004
2151.98/2133.36	c cleaning 58840 clauses out of 480830 with flag 14197116/2405000
2236.61/2216.97	c cleaning 59862 clauses out of 491992 with flag 14656792/2475002
2324.40/2303.62	c cleaning 60389 clauses out of 503129 with flag 15145937/2546004
2412.28/2390.74	c cleaning 61321 clauses out of 514736 with flag 15627985/2618000
2502.76/2480.13	c cleaning 62279 clauses out of 526414 with flag 16125895/2691000
2598.21/2573.11	c cleaning 63306 clauses out of 538134 with flag 16626981/2765000
2690.03/2663.86	c cleaning 64046 clauses out of 549828 with flag 17145552/2840000
2787.76/2760.03	c cleaning 65140 clauses out of 561783 with flag 17667634/2916001
2891.30/2863.37	c cleaning 66249 clauses out of 573641 with flag 18196102/2993000
2994.85/2965.42	c cleaning 67182 clauses out of 585391 with flag 18747250/3071000
3099.69/3069.07	c cleaning 68298 clauses out of 597209 with flag 19305553/3150000
3205.85/3173.85	c cleaning 69158 clauses out of 608910 with flag 19858188/3230000
3311.34/3278.49	c cleaning 69894 clauses out of 620752 with flag 20426953/3311001
3422.24/3387.98	c cleaning 71108 clauses out of 632856 with flag 21005080/3393000
3539.97/3504.53	c cleaning 71651 clauses out of 644748 with flag 21604501/3476001
3600.00/3564.42	c starts		: 21280
3600.00/3564.43	c timeout
3600.00/3564.44	c conflicts		: 3522664
3600.00/3564.44	c decisions		: 161364561
3600.00/3564.44	c propagations		: 4020956273
3600.00/3564.44	c inspects		: 15477731672
3600.00/3564.45	c shortcuts		: 0
3600.00/3564.45	c learnt literals	: 220
3600.00/3564.45	c learnt binary clauses	: 257491
3600.00/3564.45	c learnt ternary clauses	: 215253
3600.00/3564.45	c learnt constraints	: 3522444
3600.00/3564.45	c ignored constraints	: 0
3600.00/3564.45	c root simplifications	: 0
3600.00/3564.45	c removed literals (reason simplification)	: 31282925
3600.00/3564.45	c reason swapping (by a shorter reason)	: 0
3600.00/3564.45	c Calls to reduceDB	: 79
3600.00/3564.45	c Number of update (reduction) of LBD	: 2403000
3600.00/3564.45	c Imported unit clauses	: 0
3600.00/3564.45	c No decision after first conflict	: false
3600.00/3564.45	c number of reductions to clauses (during analyze)	: 0
3600.00/3564.45	c number of learned constraints concerned by reduction	: 0
3600.00/3564.45	c number of learning phase by resolution	: 0
3600.00/3564.45	c number of learning phase by cutting planes	: 0
3600.00/3564.45	c number of rounding to 1 operations	: 0
3600.00/3564.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3564.46	c number of reductions of the coefficients by power 2 	: 0
3600.00/3564.46	c number of right shift for reduction by power 2 	: 0
3600.00/3564.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3564.46	c number of ending skipping 	: 0
3600.00/3564.46	c number of internal skipping 	: 0
3600.00/3564.46	c number of derivation steps 	: 0
3600.00/3564.46	c number of skipped derivation steps 	: 0
3600.00/3564.46	c number of remaining unassigned 	: 0
3600.00/3564.46	c number of remaining assigned 	: 0
3600.00/3564.46	c number of falsified literals weakened from reason	: 0
3600.00/3564.46	c number of falsified literals weakened from conflict	: 0
3600.00/3564.46	c time for arithmetic operations	: 0
3600.00/3564.46	c minimum degree of deleted constraints	: null
3600.00/3564.46	c maximum degree of deleted constraints	: null
3600.00/3564.46	c number of deleted constraints	: 0
3600.00/3564.46	c speed (assignments/second)	: 1128446.2108940445
3600.00/3564.46	c non guided choices	: 61589
3600.25/3564.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 362269
3600.25/3564.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 257491
3600.25/3564.64	s UNKNOWN
3600.25/3564.64	c Total wall clock time (in seconds): 3564.336

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (55091 MiB free)
  memory of node 1: 64465 MiB (63924 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100068 s]*
/proc/loadavg: 4.13 4.22 4.24 4/278 20828
/proc/meminfo: memFree=122673052/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=18930384 memory=48088 CPUtime=0.11 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 5765 0 0 0 8 3 0 0 20 0 18 0 34327891 19384713216 12022 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4732596 12022 5271 1 0 546982 0
[pid=20810/tid=20812] ppid=20807 vsize=18930384 memory=4026532068 CPUtime=0.06 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 4607 0 0 0 4 2 0 0 20 0 18 0 34327893 19384713216 12022 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=18930384 memory=2562 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327898 19384713216 12022 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=18930384 memory=58489787646960 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327899 19384713216 12022 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48088 KiB

[startup+0.211361 s]*
/proc/loadavg: 4.13 4.22 4.24 4/278 20828
/proc/meminfo: memFree=123584340/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=18930384 memory=55468 CPUtime=0.28 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 6501 0 0 0 24 4 0 0 20 0 18 0 34327891 19384713216 13867 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4732596 13867 5335 1 0 547580 0
[pid=20810/tid=20812] ppid=20807 vsize=18930384 memory=4026614705 CPUtime=0.17 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 5018 0 0 0 14 3 0 0 20 0 18 0 34327893 19384713216 13867 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=18930384 memory=237095880931 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327898 19384713216 13867 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=18930384 memory=26266 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327899 19384713216 13867 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55468 KiB

[startup+0.311164 s]*
/proc/loadavg: 4.13 4.22 4.24 2/278 20828
/proc/meminfo: memFree=124386596/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=18930384 memory=59048 CPUtime=0.44 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 6823 0 0 0 39 5 0 0 20 0 18 0 34327891 19384713216 14762 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4732596 14762 5431 1 0 547809 0
[pid=20810/tid=20812] ppid=20807 vsize=18930384 memory=-6000919477085170797 CPUtime=0.24 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) D 20807 20810 20294 0 -1 4194368 5207 0 0 0 21 3 0 0 20 0 18 0 34327893 19384713216 14762 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327898 19384713216 14762 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327899 19384713216 14762 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59048 KiB

[startup+0.700336 s]
/proc/loadavg: 4.13 4.22 4.24 5/279 20838
/proc/meminfo: memFree=124411836/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=18930384 memory=80092 CPUtime=0.81 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 7645 0 0 0 73 8 0 0 20 0 18 0 34327891 19384713216 20023 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4732596 20023 5431 1 0 548398 0
[pid=20810/tid=20812] ppid=20807 vsize=18930384 memory=17024 CPUtime=0.41 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 5264 0 0 0 37 4 0 0 20 0 18 0 34327893 19384713216 20023 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34327898 19384713216 20023 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34327899 19384713216 20023 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80092 KiB

[startup+1.50026 s]
/proc/loadavg: 4.13 4.22 4.24 8/300 20864
/proc/meminfo: memFree=127525140/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=179220 CPUtime=2.37 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 19502 0 0 0 223 14 0 0 20 0 20 0 34327891 19521036288 44805 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 44805 5463 1 0 553620 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=3200 CPUtime=1.08 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 5830 0 0 0 101 7 0 0 20 0 20 0 34327893 19521036288 44805 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 44805 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 44805 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179220 KiB

[startup+3.10578 s]
/proc/loadavg: 4.13 4.22 4.24 8/330 20908
/proc/meminfo: memFree=129708924/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=196336 CPUtime=5.54 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 24731 0 0 0 538 16 0 0 20 0 20 0 34327891 19521036288 49084 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 49084 5495 1 0 554777 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=198340509722 CPUtime=2.59 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 6320 0 0 0 252 7 0 0 20 0 20 0 34327893 19521036288 49084 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 49084 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 49084 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 49084 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196336 KiB

[startup+6.30042 s]
/proc/loadavg: 4.28 4.25 4.25 5/330 20908
/proc/meminfo: memFree=129631880/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=199988 CPUtime=10.04 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 26211 0 0 0 986 18 0 0 20 0 20 0 34327891 19521036288 49997 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 49997 5495 1 0 554814 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=0 CPUtime=5.7 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 6993 0 0 0 562 8 0 0 20 0 20 0 34327893 19521036288 49997 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 49997 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=-6000919477085170797 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 49997 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=196592 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 49997 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199988 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.29 4.27 6/330 20908
/proc/meminfo: memFree=129151320/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=267828 CPUtime=17.44 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 35828 0 0 0 1720 24 0 0 20 0 20 0 34327891 19521036288 66957 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 66957 5527 1 0 555862 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=222412 CPUtime=11.93 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 7850 0 0 0 1182 11 0 0 20 0 20 0 34327893 19521036288 66957 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=241196 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 66957 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 66957 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=267828 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 66957 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 17.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 267828 KiB

[startup+25.5004 s]
/proc/loadavg: 4.54 4.31 4.27 5/330 20909
/proc/meminfo: memFree=127593732/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=621204 CPUtime=30.2 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 37948 0 0 0 2984 36 0 0 20 0 20 0 34327891 19521036288 155301 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 155301 5527 1 0 664471 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=500240 CPUtime=24.22 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 8700 0 0 0 2403 19 0 0 20 0 20 0 34327893 19521036288 155301 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=500240 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 155301 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=500240 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 155301 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=199988 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 155301 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 30.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 621204 KiB

[startup+51.1056 s]
/proc/loadavg: 4.41 4.30 4.27 5/332 20911
/proc/meminfo: memFree=125706480/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=824028 CPUtime=55.94 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 40498 0 0 0 5546 48 0 0 20 0 20 0 34327891 19521036288 206007 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 206007 5527 1 0 664472 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=14464 CPUtime=49.4 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 9395 0 0 0 4913 27 0 0 20 0 20 0 34327893 19521036288 206007 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=824028 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 206007 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=-6000919477085170797 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 206007 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 206007 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0

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

[startup+3222.3 s]
/proc/loadavg: 4.22 4.26 4.25 5/330 21093
/proc/meminfo: memFree=102738208/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921080 CPUtime=3255.02 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 144524 0 0 0 324658 844 0 0 20 0 20 0 34327891 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480270 5527 1 0 493173 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=17024 CPUtime=3170.69 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 61766 0 0 0 316454 615 0 0 20 0 20 0 34327893 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=1921080 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1294 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3255.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.24 4.24 5/332 21098
/proc/meminfo: memFree=102309296/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921080 CPUtime=3315.31 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 145719 0 0 0 330676 855 0 0 20 0 20 0 34327891 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480270 5527 1 0 493177 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=14464 CPUtime=3230.08 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 62729 0 0 0 322385 623 0 0 20 0 20 0 34327893 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=1921080 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=1921080 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1367 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480270 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3315.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.24 4.24 5/332 21104
/proc/meminfo: memFree=102161832/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3376.42 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 148520 0 0 0 336774 868 0 0 20 0 20 0 34327891 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480398 5527 1 0 493308 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=4252 CPUtime=3289.27 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 63885 0 0 0 328294 633 0 0 20 0 20 0 34327893 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=1921464 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3376.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.23 5/332 21106
/proc/meminfo: memFree=101825420/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3437.32 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 148582 0 0 0 342851 881 0 0 20 0 20 0 34327891 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480398 5527 1 0 493308 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3348.54 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 63935 0 0 0 334212 642 0 0 20 0 20 0 34327893 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=1921080 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=1921592 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=1921592 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3437.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.22 4.23 5/333 21111
/proc/meminfo: memFree=101522584/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3497.51 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 148952 0 0 0 348857 894 0 0 20 0 20 0 34327891 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480398 5527 1 0 493312 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=1921080 CPUtime=3407.81 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 64239 0 0 0 340130 651 0 0 20 0 20 0 34327893 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=-6000919477085170797 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3497.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921592 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.23 4.23 5/333 21113
/proc/meminfo: memFree=101227620/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3557.72 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 150308 0 0 0 354865 907 0 0 20 0 20 0 34327891 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480398 5527 1 0 493327 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3467.21 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 65352 0 0 0 346061 660 0 0 20 0 20 0 34327893 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=1921592 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=4896 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1487 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3557.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.4 s]
/proc/loadavg: 4.55 4.30 4.26 7/333 21248
/proc/meminfo: memFree=115225292/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19063512 memory=1921592 CPUtime=3600 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 152293 0 0 0 359081 919 0 0 20 0 20 0 34327891 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4765878 480398 5527 1 0 493327 0
[pid=20810/tid=20812] ppid=20807 vsize=19063512 memory=-6000919477085170797 CPUtime=3508.62 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) R 20807 20810 20294 0 -1 4194368 65922 0 0 0 350193 669 0 0 20 0 20 0 34327893 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34327898 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19063512 memory=4896 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 20 0 34327899 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20867] ppid=20807 vsize=19063512 memory=2888 CPUtime=0 cores=5,7
/proc/20810/task/20867/stat : 20867 (Timer-0) S 20807 20810 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328011 19521036288 480398 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.11 s, system=9.21642 s

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

[startup+3564.6 s]
/proc/loadavg: 4.55 4.30 4.26 7/333 21248
/proc/meminfo: memFree=115225292/131382120 swapFree=33010684/33010684
[pid=20810] ppid=20807 vsize=19263204 memory=1922360 CPUtime=3600.25 cores=5,7
/proc/20810/stat : 20810 (java) S 20807 20810 20294 0 -1 4194304 154521 0 0 0 359105 920 0 0 20 0 21 0 34327891 19725520896 480590 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
/proc/20810/statm: 4815801 480590 5527 1 0 494278 0
[pid=20810/tid=20812] ppid=20807 vsize=19263204 memory=1722036 CPUtime=3508.66 cores=5,7
/proc/20810/task/20812/stat : 20812 (java) S 20807 20810 20294 0 -1 4194368 66188 0 0 0 350196 670 0 0 20 0 21 0 34327893 19725520896 480590 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20821] ppid=20807 vsize=19263204 memory=6384 CPUtime=0 cores=5,7
/proc/20810/task/20821/stat : 20821 (Finalizer) S 20807 20810 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34327898 19725520896 480590 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
[pid=20810/tid=20828] ppid=20807 vsize=19263204 memory=362448 CPUtime=0 cores=5,7
/proc/20810/task/20828/stat : 20828 (Common-Cleaner) S 20807 20810 20294 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 21 0 34327899 19725520896 480590 18446744073709551615 94565453434880 94565453438576 140731407969520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94565453446392 94565453447184 94565462728704 140731407976752 140731407976934 140731407976934 140731407982536 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1922360 KiB

Child status: 143

Real time (s): 3564.67
CPU time (s): 3600.32
CPU user time (s): 3591.11
CPU system time (s): 9.21642
CPU usage (%): 101
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2613312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.11
system time used= 9.21641
maximum resident set size= 2613312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10840128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118814
involuntary context switches= 15967


# summary of solver processes directly reported to runsolver:
#   pid: 20810
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3591.11
#   total CPU system time (s): 9.21642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9349 second user time and 37.3243 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 8df9702f370312ff59707c84e3b82f3b
RANDOM SEED=198497289

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        121270996 kB
MemAvailable:   129911528 kB
Buffers:            3280 kB
Cached:          9441716 kB
SwapCached:            0 kB
Active:           353852 kB
Inactive:        9194064 kB
Active(anon):     120880 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file):  9194064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4572 kB
Writeback:             0 kB
AnonPages:        106016 kB
Mapped:           121916 kB
Shmem:             17960 kB
KReclaimable:     106244 kB
Slab:             188320 kB
SReclaimable:     106244 kB
SUnreclaim:        82076 kB
KernelStack:        4224 kB
PageTables:         3184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2548152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149624 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

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