Trace number 4506948

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 2025-06-06? (TO) 3600.41 3586.37

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
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.08/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.22	c See www.sat4j.org for details.
0.23/0.24	c version PB25.v20250606
0.23/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.26	c java.vm.version	22.0.1+8-16
0.23/0.26	c java.vm.vendor	Oracle Corporation
0.23/0.26	c sun.arch.data.model	64
0.23/0.26	c java.version		22.0.1
0.23/0.27	c os.name		Linux
0.23/0.27	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.27	c os.arch		amd64
0.23/0.27	c Free memory 		2104792832
0.23/0.28	c Max memory 		16282288128
0.23/0.28	c Total memory 		2113929216
0.23/0.28	c Number of processors 	2
0.37/0.39	c Pseudo Boolean Optimization by upper bound
0.37/0.39	c --- Begin Solver configuration ---
0.37/0.39	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.37/0.39	c Learn all clauses as in MiniSAT
0.37/0.39	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.39	c Expensive reason simplification
0.37/0.39	c Glucose 2.1 dynamic restart strategy
0.37/0.39	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.37/0.39	c timeout=2147483s
0.37/0.39	c DB Simplification allowed=false
0.37/0.39	c Listener: none
0.37/0.39	c --- End Solver configuration ---
0.37/0.40	c solving HOME/instance-4506948-1751182786.opb
0.37/0.40	c reading problem ... 
0.37/0.40	c  no objective function found
1.47/0.94	c ... done. Wall clock time 0.532s.
1.47/0.94	c declared #vars     15827
1.47/0.94	c #constraints  16095
1.47/0.94	c constraints type 
1.47/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
1.47/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
1.47/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
1.47/0.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.47/0.94	c 16095 constraints processed.
5.23/3.40	c cleaning 2495 clauses out of 4993 with flag 26365/5002
7.49/5.30	c cleaning 4238 clauses out of 8491 with flag 59449/11000
10.41/7.37	c cleaning 5588 clauses out of 11249 with flag 97941/18000
13.39/9.79	c cleaning 6802 clauses out of 13659 with flag 145130/26000
16.29/12.65	c cleaning 7889 clauses out of 15857 with flag 195232/35001
19.50/15.82	c cleaning 8939 clauses out of 17961 with flag 247544/45000
22.90/19.25	c cleaning 9149 clauses out of 20018 with flag 305582/56000
26.81/23.16	c cleaning 9984 clauses out of 22866 with flag 373982/68001
31.38/27.49	c cleaning 10598 clauses out of 25870 with flag 441764/81000
36.29/32.36	c cleaning 11399 clauses out of 29265 with flag 513803/95000
41.38/37.44	c cleaning 12454 clauses out of 32858 with flag 596222/110000
47.62/43.64	c cleaning 13016 clauses out of 36401 with flag 679357/126002
54.55/50.56	c cleaning 13983 clauses out of 40383 with flag 764354/143002
61.30/57.26	c cleaning 14815 clauses out of 44395 with flag 860443/161000
68.38/64.23	c cleaning 15775 clauses out of 48572 with flag 963462/180000
75.56/71.49	c cleaning 16324 clauses out of 52793 with flag 1072636/200000
83.54/79.37	c cleaning 17118 clauses out of 57467 with flag 1189001/221000
92.02/87.84	c cleaning 18152 clauses out of 62342 with flag 1313249/243003
100.99/96.76	c cleaning 18794 clauses out of 67183 with flag 1439871/266000
111.27/106.90	c cleaning 19828 clauses out of 72386 with flag 1571842/290000
122.24/117.90	c cleaning 20774 clauses out of 77564 with flag 1716774/315010
133.61/129.21	c cleaning 21515 clauses out of 82777 with flag 1869866/341001
145.70/141.27	c cleaning 22129 clauses out of 88260 with flag 2030225/368001
157.58/153.20	c cleaning 23137 clauses out of 94123 with flag 2194628/396000
170.13/165.64	c cleaning 24254 clauses out of 99983 with flag 2359859/425000
184.29/179.78	c cleaning 25015 clauses out of 105726 with flag 2535578/455000
198.37/193.73	c cleaning 25933 clauses out of 111710 with flag 2715661/486000
213.44/208.89	c cleaning 26661 clauses out of 117775 with flag 2907920/518000
230.79/226.19	c cleaning 27796 clauses out of 124113 with flag 3108742/551001
247.93/243.23	c cleaning 28277 clauses out of 130312 with flag 3316946/585000
266.40/261.35	c cleaning 29483 clauses out of 137034 with flag 3533816/620002
285.52/280.46	c cleaning 30151 clauses out of 143544 with flag 3746163/656000
305.24/300.17	c cleaning 31062 clauses out of 150391 with flag 3975586/693001
325.68/320.47	c cleaning 31967 clauses out of 157327 with flag 4217881/731000
349.12/343.84	c cleaning 32977 clauses out of 164365 with flag 4467943/770006
370.70/365.39	c cleaning 33612 clauses out of 171378 with flag 4719819/810000
393.77/388.35	c cleaning 34701 clauses out of 178766 with flag 4995753/851000
418.60/413.17	c cleaning 36016 clauses out of 186065 with flag 5279444/893000
443.33/437.81	c cleaning 36435 clauses out of 193047 with flag 5562118/936000
469.73/464.22	c cleaning 37488 clauses out of 200610 with flag 5862410/980000
497.68/491.68	c cleaning 38252 clauses out of 208123 with flag 6175745/1025001
525.92/519.93	c cleaning 39337 clauses out of 215873 with flag 6495064/1071003
555.68/549.54	c cleaning 40219 clauses out of 223532 with flag 6817819/1118000
585.16/578.99	c cleaning 41411 clauses out of 231318 with flag 7158331/1166005
617.72/611.46	c cleaning 41663 clauses out of 238902 with flag 7511423/1215001
651.06/644.74	c cleaning 42792 clauses out of 247238 with flag 7880338/1265001
685.61/679.29	c cleaning 43888 clauses out of 255445 with flag 8243449/1316001
720.25/713.81	c cleaning 45086 clauses out of 263562 with flag 8607196/1368006
756.61/749.62	c cleaning 46060 clauses out of 271472 with flag 8986726/1421002
795.05/788.10	c cleaning 46955 clauses out of 279410 with flag 9393885/1475001
834.12/827.02	c cleaning 48362 clauses out of 287455 with flag 9802315/1530001
875.35/868.23	c cleaning 48730 clauses out of 295095 with flag 10233987/1586004
918.24/911.10	c cleaning 49535 clauses out of 303360 with flag 10684943/1643000
960.99/953.72	c cleaning 50935 clauses out of 311824 with flag 11126600/1701000
1007.17/999.85	c cleaning 51710 clauses out of 319888 with flag 11599522/1760001
1055.31/1047.98	c cleaning 52400 clauses out of 328176 with flag 12072426/1820000
1102.68/1095.26	c cleaning 53657 clauses out of 336779 with flag 12547456/1881003
1153.93/1146.44	c cleaning 54684 clauses out of 345118 with flag 13034659/1943000
1206.18/1198.66	c cleaning 55689 clauses out of 353432 with flag 13544883/2006000
1261.29/1253.54	c cleaning 56727 clauses out of 361742 with flag 14063280/2070000
1317.22/1308.58	c cleaning 57792 clauses out of 370015 with flag 14588055/2135001
1376.18/1367.47	c cleaning 58627 clauses out of 378225 with flag 15178118/2201003
1434.75/1425.98	c cleaning 59467 clauses out of 386595 with flag 15747113/2268000
1498.12/1489.20	c cleaning 60279 clauses out of 395127 with flag 16319341/2336000
1562.73/1553.53	c cleaning 61341 clauses out of 403848 with flag 16922179/2405000
1628.23/1618.72	c cleaning 62356 clauses out of 412505 with flag 17521696/2475000
1694.76/1685.25	c cleaning 63439 clauses out of 421149 with flag 18136312/2546000
1763.04/1753.31	c cleaning 64415 clauses out of 429708 with flag 18752072/2618000
1835.16/1825.46	c cleaning 65548 clauses out of 438293 with flag 19430743/2691001
1909.57/1899.63	c cleaning 66628 clauses out of 446744 with flag 20093063/2765001
1984.17/1973.59	c cleaning 68035 clauses out of 455116 with flag 20775460/2840001
2061.98/2051.18	c cleaning 68803 clauses out of 463079 with flag 21459267/2916000
2140.92/2130.09	c cleaning 69461 clauses out of 471277 with flag 22141650/2993002
2224.24/2213.17	c cleaning 70547 clauses out of 479814 with flag 22888996/3071000
2309.41/2298.05	c cleaning 71456 clauses out of 488267 with flag 23613537/3150000
2395.03/2383.66	c cleaning 72235 clauses out of 496810 with flag 24421930/3230000
2487.60/2476.08	c cleaning 73987 clauses out of 505581 with flag 25452921/3311007
2580.14/2568.40	c cleaning 74653 clauses out of 513587 with flag 26309802/3393000
2676.48/2664.64	c cleaning 75808 clauses out of 521934 with flag 27208313/3476000
2770.32/2758.36	c cleaning 76935 clauses out of 530127 with flag 28006258/3560001
2869.39/2857.22	c cleaning 77739 clauses out of 538191 with flag 28849193/3645000
2974.25/2961.93	c cleaning 78494 clauses out of 546452 with flag 29722831/3731001
3081.04/3068.23	c cleaning 79098 clauses out of 554957 with flag 30610436/3818001
3196.76/3183.67	c cleaning 81110 clauses out of 563858 with flag 31727666/3906000
3308.07/3294.86	c cleaning 81457 clauses out of 571750 with flag 32623054/3995003
3424.10/3410.47	c cleaning 82631 clauses out of 580289 with flag 33520795/4085001
3542.68/3528.97	c cleaning 83829 clauses out of 588657 with flag 34561904/4176000
3600.09/3586.13	c starts		: 31744
3600.09/3586.14	c timeout
3600.09/3586.14	c conflicts		: 4227847
3600.09/3586.14	c decisions		: 97513039
3600.09/3586.15	c propagations		: 3584848727
3600.09/3586.15	c inspects		: 19275102345
3600.09/3586.15	c shortcuts		: 0
3600.09/3586.15	c learnt literals	: 188
3600.09/3586.15	c learnt binary clauses	: 177758
3600.09/3586.15	c learnt ternary clauses	: 182371
3600.09/3586.15	c learnt constraints	: 4227659
3600.09/3586.15	c ignored constraints	: 0
3600.09/3586.15	c root simplifications	: 0
3600.09/3586.15	c removed literals (reason simplification)	: 58242639
3600.09/3586.15	c reason swapping (by a shorter reason)	: 0
3600.09/3586.15	c Calls to reduceDB	: 87
3600.09/3586.15	c Number of update (reduction) of LBD	: 3562671
3600.09/3586.15	c Imported unit clauses	: 0
3600.09/3586.15	c No decision after first conflict	: false
3600.09/3586.15	c number of reductions to clauses (during analyze)	: 0
3600.09/3586.15	c number of learned constraints concerned by reduction	: 0
3600.09/3586.15	c number of learning phase by resolution	: 0
3600.09/3586.15	c number of learning phase by cutting planes	: 0
3600.09/3586.15	c number of rounding to 1 operations	: 0
3600.09/3586.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3586.15	c number of reductions of the coefficients by power 2 	: 0
3600.09/3586.15	c number of right shift for reduction by power 2 	: 0
3600.09/3586.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3586.15	c number of ending skipping 	: 0
3600.09/3586.15	c number of internal skipping 	: 0
3600.09/3586.15	c number of derivation steps 	: 0
3600.09/3586.15	c number of skipped derivation steps 	: 0
3600.09/3586.15	c number of remaining unassigned 	: 0
3600.09/3586.15	c number of remaining assigned 	: 0
3600.09/3586.15	c number of falsified literals weakened from reason	: 0
3600.09/3586.16	c number of falsified literals weakened from conflict	: 0
3600.09/3586.16	c time for arithmetic operations	: 0
3600.09/3586.16	c minimum degree of deleted constraints	: null
3600.09/3586.16	c maximum degree of deleted constraints	: null
3600.09/3586.16	c number of deleted constraints	: 0
3600.09/3586.16	c speed (assignments/second)	: 999903.1369554134
3600.09/3586.16	c non guided choices	: 13962
3600.33/3586.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 378916
3600.33/3586.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 177758
3600.33/3586.33	s UNKNOWN
3600.33/3586.33	c Total wall clock time (in seconds): 3585.938

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: 63794 MiB (63067 MiB free)
  memory of node 1: 64507 MiB (63826 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506948-1751182786/watcher-4506948-1751182786 -o /tmp/evaluation-result-4506948-1751182786/solver-4506948-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24217 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506948-1751182786.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=24264, runsolver pid=24257

[startup+0.100041 s]*
/proc/loadavg: 0.61 1.01 1.53 11/311 24337
/proc/meminfo: memFree=129878352/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=18798100 memory=41928 CPUtime=0.08 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 5359 0 32 0 4 4 0 0 20 0 17 0 33958428 19249254400 10482 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4699525 10482 4650 1 0 546330 0
[pid=24264/tid=24279] ppid=24257 vsize=18798100 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) S 24257 24264 24204 0 -1 4194368 4530 0 32 0 3 2 0 0 20 0 17 0 33958432 19249254400 10482 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=18798100 memory=16142 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 17 0 33958437 19249254400 10482 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24344] ppid=24257 vsize=18798100 memory=58494082614266 CPUtime=0 cores=0,2
/proc/24264/task/24344/stat : 24344 (java) R 24257 24264 24204 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 17 0 33958439 19249254400 10482 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 2147221247 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18798100 KiB
Current children cumulated memory: 41928 KiB

[startup+0.216179 s]*
/proc/loadavg: 0.61 1.01 1.53 9/319 24345
/proc/meminfo: memFree=129852492/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=18930384 memory=49184 CPUtime=0.23 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 6082 0 32 0 18 5 0 0 20 0 18 0 33958428 19384713216 12296 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4732596 12296 5290 1 0 547194 0
[pid=24264/tid=24279] ppid=24257 vsize=18930384 memory=3472285463394844956 CPUtime=0.14 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 4913 0 32 0 11 3 0 0 20 0 18 0 33958432 19384713216 12296 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19384713216 12296 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33958440 19384713216 12296 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49184 KiB

[startup+0.313201 s]*
/proc/loadavg: 0.61 1.01 1.53 11/319 24345
/proc/meminfo: memFree=129836424/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=18930384 memory=57640 CPUtime=0.37 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 6641 0 32 0 31 6 0 0 20 0 18 0 33958428 19384713216 14410 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4732596 14410 5290 1 0 547624 0
[pid=24264/tid=24279] ppid=24257 vsize=18930384 memory=-6000919502754703469 CPUtime=0.23 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 5118 0 32 0 19 4 0 0 20 0 18 0 33958432 19384713216 14410 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19384713216 14410 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33958440 19384713216 14410 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57640 KiB

[startup+0.700343 s]
/proc/loadavg: 0.61 1.01 1.53 10/319 24345
/proc/meminfo: memFree=129809832/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=18930384 memory=90748 CPUtime=1.08 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 8567 0 32 0 100 8 0 0 20 0 18 0 33958428 19384713216 22687 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4732596 22687 5418 1 0 548936 0
[pid=24264/tid=24279] ppid=24257 vsize=18930384 memory=17024 CPUtime=0.56 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 5313 0 32 0 51 5 0 0 20 0 18 0 33958432 19384713216 22687 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=18930384 memory=10624 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19384713216 22687 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33958440 19384713216 22687 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90748 KiB

[startup+1.50032 s]
/proc/loadavg: 0.61 1.01 1.53 12/325 24351
/proc/meminfo: memFree=129468732/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=18996948 memory=157064 CPUtime=2.66 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 14132 0 32 0 253 13 0 0 20 0 19 0 33958428 19452874752 39266 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4749237 39266 5418 1 0 551280 0
[pid=24264/tid=24279] ppid=24257 vsize=18996948 memory=3200 CPUtime=1.27 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 5586 0 32 0 119 8 0 0 20 0 19 0 33958432 19452874752 39266 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33958437 19452874752 39266 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33958440 19452874752 39266 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=18996948 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 33958525 19452874752 39266 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157064 KiB

[startup+3.11356 s]
/proc/loadavg: 0.61 1.01 1.53 7/327 24353
/proc/meminfo: memFree=129405384/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=175480 CPUtime=4.86 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 15938 0 32 0 473 13 0 0 20 0 20 0 33958428 19521036288 43870 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 43870 5482 1 0 551820 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=14560 CPUtime=2.85 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 5809 0 32 0 277 8 0 0 20 0 20 0 33958432 19521036288 43870 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 43870 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 43870 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 43870 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175480 KiB

[startup+6.30031 s]
/proc/loadavg: 0.88 1.06 1.55 8/327 24353
/proc/meminfo: memFree=129350704/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=185424 CPUtime=9.41 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 27621 0 32 0 925 16 0 0 20 0 20 0 33958428 19521036288 46356 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 46356 5514 1 0 554234 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=0 CPUtime=6.02 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 7389 0 32 0 594 8 0 0 20 0 20 0 33958432 19521036288 46356 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 46356 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 46356 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=159292 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 46356 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185424 KiB

[startup+12.7004 s]
/proc/loadavg: 1.13 1.11 1.56 6/327 24353
/proc/meminfo: memFree=129338472/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=178348 CPUtime=16.38 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 34924 0 32 0 1620 18 0 0 20 0 20 0 33958428 19521036288 44587 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 44587 5514 1 0 555182 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=159292 CPUtime=12.4 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 8098 0 32 0 1232 8 0 0 20 0 20 0 33958432 19521036288 44587 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=178348 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 44587 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 44587 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 44587 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 16.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178348 KiB

[startup+25.5004 s]
/proc/loadavg: 1.84 1.27 1.60 5/327 24353
/proc/meminfo: memFree=129225392/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=186692 CPUtime=29.19 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 37167 0 32 0 2899 20 0 0 20 0 20 0 33958428 19521036288 46673 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 46673 5514 1 0 555182 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=178348 CPUtime=25.14 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 8729 0 32 0 2506 8 0 0 20 0 20 0 33958432 19521036288 46673 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 46673 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 78 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 46673 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=186692 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 46673 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 29.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186692 KiB

[startup+51.1133 s]
/proc/loadavg: 2.58 1.49 1.67 5/327 24354
/proc/meminfo: memFree=128787348/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=297632 CPUtime=55.22 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 42431 0 32 0 5498 24 0 0 20 0 20 0 33958428 19521036288 74408 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 74408 5514 1 0 555188 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=297632 CPUtime=50.34 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 9426 0 32 0 5026 8 0 0 20 0 20 0 33958432 19521036288 74408 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=178348 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 74408 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 78 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 74408 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=223860 CPUtime=0 cores=0,2

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

Current children cumulated memory: 4100280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.16 4.10 5/326 24523
/proc/meminfo: memFree=112740408/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=4100408 CPUtime=3355.8 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 119530 0 32 0 335276 304 0 0 20 0 20 0 33958428 19521036288 1025102 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 1025102 5514 1 0 1381234 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=4100280 CPUtime=3318.92 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 48219 0 32 0 331868 24 0 0 20 0 20 0 33958432 19521036288 1025102 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=4100280 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1025102 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=4100408 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 1025102 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 1025102 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3355.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4100408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/326 24525
/proc/meminfo: memFree=112199660/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=4102496 CPUtime=3416.02 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 120829 0 32 0 341295 307 0 0 20 0 20 0 33958428 19521036288 1025624 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 1025624 5514 1 0 1381238 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=4100408 CPUtime=3378.48 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 49396 0 32 0 337824 24 0 0 20 0 20 0 33958432 19521036288 1025624 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1025624 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=4102496 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 849 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 1025624 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=-6000919477001676909 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 1025624 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3416.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102496 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/326 24527
/proc/meminfo: memFree=111859588/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3476.25 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 123250 0 32 0 347315 310 0 0 20 0 20 0 33958428 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 1025656 5514 1 0 1381266 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=4100408 CPUtime=3438.09 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 50952 0 32 0 343784 25 0 0 20 0 20 0 33958432 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=4102496 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=4102496 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 926 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3476.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/327 24530
/proc/meminfo: memFree=111760568/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3536.1 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 123864 0 32 0 353297 313 0 0 20 0 20 0 33958428 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 1025656 5514 1 0 1381266 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3497.9 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 51369 0 32 0 349765 25 0 0 20 0 20 0 33958432 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3536.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102624 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/326 24532
/proc/meminfo: memFree=111747268/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3596.28 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 125631 0 32 0 359312 316 0 0 20 0 20 0 33958428 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 1025656 5514 1 0 1381266 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3557.53 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 52585 0 32 0 355728 25 0 0 20 0 20 0 33958432 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3596.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.11 s]
/proc/loadavg: 4.12 4.12 4.09 7/322 24662
/proc/meminfo: memFree=121182080/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3600.09 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 125673 0 32 0 359692 317 0 0 20 0 20 0 33958428 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4765878 1025656 5514 1 0 1381266 0
[pid=24264/tid=24279] ppid=24257 vsize=19063512 memory=4102624 CPUtime=3561.33 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) R 24257 24264 24204 0 -1 4194368 52627 0 32 0 356108 25 0 0 20 0 20 0 33958432 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19063512 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 20 0 33958440 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24348] ppid=24257 vsize=19063512 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24348/stat : 24348 (Timer-0) S 24257 24264 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958525 19521036288 1025656 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=3.20738 s

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

[startup+3586.2 s]
/proc/loadavg: 4.12 4.12 4.09 7/322 24662
/proc/meminfo: memFree=121182080/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19263204 memory=4103264 CPUtime=3600.22 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 127492 0 32 0 359705 317 0 0 20 0 21 0 33958428 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4815801 1025816 5514 1 0 1382185 0
[pid=24264/tid=24279] ppid=24257 vsize=19263204 memory=245635481903 CPUtime=3561.35 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) S 24257 24264 24204 0 -1 4194368 52696 0 32 0 356110 25 0 0 20 0 21 0 33958432 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19263204 memory=54113165640434 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33958437 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19263204 memory=111703 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 21 0 33958440 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4103264 KiB

[startup+3586.3 s]
/proc/loadavg: 4.12 4.12 4.09 7/322 24662
/proc/meminfo: memFree=121182080/131382112 swapFree=33010684/33010684
[pid=24264] ppid=24257 vsize=19263204 memory=4103264 CPUtime=3600.33 cores=0,2
/proc/24264/stat : 24264 (java) S 24257 24264 24204 0 -1 4194304 127517 0 32 0 359716 317 0 0 20 0 21 0 33958428 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
/proc/24264/statm: 4815801 1025816 5514 1 0 1382185 0
[pid=24264/tid=24279] ppid=24257 vsize=19263204 memory=4102624 CPUtime=3561.35 cores=0,2
/proc/24264/task/24279/stat : 24279 (java) S 24257 24264 24204 0 -1 4194368 52696 0 32 0 356110 25 0 0 20 0 21 0 33958432 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24314] ppid=24257 vsize=19263204 memory=3200 CPUtime=0 cores=0,2
/proc/24264/task/24314/stat : 24314 (Finalizer) S 24257 24264 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33958437 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
[pid=24264/tid=24345] ppid=24257 vsize=19263204 memory=4102624 CPUtime=0 cores=0,2
/proc/24264/task/24345/stat : 24345 (Common-Cleaner) S 24257 24264 24204 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 21 0 33958440 19725520896 1025816 18446744073709551615 94010884194304 94010884198000 140720376927856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94010884205816 94010884206608 94010887036928 140720376936833 140720376936934 140720376936934 140720376942536 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4103264 KiB

Child status: 143

Real time (s): 3586.37
CPU time (s): 3600.41
CPU user time (s): 3597.21
CPU system time (s): 3.20738
CPU usage (%): 100.392
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4103264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 3.20737
maximum resident set size= 4103520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127687
page faults= 32
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109405
involuntary context switches= 10568


# summary of solver processes directly reported to runsolver:
#   pid: 24264
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 3.20738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.551 second user time and 38.0162 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 09:39:46
IDJOB=4506948
IDBENCH=158309
IDSOLVER=3363
FILE ID=nodeC009/4506948-1751182786
RUNJOBID= nodeC009-1751182786-24217
SLURM_JOB_ID= 9587563
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506948-1751182786/watcher-4506948-1751182786 -o /tmp/evaluation-result-4506948-1751182786/solver-4506948-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24217 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4506948-1751182786.opb

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=472328659

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129923976 kB
MemAvailable:   129917416 kB
Buffers:            3280 kB
Cached:           803224 kB
SwapCached:            0 kB
Active:           314660 kB
Inactive:         558064 kB
Active(anon):      84184 kB
Inactive(anon):        0 kB
Active(file):     230476 kB
Inactive(file):   558064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6868 kB
Writeback:             0 kB
AnonPages:         69040 kB
Mapped:           102296 kB
Shmem:             17960 kB
KReclaimable:      88668 kB
Slab:             169448 kB
SReclaimable:      88668 kB
SUnreclaim:        80780 kB
KernelStack:        3920 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC009 at 2025-06-29 10:39:33