Trace number 4506984

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.3 3587.34

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K159.opb
MD5SUM27d58ce279c297ab3aeba38d0412d1d9
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 benchmark2789.9
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18921
Total number of constraints19241
Number of constraints which are clauses19082
Number of constraints which are cardinality constraints (but not clauses)159
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint159
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 160
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.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.24/0.23	c version PB25.v20250606
0.24/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.25	c java.vm.version	22.0.1+8-16
0.24/0.25	c java.vm.vendor	Oracle Corporation
0.24/0.25	c sun.arch.data.model	64
0.24/0.25	c java.version		22.0.1
0.24/0.25	c os.name		Linux
0.24/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.25	c os.arch		amd64
0.24/0.26	c Free memory 		2104792832
0.24/0.26	c Max memory 		16282288128
0.24/0.26	c Total memory 		2113929216
0.24/0.27	c Number of processors 	2
0.40/0.38	c Pseudo Boolean Optimization by upper bound
0.40/0.38	c --- Begin Solver configuration ---
0.40/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.38	c Learn all clauses as in MiniSAT
0.40/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.38	c Expensive reason simplification
0.40/0.38	c Glucose 2.1 dynamic restart strategy
0.40/0.38	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.40/0.38	c timeout=2147483s
0.40/0.38	c DB Simplification allowed=false
0.40/0.38	c Listener: none
0.40/0.38	c --- End Solver configuration ---
0.40/0.38	c solving HOME/instance-4506984-1751182786.opb
0.40/0.38	c reading problem ... 
0.40/0.39	c  no objective function found
1.50/0.95	c ... done. Wall clock time 0.56s.
1.50/0.95	c declared #vars     18921
1.50/0.95	c #constraints  19241
1.50/0.95	c constraints type 
1.50/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2054
1.50/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 159
1.50/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17026
1.50/0.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.50/0.95	c 19241 constraints processed.
5.18/3.33	c cleaning 2491 clauses out of 4991 with flag 21579/5000
7.47/5.38	c cleaning 4247 clauses out of 8499 with flag 51121/11003
10.65/7.87	c cleaning 5592 clauses out of 11246 with flag 88763/18000
13.37/10.56	c cleaning 6797 clauses out of 13651 with flag 133288/26001
16.60/13.71	c cleaning 7897 clauses out of 15848 with flag 179601/35000
20.01/17.19	c cleaning 8500 clauses out of 17941 with flag 231866/45000
23.79/20.99	c cleaning 9183 clauses out of 20437 with flag 288347/56000
28.41/25.41	c cleaning 9838 clauses out of 23251 with flag 349004/68002
33.45/30.41	c cleaning 10511 clauses out of 26407 with flag 412260/81000
39.06/36.06	c cleaning 11171 clauses out of 29889 with flag 482337/95000
45.16/42.14	c cleaning 12112 clauses out of 33715 with flag 562688/110000
51.95/48.86	c cleaning 13365 clauses out of 37605 with flag 645342/126004
59.11/55.93	c cleaning 13863 clauses out of 41229 with flag 730717/143001
66.49/63.26	c cleaning 14694 clauses out of 45365 with flag 823502/161002
74.49/71.29	c cleaning 15286 clauses out of 49666 with flag 921887/180000
83.17/79.89	c cleaning 16586 clauses out of 54376 with flag 1029037/200001
92.44/89.09	c cleaning 17392 clauses out of 58787 with flag 1140656/221000
102.32/98.91	c cleaning 18089 clauses out of 63396 with flag 1259249/243005
112.70/109.21	c cleaning 18884 clauses out of 68297 with flag 1384549/266000
124.98/121.41	c cleaning 19652 clauses out of 73410 with flag 1512194/290000
136.45/133.01	c cleaning 20641 clauses out of 78758 with flag 1643237/315002
148.83/145.23	c cleaning 21160 clauses out of 84116 with flag 1779114/341003
162.97/159.34	c cleaning 22028 clauses out of 89949 with flag 1933722/368000
176.95/173.30	c cleaning 23262 clauses out of 95917 with flag 2085345/396000
190.92/187.30	c cleaning 23853 clauses out of 101654 with flag 2240786/425002
206.17/202.43	c cleaning 24769 clauses out of 107798 with flag 2406971/455001
221.52/217.78	c cleaning 25488 clauses out of 114025 with flag 2579592/486000
238.67/234.81	c cleaning 26393 clauses out of 120536 with flag 2764862/518000
258.49/254.40	c cleaning 27438 clauses out of 127144 with flag 2956583/551003
276.83/272.79	c cleaning 27757 clauses out of 133703 with flag 3152675/585001
297.48/293.37	c cleaning 28812 clauses out of 140943 with flag 3353719/620000
317.03/312.88	c cleaning 29735 clauses out of 148129 with flag 3559109/656000
337.97/333.79	c cleaning 30795 clauses out of 155391 with flag 3779307/693002
360.25/355.97	c cleaning 31488 clauses out of 162594 with flag 4001609/731001
383.26/378.89	c cleaning 32540 clauses out of 170102 with flag 4223977/770000
407.42/403.04	c cleaning 33245 clauses out of 177564 with flag 4457968/810003
432.64/428.13	c cleaning 34431 clauses out of 185313 with flag 4705229/851000
459.26/454.79	c cleaning 35185 clauses out of 192879 with flag 4954544/893000
487.84/482.99	c cleaning 36173 clauses out of 200693 with flag 5217856/936000
516.02/511.07	c cleaning 36963 clauses out of 208520 with flag 5477679/980001
545.75/540.84	c cleaning 37807 clauses out of 216553 with flag 5753911/1025000
577.76/572.86	c cleaning 38581 clauses out of 224745 with flag 6050291/1071000
609.56/604.56	c cleaning 39630 clauses out of 233164 with flag 6342998/1118000
641.45/636.39	c cleaning 40601 clauses out of 241532 with flag 6636849/1166000
675.95/670.74	c cleaning 41582 clauses out of 249927 with flag 6952611/1215001
710.22/704.91	c cleaning 42097 clauses out of 258343 with flag 7266583/1265000
746.09/740.74	c cleaning 43753 clauses out of 267246 with flag 7588057/1316000
786.36/780.21	c cleaning 44097 clauses out of 275492 with flag 7929343/1368000
825.77/819.68	c cleaning 45104 clauses out of 284394 with flag 8276632/1421000
867.13/860.91	c cleaning 45893 clauses out of 293288 with flag 8622602/1475000
910.71/904.42	c cleaning 46541 clauses out of 302389 with flag 8982685/1530000
954.39/948.07	c cleaning 47780 clauses out of 311845 with flag 9349813/1586000
1000.66/994.22	c cleaning 48663 clauses out of 321065 with flag 9745952/1643000
1046.33/1039.84	c cleaning 49655 clauses out of 330401 with flag 10133727/1701000
1095.18/1088.58	c cleaning 50695 clauses out of 339744 with flag 10551161/1760000
1145.39/1138.72	c cleaning 51379 clauses out of 349047 with flag 10986770/1820001
1198.68/1191.94	c cleaning 52477 clauses out of 358665 with flag 11411630/1881000
1249.92/1243.19	c cleaning 53486 clauses out of 368186 with flag 11840362/1943000
1306.05/1298.70	c cleaning 54369 clauses out of 377703 with flag 12283805/2006003
1363.49/1356.11	c cleaning 55190 clauses out of 387332 with flag 12735906/2070001
1420.65/1412.93	c cleaning 56655 clauses out of 397140 with flag 13206619/2135000
1482.88/1475.08	c cleaning 57094 clauses out of 406485 with flag 13673702/2201000
1543.97/1536.00	c cleaning 58481 clauses out of 416391 with flag 14156214/2268000
1606.40/1598.18	c cleaning 59430 clauses out of 425909 with flag 14642712/2336000
1670.32/1661.96	c cleaning 60100 clauses out of 435479 with flag 15128004/2405000
1737.26/1728.77	c cleaning 61040 clauses out of 445378 with flag 15644699/2475000
1807.14/1798.43	c cleaning 62237 clauses out of 455340 with flag 16159986/2546003
1878.34/1869.64	c cleaning 62903 clauses out of 465098 with flag 16693879/2618000
1951.54/1942.70	c cleaning 63737 clauses out of 475195 with flag 17257758/2691000
2030.22/2020.80	c cleaning 64877 clauses out of 485458 with flag 17829666/2765000
2110.28/2100.60	c cleaning 65916 clauses out of 495582 with flag 18412859/2840001
2190.96/2181.24	c cleaning 66940 clauses out of 505665 with flag 19003129/2916000
2275.18/2265.11	c cleaning 68108 clauses out of 515725 with flag 19592384/2993001
2360.19/2349.91	c cleaning 68820 clauses out of 525616 with flag 20195433/3071000
2447.02/2436.36	c cleaning 69681 clauses out of 535797 with flag 20824161/3150001
2535.02/2524.25	c cleaning 70595 clauses out of 546115 with flag 21444200/3230000
2627.99/2617.06	c cleaning 71925 clauses out of 556520 with flag 22088678/3311002
2720.72/2709.74	c cleaning 72438 clauses out of 566593 with flag 22743715/3393000
2818.03/2807.01	c cleaning 73650 clauses out of 577161 with flag 23412573/3476006
2917.95/2906.87	c cleaning 74660 clauses out of 587505 with flag 24082369/3560000
3018.78/3007.67	c cleaning 75480 clauses out of 597850 with flag 24767707/3645005
3123.93/3112.61	c cleaning 77040 clauses out of 608365 with flag 25468282/3731000
3230.84/3219.38	c cleaning 77582 clauses out of 618325 with flag 26170430/3818001
3342.74/3330.60	c cleaning 78895 clauses out of 628742 with flag 26894308/3906000
3458.31/3445.69	c cleaning 79335 clauses out of 638847 with flag 27626995/3995000
3577.74/3564.87	c cleaning 80901 clauses out of 649514 with flag 28383334/4085002
3600.01/3587.13	c starts		: 26268
3600.01/3587.14	c conflicts		: 4107642
3600.01/3587.14	c decisions		: 127371035
3600.01/3587.14	c propagations		: 3813375137
3600.01/3587.14	c inspects		: 18048216359
3600.01/3587.14	c shortcuts		: 0
3600.01/3587.14	c learnt literals	: 183
3600.01/3587.14	c learnt binary clauses	: 220772
3600.01/3587.14	c learnt ternary clauses	: 209192
3600.01/3587.14	c learnt constraints	: 4107459
3600.01/3587.14	c ignored constraints	: 0
3600.01/3587.14	c root simplifications	: 0
3600.01/3587.14	c removed literals (reason simplification)	: 44407461
3600.01/3587.14	c reason swapping (by a shorter reason)	: 0
3600.01/3587.14	c Calls to reduceDB	: 86
3600.01/3587.14	c Number of update (reduction) of LBD	: 3145358
3600.01/3587.14	c Imported unit clauses	: 0
3600.01/3587.14	c No decision after first conflict	: false
3600.01/3587.14	c number of reductions to clauses (during analyze)	: 0
3600.01/3587.14	c number of learned constraints concerned by reduction	: 0
3600.01/3587.14	c number of learning phase by resolution	: 0
3600.01/3587.14	c number of learning phase by cutting planes	: 0
3600.01/3587.14	c number of rounding to 1 operations	: 0
3600.01/3587.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3587.14	c number of reductions of the coefficients by power 2 	: 0
3600.01/3587.14	c number of right shift for reduction by power 2 	: 0
3600.01/3587.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3587.14	c number of ending skipping 	: 0
3600.01/3587.14	c number of internal skipping 	: 0
3600.01/3587.14	c number of derivation steps 	: 0
3600.01/3587.14	c number of skipped derivation steps 	: 0
3600.01/3587.14	c number of remaining unassigned 	: 0
3600.01/3587.14	c number of remaining assigned 	: 0
3600.01/3587.14	c number of falsified literals weakened from reason	: 0
3600.01/3587.14	c number of falsified literals weakened from conflict	: 0
3600.01/3587.14	c time for arithmetic operations	: 0
3600.01/3587.14	c minimum degree of deleted constraints	: null
3600.01/3587.14	c maximum degree of deleted constraints	: null
3600.01/3587.14	c number of deleted constraints	: 0
3600.01/3587.14	c timeout
3600.01/3587.14	c speed (assignments/second)	: 1063356.8199696222
3600.01/3587.14	c non guided choices	: 34459
3600.24/3587.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 370481
3600.24/3587.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 220772
3600.24/3587.32	s UNKNOWN
3600.24/3587.32	c Total wall clock time (in seconds): 3586.937

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-4506984-1751182786/watcher-4506984-1751182786 -o /tmp/evaluation-result-4506984-1751182786/solver-4506984-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24218 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506984-1751182786.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=24267, runsolver pid=24258
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 0.61 1.01 1.53 12/311 24337
/proc/meminfo: memFree=129878352/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=18864664 memory=42848 CPUtime=0.08 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 5312 0 128 0 4 4 0 0 20 0 18 0 33958428 19317415936 10712 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4716166 10712 4827 1 0 546643 0
[pid=24267/tid=24278] ppid=24258 vsize=18864664 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) S 24258 24267 24204 0 -1 4194368 4458 0 128 0 3 2 0 0 20 0 18 0 33958432 19317415936 10712 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=18864664 memory=16142 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19317415936 10712 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=18864664 memory=58494082614266 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (java) R 24258 24267 24204 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 18 0 33958439 19317415936 10712 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18864664 KiB
Current children cumulated memory: 42848 KiB

[startup+0.214566 s]*
/proc/loadavg: 0.61 1.01 1.53 9/319 24345
/proc/meminfo: memFree=129852492/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=18930384 memory=51536 CPUtime=0.24 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 6035 0 128 0 19 5 0 0 20 0 18 0 33958428 19384713216 12884 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4732596 12884 5307 1 0 547211 0
[pid=24267/tid=24278] ppid=24258 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 4871 0 128 0 12 3 0 0 20 0 18 0 33958432 19384713216 12884 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19384713216 12884 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33958439 19384713216 12884 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51536 KiB

[startup+0.316503 s]*
/proc/loadavg: 0.61 1.01 1.53 9/319 24345
/proc/meminfo: memFree=129836424/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=18930384 memory=57720 CPUtime=0.4 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 6572 0 128 0 34 6 0 0 20 0 18 0 33958428 19384713216 14430 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4732596 14430 5307 1 0 547644 0
[pid=24267/tid=24278] ppid=24258 vsize=18930384 memory=-6000919502754703469 CPUtime=0.24 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 5044 0 128 0 20 4 0 0 20 0 18 0 33958432 19384713216 14430 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19384713216 14430 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33958439 19384713216 14430 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57720 KiB

[startup+0.700302 s]
/proc/loadavg: 0.61 1.01 1.53 9/319 24345
/proc/meminfo: memFree=129809832/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=18930384 memory=96620 CPUtime=1.1 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 8430 0 128 0 102 8 0 0 20 0 18 0 33958428 19384713216 24155 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4732596 24155 5403 1 0 548888 0
[pid=24267/tid=24278] ppid=24258 vsize=18930384 memory=17024 CPUtime=0.57 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 5214 0 128 0 52 5 0 0 20 0 18 0 33958432 19384713216 24155 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=18930384 memory=10624 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33958437 19384713216 24155 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33958439 19384713216 24155 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96620 KiB

[startup+1.50027 s]
/proc/loadavg: 0.61 1.01 1.53 13/325 24351
/proc/meminfo: memFree=129468732/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=166632 CPUtime=2.68 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 13064 0 128 0 256 12 0 0 20 0 20 0 33958428 19521036288 41658 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 41658 5435 1 0 550788 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=3200 CPUtime=1.29 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 5464 0 128 0 122 7 0 0 20 0 20 0 33958432 19521036288 41658 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 41658 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 41658 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 41658 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166632 KiB

[startup+3.11342 s]
/proc/loadavg: 0.61 1.01 1.53 8/327 24353
/proc/meminfo: memFree=129405384/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=167016 CPUtime=4.82 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 13995 0 128 0 470 12 0 0 20 0 20 0 33958428 19521036288 41754 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 41754 5435 1 0 550795 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=14560 CPUtime=2.88 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 5708 0 128 0 281 7 0 0 20 0 20 0 33958432 19521036288 41754 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 41754 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 41754 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 41754 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167016 KiB

[startup+6.30027 s]
/proc/loadavg: 0.88 1.06 1.55 9/327 24353
/proc/meminfo: memFree=129350704/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=182384 CPUtime=9.14 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 27292 0 128 0 898 16 0 0 20 0 20 0 33958428 19521036288 45596 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 45596 5467 1 0 554729 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=0 CPUtime=6.06 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 7412 0 128 0 599 7 0 0 20 0 20 0 33958432 19521036288 45596 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 45596 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 45596 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=166632 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 45596 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182384 KiB

[startup+12.7004 s]
/proc/loadavg: 1.13 1.11 1.56 7/327 24353
/proc/meminfo: memFree=129338472/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=169836 CPUtime=15.57 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 29301 0 128 0 1539 18 0 0 20 0 20 0 33958428 19521036288 42459 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 42459 5467 1 0 554729 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=166632 CPUtime=12.45 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 8104 0 128 0 1237 8 0 0 20 0 20 0 33958432 19521036288 42459 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=169836 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 42459 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 42459 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 42459 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169836 KiB

[startup+25.5006 s]
/proc/loadavg: 1.84 1.27 1.60 6/327 24353
/proc/meminfo: memFree=129225392/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=190388 CPUtime=28.51 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 33487 0 128 0 2831 20 0 0 20 0 20 0 33958428 19521036288 47597 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 47597 5467 1 0 554729 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=169836 CPUtime=25.19 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 9242 0 128 0 2511 8 0 0 20 0 20 0 33958432 19521036288 47597 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 47597 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 47597 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=190388 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 47597 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 28.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190388 KiB

[startup+51.1131 s]
/proc/loadavg: 2.58 1.49 1.67 6/327 24354
/proc/meminfo: memFree=128787348/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=330028 CPUtime=54.33 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 35146 0 128 0 5408 25 0 0 20 0 20 0 33958428 19521036288 82507 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 82507 5467 1 0 554747 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=330028 CPUtime=50.35 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 9333 0 128 0 5027 8 0 0 20 0 20 0 33958432 19521036288 82507 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 82507 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=169836 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 82507 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=0 CPUtime=0 cores=4,6

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

Current children cumulated memory: 4192408 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.16 4.10 6/326 24523
/proc/meminfo: memFree=112740408/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=4360344 CPUtime=3354.43 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 100441 0 128 0 335162 281 0 0 20 0 20 0 33958428 19521036288 1090086 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 1090086 5499 1 0 1604359 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=4307096 CPUtime=3318.2 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 45512 0 128 0 331795 25 0 0 20 0 20 0 33958432 19521036288 1090086 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=4317336 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1090086 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 534 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 1090086 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 1090086 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3354.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4360344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.10 6/326 24525
/proc/meminfo: memFree=112199660/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=4491728 CPUtime=3414.58 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 101550 0 128 0 341171 287 0 0 20 0 20 0 33958428 19521036288 1122932 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 1122932 5499 1 0 1604359 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=4276376 CPUtime=3377.72 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 46377 0 128 0 337747 25 0 0 20 0 20 0 33958432 19521036288 1122932 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1122932 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 559 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 1122932 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=4491728 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 1122932 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3414.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4491728 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.09 6/326 24527
/proc/meminfo: memFree=111859588/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=4605080 CPUtime=3474.98 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 103208 0 128 0 347204 294 0 0 20 0 20 0 33958428 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 1151270 5499 1 0 1604382 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=4276376 CPUtime=3437.23 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 47683 0 128 0 343698 25 0 0 20 0 20 0 33958432 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=4605080 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=4605080 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 559 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=4605080 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3474.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4605080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.09 6/327 24530
/proc/meminfo: memFree=111760568/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=4605080 CPUtime=3534.87 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 104925 0 128 0 353190 297 0 0 20 0 20 0 33958428 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 1151270 5499 1 0 1604382 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=4605080 CPUtime=3497.08 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 49371 0 128 0 349682 26 0 0 20 0 20 0 33958432 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=4520616 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 584 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=22004 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 1151270 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3534.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4605080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/326 24532
/proc/meminfo: memFree=111747268/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=4609596 CPUtime=3595.21 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 106275 0 128 0 359220 301 0 0 20 0 20 0 33958428 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 1152399 5499 1 0 1604504 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=14560 CPUtime=3556.59 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 50389 0 128 0 355633 26 0 0 20 0 20 0 33958432 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=4609596 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=4609596 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 584 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=4609596 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3595.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4609596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.11 s]
/proc/loadavg: 4.12 4.12 4.09 7/305 24681
/proc/meminfo: memFree=125080316/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19063512 memory=4609596 CPUtime=3600.01 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 106284 0 128 0 359700 301 0 0 20 0 20 0 33958428 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4765878 1152399 5499 1 0 1604504 0
[pid=24267/tid=24278] ppid=24258 vsize=19063512 memory=4609596 CPUtime=3561.39 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) R 24258 24267 24204 0 -1 4194368 50398 0 128 0 356113 26 0 0 20 0 20 0 33958432 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19063512 memory=4605080 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33958437 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19063512 memory=4609596 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 584 0 0 0 0 0 0 0 20 0 20 0 33958439 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24350] ppid=24258 vsize=19063512 memory=4609596 CPUtime=0 cores=4,6
/proc/24267/task/24350/stat : 24350 (Timer-0) S 24258 24267 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33958526 19521036288 1152399 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4609596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.26 s, system=3.03536 s

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

[startup+3587.2 s]
/proc/loadavg: 4.12 4.12 4.09 7/305 24681
/proc/meminfo: memFree=125080316/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19263204 memory=4610492 CPUtime=3600.13 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 107729 0 128 0 359712 301 0 0 20 0 21 0 33958428 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4815801 1152623 5531 1 0 1605423 0
[pid=24267/tid=24278] ppid=24258 vsize=19263204 memory=4609596 CPUtime=3561.41 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) S 24258 24267 24204 0 -1 4194368 50627 0 128 0 356115 26 0 0 20 0 21 0 33958432 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19263204 memory=14560 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33958437 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19263204 memory=-6000919502787995757 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 584 0 0 0 0 0 0 0 20 0 21 0 33958439 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4610492 KiB

[startup+3587.3 s]
/proc/loadavg: 4.12 4.12 4.09 7/305 24681
/proc/meminfo: memFree=125080316/131382112 swapFree=33010684/33010684
[pid=24267] ppid=24258 vsize=19263204 memory=4610492 CPUtime=3600.24 cores=4,6
/proc/24267/stat : 24267 (java) S 24258 24267 24204 0 -1 4194304 107750 0 128 0 359723 301 0 0 20 0 21 0 33958428 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
/proc/24267/statm: 4815801 1152623 5531 1 0 1605423 0
[pid=24267/tid=24278] ppid=24258 vsize=19263204 memory=4609596 CPUtime=3561.41 cores=4,6
/proc/24267/task/24278/stat : 24278 (java) S 24258 24267 24204 0 -1 4194368 50627 0 128 0 356115 26 0 0 20 0 21 0 33958432 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24313] ppid=24258 vsize=19263204 memory=4605080 CPUtime=0 cores=4,6
/proc/24267/task/24313/stat : 24313 (Finalizer) S 24258 24267 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33958437 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
[pid=24267/tid=24343] ppid=24258 vsize=19263204 memory=4609596 CPUtime=0 cores=4,6
/proc/24267/task/24343/stat : 24343 (Common-Cleaner) S 24258 24267 24204 0 -1 4194368 584 0 0 0 0 0 0 0 20 0 21 0 33958439 19725520896 1152623 18446744073709551615 93905773641728 93905773645424 140728719777408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93905773653240 93905773654032 93905801170944 140728719784321 140728719784422 140728719784422 140728719790024 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4610492 KiB

Child status: 143

Real time (s): 3587.34
CPU time (s): 3600.3
CPU user time (s): 3597.26
CPU system time (s): 3.03536
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4610492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.26
system time used= 3.03536
maximum resident set size= 4610492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107886
page faults= 128
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109747
involuntary context switches= 6175


# summary of solver processes directly reported to runsolver:
#   pid: 24267
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3597.26
#   total CPU system time (s): 3.03536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6162 second user time and 36.1291 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 09:39:46
IDJOB=4506984
IDBENCH=158311
IDSOLVER=3363
FILE ID=nodeC009/4506984-1751182786
RUNJOBID= nodeC009-1751182786-24218
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_K159.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506984-1751182786/watcher-4506984-1751182786 -o /tmp/evaluation-result-4506984-1751182786/solver-4506984-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24218 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4506984-1751182786.opb

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

MD5SUM BENCH= 27d58ce279c297ab3aeba38d0412d1d9
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.231
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.234
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.237
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.318
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		: 1198.140
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:           314984 kB
Inactive:         558064 kB
Active(anon):      84508 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:         69364 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:     331972 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:34