Trace number 4446692

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 2024 2024-07-07? (TO) 3600.22 3609.12

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K165.opb
MD5SUM75fbe782de7ac9ce41dec078153ff02c
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 benchmark179.209
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19635
Total number of constraints19967
Number of constraints which are clauses19802
Number of constraints which are cardinality constraints (but not clauses)165
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint165
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 166
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4446692-1721824435.opb
0.14/0.12	c reading problem ... 
0.17/0.83	c using VERIPB proof format
0.17/0.83	c  no objective function found
0.52/1.09	c ... done. Wall clock time 0.969s.
0.52/1.09	c declared #vars     19635
0.52/1.09	c #constraints  19967
0.52/1.09	c constraints type 
0.52/1.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2132
0.52/1.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 165
0.52/1.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17668
0.52/1.09	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.52/1.09	c 19967 constraints processed.
5.05/3.56	c cleaning 2475 clauses out of 4995 with flag 21193/5000
7.83/5.80	c cleaning 4251 clauses out of 8515 with flag 51717/11000
10.39/8.35	c cleaning 5633 clauses out of 11267 with flag 89239/18005
13.43/11.35	c cleaning 6753 clauses out of 13625 with flag 131156/26000
17.36/15.29	c cleaning 7896 clauses out of 15863 with flag 176089/35001
21.78/19.61	c cleaning 8260 clauses out of 17959 with flag 222862/45000
26.47/24.22	c cleaning 8876 clauses out of 20695 with flag 276028/56003
31.64/29.33	c cleaning 9838 clauses out of 23815 with flag 334450/68000
37.97/35.81	c cleaning 10514 clauses out of 26975 with flag 402079/81000
44.08/41.86	c cleaning 11593 clauses out of 30463 with flag 471492/95003
50.56/48.30	c cleaning 12244 clauses out of 33864 with flag 548111/110000
57.62/55.38	c cleaning 12963 clauses out of 37603 with flag 630770/126000
65.76/63.31	c cleaning 13848 clauses out of 41631 with flag 720604/143000
74.48/72.18	c cleaning 14655 clauses out of 45776 with flag 811837/161000
82.95/80.69	c cleaning 15733 clauses out of 50121 with flag 907615/180001
92.34/89.99	c cleaning 16359 clauses out of 54380 with flag 1010837/200000
102.29/100.34	c cleaning 17128 clauses out of 59013 with flag 1120475/221001
113.20/111.14	c cleaning 18050 clauses out of 63883 with flag 1241381/243002
124.59/122.41	c cleaning 18502 clauses out of 68830 with flag 1362251/266000
135.93/134.27	c cleaning 19769 clauses out of 74328 with flag 1492739/290000
148.62/146.88	c cleaning 20721 clauses out of 79562 with flag 1625819/315003
161.91/160.10	c cleaning 21280 clauses out of 84838 with flag 1764557/341000
176.39/174.52	c cleaning 21958 clauses out of 90557 with flag 1915666/368000
191.06/189.25	c cleaning 23064 clauses out of 96599 with flag 2068981/396000
206.45/204.40	c cleaning 23702 clauses out of 102535 with flag 2225478/425001
222.50/220.59	c cleaning 24464 clauses out of 108826 with flag 2393110/455001
239.18/237.16	c cleaning 25199 clauses out of 115362 with flag 2566914/486001
257.50/255.24	c cleaning 26532 clauses out of 122160 with flag 2749606/518000
276.01/273.70	c cleaning 27182 clauses out of 128630 with flag 2943259/551004
295.25/292.92	c cleaning 28142 clauses out of 135439 with flag 3135480/585000
315.54/313.39	c cleaning 28733 clauses out of 142296 with flag 3332654/620000
336.59/334.34	c cleaning 29713 clauses out of 149561 with flag 3545797/656003
358.26/355.91	c cleaning 30550 clauses out of 156845 with flag 3753808/693001
380.77/378.44	c cleaning 31628 clauses out of 164294 with flag 3968749/731000
404.57/402.11	c cleaning 32339 clauses out of 171664 with flag 4194915/770002
429.44/427.07	c cleaning 32966 clauses out of 179320 with flag 4439006/810000
456.52/454.11	c cleaning 34172 clauses out of 187353 with flag 4676617/851001
482.81/480.54	c cleaning 35012 clauses out of 195180 with flag 4928123/893000
511.39/508.84	c cleaning 35564 clauses out of 203166 with flag 5194531/936002
540.24/537.72	c cleaning 36500 clauses out of 211597 with flag 5466211/980000
570.49/568.09	c cleaning 37634 clauses out of 220098 with flag 5736647/1025001
602.76/600.20	c cleaning 38815 clauses out of 228459 with flag 6013309/1071000
634.49/631.93	c cleaning 39271 clauses out of 236643 with flag 6301848/1118000
668.00/665.40	c cleaning 40417 clauses out of 245367 with flag 6609097/1166001
701.92/699.32	c cleaning 41268 clauses out of 253949 with flag 6910339/1215000
737.68/735.14	c cleaning 42009 clauses out of 262681 with flag 7223106/1265001
775.66/772.82	c cleaning 42785 clauses out of 271671 with flag 7544957/1316001
813.37/810.69	c cleaning 43630 clauses out of 280887 with flag 7881555/1368002
853.55/850.76	c cleaning 44972 clauses out of 290255 with flag 8218090/1421001
895.66/892.96	c cleaning 45800 clauses out of 299282 with flag 8584269/1475001
938.17/935.42	c cleaning 47061 clauses out of 308480 with flag 8938768/1530000
982.37/979.24	c cleaning 47943 clauses out of 317419 with flag 9307948/1586000
1027.21/1024.41	c cleaning 48780 clauses out of 326476 with flag 9680155/1643000
1073.78/1071.08	c cleaning 49411 clauses out of 335696 with flag 10069116/1701000
1122.58/1120.13	c cleaning 50154 clauses out of 345282 with flag 10470457/1760000
1173.19/1170.73	c cleaning 51148 clauses out of 355126 with flag 10879361/1820002
1223.87/1221.55	c cleaning 52562 clauses out of 364975 with flag 11294061/1881000
1275.99/1273.60	c cleaning 53294 clauses out of 374414 with flag 11720226/1943001
1330.17/1327.86	c cleaning 54377 clauses out of 384119 with flag 12153489/2006000
1386.31/1383.67	c cleaning 54965 clauses out of 393742 with flag 12589318/2070001
1444.37/1441.86	c cleaning 56233 clauses out of 403776 with flag 13041578/2135000
1504.13/1502.68	c cleaning 57322 clauses out of 413541 with flag 13508243/2201000
1567.17/1566.30	c cleaning 57976 clauses out of 423218 with flag 14002089/2268000
1630.08/1633.71	c cleaning 59223 clauses out of 433241 with flag 14477246/2336001
1692.29/1695.91	c cleaning 59749 clauses out of 443013 with flag 14945394/2405001
1757.83/1761.39	c cleaning 60706 clauses out of 453263 with flag 15456002/2475000
1827.51/1831.31	c cleaning 61922 clauses out of 463556 with flag 15982573/2546000
1898.04/1901.84	c cleaning 62754 clauses out of 473633 with flag 16509805/2618000
1970.07/1973.73	c cleaning 63734 clauses out of 483880 with flag 17057021/2691001
2044.89/2048.70	c cleaning 64382 clauses out of 494142 with flag 17614683/2765000
2121.91/2125.40	c cleaning 65678 clauses out of 504762 with flag 18170248/2840002
2200.06/2203.68	c cleaning 66843 clauses out of 515081 with flag 18744056/2916000
2280.84/2284.64	c cleaning 67409 clauses out of 525237 with flag 19313974/2993000
2362.61/2366.27	c cleaning 68489 clauses out of 535825 with flag 19896437/3071000
2448.56/2452.66	c cleaning 69360 clauses out of 546335 with flag 20496630/3150000
2539.23/2542.98	c cleaning 70887 clauses out of 556976 with flag 21115296/3230002
2630.24/2634.68	c cleaning 71498 clauses out of 567087 with flag 21733572/3311000
2723.62/2727.81	c cleaning 72931 clauses out of 577589 with flag 22371366/3393000
2818.40/2823.67	c cleaning 73718 clauses out of 587658 with flag 23026225/3476000
2915.02/2919.93	c cleaning 74145 clauses out of 597939 with flag 23669889/3560000
3014.53/3019.88	c cleaning 75563 clauses out of 608790 with flag 24355407/3645001
3117.70/3122.80	c cleaning 76358 clauses out of 619227 with flag 25047834/3731001
3223.20/3229.53	c cleaning 77243 clauses out of 629872 with flag 25740805/3818004
3328.54/3335.69	c cleaning 78250 clauses out of 640624 with flag 26441449/3906000
3438.32/3446.89	c cleaning 79489 clauses out of 651373 with flag 27167336/3995000
3549.09/3557.75	c cleaning 80567 clauses out of 661884 with flag 27873839/4085000
3600.05/3609.02	c starts		: 26077
3600.05/3609.02	c conflicts		: 4133648
3600.05/3609.02	c decisions		: 137354643
3600.05/3609.02	c propagations		: 3938153609
3600.05/3609.02	c inspects		: 18161373125
3600.05/3609.02	c shortcuts		: 0
3600.05/3609.02	c learnt literals	: 197
3600.05/3609.02	c learnt binary clauses	: 233276
3600.05/3609.02	c learnt ternary clauses	: 216390
3600.05/3609.02	c learnt constraints	: 4133451
3600.05/3609.02	c ignored constraints	: 0
3600.05/3609.02	c root simplifications	: 0
3600.05/3609.02	c removed literals (reason simplification)	: 42999985
3600.05/3609.02	c reason swapping (by a shorter reason)	: 0
3600.05/3609.02	c Calls to reduceDB	: 86
3600.05/3609.02	c Number of update (reduction) of LBD	: 3111409
3600.05/3609.02	c Imported unit clauses	: 0
3600.05/3609.02	c No decision after first conflict	: false
3600.05/3609.02	c number of reductions to clauses (during analyze)	: 0
3600.05/3609.02	c number of learned constraints concerned by reduction	: 0
3600.05/3609.02	c number of learning phase by resolution	: 0
3600.05/3609.02	c number of learning phase by cutting planes	: 0
3600.05/3609.02	c number of rounding to 1 operations	: 0
3600.05/3609.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3609.03	c number of reductions of the coefficients by power 2 	: 0
3600.05/3609.03	c number of right shift for reduction by power 2 	: 0
3600.05/3609.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3609.03	c number of ending skipping 	: 0
3600.05/3609.03	c number of internal skipping 	: 0
3600.05/3609.03	c number of derivation steps 	: 0
3600.05/3609.03	c number of skipped derivation steps 	: 0
3600.05/3609.03	c number of remaining unassigned 	: 0
3600.05/3609.03	c number of remaining assigned 	: 0
3600.05/3609.03	c number of falsified literals weakened from reason	: 0
3600.05/3609.03	c number of falsified literals weakened from conflict	: 0
3600.05/3609.03	c time for arithmetic operations	: 0
3600.05/3609.03	c minimum degree of deleted constraints	: null
3600.05/3609.03	c maximum degree of deleted constraints	: null
3600.05/3609.03	c number of deleted constraints	: 0
3600.05/3609.03	c timeout
3600.05/3609.03	c speed (assignments/second)	: 1091531.4017842987
3600.05/3609.03	c non guided choices	: 49360
3600.20/3609.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 396689
3600.20/3609.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 233276
3600.20/3609.11	s UNKNOWN
3600.20/3609.11	c Total wall clock time (in seconds): 3608.99

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: 63968 MiB (46340 MiB free)
  memory of node 1: 64473 MiB (52979 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446692-1721824435/watcher-4446692-1721824435 -o /tmp/evaluation-result-4446692-1721824435/solver-4446692-1721824435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721817186-182711 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4446692-1721824435 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446692-1721824435.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.101203 s]*
/proc/loadavg: 4.23 4.19 4.18 5/335 187032
/proc/meminfo: memFree=101636356/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=18993908 memory=66468 CPUtime=0.14 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 7312 0 0 0 12 2 0 0 20 0 18 0 18971406 19449761792 16617 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4748477 16617 5911 1 0 549400 0
[pid=187014/tid=187016] ppid=187011 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 5844 0 0 0 7 2 0 0 20 0 18 0 18971406 19449761792 16617 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=18993908 memory=232851243367 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16617 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=18993908 memory=13855170183833064 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16617 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66468 KiB

[startup+0.206102 s]*
/proc/loadavg: 4.23 4.19 4.18 4/335 187032
/proc/meminfo: memFree=101634944/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=18993908 memory=66908 CPUtime=0.17 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 7477 0 0 0 15 2 0 0 20 0 18 0 18971406 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4748477 16727 5930 1 0 549500 0
[pid=187014/tid=187016] ppid=187011 vsize=18993908 memory=4782652875487838339 CPUtime=0.11 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) D 187011 187014 182698 0 -1 1078198336 5946 0 0 0 9 2 0 0 20 0 18 0 18971406 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=18993908 memory=1583096 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=18993908 memory=13573695205541613 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66908 KiB

[startup+0.306041 s]*
/proc/loadavg: 4.23 4.19 4.18 4/335 187032
/proc/meminfo: memFree=101633776/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=18993908 memory=66908 CPUtime=0.17 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 7477 0 0 0 15 2 0 0 20 0 18 0 18971406 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4748477 16727 5930 1 0 549500 0
[pid=187014/tid=187016] ppid=187011 vsize=18993908 memory=-9105269530377888444 CPUtime=0.11 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) D 187011 187014 182698 0 -1 1078198336 5946 0 0 0 9 2 0 0 20 0 18 0 18971406 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66908 KiB

[startup+0.700215 s]
/proc/loadavg: 4.23 4.19 4.18 5/335 187032
/proc/meminfo: memFree=101631984/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=18993908 memory=66908 CPUtime=0.17 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 7478 0 0 0 15 2 0 0 20 0 18 0 18971406 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4748477 16727 5930 1 0 549500 0
[pid=187014/tid=187016] ppid=187011 vsize=18993908 memory=5612 CPUtime=0.11 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) D 187011 187014 182698 0 -1 1077936192 5947 0 0 0 9 2 0 0 20 0 18 0 18971406 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=18993908 memory=12368 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=18993908 memory=4905 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18971409 19449761792 16727 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66908 KiB

[startup+1.50028 s]
/proc/loadavg: 4.23 4.19 4.18 6/335 187032
/proc/meminfo: memFree=101576904/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=175160 CPUtime=1.48 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 11539 0 0 0 143 5 0 0 20 0 20 0 18971406 19586084864 43790 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 43790 6089 1 0 552469 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=4905 CPUtime=0.73 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 6126 0 0 0 69 4 0 0 20 0 20 0 18971406 19586084864 43790 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 43790 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 43790 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 175160 KiB

[startup+3.10587 s]
/proc/loadavg: 4.23 4.19 4.18 6/337 187034
/proc/meminfo: memFree=101484928/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=201416 CPUtime=4.61 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 21403 0 0 0 454 7 0 0 20 0 20 0 18971406 19586084864 50354 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 50354 6105 1 0 555164 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=12368 CPUtime=2.27 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 6826 0 0 0 222 5 0 0 20 0 20 0 18971406 19586084864 50354 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 50354 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=175956 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 50354 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=6657 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 50354 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 201416 KiB

[startup+6.30023 s]
/proc/loadavg: 4.21 4.19 4.18 5/337 187036
/proc/meminfo: memFree=101445396/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=206952 CPUtime=8.34 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 23962 0 0 0 824 10 0 0 20 0 20 0 18971406 19586084864 51738 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 51738 6105 1 0 555922 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=0 CPUtime=5.4 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 7450 0 0 0 534 6 0 0 20 0 20 0 18971406 19586084864 51738 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 51738 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 51738 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=175428 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 51738 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 206952 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.19 4.18 4/312 187065
/proc/meminfo: memFree=104419648/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=355044 CPUtime=14.86 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 26811 0 0 0 1471 15 0 0 20 0 20 0 18971406 19586084864 88761 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 88761 6136 1 0 555922 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=12368 CPUtime=11.68 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 8310 0 0 0 1159 9 0 0 20 0 20 0 18971406 19586084864 88761 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=175428 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 88761 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=201416 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 88761 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 88761 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 14.86 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 355044 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 4.23 4.19 5/337 187105
/proc/meminfo: memFree=110268820/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=590744 CPUtime=27.76 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 31533 0 0 0 2751 25 0 0 20 0 20 0 18971406 19586084864 147686 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 147686 6136 1 0 555922 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=523100 CPUtime=24.32 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 9910 0 0 0 2418 14 0 0 20 0 20 0 18971406 19586084864 147686 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=523096 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 147686 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 147686 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=280133202419152 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 147686 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 27.76 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 590744 KiB

[startup+51.1059 s]
/proc/loadavg: 4.23 4.21 4.18 5/337 187110
/proc/meminfo: memFree=108928644/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=1041616 CPUtime=53.44 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 40548 0 0 0 5301 43 0 0 20 0 20 0 18971406 19586084864 260404 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 260404 6136 1 0 555922 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=951456 CPUtime=49.39 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 12006 0 0 0 4914 25 0 0 20 0 20 0 18971406 19586084864 260404 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=957600 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 260404 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=912480 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 260404 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=4257 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 260404 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0

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

[startup+3282.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/332 188954
/proc/meminfo: memFree=94773348/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188280 CPUtime=3275.87 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 285546 0 0 0 326804 783 0 0 20 0 20 0 18971406 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547070 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=2188280 CPUtime=3223.74 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 101430 0 0 0 321724 650 0 0 20 0 20 0 18971406 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2402 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=2188280 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 2985 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=2188280 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3275.87 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.16 5/332 188964
/proc/meminfo: memFree=94458788/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188280 CPUtime=3335.17 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 286389 0 0 0 332722 795 0 0 20 0 20 0 18971406 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547070 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=2188280 CPUtime=3282.35 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 102059 0 0 0 327575 660 0 0 20 0 20 0 18971406 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2470 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=2188280 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=-9105269530377888444 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 2985 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547070 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3335.17 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.16 4.16 5/335 189036
/proc/meminfo: memFree=94069300/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188432 CPUtime=3394.28 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 288263 0 0 0 338622 806 0 0 20 0 20 0 18971406 19586084864 547108 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547108 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=2188280 CPUtime=3340.7 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 103081 0 0 0 333400 670 0 0 20 0 20 0 18971406 19586084864 547108 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2574 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=2188432 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547108 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=2188432 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 3052 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547108 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547108 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3394.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188432 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.19 4.17 5/336 189048
/proc/meminfo: memFree=93755048/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188436 CPUtime=3454.09 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 290860 0 0 0 344591 818 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547109 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=2188280 CPUtime=3399.58 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 103621 0 0 0 339278 680 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2617 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 3054 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=67900 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3454.09 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188436 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.18 4.17 6/335 189059
/proc/meminfo: memFree=93457604/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188436 CPUtime=3513.74 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 293196 0 0 0 350546 828 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547109 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=2188436 CPUtime=3458.48 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 104777 0 0 0 345160 688 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2670 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=67900 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 3092 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=-9105269530377888444 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3513.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188436 KiB

[startup+3582.3 s]
/proc/loadavg: 3.84 4.11 4.15 4/310 189105
/proc/meminfo: memFree=101773292/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188436 CPUtime=3573.59 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 293646 0 0 0 356521 838 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547109 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=2188436 CPUtime=3517.81 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 105045 0 0 0 351084 697 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2696 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 3144 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=67900 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3573.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 3.62 4.03 4.12 4/310 189109
/proc/meminfo: memFree=101680252/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19127036 memory=2188436 CPUtime=3600.05 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 293927 0 0 0 359162 843 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4781759 547109 6149 1 0 558250 0
[pid=187014/tid=187016] ppid=187011 vsize=19127036 memory=-8599176422740501180 CPUtime=3544.03 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) R 187011 187014 182698 0 -1 4194368 105221 0 0 0 353702 701 0 0 20 0 20 0 18971406 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2724 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19127036 memory=1469362512798515545 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19127036 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 3148 0 0 0 0 0 0 0 20 0 20 0 18971409 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187034] ppid=187011 vsize=19127036 memory=2696 CPUtime=0 cores=5,7
/proc/187014/task/187034/stat : 187034 (Timer-0) S 187011 187014 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18971517 19586084864 547109 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2188436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.78 s, system=8.4477 s

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

[startup+3609.11 s]
/proc/loadavg: 3.62 4.03 4.12 4/310 189109
/proc/meminfo: memFree=101680252/131524600 swapFree=131061136/131071996
[pid=187014] ppid=187011 vsize=19326728 memory=2189048 CPUtime=3600.2 cores=5,7
/proc/187014/stat : 187014 (java) S 187011 187014 182698 0 -1 1077936128 295985 0 0 0 359177 843 0 0 20 0 21 0 18971406 19790569472 547262 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
/proc/187014/statm: 4831682 547262 6148 1 0 559174 0
[pid=187014/tid=187016] ppid=187011 vsize=19326728 memory=2188436 CPUtime=3544.05 cores=5,7
/proc/187014/task/187016/stat : 187016 (java) S 187011 187014 182698 0 -1 1077936192 105430 0 0 0 353704 701 0 0 20 0 21 0 18971406 19790569472 547262 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2726 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187025] ppid=187011 vsize=19326728 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187025/stat : 187025 (Finalizer) S 187011 187014 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18971409 19790569472 547262 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
[pid=187014/tid=187032] ppid=187011 vsize=19326728 memory=2188436 CPUtime=0 cores=5,7
/proc/187014/task/187032/stat : 187032 (Common-Cleaner) S 187011 187014 182698 0 -1 1077936192 3148 0 0 0 0 0 0 0 20 0 21 0 18971409 19790569472 547262 134679101440 94615768518656 94615768522352 140730596206144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94615768530168 94615768530960 94615801143296 140730596213679 140730596213861 140730596213861 140730596220872 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 2189048 KiB

Child status: 143

Real time (s): 3609.12
CPU time (s): 3600.22
CPU user time (s): 3591.78
CPU system time (s): 8.4477
CPU usage (%): 99.7534
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 2189048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.78
system time used= 8.4477
maximum resident set size= 2189884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12643584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115978
involuntary context switches= 12450


# summary of solver processes directly reported to runsolver:
#   pid: 187014
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3591.78
#   total CPU system time (s): 8.4477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3885 second user time and 10.1645 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-24 14:33:55
IDJOB=4446692
IDBENCH=158290
IDSOLVER=3079
FILE ID=nodeC014/4446692-1721824435
RUNJOBID= nodeC014-1721817186-182711
SLURM_JOB_ID= 7816864
Free space on /tmp= 890012 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K165.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446692-1721824435/watcher-4446692-1721824435 -o /tmp/evaluation-result-4446692-1721824435/solver-4446692-1721824435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721817186-182711 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446692-1721824435 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446692-1721824435.opb

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

MD5SUM BENCH= 75fbe782de7ac9ce41dec078153ff02c
RANDOM SEED=363426714

nodeC014.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00002a
cpu MHz		: 3631.789
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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	: 0xb00002a
cpu MHz		: 3677.442
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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	: 0xb00002a
cpu MHz		: 3599.957
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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	: 0xb00002a
cpu MHz		: 3648.189
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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	: 0xb00002a
cpu MHz		: 3637.108
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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	: 0xb00002a
cpu MHz		: 3651.844
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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	: 0xb00002a
cpu MHz		: 3599.723
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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	: 0xb00002a
cpu MHz		: 3674.519
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        101732776 kB
MemAvailable:   123034240 kB
Buffers:          246744 kB
Cached:         21866132 kB
SwapCached:          236 kB
Active:          2124504 kB
Inactive:       27008516 kB
Active(anon):       2132 kB
Inactive(anon):  7071296 kB
Active(file):    2122372 kB
Inactive(file): 19937220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061136 kB
Dirty:             99320 kB
Writeback:             0 kB
AnonPages:       7017640 kB
Mapped:           116576 kB
Shmem:             53232 kB
KReclaimable:     167488 kB
Slab:             288296 kB
SReclaimable:     167488 kB
SUnreclaim:       120808 kB
KernelStack:        5120 kB
PageTables:        23804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8628680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16896 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6604800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      359124 kB
DirectMap2M:    35065856 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC014 at 2024-07-24 15:34:04