Trace number 4507201

Some explanations

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

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

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

Solver answer on this benchmark

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

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.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.19	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.20	c Number of processors 	2
0.27/0.30	c Pseudo Boolean Optimization by upper bound
0.27/0.30	c --- Begin Solver configuration ---
0.27/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.27/0.30	c Learn all clauses as in MiniSAT
0.27/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.30	c Expensive reason simplification
0.27/0.30	c Glucose 2.1 dynamic restart strategy
0.27/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.27/0.30	c timeout=2147483s
0.27/0.30	c DB Simplification allowed=false
0.27/0.30	c Listener: none
0.27/0.30	c --- End Solver configuration ---
0.27/0.30	c solving HOME/instance-4507201-1751186492.opb
0.27/0.30	c reading problem ... 
0.27/0.30	c using VERIPB proof format
0.27/0.30	c  no objective function found
1.35/0.88	c ... done. Wall clock time 0.581s.
1.35/0.88	c declared #vars     21658
1.35/0.88	c #constraints  22024
1.35/0.88	c constraints type 
1.35/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2353
1.35/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1.35/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19487
1.35/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.35/0.88	c 22024 constraints processed.
6.62/3.89	c cleaning 2477 clauses out of 4991 with flag 21317/5000
11.27/7.62	c cleaning 4247 clauses out of 8505 with flag 53190/11000
15.40/11.02	c cleaning 5596 clauses out of 11248 with flag 89951/18000
19.46/14.80	c cleaning 6761 clauses out of 13651 with flag 131095/26000
23.88/19.20	c cleaning 7915 clauses out of 15887 with flag 175968/35001
28.72/24.08	c cleaning 7994 clauses out of 17969 with flag 223972/45000
34.06/29.39	c cleaning 8665 clauses out of 20972 with flag 279469/56000
40.40/35.62	c cleaning 9578 clauses out of 24301 with flag 337653/68001
47.06/42.24	c cleaning 10387 clauses out of 27720 with flag 402079/81001
54.43/49.56	c cleaning 11322 clauses out of 31331 with flag 473822/95001
62.61/57.63	c cleaning 11920 clauses out of 35006 with flag 546937/110000
70.79/65.81	c cleaning 13074 clauses out of 39083 with flag 629691/126000
80.76/75.72	c cleaning 13710 clauses out of 43008 with flag 714717/143000
91.42/86.21	c cleaning 14438 clauses out of 47298 with flag 807077/161000
101.71/96.42	c cleaning 15028 clauses out of 51853 with flag 903770/180000
113.12/107.73	c cleaning 16027 clauses out of 56818 with flag 1006250/200002
125.22/119.71	c cleaning 16939 clauses out of 61785 with flag 1113558/221000
137.99/132.48	c cleaning 17753 clauses out of 66841 with flag 1229872/243000
152.60/146.99	c cleaning 18542 clauses out of 72079 with flag 1348035/266000
166.69/160.98	c cleaning 19389 clauses out of 77531 with flag 1475299/290000
182.51/176.67	c cleaning 20031 clauses out of 83134 with flag 1606398/315001
199.48/193.59	c cleaning 20909 clauses out of 89098 with flag 1743482/341000
216.01/209.98	c cleaning 21923 clauses out of 95188 with flag 1889104/368000
233.60/227.49	c cleaning 22681 clauses out of 101264 with flag 2038542/396000
254.11/247.64	c cleaning 23696 clauses out of 107579 with flag 2194489/425000
274.60/268.09	c cleaning 24204 clauses out of 113880 with flag 2355703/455002
294.57/287.94	c cleaning 25472 clauses out of 120674 with flag 2516777/486000
316.98/310.30	c cleaning 25691 clauses out of 127198 with flag 2692864/518001
339.77/332.79	c cleaning 26932 clauses out of 134501 with flag 2868293/551001
363.04/355.94	c cleaning 27659 clauses out of 141566 with flag 3056993/585000
387.86/380.80	c cleaning 28541 clauses out of 148906 with flag 3248359/620001
412.84/405.45	c cleaning 29469 clauses out of 156362 with flag 3450993/656000
441.02/433.28	c cleaning 30142 clauses out of 163891 with flag 3662342/693000
468.20/460.47	c cleaning 30965 clauses out of 171747 with flag 3882880/731000
499.00/490.96	c cleaning 32158 clauses out of 179779 with flag 4115262/770000
528.62/520.55	c cleaning 32704 clauses out of 187618 with flag 4342831/810000
559.37/551.14	c cleaning 33943 clauses out of 195910 with flag 4579861/851001
589.89/581.62	c cleaning 34965 clauses out of 203968 with flag 4820772/893003
622.80/614.31	c cleaning 35651 clauses out of 211998 with flag 5067062/936001
657.01/648.38	c cleaning 36353 clauses out of 220348 with flag 5330092/980002
693.92/685.06	c cleaning 37235 clauses out of 228991 with flag 5593662/1025000
731.31/722.43	c cleaning 38635 clauses out of 237754 with flag 5866522/1071000
770.27/761.26	c cleaning 38942 clauses out of 246121 with flag 6146420/1118003
809.88/800.47	c cleaning 40103 clauses out of 255173 with flag 6429462/1166000
851.17/841.77	c cleaning 40791 clauses out of 264070 with flag 6728591/1215000
894.89/885.33	c cleaning 41636 clauses out of 273278 with flag 7029879/1265001
941.12/931.42	c cleaning 42565 clauses out of 282642 with flag 7344603/1316002
986.49/976.61	c cleaning 43238 clauses out of 292073 with flag 7662177/1368000
1031.77/1021.82	c cleaning 44528 clauses out of 301835 with flag 7978724/1421001
1079.44/1069.38	c cleaning 45305 clauses out of 311305 with flag 8320040/1475000
1130.73/1120.50	c cleaning 46212 clauses out of 321000 with flag 8665292/1530000
1182.59/1172.28	c cleaning 47149 clauses out of 330787 with flag 9019926/1586000
1236.11/1224.97	c cleaning 48252 clauses out of 340638 with flag 9380301/1643001
1292.77/1281.35	c cleaning 49065 clauses out of 350385 with flag 9749772/1701000
1350.26/1338.58	c cleaning 49991 clauses out of 360321 with flag 10134254/1760002
1407.73/1395.89	c cleaning 50737 clauses out of 370322 with flag 10521899/1820000
1468.48/1456.48	c cleaning 52480 clauses out of 380583 with flag 10923100/1881001
1532.18/1520.71	c cleaning 52550 clauses out of 390102 with flag 11327581/1943000
1596.58/1584.78	c cleaning 53673 clauses out of 400553 with flag 11744589/2006001
1659.98/1648.05	c cleaning 54352 clauses out of 410876 with flag 12162399/2070000
1726.86/1713.85	c cleaning 55633 clauses out of 421522 with flag 12585142/2135000
1796.71/1783.49	c cleaning 56735 clauses out of 431888 with flag 13035478/2201000
1867.57/1853.48	c cleaning 57304 clauses out of 442155 with flag 13490095/2268002
1941.82/1926.22	c cleaning 58329 clauses out of 452849 with flag 13952427/2336000
2015.69/1998.93	c cleaning 59363 clauses out of 463519 with flag 14410260/2405000
2096.07/2078.54	c cleaning 59947 clauses out of 474157 with flag 14888174/2475002
2176.38/2157.90	c cleaning 61208 clauses out of 485208 with flag 15382099/2546000
2258.72/2239.12	c cleaning 62200 clauses out of 495998 with flag 15870343/2618000
2342.61/2321.84	c cleaning 63168 clauses out of 506798 with flag 16372365/2691000
2430.66/2408.91	c cleaning 63846 clauses out of 517634 with flag 16902844/2765004
2522.05/2498.23	c cleaning 64800 clauses out of 528783 with flag 17433053/2840000
2613.96/2590.12	c cleaning 66306 clauses out of 539982 with flag 17955352/2916000
2708.75/2682.69	c cleaning 66743 clauses out of 550675 with flag 18503044/2993000
2806.30/2779.01	c cleaning 67978 clauses out of 561932 with flag 19060035/3071000
2905.60/2875.78	c cleaning 68957 clauses out of 572954 with flag 19616915/3150001
3005.17/2974.17	c cleaning 69886 clauses out of 583998 with flag 20195110/3230002
3110.33/3077.73	c cleaning 70407 clauses out of 595109 with flag 20792065/3311001
3218.32/3183.09	c cleaning 71687 clauses out of 606701 with flag 21400256/3393000
3326.25/3289.24	c cleaning 72820 clauses out of 618015 with flag 21994124/3476001
3438.48/3398.92	c cleaning 73942 clauses out of 629194 with flag 22601765/3560000
3553.17/3511.20	c cleaning 74404 clauses out of 640256 with flag 23223991/3645004
3600.05/3556.93	c timeout
3600.05/3556.93	c starts		: 22168
3600.05/3556.94	c conflicts		: 3685569
3600.05/3556.94	c decisions		: 146609287
3600.05/3556.94	c propagations		: 3843803442
3600.05/3556.94	c inspects		: 15842630470
3600.05/3556.94	c shortcuts		: 0
3600.05/3556.94	c learnt literals	: 200
3600.05/3556.94	c learnt binary clauses	: 243618
3600.05/3556.94	c learnt ternary clauses	: 212250
3600.05/3556.94	c learnt constraints	: 3685369
3600.05/3556.94	c ignored constraints	: 0
3600.05/3556.94	c root simplifications	: 0
3600.05/3556.94	c removed literals (reason simplification)	: 34385924
3600.05/3556.94	c reason swapping (by a shorter reason)	: 0
3600.05/3556.94	c Calls to reduceDB	: 81
3600.05/3556.94	c Number of update (reduction) of LBD	: 2612178
3600.05/3556.94	c Imported unit clauses	: 0
3600.05/3556.94	c No decision after first conflict	: false
3600.05/3556.95	c number of reductions to clauses (during analyze)	: 0
3600.05/3556.95	c number of learned constraints concerned by reduction	: 0
3600.05/3556.95	c number of learning phase by resolution	: 0
3600.05/3556.95	c number of learning phase by cutting planes	: 0
3600.05/3556.95	c number of rounding to 1 operations	: 0
3600.05/3556.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3556.95	c number of reductions of the coefficients by power 2 	: 0
3600.05/3556.95	c number of right shift for reduction by power 2 	: 0
3600.05/3556.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3556.95	c number of ending skipping 	: 0
3600.05/3556.95	c number of internal skipping 	: 0
3600.05/3556.95	c number of derivation steps 	: 0
3600.05/3556.95	c number of skipped derivation steps 	: 0
3600.05/3556.95	c number of remaining unassigned 	: 0
3600.05/3556.95	c number of remaining assigned 	: 0
3600.05/3556.95	c number of falsified literals weakened from reason	: 0
3600.05/3556.95	c number of falsified literals weakened from conflict	: 0
3600.05/3556.95	c time for arithmetic operations	: 0
3600.05/3556.95	c minimum degree of deleted constraints	: null
3600.05/3556.95	c maximum degree of deleted constraints	: null
3600.05/3556.95	c number of deleted constraints	: 0
3600.05/3556.95	c speed (assignments/second)	: 1080920.0106410263
3600.05/3556.95	c non guided choices	: 56939
3600.32/3557.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 362798
3600.32/3557.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 243618
3600.32/3557.14	s UNKNOWN
3600.32/3557.14	c Total wall clock time (in seconds): 3556.847

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Current StackSize limit: 8192 KiB

solver pid=20888, runsolver pid=20885

[startup+0.100067 s]*
/proc/loadavg: 4.13 4.22 4.24 12/328 20906
/proc/meminfo: memFree=129873388/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=18930384 memory=48788 CPUtime=0.12 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 5898 0 0 0 9 3 0 0 20 0 18 0 34328053 19384713216 12197 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4732596 12197 5307 1 0 547097 0
[pid=20888/tid=20890] ppid=20885 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 4715 0 0 0 5 2 0 0 20 0 18 0 34328054 19384713216 12197 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34328059 19384713216 12197 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=18930384 memory=55195547748946 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34328060 19384713216 12197 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48788 KiB

[startup+0.208356 s]*
/proc/loadavg: 4.13 4.22 4.24 10/328 20906
/proc/meminfo: memFree=129864316/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=18930384 memory=55624 CPUtime=0.27 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 6547 0 0 0 24 3 0 0 20 0 18 0 34328053 19384713216 13906 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4732596 13906 5339 1 0 547595 0
[pid=20888/tid=20890] ppid=20885 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 5050 0 0 0 16 2 0 0 20 0 18 0 34328054 19384713216 13906 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34328059 19384713216 13906 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34328060 19384713216 13906 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.30849 s]*
/proc/loadavg: 4.13 4.22 4.24 10/328 20906
/proc/meminfo: memFree=129861756/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=18930384 memory=61296 CPUtime=0.44 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 6878 0 0 0 40 4 0 0 20 0 18 0 34328053 19384713216 15324 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4732596 15324 5435 1 0 547834 0
[pid=20888/tid=20890] ppid=20885 vsize=18930384 memory=-6000919485540887661 CPUtime=0.28 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 5260 0 0 0 26 2 0 0 20 0 18 0 34328054 19384713216 15324 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34328059 19384713216 15324 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34328060 19384713216 15324 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61296 KiB

[startup+0.700355 s]
/proc/loadavg: 4.13 4.22 4.24 11/328 20906
/proc/meminfo: memFree=129847200/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=18930384 memory=111468 CPUtime=1.16 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 8578 0 0 0 110 6 0 0 20 0 18 0 34328053 19384713216 27867 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4732596 27867 5435 1 0 548941 0
[pid=20888/tid=20890] ppid=20885 vsize=18930384 memory=17024 CPUtime=0.62 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 5297 0 0 0 58 4 0 0 20 0 18 0 34328054 19384713216 27867 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34328059 19384713216 27867 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34328060 19384713216 27867 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111468 KiB

[startup+1.50026 s]
/proc/loadavg: 4.13 4.22 4.24 11/330 20908
/proc/meminfo: memFree=129733560/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=174460 CPUtime=2.74 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 16354 0 0 0 264 10 0 0 20 0 20 0 34328053 19521036288 43615 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 43615 5467 1 0 552093 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=3200 CPUtime=1.37 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 5830 0 0 0 132 5 0 0 20 0 20 0 34328054 19521036288 43615 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 43615 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 43615 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 43615 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174460 KiB

[startup+3.10543 s]
/proc/loadavg: 4.13 4.22 4.24 7/330 20908
/proc/meminfo: memFree=129654204/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=185836 CPUtime=5.84 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 17965 0 0 0 572 12 0 0 20 0 20 0 34328053 19521036288 46459 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 46459 5467 1 0 552125 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=14464 CPUtime=2.91 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 6243 0 0 0 286 5 0 0 20 0 20 0 34328054 19521036288 46459 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 46459 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 46459 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 46459 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185836 KiB

[startup+6.30045 s]
/proc/loadavg: 4.28 4.25 4.25 6/330 20908
/proc/meminfo: memFree=129569408/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=192548 CPUtime=9.68 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 19418 0 0 0 955 13 0 0 20 0 20 0 34328053 19521036288 48137 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 48137 5467 1 0 552158 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=0 CPUtime=6.06 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 6899 0 0 0 600 6 0 0 20 0 20 0 34328054 19521036288 48137 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 48137 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 48137 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=174588 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 48137 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192548 KiB

[startup+12.7005 s]
/proc/loadavg: 4.50 4.29 4.27 5/330 20909
/proc/meminfo: memFree=129113976/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=291160 CPUtime=17.16 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 30343 0 0 0 1696 20 0 0 20 0 20 0 34328053 19521036288 72790 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 72790 5499 1 0 555167 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=174588 CPUtime=12.15 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 7955 0 0 0 1206 9 0 0 20 0 20 0 34328054 19521036288 72790 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=282928 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 72790 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 72790 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 72790 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 17.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 291160 KiB

[startup+25.5005 s]
/proc/loadavg: 4.54 4.31 4.27 5/330 20909
/proc/meminfo: memFree=127417636/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=727608 CPUtime=30.25 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 35758 0 0 0 2991 34 0 0 20 0 20 0 34328053 19521036288 181902 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 181902 5499 1 0 780754 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=0 CPUtime=24.57 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 8904 0 0 0 2438 19 0 0 20 0 20 0 34328054 19521036288 181902 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 181902 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=653840 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 181902 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=541148 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 181902 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 30.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 727608 KiB

[startup+51.1138 s]
/proc/loadavg: 4.41 4.30 4.27 5/332 20911
/proc/meminfo: memFree=125656356/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=1356472 CPUtime=56.04 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 38699 0 0 0 5551 53 0 0 20 0 20 0 34328053 19521036288 339118 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 339118 5499 1 0 780757 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=727608 CPUtime=49.69 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 10225 0 0 0 4936 33 0 0 20 0 20 0 34328054 19521036288 339118 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=26520 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 339118 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 339118 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0

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

/proc/meminfo: memFree=102308964/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3319.37 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 178690 0 0 0 330963 974 0 0 20 0 20 0 34328053 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 394584 5531 1 0 409874 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=14464 CPUtime=3234.48 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 93384 0 0 0 322735 713 0 0 20 0 20 0 34328054 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2055 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3319.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1578336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.24 4.24 5/332 21104
/proc/meminfo: memFree=102145972/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3380.27 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 179291 0 0 0 337038 989 0 0 20 0 20 0 34328053 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 394584 5531 1 0 409874 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=11264 CPUtime=3293.72 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 93974 0 0 0 328647 725 0 0 20 0 20 0 34328054 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=12288 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2055 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3380.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1578336 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.23 6/332 21106
/proc/meminfo: memFree=101809956/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3441.88 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 181257 0 0 0 343185 1003 0 0 20 0 20 0 34328053 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 394584 5531 1 0 409874 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=12288 CPUtime=3352.79 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 95501 0 0 0 334544 735 0 0 20 0 20 0 34328054 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2055 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3441.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1578336 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=20888] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3502.81 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 184586 0 0 0 349260 1021 0 0 20 0 20 0 34328053 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 394584 5531 1 0 409874 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=12288 CPUtime=3411.98 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 98183 0 0 0 340450 748 0 0 20 0 20 0 34328054 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2061 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3502.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1578336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.23 4.23 5/333 21113
/proc/meminfo: memFree=101225856/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3564.36 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 187728 0 0 0 355400 1036 0 0 20 0 20 0 34328053 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 394584 5531 1 0 409874 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3471.12 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 100580 0 0 0 346352 760 0 0 20 0 20 0 34328054 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2075 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3564.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1578336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.9 s]
/proc/loadavg: 4.51 4.28 4.25 6/333 21181
/proc/meminfo: memFree=108409764/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19063512 memory=1578336 CPUtime=3600.05 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 188307 0 0 0 358960 1045 0 0 20 0 20 0 34328053 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4765878 394584 5531 1 0 409874 0
[pid=20888/tid=20890] ppid=20885 vsize=19063512 memory=14464 CPUtime=3505.3 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) R 20885 20888 20294 0 -1 4194368 101151 0 0 0 349764 766 0 0 20 0 20 0 34328054 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19063512 memory=-6000919485540887661 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34328059 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2075 0 0 0 0 0 0 0 20 0 20 0 34328060 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20908] ppid=20885 vsize=19063512 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20908/stat : 20908 (Timer-0) S 20885 20888 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34328143 19521036288 394584 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1578336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.89 s, system=10.4821 s

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

[startup+3557.01 s]*
/proc/loadavg: 4.51 4.28 4.25 6/334 21184
/proc/meminfo: memFree=108402748/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19263204 memory=1579104 CPUtime=3600.21 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 189784 0 0 0 358974 1047 0 0 20 0 21 0 34328053 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4815801 394776 5531 1 0 410810 0
[pid=20888/tid=20890] ppid=20885 vsize=19263204 memory=-6000919472706775917 CPUtime=3505.33 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) S 20885 20888 20294 0 -1 4194368 101363 0 0 0 349766 767 0 0 20 0 21 0 34328054 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19263204 memory=6772 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34328059 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19263204 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2075 0 0 0 0 0 0 0 20 0 21 0 34328060 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=21184] ppid=20885 vsize=19263204 memory=6384 CPUtime=0.06 cores=0,2
/proc/20888/task/21184/stat : 21184 (Thread-0) R 20885 20888 20294 0 -1 4194368 214 0 0 0 6 0 0 0 20 0 21 0 34683744 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1579104 KiB

[startup+3557.11 s]
/proc/loadavg: 4.51 4.28 4.25 6/334 21184
/proc/meminfo: memFree=108402748/131382120 swapFree=33010684/33010684
[pid=20888] ppid=20885 vsize=19263204 memory=1579104 CPUtime=3600.32 cores=0,2
/proc/20888/stat : 20888 (java) S 20885 20888 20294 0 -1 4194304 189805 0 0 0 358985 1047 0 0 20 0 21 0 34328053 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
/proc/20888/statm: 4815801 394776 5531 1 0 410813 0
[pid=20888/tid=20890] ppid=20885 vsize=19263204 memory=14464 CPUtime=3505.33 cores=0,2
/proc/20888/task/20890/stat : 20890 (java) S 20885 20888 20294 0 -1 4194368 101363 0 0 0 349766 767 0 0 20 0 21 0 34328054 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20899] ppid=20885 vsize=19263204 memory=-6000919485540887661 CPUtime=0 cores=0,2
/proc/20888/task/20899/stat : 20899 (Finalizer) S 20885 20888 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34328059 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=20906] ppid=20885 vsize=19263204 memory=1578336 CPUtime=0 cores=0,2
/proc/20888/task/20906/stat : 20906 (Common-Cleaner) S 20885 20888 20294 0 -1 4194368 2075 0 0 0 0 0 0 0 20 0 21 0 34328060 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
[pid=20888/tid=21184] ppid=20885 vsize=19263204 memory=1578336 CPUtime=0.15 cores=0,2
/proc/20888/task/21184/stat : 21184 (Thread-0) R 20885 20888 20294 0 -1 4194368 217 0 0 0 15 0 0 0 20 0 21 0 34683744 19725520896 394776 18446744073709551615 94434280394752 94434280398448 140724446617184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94434280406264 94434280407056 94434292756480 140724446624048 140724446624230 140724446624230 140724446629832 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1579104 KiB

Child status: 143

Real time (s): 3557.16
CPU time (s): 3600.38
CPU user time (s): 3589.89
CPU system time (s): 10.4821
CPU usage (%): 101.215
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3078004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.89
system time used= 10.4821
maximum resident set size= 3078004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11307424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117339
involuntary context switches= 13955


# summary of solver processes directly reported to runsolver:
#   pid: 20888
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3589.89
#   total CPU system time (s): 10.4821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.867 second user time and 37.612 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 10:41:32
IDJOB=4507201
IDBENCH=158329
IDSOLVER=3364
FILE ID=nodeC002/4507201-1751186492
RUNJOBID= nodeC002-1751182786-20304
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_K182.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507201-1751186492/watcher-4507201-1751186492 -o /tmp/evaluation-result-4507201-1751186492/solver-4507201-1751186492 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20304 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507201-1751186492 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507201-1751186492.opb

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

MD5SUM BENCH= a76bcc507230b7348cd315b0b6909f20
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.226
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		: 2195.228
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		: 2294.548
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		: 2593.991
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		: 1995.389
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		: 2194.911
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		: 2394.451
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		: 2893.287
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:        129905552 kB
MemAvailable:   129549516 kB
Buffers:            3280 kB
Cached:           452784 kB
SwapCached:            0 kB
Active:           767672 kB
Inactive:         205132 kB
Active(anon):     534700 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file):   205132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9560 kB
Writeback:            16 kB
AnonPages:        519896 kB
Mapped:           122024 kB
Shmem:             17960 kB
KReclaimable:      85700 kB
Slab:             167956 kB
SReclaimable:      85700 kB
SUnreclaim:        82256 kB
KernelStack:        4960 kB
PageTables:         4348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7028084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 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:      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:50