Trace number 4446632

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.18 3604.42

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K157.opb
MD5SUM1aa29222329f307e3e004dcb472df849
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 benchmark2164.15
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18683
Total number of constraints18999
Number of constraints which are clauses18842
Number of constraints which are cardinality constraints (but not clauses)157
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint157
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 158
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.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4446632-1721824414.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.53/0.39	c ... done. Wall clock time 0.266s.
0.53/0.39	c declared #vars     18683
0.53/0.39	c #constraints  18999
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2028
0.53/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 157
0.53/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16812
0.53/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.53/0.39	c 18999 constraints processed.
4.98/2.70	c cleaning 2486 clauses out of 4994 with flag 22205/5000
7.42/4.99	c cleaning 4233 clauses out of 8504 with flag 53887/11000
10.27/7.54	c cleaning 5632 clauses out of 11263 with flag 92542/18000
13.31/10.48	c cleaning 6780 clauses out of 13625 with flag 133743/26001
16.83/13.96	c cleaning 7898 clauses out of 15833 with flag 179147/35001
20.75/17.83	c cleaning 8498 clauses out of 17921 with flag 230050/45001
25.17/22.29	c cleaning 9045 clauses out of 20415 with flag 290500/56005
30.35/27.42	c cleaning 9793 clauses out of 23356 with flag 350197/68000
35.88/33.02	c cleaning 10653 clauses out of 26554 with flag 414292/81000
42.03/39.12	c cleaning 11582 clauses out of 29896 with flag 483316/95000
48.58/45.63	c cleaning 12283 clauses out of 33309 with flag 557134/110000
55.55/52.57	c cleaning 13061 clauses out of 37023 with flag 636894/126000
63.19/60.10	c cleaning 13854 clauses out of 40956 with flag 721987/143000
71.35/68.22	c cleaning 14494 clauses out of 45096 with flag 811221/161000
80.08/76.99	c cleaning 15794 clauses out of 49597 with flag 910388/180000
89.20/86.08	c cleaning 16352 clauses out of 53801 with flag 1013393/200000
98.96/96.32	c cleaning 17036 clauses out of 58447 with flag 1121346/221004
109.27/106.69	c cleaning 17905 clauses out of 63398 with flag 1236500/243000
120.67/118.04	c cleaning 18934 clauses out of 68493 with flag 1356928/266002
132.28/129.94	c cleaning 19746 clauses out of 73554 with flag 1480887/290000
144.89/142.56	c cleaning 20614 clauses out of 78799 with flag 1611749/315000
158.01/155.81	c cleaning 21293 clauses out of 84177 with flag 1748314/341000
171.59/169.48	c cleaning 21844 clauses out of 89883 with flag 1894928/368000
185.97/183.72	c cleaning 22976 clauses out of 96037 with flag 2048188/396000
201.33/199.19	c cleaning 23632 clauses out of 102057 with flag 2208714/425001
218.09/215.87	c cleaning 24699 clauses out of 108422 with flag 2377794/455001
235.38/233.26	c cleaning 25461 clauses out of 114719 with flag 2555408/486000
253.62/251.45	c cleaning 26473 clauses out of 121252 with flag 2739696/518000
272.47/270.10	c cleaning 27269 clauses out of 127780 with flag 2927604/551001
291.64/289.28	c cleaning 28188 clauses out of 134507 with flag 3121399/585000
312.08/309.76	c cleaning 28877 clauses out of 141320 with flag 3322163/620002
334.04/331.68	c cleaning 29723 clauses out of 148433 with flag 3530723/656000
356.38/353.94	c cleaning 30701 clauses out of 155708 with flag 3739749/693002
379.24/376.85	c cleaning 31369 clauses out of 163001 with flag 3962573/731000
404.04/401.64	c cleaning 32464 clauses out of 170632 with flag 4194246/770000
429.58/427.13	c cleaning 33019 clauses out of 178167 with flag 4445825/810000
455.30/452.77	c cleaning 34183 clauses out of 186150 with flag 4686027/851003
482.31/479.65	c cleaning 35127 clauses out of 193962 with flag 4947566/893000
509.89/507.15	c cleaning 35880 clauses out of 201835 with flag 5207807/936000
539.93/536.89	c cleaning 36849 clauses out of 209955 with flag 5480377/980000
570.35/567.22	c cleaning 37800 clauses out of 218106 with flag 5756879/1025003
601.71/598.54	c cleaning 38800 clauses out of 226303 with flag 6039811/1071000
634.79/631.51	c cleaning 39574 clauses out of 234503 with flag 6346270/1118000
667.88/664.52	c cleaning 40368 clauses out of 242931 with flag 6644148/1166003
702.15/698.79	c cleaning 41348 clauses out of 251556 with flag 6949318/1215000
737.98/734.79	c cleaning 42398 clauses out of 260208 with flag 7263871/1265000
775.13/772.22	c cleaning 43425 clauses out of 268809 with flag 7593162/1316000
812.93/809.99	c cleaning 44188 clauses out of 277381 with flag 7930292/1368000
852.77/850.13	c cleaning 45051 clauses out of 286194 with flag 8280931/1421001
894.03/891.75	c cleaning 45904 clauses out of 295143 with flag 8637937/1475001
937.52/935.76	c cleaning 47098 clauses out of 304238 with flag 9021702/1530000
981.61/979.98	c cleaning 47806 clauses out of 313140 with flag 9400095/1586000
1026.98/1026.39	c cleaning 49331 clauses out of 322332 with flag 9780436/1643000
1073.41/1072.89	c cleaning 49614 clauses out of 331002 with flag 10171377/1701001
1121.62/1121.24	c cleaning 50711 clauses out of 340389 with flag 10575636/1760002
1169.66/1169.38	c cleaning 51984 clauses out of 349677 with flag 10993122/1820001
1221.30/1220.66	c cleaning 52561 clauses out of 358691 with flag 11417426/1881000
1275.47/1275.03	c cleaning 53274 clauses out of 368129 with flag 11843180/1943000
1329.41/1329.07	c cleaning 54756 clauses out of 377855 with flag 12285125/2006000
1387.04/1386.60	c cleaning 55327 clauses out of 387099 with flag 12753020/2070002
1445.09/1444.29	c cleaning 56538 clauses out of 396769 with flag 13225798/2135000
1503.88/1503.09	c cleaning 57612 clauses out of 406231 with flag 13703356/2201000
1564.98/1564.53	c cleaning 58511 clauses out of 415620 with flag 14189439/2268002
1627.66/1627.19	c cleaning 59201 clauses out of 425106 with flag 14700677/2336000
1695.61/1695.35	c cleaning 59991 clauses out of 434904 with flag 15265488/2405000
1763.18/1763.03	c cleaning 61308 clauses out of 444913 with flag 15780616/2475000
1833.67/1833.50	c cleaning 62459 clauses out of 454605 with flag 16314175/2546000
1903.93/1903.88	c cleaning 62850 clauses out of 464151 with flag 16855137/2618007
1976.14/1976.31	c cleaning 64212 clauses out of 474293 with flag 17392482/2691001
2050.83/2050.55	c cleaning 65084 clauses out of 484079 with flag 17957746/2765001
2124.74/2124.55	c cleaning 66526 clauses out of 493994 with flag 18524168/2840000
2203.39/2202.51	c cleaning 66889 clauses out of 503468 with flag 19107298/2916000
2283.86/2283.28	c cleaning 68017 clauses out of 513578 with flag 19705234/2993000
2366.80/2366.39	c cleaning 68911 clauses out of 523560 with flag 20324951/3071000
2451.74/2450.83	c cleaning 70092 clauses out of 533649 with flag 20930999/3150001
2539.46/2538.56	c cleaning 71011 clauses out of 543556 with flag 21578915/3230001
2631.06/2629.95	c cleaning 71873 clauses out of 553544 with flag 22228930/3311000
2723.50/2722.02	c cleaning 73080 clauses out of 563671 with flag 22896171/3393001
2820.36/2818.37	c cleaning 73893 clauses out of 573588 with flag 23568909/3476000
2920.60/2918.96	c cleaning 74413 clauses out of 583695 with flag 24265312/3560000
3022.92/3023.21	c cleaning 75564 clauses out of 594284 with flag 24992443/3645002
3121.54/3122.70	c cleaning 77006 clauses out of 604721 with flag 25697135/3731004
3224.77/3226.22	c cleaning 78105 clauses out of 614710 with flag 26392340/3818000
3328.79/3331.26	c cleaning 78910 clauses out of 624605 with flag 27118432/3906001
3439.05/3441.83	c cleaning 79520 clauses out of 634695 with flag 27883707/3995003
3554.10/3558.46	c cleaning 80764 clauses out of 645171 with flag 28669855/4085001
3600.00/3604.31	c starts		: 27269
3600.00/3604.31	c timeout
3600.00/3604.32	c conflicts		: 4127890
3600.00/3604.32	c decisions		: 125806677
3600.00/3604.32	c propagations		: 3792902189
3600.00/3604.32	c inspects		: 18216945984
3600.00/3604.32	c shortcuts		: 0
3600.00/3604.32	c learnt literals	: 237
3600.00/3604.32	c learnt binary clauses	: 218876
3600.00/3604.32	c learnt ternary clauses	: 206608
3600.00/3604.32	c learnt constraints	: 4127653
3600.00/3604.32	c ignored constraints	: 0
3600.00/3604.32	c root simplifications	: 0
3600.00/3604.32	c removed literals (reason simplification)	: 44554808
3600.00/3604.32	c reason swapping (by a shorter reason)	: 0
3600.00/3604.32	c Calls to reduceDB	: 86
3600.00/3604.32	c Number of update (reduction) of LBD	: 3184885
3600.00/3604.32	c Imported unit clauses	: 0
3600.00/3604.32	c No decision after first conflict	: false
3600.00/3604.32	c number of reductions to clauses (during analyze)	: 0
3600.00/3604.33	c number of learned constraints concerned by reduction	: 0
3600.00/3604.33	c number of learning phase by resolution	: 0
3600.00/3604.33	c number of learning phase by cutting planes	: 0
3600.00/3604.33	c number of rounding to 1 operations	: 0
3600.00/3604.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3604.33	c number of reductions of the coefficients by power 2 	: 0
3600.00/3604.33	c number of right shift for reduction by power 2 	: 0
3600.00/3604.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3604.33	c number of ending skipping 	: 0
3600.00/3604.33	c number of internal skipping 	: 0
3600.00/3604.33	c number of derivation steps 	: 0
3600.00/3604.33	c number of skipped derivation steps 	: 0
3600.00/3604.33	c number of remaining unassigned 	: 0
3600.00/3604.33	c number of remaining assigned 	: 0
3600.00/3604.33	c number of falsified literals weakened from reason	: 0
3600.00/3604.33	c number of falsified literals weakened from conflict	: 0
3600.00/3604.33	c time for arithmetic operations	: 0
3600.00/3604.33	c minimum degree of deleted constraints	: null
3600.00/3604.33	c maximum degree of deleted constraints	: null
3600.00/3604.33	c number of deleted constraints	: 0
3600.00/3604.33	c speed (assignments/second)	: 1052441.4577175665
3600.00/3604.33	c non guided choices	: 36627
3600.15/3604.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 388419
3600.15/3604.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 218876
3600.15/3604.41	s UNKNOWN
3600.15/3604.41	c Total wall clock time (in seconds): 3604.285

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446632-1721824414/watcher-4446632-1721824414 -o /tmp/evaluation-result-4446632-1721824414/solver-4446632-1721824414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721817187-185316 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4446632-1721824414 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446632-1721824414.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=189883, runsolver pid=189880
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.14 4.15 4.17 5/338 189901
/proc/meminfo: memFree=111985092/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=18975048 memory=65056 CPUtime=0.13 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 7231 0 0 0 11 2 0 0 20 0 18 0 18970490 19430449152 16264 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4743762 16264 5619 1 0 549356 0
[pid=189883/tid=189885] ppid=189880 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 5774 0 0 0 7 1 0 0 20 0 18 0 18970490 19430449152 16264 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970493 19430449152 16264 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=18975048 memory=14973373508739867 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18970493 19430449152 16264 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65056 KiB

[startup+0.205886 s]*
/proc/loadavg: 4.14 4.15 4.17 7/338 189901
/proc/meminfo: memFree=111965476/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=18976112 memory=84652 CPUtime=0.34 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 8592 0 0 0 31 3 0 0 20 0 18 0 18970490 19431538688 21163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4744028 21163 5848 1 0 550436 0
[pid=189883/tid=189885] ppid=189880 vsize=18976112 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 5941 0 0 0 17 2 0 0 20 0 18 0 18970490 19431538688 21163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=18976112 memory=1015694 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970493 19431538688 21163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=18976112 memory=14690799019361963 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18970493 19431538688 21163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18976112 KiB
Current children cumulated memory: 84652 KiB

[startup+0.30689 s]*
/proc/loadavg: 4.14 4.15 4.17 6/338 189901
/proc/meminfo: memFree=111935404/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=18975048 memory=117132 CPUtime=0.53 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 9242 0 0 0 49 4 0 0 20 0 18 0 18970490 19430449152 29283 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4743762 29283 5848 1 0 550641 0
[pid=189883/tid=189885] ppid=189880 vsize=18975048 memory=-9175347994895884988 CPUtime=0.28 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 5966 0 0 0 26 2 0 0 20 0 18 0 18970490 19430449152 29283 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970493 19430449152 29283 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18970493 19430449152 29283 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 117132 KiB

[startup+0.70089 s]
/proc/loadavg: 4.14 4.15 4.17 7/340 189903
/proc/meminfo: memFree=111879836/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=172312 CPUtime=1.29 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 11161 0 0 0 123 6 0 0 20 0 20 0 18970490 19566772224 43078 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 43078 5864 1 0 552025 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=5616 CPUtime=0.62 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 6068 0 0 0 59 3 0 0 20 0 20 0 18970490 19566772224 43078 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 43078 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=280824557920936 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 43078 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 43078 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172312 KiB

[startup+1.51089 s]
/proc/loadavg: 4.14 4.15 4.17 8/340 189903
/proc/meminfo: memFree=111873216/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=177724 CPUtime=2.88 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 16858 0 0 0 281 7 0 0 20 0 20 0 18970490 19566772224 44431 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 44431 5873 1 0 553135 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=12404 CPUtime=1.4 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 6429 0 0 0 136 4 0 0 20 0 20 0 18970490 19566772224 44431 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 44431 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 44431 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=280824557774096 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 44431 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177724 KiB

[startup+3.10572 s]
/proc/loadavg: 4.14 4.15 4.17 5/340 189903
/proc/meminfo: memFree=111834324/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=202196 CPUtime=5.41 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 22534 0 0 0 532 9 0 0 20 0 20 0 18970490 19566772224 50549 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 50549 5873 1 0 555471 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 7498 0 0 0 290 5 0 0 20 0 20 0 18970490 19566772224 50549 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 50549 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 50549 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 50549 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202196 KiB

[startup+6.30027 s]
/proc/loadavg: 4.13 4.15 4.17 5/340 189903
/proc/meminfo: memFree=111747308/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=212880 CPUtime=9.06 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 24195 0 0 0 895 11 0 0 20 0 20 0 18970490 19566772224 53220 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 53220 5873 1 0 556565 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=12404 CPUtime=6.11 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 7510 0 0 0 605 6 0 0 20 0 20 0 18970490 19566772224 53220 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 53220 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=-8815664730926849397 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 53220 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=177872 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 53220 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 9.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 212880 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.14 4.16 3/340 189905
/proc/meminfo: memFree=111556076/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=364652 CPUtime=15.63 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 29001 0 0 0 1547 16 0 0 20 0 20 0 18970490 19566772224 91163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 91163 5888 1 0 556565 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=0 CPUtime=12.4 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 8408 0 0 0 1230 10 0 0 20 0 20 0 18970490 19566772224 91163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 91163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=346192 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 91163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 91163 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 364652 KiB

[startup+25.5009 s]
/proc/loadavg: 4.17 4.15 4.17 5/340 189907
/proc/meminfo: memFree=111181876/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=618772 CPUtime=28.48 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 33460 0 0 0 2822 26 0 0 20 0 20 0 18970490 19566772224 154693 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 154693 5888 1 0 556565 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=346192 CPUtime=25.01 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 10414 0 0 0 2485 16 0 0 20 0 20 0 18970490 19566772224 154693 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=-9175347994895884988 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 154693 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=69436 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 154693 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 154693 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 28.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 618772 KiB

[startup+51.1058 s]
/proc/loadavg: 4.19 4.16 4.17 5/338 189912
/proc/meminfo: memFree=110571896/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=983620 CPUtime=54.16 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 39786 0 0 0 5373 43 0 0 20 0 20 0 18970490 19566772224 245905 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 245905 5888 1 0 556565 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=883048 CPUtime=50.14 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 13053 0 0 0 4987 27 0 0 20 0 20 0 18970490 19566772224 245905 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=69436 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 245905 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0

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

[startup+3282.3 s]
/proc/loadavg: 4.25 4.26 4.26 5/338 191769
/proc/meminfo: memFree=56592660/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2186172 CPUtime=3280.46 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 297331 0 0 0 327242 804 0 0 20 0 20 0 18970490 19566772224 546543 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 546543 5915 1 0 558942 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=2186172 CPUtime=3229.65 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 118866 0 0 0 322296 669 0 0 20 0 20 0 18970490 19566772224 546543 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1861 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 546543 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3128 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 546543 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=2186172 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 546543 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3280.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2186172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.33 4.29 5/343 191952
/proc/meminfo: memFree=51588052/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2186176 CPUtime=3339.96 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 300797 0 0 0 333184 812 0 0 20 0 20 0 18970490 19566772224 546544 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 546544 5915 1 0 558942 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=11360 CPUtime=3288.62 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 120506 0 0 0 328187 675 0 0 20 0 20 0 18970490 19566772224 546544 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1924 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 546544 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=2186176 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3157 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 546544 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 546544 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3339.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2186176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.71 4.41 4.32 5/349 191969
/proc/meminfo: memFree=49997788/131524600 swapFree=131071472/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2186184 CPUtime=3399.71 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 311729 0 0 0 339147 824 0 0 20 0 20 0 18970490 19566772224 546546 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 546546 5915 1 0 558942 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=11360 CPUtime=3347.49 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 124930 0 0 0 334064 685 0 0 20 0 20 0 18970490 19566772224 546546 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1995 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=2186184 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 546546 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=2186184 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3182 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 546546 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=2186184 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 546546 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3399.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2186184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.40 4.32 5/348 192039
/proc/meminfo: memFree=47452556/131524600 swapFree=131071216/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2188868 CPUtime=3459.06 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 315732 0 0 0 345071 835 0 0 20 0 20 0 18970490 19566772224 547217 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 547217 5915 1 0 558942 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=11360 CPUtime=3405.96 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 126721 0 0 0 339901 695 0 0 20 0 20 0 18970490 19566772224 547217 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2086 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=-9175347994895884988 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547217 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=2188868 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3242 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547217 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=2186192 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 547217 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3459.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2188868 KiB

[startup+3522.3 s]
/proc/loadavg: 3.79 4.24 4.27 4/322 192082
/proc/meminfo: memFree=54612784/131524600 swapFree=131071216/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2188956 CPUtime=3518.25 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 317333 0 0 0 350980 845 0 0 20 0 20 0 18970490 19566772224 547239 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 547239 5915 1 0 558942 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=69436 CPUtime=3464.6 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 127961 0 0 0 345757 703 0 0 20 0 20 0 18970490 19566772224 547239 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2162 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=2188956 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547239 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3303 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547239 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 547239 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3518.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2188956 KiB

[startup+3582.3 s]
/proc/loadavg: 3.54 4.07 4.21 4/322 192094
/proc/meminfo: memFree=56256264/131524600 swapFree=131071216/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2189020 CPUtime=3577.98 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 322354 0 0 0 356939 859 0 0 20 0 20 0 18970490 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 547255 5915 1 0 558968 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=12404 CPUtime=3522.98 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 130024 0 0 0 351583 715 0 0 20 0 20 0 18970490 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2259 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=2188956 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=2189020 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3371 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3577.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 3.35 3.99 4.17 4/322 192098
/proc/meminfo: memFree=54181700/131524600 swapFree=131071216/131071996
[pid=189883] ppid=189880 vsize=19108176 memory=2189020 CPUtime=3600 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 323813 0 0 0 359138 862 0 0 20 0 20 0 18970490 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4777044 547255 5915 1 0 558968 0
[pid=189883/tid=189885] ppid=189880 vsize=19108176 memory=2186184 CPUtime=3544.78 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) R 189880 189883 185303 0 -1 4194368 130849 0 0 0 353761 717 0 0 20 0 20 0 18970490 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2259 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19108176 memory=2189020 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19108176 memory=2189020 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 18970493 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189903] ppid=189880 vsize=19108176 memory=16076 CPUtime=0 cores=5,7
/proc/189883/task/189903/stat : 189903 (Timer-0) S 189880 189883 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18970531 19566772224 547255 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.54 s, system=8.64187 s

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

[startup+3604.4 s]
/proc/loadavg: 3.35 3.99 4.17 4/322 192098
/proc/meminfo: memFree=54181700/131524600 swapFree=131071216/131071996
[pid=189883] ppid=189880 vsize=19307868 memory=2189708 CPUtime=3600.15 cores=5,7
/proc/189883/stat : 189883 (java) S 189880 189883 185303 0 -1 1077936128 325699 0 0 0 359152 863 0 0 20 0 21 0 18970490 19771256832 547427 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
/proc/189883/statm: 4826967 547427 5914 1 0 559915 0
[pid=189883/tid=189885] ppid=189880 vsize=19307868 memory=7944 CPUtime=3544.8 cores=5,7
/proc/189883/task/189885/stat : 189885 (java) S 189880 189883 185303 0 -1 1077936192 131066 0 0 0 353762 718 0 0 20 0 21 0 18970490 19771256832 547427 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2264 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189894] ppid=189880 vsize=19307868 memory=-9175347994895884988 CPUtime=0 cores=5,7
/proc/189883/task/189894/stat : 189894 (Finalizer) S 189880 189883 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18970493 19771256832 547427 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
[pid=189883/tid=189901] ppid=189880 vsize=19307868 memory=69436 CPUtime=0 cores=5,7
/proc/189883/task/189901/stat : 189901 (Common-Cleaner) S 189880 189883 185303 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 21 0 18970493 19771256832 547427 134679101440 94213009891328 94213009895024 140736806480112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94213009902840 94213009903632 94213017894912 140736806482859 140736806483041 140736806483041 140736806490056 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2189708 KiB

Child status: 143

Real time (s): 3604.42
CPU time (s): 3600.18
CPU user time (s): 3591.54
CPU system time (s): 8.64187
CPU usage (%): 99.8824
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2189708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.54
system time used= 8.64187
maximum resident set size= 2190528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325872
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12559840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116222
involuntary context switches= 12470


# summary of solver processes directly reported to runsolver:
#   pid: 189883
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3591.54
#   total CPU system time (s): 8.64187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57615 second user time and 18.2422 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-24 14:33:34
IDJOB=4446632
IDBENCH=158283
IDSOLVER=3079
FILE ID=nodeC025/4446632-1721824414
RUNJOBID= nodeC025-1721817187-185316
SLURM_JOB_ID= 7816884
Free space on /tmp= 889976 MiB

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

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

MD5SUM BENCH= 1aa29222329f307e3e004dcb472df849
RANDOM SEED=1019234138

nodeC025.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		: 3671.797
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.51
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		: 3668.823
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.49
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.868
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.51
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		: 3619.023
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.49
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		: 3671.785
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.51
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		: 3625.646
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.49
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.926
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.51
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		: 3622.681
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112029524 kB
MemAvailable:   118984172 kB
Buffers:          255692 kB
Cached:          7457284 kB
SwapCached:           20 kB
Active:          2542980 kB
Inactive:       16180332 kB
Active(anon):       1552 kB
Inactive(anon): 11062440 kB
Active(file):    2541428 kB
Inactive(file):  5117892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             34076 kB
Writeback:            12 kB
AnonPages:      11009744 kB
Mapped:           136600 kB
Shmem:             53908 kB
KReclaimable:     270304 kB
Slab:             396464 kB
SReclaimable:     270304 kB
SUnreclaim:       126160 kB
KernelStack:        5184 kB
PageTables:        31812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16542432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10711040 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:      377556 kB
DirectMap2M:    39241728 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC025 at 2024-07-24 15:33:39