Trace number 4446752

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.19 3617.22

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K179.opb
MD5SUM84aa92d361920570c4f42a7fa8308fed
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 benchmark73.5881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21301
Total number of constraints21661
Number of constraints which are clauses21482
Number of constraints which are cardinality constraints (but not clauses)179
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint179
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 180
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-4446752-1721824436.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.72/0.43	c ... done. Wall clock time 0.3s.
0.72/0.43	c declared #vars     21301
0.72/0.43	c #constraints  21661
0.72/0.43	c constraints type 
0.72/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2314
0.72/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 179
0.72/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19166
0.72/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.72/0.43	c 21661 constraints processed.
5.48/3.12	c cleaning 2491 clauses out of 4992 with flag 22953/5000
8.24/5.69	c cleaning 4228 clauses out of 8497 with flag 53119/11001
11.72/8.82	c cleaning 5608 clauses out of 11264 with flag 88289/18000
15.24/12.35	c cleaning 6808 clauses out of 13654 with flag 133099/26000
19.33/16.43	c cleaning 7638 clauses out of 15843 with flag 177643/35000
23.63/20.73	c cleaning 8127 clauses out of 18204 with flag 224127/45000
28.65/25.74	c cleaning 8802 clauses out of 21070 with flag 276815/56002
34.37/31.41	c cleaning 9597 clauses out of 24255 with flag 334585/68000
40.71/37.88	c cleaning 10386 clauses out of 27656 with flag 398358/81000
47.46/44.54	c cleaning 11195 clauses out of 31271 with flag 467016/95001
54.44/51.58	c cleaning 12035 clauses out of 35073 with flag 541527/110000
62.55/59.52	c cleaning 12789 clauses out of 39038 with flag 623145/126000
71.13/73.05	c cleaning 13575 clauses out of 43254 with flag 709130/143005
80.58/82.41	c cleaning 14487 clauses out of 47670 with flag 799852/161000
90.25/92.05	c cleaning 15199 clauses out of 52180 with flag 898145/180000
100.41/102.32	c cleaning 15839 clauses out of 56977 with flag 999943/200000
111.69/113.47	c cleaning 17094 clauses out of 62132 with flag 1106039/221000
123.27/124.97	c cleaning 17804 clauses out of 67037 with flag 1222289/243003
135.44/137.12	c cleaning 18670 clauses out of 72228 with flag 1341371/266001
148.54/150.13	c cleaning 19465 clauses out of 77551 with flag 1463488/290000
163.01/164.78	c cleaning 20463 clauses out of 83079 with flag 1595288/315002
178.09/179.76	c cleaning 20842 clauses out of 88612 with flag 1731820/341001
193.64/196.28	c cleaning 21991 clauses out of 94768 with flag 1882805/368001
209.81/212.32	c cleaning 22715 clauses out of 100776 with flag 2031051/396001
227.36/229.95	c cleaning 23618 clauses out of 107056 with flag 2188934/425000
247.12/249.55	c cleaning 24354 clauses out of 113437 with flag 2349175/455000
266.04/268.32	c cleaning 25279 clauses out of 120081 with flag 2520573/486000
285.10/287.40	c cleaning 26283 clauses out of 126802 with flag 2695285/518003
305.63/307.96	c cleaning 26822 clauses out of 133514 with flag 2877624/551000
327.22/329.47	c cleaning 28213 clauses out of 140691 with flag 3059365/585000
350.01/352.29	c cleaning 28691 clauses out of 147476 with flag 3250915/620000
372.96/375.12	c cleaning 29432 clauses out of 154784 with flag 3458278/656001
397.11/400.85	c cleaning 30464 clauses out of 162350 with flag 3666096/693000
421.94/425.89	c cleaning 31205 clauses out of 169884 with flag 3878212/731000
448.04/451.83	c cleaning 32320 clauses out of 177676 with flag 4103551/770001
475.20/479.19	c cleaning 33040 clauses out of 185354 with flag 4329537/810000
504.05/508.31	c cleaning 33738 clauses out of 193314 with flag 4567130/851000
533.36/537.55	c cleaning 34740 clauses out of 201575 with flag 4810186/893000
563.47/567.88	c cleaning 35417 clauses out of 209832 with flag 5056402/936000
594.84/599.43	c cleaning 36376 clauses out of 218414 with flag 5320097/980000
628.09/632.64	c cleaning 37172 clauses out of 227035 with flag 5592015/1025000
662.56/667.14	c cleaning 38432 clauses out of 235863 with flag 5865074/1071000
697.20/702.10	c cleaning 39362 clauses out of 244430 with flag 6142674/1118000
733.94/738.94	c cleaning 40499 clauses out of 253065 with flag 6435821/1166000
772.02/778.12	c cleaning 41297 clauses out of 261564 with flag 6734019/1215000
811.83/818.67	c cleaning 41833 clauses out of 270267 with flag 7042404/1265000
851.79/858.98	c cleaning 42743 clauses out of 279430 with flag 7352225/1316000
895.34/902.71	c cleaning 43125 clauses out of 288686 with flag 7679737/1368002
938.28/946.10	c cleaning 44128 clauses out of 298553 with flag 8002273/1421000
983.09/991.20	c cleaning 46031 clauses out of 308425 with flag 8342802/1475000
1029.96/1039.48	c cleaning 45887 clauses out of 317394 with flag 8686278/1530001
1077.44/1087.73	c cleaning 47134 clauses out of 327506 with flag 9046249/1586000
1126.83/1137.10	c cleaning 48228 clauses out of 337371 with flag 9415052/1643000
1177.94/1188.28	c cleaning 49170 clauses out of 347141 with flag 9788136/1701000
1232.35/1243.17	c cleaning 50126 clauses out of 356972 with flag 10162900/1760002
1284.78/1295.88	c cleaning 51138 clauses out of 366843 with flag 10543086/1820001
1341.63/1352.76	c cleaning 51774 clauses out of 376704 with flag 10937124/1881001
1397.08/1408.07	c cleaning 52814 clauses out of 386928 with flag 11338041/1943001
1455.50/1466.81	c cleaning 53948 clauses out of 397112 with flag 11756861/2006000
1515.24/1528.29	c cleaning 54655 clauses out of 407162 with flag 12171455/2070001
1578.59/1591.66	c cleaning 55628 clauses out of 417506 with flag 12607194/2135000
1643.40/1656.65	c cleaning 56669 clauses out of 427878 with flag 13055293/2201000
1709.55/1723.19	c cleaning 57436 clauses out of 438210 with flag 13500936/2268002
1778.20/1791.94	c cleaning 58312 clauses out of 448772 with flag 13964460/2336000
1849.73/1864.35	c cleaning 59677 clauses out of 459460 with flag 14437809/2405001
1920.46/1935.44	c cleaning 60132 clauses out of 469782 with flag 14908555/2475000
1993.80/2008.82	c cleaning 61411 clauses out of 480650 with flag 15392217/2546000
2069.31/2084.78	c cleaning 62395 clauses out of 491237 with flag 15889642/2618000
2146.12/2162.65	c cleaning 63200 clauses out of 501840 with flag 16392195/2691000
2226.24/2242.78	c cleaning 64358 clauses out of 512641 with flag 16916677/2765001
2307.13/2324.26	c cleaning 65172 clauses out of 523281 with flag 17444219/2840000
2390.89/2408.17	c cleaning 66068 clauses out of 534108 with flag 17975920/2916000
2478.37/2496.13	c cleaning 66939 clauses out of 545042 with flag 18530549/2993002
2567.18/2585.22	c cleaning 67574 clauses out of 556104 with flag 19110682/3071003
2660.18/2677.85	c cleaning 68928 clauses out of 567527 with flag 19682601/3150000
2752.12/2770.03	c cleaning 70032 clauses out of 578599 with flag 20263812/3230001
2849.19/2866.86	c cleaning 70759 clauses out of 589568 with flag 20859270/3311003
2946.08/2963.87	c cleaning 71919 clauses out of 600805 with flag 21471966/3393001
3046.12/3063.57	c cleaning 72747 clauses out of 611885 with flag 22081714/3476000
3149.81/3167.16	c cleaning 73814 clauses out of 623139 with flag 22730337/3560002
3256.45/3273.45	c cleaning 74460 clauses out of 634322 with flag 23360894/3645001
3362.64/3379.61	c cleaning 75810 clauses out of 645859 with flag 24013276/3731000
3472.69/3489.33	c cleaning 76685 clauses out of 657050 with flag 24669898/3818002
3584.27/3601.84	c cleaning 77978 clauses out of 668363 with flag 25328615/3906000
3600.01/3617.12	c starts		: 23798
3600.01/3617.12	c timeout
3600.01/3617.12	c conflicts		: 3923155
3600.01/3617.12	c decisions		: 151139920
3600.01/3617.12	c propagations		: 4034504509
3600.01/3617.12	c inspects		: 17328850690
3600.01/3617.12	c shortcuts		: 0
3600.01/3617.12	c learnt literals	: 176
3600.01/3617.12	c learnt binary clauses	: 249696
3600.01/3617.12	c learnt ternary clauses	: 221283
3600.01/3617.12	c learnt constraints	: 3922979
3600.01/3617.12	c ignored constraints	: 0
3600.01/3617.12	c root simplifications	: 0
3600.01/3617.12	c removed literals (reason simplification)	: 38058456
3600.01/3617.12	c reason swapping (by a shorter reason)	: 0
3600.01/3617.12	c Calls to reduceDB	: 84
3600.01/3617.12	c Number of update (reduction) of LBD	: 2804834
3600.01/3617.12	c Imported unit clauses	: 0
3600.01/3617.12	c No decision after first conflict	: false
3600.01/3617.12	c number of reductions to clauses (during analyze)	: 0
3600.01/3617.12	c number of learned constraints concerned by reduction	: 0
3600.01/3617.12	c number of learning phase by resolution	: 0
3600.01/3617.12	c number of learning phase by cutting planes	: 0
3600.01/3617.12	c number of rounding to 1 operations	: 0
3600.01/3617.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3617.12	c number of reductions of the coefficients by power 2 	: 0
3600.01/3617.12	c number of right shift for reduction by power 2 	: 0
3600.01/3617.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3617.12	c number of ending skipping 	: 0
3600.01/3617.12	c number of internal skipping 	: 0
3600.01/3617.12	c number of derivation steps 	: 0
3600.01/3617.12	c number of skipped derivation steps 	: 0
3600.01/3617.12	c number of remaining unassigned 	: 0
3600.01/3617.12	c number of remaining assigned 	: 0
3600.01/3617.12	c number of falsified literals weakened from reason	: 0
3600.01/3617.12	c number of falsified literals weakened from conflict	: 0
3600.01/3617.12	c time for arithmetic operations	: 0
3600.01/3617.12	c minimum degree of deleted constraints	: null
3600.01/3617.12	c maximum degree of deleted constraints	: null
3600.01/3617.13	c number of deleted constraints	: 0
3600.01/3617.13	c speed (assignments/second)	: 1115523.6952783635
3600.01/3617.13	c non guided choices	: 62152
3600.16/3617.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 357844
3600.16/3617.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 249696
3600.16/3617.21	s UNKNOWN
3600.16/3617.21	c Total wall clock time (in seconds): 3617.091

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: 63931 MiB (61127 MiB free)
  memory of node 1: 64510 MiB (44330 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=177981, runsolver pid=177978
Current StackSize limit: 8192 KiB


[startup+0.100281 s]*
/proc/loadavg: 4.67 4.27 4.19 6/334 177999
/proc/meminfo: memFree=107942856/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=18975048 memory=66440 CPUtime=0.14 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 7116 0 0 0 12 2 0 0 20 0 18 0 18973896 19430449152 16610 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4743762 16610 5575 1 0 549375 0
[pid=177981/tid=177983] ppid=177978 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 5696 0 0 0 7 1 0 0 20 0 18 0 18973897 19430449152 16610 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18973899 19430449152 16610 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=18975048 memory=14692998043934266 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18973900 19430449152 16610 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66440 KiB

[startup+0.221877 s]*
/proc/loadavg: 4.67 4.27 4.19 10/334 177999
/proc/meminfo: memFree=107908616/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=18975048 memory=90104 CPUtime=0.36 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 8720 0 0 0 33 3 0 0 20 0 18 0 18973896 19430449152 22526 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4743762 22526 5846 1 0 550396 0
[pid=177981/tid=177983] ppid=177978 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 5873 0 0 0 18 2 0 0 20 0 18 0 18973897 19430449152 22526 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=18975048 memory=1318339 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18973899 19430449152 22526 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18973900 19430449152 22526 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90104 KiB

[startup+0.306638 s]*
/proc/loadavg: 4.67 4.27 4.19 7/334 177999
/proc/meminfo: memFree=107882316/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=18975048 memory=117976 CPUtime=0.52 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 9040 0 0 0 49 3 0 0 20 0 18 0 18973896 19430449152 29494 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4743762 29494 5846 1 0 550568 0
[pid=177981/tid=177983] ppid=177978 vsize=18975048 memory=-8599167626664256188 CPUtime=0.28 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 5888 0 0 0 26 2 0 0 20 0 18 0 18973897 19430449152 29494 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18973899 19430449152 29494 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18973900 19430449152 29494 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 117976 KiB

[startup+0.704635 s]
/proc/loadavg: 4.67 4.27 4.19 7/336 178001
/proc/meminfo: memFree=107823988/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=177924 CPUtime=1.28 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 11399 0 0 0 123 5 0 0 20 0 20 0 18973896 19566772224 44481 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 44481 5894 1 0 552498 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=5552 CPUtime=0.64 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 5993 0 0 0 61 3 0 0 20 0 20 0 18973897 19566772224 44481 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 44481 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=280366875468456 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 44481 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 44481 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177924 KiB

[startup+1.50163 s]
/proc/loadavg: 4.67 4.27 4.19 6/336 178001
/proc/meminfo: memFree=107814016/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=182304 CPUtime=2.86 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 17682 0 0 0 280 6 0 0 20 0 20 0 18973896 19566772224 45576 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 45576 5913 1 0 553353 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=12348 CPUtime=1.41 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 6288 0 0 0 137 4 0 0 20 0 20 0 18973897 19566772224 45576 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 45576 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 45576 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=280366875321616 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 45576 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182304 KiB

[startup+3.10716 s]
/proc/loadavg: 4.67 4.27 4.19 5/336 178003
/proc/meminfo: memFree=107772640/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=203772 CPUtime=5.48 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 22602 0 0 0 540 8 0 0 20 0 20 0 18973896 19566772224 50943 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 50943 5913 1 0 555587 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=0 CPUtime=2.95 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 1077936192 7202 0 0 0 291 4 0 0 20 0 20 0 18973897 19566772224 50943 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 50943 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 50943 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=11576 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 50943 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203772 KiB

[startup+6.30062 s]
/proc/loadavg: 4.62 4.26 4.18 7/336 178003
/proc/meminfo: memFree=107676744/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=210840 CPUtime=9.2 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 24829 0 0 0 911 9 0 0 20 0 20 0 18973896 19566772224 52710 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 52710 5929 1 0 556076 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=12348 CPUtime=6.07 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 7347 0 0 0 602 5 0 0 20 0 20 0 18973897 19566772224 52710 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 52710 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=4282250982106953258 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 52710 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=182304 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 52710 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 9.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210840 KiB

[startup+12.7006 s]
/proc/loadavg: 4.57 4.26 4.18 5/337 178005
/proc/meminfo: memFree=107408952/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=321732 CPUtime=15.64 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 28916 0 0 0 1550 14 0 0 20 0 20 0 18973896 19566772224 80433 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 80433 5929 1 0 556076 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=0 CPUtime=12.33 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 8500 0 0 0 1226 7 0 0 20 0 20 0 18973897 19566772224 80433 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 80433 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=321732 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 80433 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 80433 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 15.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 321732 KiB

[startup+25.5003 s]
/proc/loadavg: 4.44 4.24 4.18 5/337 178007
/proc/meminfo: memFree=106776348/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=612704 CPUtime=28.45 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 33328 0 0 0 2822 23 0 0 20 0 20 0 18973896 19566772224 153176 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 153176 5929 1 0 556076 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=321732 CPUtime=24.84 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 10186 0 0 0 2470 14 0 0 20 0 20 0 18973897 19566772224 153176 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=-8599167626664256188 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 153176 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=61340 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 153176 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 153176 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 28.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 612704 KiB

[startup+51.1058 s]
/proc/loadavg: 4.35 4.24 4.18 5/337 178010
/proc/meminfo: memFree=105777276/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=1010100 CPUtime=54.05 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 38823 0 0 0 5367 38 0 0 20 0 20 0 18973896 19566772224 252525 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 252525 5929 1 0 556076 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=782756 CPUtime=50.07 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 12787 0 0 0 4983 24 0 0 20 0 20 0 18973897 19566772224 252525 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=61340 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 252525 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0

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

[startup+3282.3 s]
/proc/loadavg: 4.24 4.25 4.20 5/334 180265
/proc/meminfo: memFree=100608332/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2191964 CPUtime=3265.27 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 254166 0 0 0 325753 774 0 0 20 0 20 0 18973896 19566772224 547991 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 547991 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=11576 CPUtime=3215.09 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 98402 0 0 0 320855 654 0 0 20 0 20 0 18973897 19566772224 547991 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2832 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=61340 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 547991 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=2191964 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2154 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 547991 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=61340 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 547991 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3265.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2191964 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.21 4.19 5/335 180277
/proc/meminfo: memFree=100366404/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2192000 CPUtime=3325.34 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 256412 0 0 0 331747 787 0 0 20 0 20 0 18973896 19566772224 548000 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 548000 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=2191964 CPUtime=3274.38 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 99134 0 0 0 326773 665 0 0 20 0 20 0 18973897 19566772224 548000 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2845 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=11576 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 548000 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=39132 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2215 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 548000 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=-8599167626664256188 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 548000 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3325.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2192000 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/339 180348
/proc/meminfo: memFree=100117856/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2195396 CPUtime=3385.73 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 263219 0 0 0 337774 799 0 0 20 0 20 0 18973896 19566772224 548849 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 548849 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=39132 CPUtime=3333.82 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 101311 0 0 0 332707 675 0 0 20 0 20 0 18973897 19566772224 548849 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2854 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=2192000 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 548849 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=33188 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2215 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 548849 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=61340 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 548849 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3385.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.18 4.18 5/340 180362
/proc/meminfo: memFree=99892892/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2195484 CPUtime=3445.65 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 263591 0 0 0 343756 809 0 0 20 0 20 0 18973896 19566772224 548871 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 548871 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=39132 CPUtime=3392.98 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 101601 0 0 0 338614 684 0 0 20 0 20 0 18973897 19566772224 548871 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2864 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=2192000 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 548871 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=2195484 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2215 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 548871 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=11576 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 548871 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3445.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/340 180374
/proc/meminfo: memFree=99647084/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2195488 CPUtime=3505.36 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 265435 0 0 0 349716 820 0 0 20 0 20 0 18973896 19566772224 548872 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 548872 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=2195484 CPUtime=3452.13 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 102894 0 0 0 344519 694 0 0 20 0 20 0 18973897 19566772224 548872 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2876 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=2195484 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 548872 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=2195488 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 548872 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=11576 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 548872 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3505.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.18 4.18 4/339 180384
/proc/meminfo: memFree=99414780/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2195492 CPUtime=3564.83 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 265758 0 0 0 355652 831 0 0 20 0 20 0 18973896 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 548873 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=2195488 CPUtime=3510.69 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 103014 0 0 0 350367 702 0 0 20 0 20 0 18973897 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2917 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=1800 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=11576 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2279 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=7988 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3564.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.11 s]
/proc/loadavg: 4.00 4.14 4.17 4/313 180424
/proc/meminfo: memFree=107810860/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19108176 memory=2195492 CPUtime=3600.01 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 267536 0 0 0 359163 838 0 0 20 0 20 0 18973896 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4777044 548873 5942 1 0 558327 0
[pid=177981/tid=177983] ppid=177978 vsize=19108176 memory=11576 CPUtime=3545.27 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) R 177978 177981 172927 0 -1 4194368 103172 0 0 0 353818 709 0 0 20 0 20 0 18973897 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2919 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19108176 memory=2195488 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18973899 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2282 0 0 0 0 0 0 0 20 0 20 0 18973900 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=178001] ppid=177978 vsize=19108176 memory=-8599167626664256188 CPUtime=0 cores=0,2
/proc/177981/task/178001/stat : 178001 (Timer-0) S 177978 177981 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18973940 19566772224 548873 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195492 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.79 s, system=8.39971 s

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

[startup+3617.2 s]
/proc/loadavg: 4.00 4.14 4.17 4/313 180424
/proc/meminfo: memFree=107810860/131524600 swapFree=131055772/131071996
[pid=177981] ppid=177978 vsize=19307868 memory=2196144 CPUtime=3600.16 cores=0,2
/proc/177981/stat : 177981 (java) S 177978 177981 172927 0 -1 1077936128 268877 0 0 0 359177 839 0 0 20 0 21 0 18973896 19771256832 549036 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
/proc/177981/statm: 4826967 549036 5941 1 0 559254 0
[pid=177981/tid=177983] ppid=177978 vsize=19307868 memory=1318667 CPUtime=3545.29 cores=0,2
/proc/177981/task/177983/stat : 177983 (java) S 177978 177981 172927 0 -1 1077936192 103336 0 0 0 353820 709 0 0 20 0 21 0 18973897 19771256832 549036 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2920 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177992] ppid=177978 vsize=19307868 memory=2195492 CPUtime=0 cores=0,2
/proc/177981/task/177992/stat : 177992 (Finalizer) S 177978 177981 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18973899 19771256832 549036 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
[pid=177981/tid=177999] ppid=177978 vsize=19307868 memory=16012 CPUtime=0 cores=0,2
/proc/177981/task/177999/stat : 177999 (Common-Cleaner) S 177978 177981 172927 0 -1 1077936192 2282 0 0 0 0 0 0 0 20 0 21 0 18973900 19771256832 549036 134679101440 94779455209472 94779455213168 140731567375008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779455220984 94779455221776 94779470647296 140731567383467 140731567383649 140731567383649 140731567390664 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2196144 KiB

Child status: 143

Real time (s): 3617.22
CPU time (s): 3600.19
CPU user time (s): 3591.79
CPU system time (s): 8.39971
CPU usage (%): 99.529
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2196144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.79
system time used= 8.39971
maximum resident set size= 2196208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12098784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115698
involuntary context switches= 33318


# summary of solver processes directly reported to runsolver:
#   pid: 177981
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3591.79
#   total CPU system time (s): 8.39971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.73319 second user time and 18.8314 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-24 14:33:56
IDJOB=4446752
IDBENCH=158301
IDSOLVER=3079
FILE ID=nodeC035/4446752-1721824436
RUNJOBID= nodeC035-1721817189-172937
SLURM_JOB_ID= 7816901
Free space on /tmp= 890036 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K179.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-4446752-1721824436/watcher-4446752-1721824436 -o /tmp/evaluation-result-4446752-1721824436/solver-4446752-1721824436 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721817189-172937 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446752-1721824436 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446752-1721824436.opb

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

MD5SUM BENCH= 84aa92d361920570c4f42a7fa8308fed
RANDOM SEED=1229844477

nodeC035.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		: 3599.828
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.54
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		: 3683.984
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	: 7006.93
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.764
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.54
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		: 3600.121
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	: 7006.93
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		: 3645.658
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.54
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		: 3681.974
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	: 7006.93
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		: 3645.677
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.54
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		: 3600.052
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	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107989612 kB
MemAvailable:   123777428 kB
Buffers:          257160 kB
Cached:         16306328 kB
SwapCached:         3464 kB
Active:          2290896 kB
Inactive:       20536884 kB
Active(anon):       1924 kB
Inactive(anon):  6307692 kB
Active(file):    2288972 kB
Inactive(file): 14229192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055772 kB
Dirty:             60828 kB
Writeback:             0 kB
AnonPages:       6259968 kB
Mapped:           127352 kB
Shmem:             45208 kB
KReclaimable:     218596 kB
Slab:             341084 kB
SReclaimable:     218596 kB
SUnreclaim:       122488 kB
KernelStack:        5124 kB
PageTables:        22628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12172200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5961728 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC035 at 2024-07-24 15:34:14