Trace number 4506985

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 VeriPB 2025-06-06? (TO) 3586.65 3700.33

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.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.22	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.41/0.38	c Pseudo Boolean Optimization by upper bound
0.41/0.38	c --- Begin Solver configuration ---
0.41/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.38	c Learn all clauses as in MiniSAT
0.41/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.38	c Expensive reason simplification
0.41/0.38	c Glucose 2.1 dynamic restart strategy
0.41/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.41/0.38	c timeout=2147483s
0.41/0.38	c DB Simplification allowed=false
0.41/0.38	c Listener: none
0.41/0.38	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4506985-1751182786.opb
0.41/0.38	c reading problem ... 
0.41/0.39	c using VERIPB proof format
0.41/0.39	c  no objective function found
1.49/1.00	c ... done. Wall clock time 0.608s.
1.49/1.00	c declared #vars     18921
1.49/1.00	c #constraints  19241
1.49/1.00	c constraints type 
1.49/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2054
1.49/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 159
1.49/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17026
1.49/1.00	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.49/1.00	c 19241 constraints processed.
6.92/3.92	c cleaning 2491 clauses out of 4991 with flag 21579/5000
10.38/10.85	c cleaning 4247 clauses out of 8499 with flag 51121/11003
15.37/15.16	c cleaning 5592 clauses out of 11246 with flag 88763/18000
21.06/20.72	c cleaning 6797 clauses out of 13651 with flag 133288/26001
24.69/24.40	c cleaning 7897 clauses out of 15848 with flag 179601/35000
28.89/28.56	c cleaning 8500 clauses out of 17941 with flag 231866/45000
34.86/34.43	c cleaning 9183 clauses out of 20437 with flag 288347/56000
40.47/39.95	c cleaning 9838 clauses out of 23251 with flag 349004/68002
46.15/45.78	c cleaning 10511 clauses out of 26407 with flag 412260/81000
52.78/52.27	c cleaning 11171 clauses out of 29889 with flag 482337/95000
60.65/60.07	c cleaning 12112 clauses out of 33715 with flag 562688/110000
68.37/67.78	c cleaning 13365 clauses out of 37605 with flag 645342/126004
76.46/75.97	c cleaning 13863 clauses out of 41229 with flag 730717/143001
84.73/84.08	c cleaning 14694 clauses out of 45365 with flag 823502/161002
93.78/93.02	c cleaning 15286 clauses out of 49666 with flag 921887/180000
104.75/104.35	c cleaning 16586 clauses out of 54376 with flag 1029037/200001
115.03/114.54	c cleaning 17392 clauses out of 58787 with flag 1140656/221000
127.22/126.67	c cleaning 18089 clauses out of 63396 with flag 1259249/243005
139.12/138.55	c cleaning 18884 clauses out of 68297 with flag 1384549/266000
152.61/151.96	c cleaning 19652 clauses out of 73410 with flag 1512194/290000
165.70/165.09	c cleaning 20641 clauses out of 78758 with flag 1643237/315002
179.02/178.26	c cleaning 21160 clauses out of 84116 with flag 1779114/341003
193.06/192.16	c cleaning 22028 clauses out of 89949 with flag 1933722/368000
209.55/208.67	c cleaning 23262 clauses out of 95917 with flag 2085345/396000
226.25/225.26	c cleaning 23853 clauses out of 101654 with flag 2240786/425002
242.86/241.85	c cleaning 24769 clauses out of 107798 with flag 2406971/455001
260.40/261.10	c cleaning 25488 clauses out of 114025 with flag 2579592/486000
279.01/279.57	c cleaning 26393 clauses out of 120536 with flag 2764862/518000
298.56/299.19	c cleaning 27438 clauses out of 127144 with flag 2956583/551003
319.06/319.52	c cleaning 27757 clauses out of 133703 with flag 3152675/585001
340.16/340.56	c cleaning 28812 clauses out of 140943 with flag 3353719/620000
362.43/362.50	c cleaning 29735 clauses out of 148129 with flag 3559109/656000
384.74/384.96	c cleaning 30795 clauses out of 155391 with flag 3779307/693002
408.75/408.85	c cleaning 31488 clauses out of 162594 with flag 4001609/731001
433.46/434.04	c cleaning 32540 clauses out of 170102 with flag 4223977/770000
460.02/460.53	c cleaning 33245 clauses out of 177564 with flag 4457968/810003
487.66/490.35	c cleaning 34431 clauses out of 185313 with flag 4705229/851000
516.18/518.84	c cleaning 35185 clauses out of 192879 with flag 4954544/893000
544.85/547.49	c cleaning 36173 clauses out of 200693 with flag 5217856/936000
574.67/577.26	c cleaning 36963 clauses out of 208520 with flag 5477679/980001
607.79/610.22	c cleaning 37807 clauses out of 216553 with flag 5753911/1025000
642.66/645.01	c cleaning 38581 clauses out of 224745 with flag 6050291/1071000
676.43/678.56	c cleaning 39630 clauses out of 233164 with flag 6342998/1118000
712.10/715.28	c cleaning 40601 clauses out of 241532 with flag 6636849/1166000
748.93/751.82	c cleaning 41582 clauses out of 249927 with flag 6952611/1215001
787.21/790.62	c cleaning 42097 clauses out of 258343 with flag 7266583/1265000
824.22/827.54	c cleaning 43753 clauses out of 267246 with flag 7588057/1316000
868.18/871.29	c cleaning 44097 clauses out of 275492 with flag 7929343/1368000
911.02/914.00	c cleaning 45104 clauses out of 284394 with flag 8276632/1421000
954.56/957.28	c cleaning 45893 clauses out of 293288 with flag 8622602/1475000
1000.76/1004.67	c cleaning 46541 clauses out of 302389 with flag 8982685/1530000
1047.96/1051.67	c cleaning 47780 clauses out of 311845 with flag 9349813/1586000
1098.13/1101.25	c cleaning 48663 clauses out of 321065 with flag 9745952/1643000
1145.92/1148.74	c cleaning 49655 clauses out of 330401 with flag 10133727/1701000
1198.36/1202.02	c cleaning 50695 clauses out of 339744 with flag 10551161/1760000
1251.23/1254.22	c cleaning 51379 clauses out of 349047 with flag 10986770/1820001
1308.28/1310.35	c cleaning 52477 clauses out of 358665 with flag 11411630/1881000
1364.95/1376.20	c cleaning 53486 clauses out of 368186 with flag 11840362/1943000
1423.32/1433.55	c cleaning 54369 clauses out of 377703 with flag 12283805/2006003
1485.12/1519.02	c cleaning 55190 clauses out of 387332 with flag 12735906/2070001
1543.84/1576.60	c cleaning 56655 clauses out of 397140 with flag 13206619/2135000
1611.99/1675.48	c cleaning 57094 clauses out of 406485 with flag 13673702/2201000
1678.34/1764.65	c cleaning 58481 clauses out of 416391 with flag 14156214/2268000
1748.74/1833.71	c cleaning 59430 clauses out of 425909 with flag 14642712/2336000
1818.37/1901.50	c cleaning 60100 clauses out of 435479 with flag 15128004/2405000
1890.04/1974.21	c cleaning 61040 clauses out of 445378 with flag 15644699/2475000
1965.95/2065.15	c cleaning 62237 clauses out of 455340 with flag 16159986/2546003
2046.12/2176.17	c cleaning 62903 clauses out of 465098 with flag 16693879/2618000
2123.72/2252.70	c cleaning 63737 clauses out of 475195 with flag 17257758/2691000
2207.87/2335.18	c cleaning 64877 clauses out of 485458 with flag 17829666/2765000
2291.41/2416.91	c cleaning 65916 clauses out of 495582 with flag 18412859/2840001
2376.53/2500.25	c cleaning 66940 clauses out of 505665 with flag 19003129/2916000
2465.81/2595.67	c cleaning 68108 clauses out of 515725 with flag 19592384/2993001
2557.83/2686.60	c cleaning 68820 clauses out of 525616 with flag 20195433/3071000
2649.38/2776.28	c cleaning 69681 clauses out of 535797 with flag 20824161/3150001
2742.31/2867.91	c cleaning 70595 clauses out of 546115 with flag 21444200/3230000
2839.87/2963.28	c cleaning 71925 clauses out of 556520 with flag 22088678/3311002
2938.01/3060.09	c cleaning 72438 clauses out of 566593 with flag 22743715/3393000
3044.04/3166.15	c cleaning 73650 clauses out of 577161 with flag 23412573/3476006
3148.74/3269.53	c cleaning 74660 clauses out of 587505 with flag 24082369/3560000
3257.23/3376.60	c cleaning 75480 clauses out of 597850 with flag 24767707/3645005
3365.90/3483.83	c cleaning 77040 clauses out of 608365 with flag 25468282/3731000
3477.70/3594.26	c cleaning 77582 clauses out of 618325 with flag 26170430/3818001
3586.27/3700.18	c starts		: 24790
3586.27/3700.19	c conflicts		: 3900053
3586.27/3700.19	c decisions		: 121043050
3586.27/3700.19	c propagations		: 3612701836
3586.27/3700.19	c inspects		: 16625622659
3586.27/3700.19	c shortcuts		: 0
3586.27/3700.19	c learnt literals	: 183
3586.27/3700.19	c learnt binary clauses	: 213654
3586.27/3700.19	c learnt ternary clauses	: 201384
3586.27/3700.19	c learnt constraints	: 3899870
3586.27/3700.19	c ignored constraints	: 0
3586.27/3700.19	c root simplifications	: 0
3586.27/3700.19	c removed literals (reason simplification)	: 41359170
3586.27/3700.19	c reason swapping (by a shorter reason)	: 0
3586.27/3700.19	c Calls to reduceDB	: 83
3586.27/3700.19	c Number of update (reduction) of LBD	: 2974155
3586.27/3700.19	c Imported unit clauses	: 0
3586.27/3700.19	c No decision after first conflict	: false
3586.27/3700.19	c number of reductions to clauses (during analyze)	: 0
3586.27/3700.19	c number of learned constraints concerned by reduction	: 0
3586.27/3700.19	c number of learning phase by resolution	: 0
3586.27/3700.19	c number of learning phase by cutting planes	: 0
3586.27/3700.19	c number of rounding to 1 operations	: 0
3586.27/3700.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3586.27/3700.19	c number of reductions of the coefficients by power 2 	: 0
3586.27/3700.19	c number of right shift for reduction by power 2 	: 0
3586.27/3700.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3586.27/3700.19	c number of ending skipping 	: 0
3586.27/3700.19	c number of internal skipping 	: 0
3586.27/3700.19	c number of derivation steps 	: 0
3586.27/3700.19	c number of skipped derivation steps 	: 0
3586.27/3700.19	c number of remaining unassigned 	: 0
3586.27/3700.19	c number of remaining assigned 	: 0
3586.27/3700.19	c number of falsified literals weakened from reason	: 0
3586.27/3700.19	c number of falsified literals weakened from conflict	: 0
3586.27/3700.19	c time for arithmetic operations	: 0
3586.27/3700.19	c minimum degree of deleted constraints	: null
3586.27/3700.19	c maximum degree of deleted constraints	: null
3586.27/3700.19	c number of deleted constraints	: 0
3586.27/3700.19	c speed (assignments/second)	: 976623.926314361
3586.27/3700.19	c non guided choices	: 34459
3586.44/3700.22	c timeout
3586.44/3700.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 409141
3586.44/3700.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 213654
3586.44/3700.30	s UNKNOWN
3586.44/3700.30	c Total wall clock time (in seconds): 3699.912

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: 63837 MiB (63317 MiB free)
  memory of node 1: 64465 MiB (63932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506985-1751182786/watcher-4506985-1751182786 -o /tmp/evaluation-result-4506985-1751182786/solver-4506985-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20306 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506985-1751182786 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506985-1751182786.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20358, runsolver pid=20346

[startup+0.100074 s]*
/proc/loadavg: 0.49 0.95 1.66 10/319 20431
/proc/meminfo: memFree=130242944/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=18930344 memory=45724 CPUtime=0.09 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 5445 0 0 0 5 4 0 0 20 0 18 0 33957450 19384672256 11399 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4732586 11399 4946 1 0 546685 0
[pid=20358/tid=20370] ppid=20346 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 4570 0 0 0 4 2 0 0 20 0 18 0 33957453 19384672256 11431 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=18930344 memory=2576 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384672256 11431 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=18930344 memory=54096036103158 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384672256 11431 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45724 KiB

[startup+0.214772 s]*
/proc/loadavg: 0.49 0.95 1.66 10/319 20431
/proc/meminfo: memFree=130231300/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=18930384 memory=51908 CPUtime=0.25 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 6147 0 0 0 20 5 0 0 20 0 18 0 33957450 19384713216 12977 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4732596 12977 5330 1 0 547262 0
[pid=20358/tid=20370] ppid=20346 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 4974 0 0 0 13 3 0 0 20 0 18 0 33957453 19384713216 12977 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384713216 12977 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384713216 12977 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51908 KiB

[startup+0.315007 s]*
/proc/loadavg: 0.49 0.95 1.66 9/319 20431
/proc/meminfo: memFree=130212776/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=18930384 memory=57812 CPUtime=0.41 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 6621 0 0 0 35 6 0 0 20 0 18 0 33957450 19384713216 14453 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4732596 14453 5330 1 0 547687 0
[pid=20358/tid=20370] ppid=20346 vsize=18930384 memory=-6000919477018389613 CPUtime=0.25 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 5139 0 0 0 21 4 0 0 20 0 18 0 33957453 19384713216 14453 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384713216 14485 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384713216 14485 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57812 KiB

[startup+0.700397 s]
/proc/loadavg: 0.49 0.95 1.66 12/319 20431
/proc/meminfo: memFree=130170816/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=18930384 memory=90192 CPUtime=1.1 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 8525 0 0 0 100 10 0 0 20 0 18 0 33957450 19384713216 22548 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4732596 22548 5426 1 0 548869 0
[pid=20358/tid=20370] ppid=20346 vsize=18930384 memory=17024 CPUtime=0.59 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 5311 0 0 0 53 6 0 0 20 0 18 0 33957453 19384713216 22548 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33957458 19384713216 22548 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33957459 19384713216 22548 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90192 KiB

[startup+1.5003 s]
/proc/loadavg: 0.49 0.95 1.66 13/323 20435
/proc/meminfo: memFree=129814748/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=168040 CPUtime=2.67 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 14077 0 0 0 253 14 0 0 20 0 20 0 33957450 19521036288 42010 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 42010 5458 1 0 551109 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=3200 CPUtime=1.3 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 5903 0 0 0 122 8 0 0 20 0 20 0 33957453 19521036288 42010 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 42010 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 42010 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168040 KiB

[startup+3.10604 s]
/proc/loadavg: 0.49 0.95 1.66 9/327 20439
/proc/meminfo: memFree=129714164/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=177992 CPUtime=5.86 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 16925 0 0 0 570 16 0 0 20 0 20 0 33957450 19521036288 44498 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 44498 5458 1 0 551747 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=11264 CPUtime=2.81 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 6348 0 0 0 272 9 0 0 20 0 20 0 33957453 19521036288 44498 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 44498 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 44498 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 44498 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177992 KiB

[startup+6.30023 s]
/proc/loadavg: 0.93 1.03 1.68 7/327 20439
/proc/meminfo: memFree=129611528/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=185788 CPUtime=9.78 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 17715 0 0 0 960 18 0 0 20 0 20 0 33957450 19521036288 46447 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 46447 5458 1 0 551798 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=0 CPUtime=5.94 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 6915 0 0 0 584 10 0 0 20 0 20 0 33957453 19521036288 46447 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=-6000919481313356909 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 46447 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 46447 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 46447 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185788 KiB

[startup+12.7004 s]
/proc/loadavg: 1.17 1.08 1.69 7/329 20441
/proc/meminfo: memFree=129570880/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=224200 CPUtime=12.77 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 24903 0 0 0 1255 22 0 0 20 0 20 0 33957450 19521036288 56050 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 56050 5458 1 0 555222 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=207712 CPUtime=8.34 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 6927 0 0 0 823 11 0 0 20 0 20 0 33957453 19521036288 56050 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=191976 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 56050 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 56050 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 56050 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 12.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224200 KiB

[startup+25.5004 s]
/proc/loadavg: 1.80 1.23 1.73 6/329 20441
/proc/meminfo: memFree=128334400/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=376328 CPUtime=25.89 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 30964 0 0 0 2559 30 0 0 20 0 20 0 33957450 19521036288 94082 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 94082 5490 1 0 555222 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=314736 CPUtime=20.83 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 8662 0 0 0 2067 16 0 0 20 0 20 0 33957453 19521036288 94082 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=376328 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 94082 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 94082 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 94082 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 25.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 376328 KiB

[startup+51.1136 s]
/proc/loadavg: 2.67 1.48 1.80 5/331 20444
/proc/meminfo: memFree=125910536/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1033164 CPUtime=51.63 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 36780 0 0 0 5110 53 0 0 20 0 20 0 33957450 19521036288 258291 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 258291 5490 1 0 672188 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=973656 CPUtime=45.61 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 9916 0 0 0 4531 30 0 0 20 0 20 0 33957453 19521036288 258291 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=651984 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 258291 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 258291 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=588496 CPUtime=0 cores=1,3

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

Current children cumulated memory: 1557628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.31 4.27 6/331 20628
/proc/meminfo: memFree=99841028/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1557628 CPUtime=3283.07 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 175434 0 1 0 327379 928 0 0 20 0 20 0 33957450 19521036288 389407 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 389407 5490 1 0 402775 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=14464 CPUtime=3183.26 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 95977 0 0 0 317654 672 0 0 20 0 20 0 33957453 19521036288 389407 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 389407 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=1557628 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1328 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 389407 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=1557628 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 389407 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3283.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1557628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.28 4.26 6/331 20630
/proc/meminfo: memFree=99498124/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1557884 CPUtime=3344.32 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 180921 0 1 0 333489 943 0 0 20 0 20 0 33957450 19521036288 389471 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 389471 5490 1 0 402859 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=17024 CPUtime=3242.33 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 100635 0 0 0 323550 683 0 0 20 0 20 0 33957453 19521036288 389471 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=1557884 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 389471 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1338 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 389471 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=1557884 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 389471 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3344.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1557884 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.28 4.26 6/330 20632
/proc/meminfo: memFree=98918836/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1558012 CPUtime=3405.4 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 183775 0 1 0 339585 955 0 0 20 0 20 0 33957450 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 389503 5490 1 0 402860 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=1557884 CPUtime=3301.64 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 103212 0 0 0 329472 692 0 0 20 0 20 0 33957453 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=1557884 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1352 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=1557884 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3405.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1558012 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.25 4.26 6/330 20634
/proc/meminfo: memFree=98587876/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1558012 CPUtime=3465.66 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 183908 0 1 0 345600 966 0 0 20 0 20 0 33957450 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 389503 5490 1 0 402860 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=1558012 CPUtime=3360.94 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 103331 0 0 0 335394 700 0 0 20 0 20 0 33957453 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1352 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3465.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1558012 KiB

[startup+3642.3 s]
/proc/loadavg: 4.22 4.25 4.26 6/330 20638
/proc/meminfo: memFree=98265360/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1558012 CPUtime=3526.79 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 185753 0 1 0 351699 980 0 0 20 0 20 0 33957450 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 389503 5490 1 0 402861 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=1558012 CPUtime=3420.08 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 104533 0 0 0 341298 710 0 0 20 0 20 0 33957453 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=1558012 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=1558012 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1352 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=1558012 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 389503 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3526.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1558012 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.14 4.22 4.24 6/330 20640
/proc/meminfo: memFree=97945544/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19063512 memory=1558140 CPUtime=3586.07 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 188474 0 1 0 357614 993 0 0 20 0 20 0 33957450 19521036288 389535 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4765878 389535 5490 1 0 402863 0
[pid=20358/tid=20370] ppid=20346 vsize=19063512 memory=9044 CPUtime=3477.18 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 106719 0 0 0 346998 720 0 0 20 0 20 0 33957453 19521036288 389535 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19063512 memory=6452091056132481083 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19521036288 389535 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19063512 memory=4255012 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1382 0 0 0 0 0 0 0 20 0 20 0 33957459 19521036288 389535 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20437] ppid=20346 vsize=19063512 memory=1558140 CPUtime=0 cores=1,3
/proc/20358/task/20437/stat : 20437 (Timer-0) S 20346 20358 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33957552 19521036288 389535 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3586.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1558140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.68 s, system=9.96723 s

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

[startup+3700.2 s]
/proc/loadavg: 4.14 4.22 4.24 6/330 20640
/proc/meminfo: memFree=97945544/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19263204 memory=1558780 CPUtime=3586.44 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 189815 0 1 0 357650 994 0 0 20 0 21 0 33957450 19725520896 389695 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4815801 389695 5522 1 0 403784 0
[pid=20358/tid=20370] ppid=20346 vsize=19263204 memory=-6000919477018389613 CPUtime=3477.21 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) R 20346 20358 20294 0 -1 4194368 106766 0 0 0 347001 720 0 0 20 0 21 0 33957453 19725520896 389695 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19263204 memory=4355144234610355873 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33957458 19725520896 389695 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19263204 memory=10240 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1382 0 0 0 0 0 0 0 20 0 21 0 33957459 19725520896 389695 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3586.44 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1558780 KiB

[startup+3700.3 s]
/proc/loadavg: 4.14 4.22 4.24 6/330 20640
/proc/meminfo: memFree=97945544/131382120 swapFree=33010684/33010684
[pid=20358] ppid=20346 vsize=19263204 memory=1558908 CPUtime=3586.63 cores=1,3
/proc/20358/stat : 20358 (java) S 20346 20358 20294 0 -1 4194304 190242 0 1 0 357668 995 0 0 20 0 20 0 33957450 19725520896 389727 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
/proc/20358/statm: 4815801 389727 5522 1 0 403800 0
[pid=20358/tid=20370] ppid=20346 vsize=19263204 memory=1558012 CPUtime=3477.21 cores=1,3
/proc/20358/task/20370/stat : 20370 (java) S 20346 20358 20294 0 -1 4194368 106895 0 0 0 347001 720 0 0 20 0 20 0 33957453 19725520896 389727 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20414] ppid=20346 vsize=19263204 memory=1558012 CPUtime=0 cores=1,3
/proc/20358/task/20414/stat : 20414 (Finalizer) S 20346 20358 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33957458 19725520896 389727 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
[pid=20358/tid=20430] ppid=20346 vsize=19263204 memory=2736 CPUtime=0 cores=1,3
/proc/20358/task/20430/stat : 20430 (Common-Cleaner) S 20346 20358 20294 0 -1 4194368 1382 0 0 0 0 0 0 0 20 0 20 0 33957459 19725520896 389727 18446744073709551615 93827779547136 93827779550832 140729553560880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93827779558648 93827779559440 93827802005504 140729553566000 140729553566182 140729553566182 140729553571784 0
Current children cumulated CPU time: 3586.63 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1558908 KiB

Child status: 143

Real time (s): 3700.33
CPU time (s): 3586.65
CPU user time (s): 3576.68
CPU system time (s): 9.96723
CPU usage (%): 96.9279
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2640072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.68
system time used= 9.96723
maximum resident set size= 2640200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190269
page faults= 1
swaps= 0
block input operations= 992
block output operations= 11786424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124735
involuntary context switches= 12109


# summary of solver processes directly reported to runsolver:
#   pid: 20358
#   total CPU time (s): 3586.65
#   total CPU user time (s): 3576.68
#   total CPU system time (s): 9.96723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7179 second user time and 40.3552 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 09:39:46
IDJOB=4506985
IDBENCH=158311
IDSOLVER=3364
FILE ID=nodeC002/4506985-1751182786
RUNJOBID= nodeC002-1751182786-20306
SLURM_JOB_ID= 9587562
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K159.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506985-1751182786/watcher-4506985-1751182786 -o /tmp/evaluation-result-4506985-1751182786/solver-4506985-1751182786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20306 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506985-1751182786 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506985-1751182786.opb

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

MD5SUM BENCH= 27d58ce279c297ab3aeba38d0412d1d9
RANDOM SEED=472328659

nodeC002 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.184
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.81
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.224
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.81
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.224
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.81
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.323
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.81
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.427
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.81
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.210
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.81
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.232
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.81
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.297
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130300572 kB
MemAvailable:   129942440 kB
Buffers:            3280 kB
Cached:           449148 kB
SwapCached:            0 kB
Active:           314108 kB
Inactive:         202012 kB
Active(anon):      81652 kB
Inactive(anon):        0 kB
Active(file):     232456 kB
Inactive(file):   202012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8100 kB
Writeback:             0 kB
AnonPages:         66732 kB
Mapped:           101324 kB
Shmem:             17960 kB
KReclaimable:      85144 kB
Slab:             166140 kB
SReclaimable:      85144 kB
SUnreclaim:        80996 kB
KernelStack:        3732 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC002 at 2025-06-29 10:41:27