Trace number 4507092

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.39 3585.38

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.12/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.23	c java.vm.version	22.0.1+8-16
0.12/0.23	c java.vm.vendor	Oracle Corporation
0.29/0.23	c sun.arch.data.model	64
0.29/0.23	c java.version		22.0.1
0.29/0.23	c os.name		Linux
0.29/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.29/0.23	c os.arch		amd64
0.29/0.24	c Free memory 		2104792832
0.29/0.24	c Max memory 		16282288128
0.29/0.24	c Total memory 		2113929216
0.29/0.25	c Number of processors 	2
0.43/0.37	c Pseudo Boolean Optimization by upper bound
0.43/0.37	c --- Begin Solver configuration ---
0.43/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.37	c Learn all clauses as in MiniSAT
0.43/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.37	c Expensive reason simplification
0.43/0.37	c Glucose 2.1 dynamic restart strategy
0.43/0.37	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.43/0.37	c timeout=2147483s
0.43/0.37	c DB Simplification allowed=false
0.43/0.37	c Listener: none
0.43/0.37	c --- End Solver configuration ---
0.43/0.37	c solving HOME/instance-4507092-1751186372.opb
0.43/0.37	c reading problem ... 
0.43/0.37	c  no objective function found
1.53/0.95	c ... done. Wall clock time 0.577s.
1.53/0.95	c declared #vars     17850
1.53/0.95	c #constraints  18152
1.53/0.95	c constraints type 
1.53/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1937
1.53/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
1.53/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16063
1.53/0.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.53/0.95	c 18152 constraints processed.
5.04/3.22	c cleaning 2490 clauses out of 4987 with flag 22458/5000
7.47/5.27	c cleaning 4234 clauses out of 8491 with flag 56746/11001
10.50/7.63	c cleaning 5600 clauses out of 11253 with flag 97273/18000
13.57/10.17	c cleaning 6783 clauses out of 13647 with flag 141848/26000
16.75/13.36	c cleaning 7879 clauses out of 15858 with flag 191244/35000
20.36/16.93	c cleaning 8754 clauses out of 17981 with flag 241556/45002
24.16/20.71	c cleaning 9049 clauses out of 20223 with flag 296601/56001
28.25/24.89	c cleaning 9783 clauses out of 23168 with flag 358461/68000
33.19/29.73	c cleaning 10683 clauses out of 26374 with flag 425660/81002
38.29/34.81	c cleaning 11627 clauses out of 29688 with flag 496440/95000
44.09/40.65	c cleaning 12420 clauses out of 33060 with flag 571751/110000
50.69/46.93	c cleaning 13212 clauses out of 36641 with flag 655135/126002
57.35/53.51	c cleaning 14081 clauses out of 40421 with flag 743733/143003
64.70/60.71	c cleaning 14826 clauses out of 44336 with flag 840395/161001
72.19/68.21	c cleaning 15416 clauses out of 48512 with flag 938005/180005
80.63/76.63	c cleaning 16457 clauses out of 53090 with flag 1045030/200001
89.13/85.14	c cleaning 17215 clauses out of 57629 with flag 1158309/221000
98.66/94.63	c cleaning 18245 clauses out of 62412 with flag 1278264/243000
108.95/104.81	c cleaning 18854 clauses out of 67165 with flag 1405046/266000
119.34/115.25	c cleaning 19801 clauses out of 72307 with flag 1540316/290001
130.36/126.27	c cleaning 20455 clauses out of 77504 with flag 1678425/315004
143.84/139.60	c cleaning 21554 clauses out of 83043 with flag 1822290/341002
155.92/151.70	c cleaning 22251 clauses out of 88486 with flag 1973820/368000
169.78/165.54	c cleaning 23147 clauses out of 94230 with flag 2129696/396001
184.55/180.23	c cleaning 24032 clauses out of 100081 with flag 2293616/425001
199.23/194.88	c cleaning 24891 clauses out of 106045 with flag 2461504/455001
214.30/209.80	c cleaning 25838 clauses out of 112157 with flag 2636212/486004
230.14/225.68	c cleaning 26449 clauses out of 118316 with flag 2819155/518002
247.52/242.76	c cleaning 27400 clauses out of 124860 with flag 3005222/551000
265.57/260.74	c cleaning 28378 clauses out of 131455 with flag 3210508/585000
284.95/280.03	c cleaning 28971 clauses out of 138074 with flag 3417590/620000
304.41/299.45	c cleaning 30350 clauses out of 145103 with flag 3631393/656000
325.75/320.79	c cleaning 31066 clauses out of 151751 with flag 3855307/693000
347.13/342.10	c cleaning 31828 clauses out of 158684 with flag 4078360/731000
368.38/363.35	c cleaning 32411 clauses out of 165857 with flag 4305776/770001
391.36/386.24	c cleaning 33589 clauses out of 173445 with flag 4552605/810001
415.49/410.21	c cleaning 34252 clauses out of 180853 with flag 4803542/851000
439.94/434.70	c cleaning 35473 clauses out of 188600 with flag 5065228/893000
466.90/461.39	c cleaning 35860 clauses out of 196127 with flag 5330055/936001
493.20/487.68	c cleaning 37297 clauses out of 204264 with flag 5606206/980000
521.45/515.72	c cleaning 38021 clauses out of 211966 with flag 5889870/1025000
550.50/544.86	c cleaning 38996 clauses out of 219944 with flag 6183363/1071000
581.10/575.33	c cleaning 39756 clauses out of 227947 with flag 6489102/1118000
613.82/607.98	c cleaning 40817 clauses out of 236189 with flag 6805649/1166000
646.84/640.86	c cleaning 41690 clauses out of 244369 with flag 7131256/1215000
679.09/673.12	c cleaning 42562 clauses out of 252680 with flag 7455919/1265002
715.98/709.55	c cleaning 43485 clauses out of 261115 with flag 7795254/1316000
752.07/745.63	c cleaning 44511 clauses out of 269627 with flag 8151029/1368000
789.68/783.12	c cleaning 45186 clauses out of 278115 with flag 8513063/1421002
827.70/821.03	c cleaning 46325 clauses out of 286927 with flag 8867052/1475000
867.91/861.12	c cleaning 47330 clauses out of 295601 with flag 9244255/1530003
909.11/902.25	c cleaning 48305 clauses out of 304268 with flag 9634509/1586001
952.15/945.19	c cleaning 49198 clauses out of 312963 with flag 10023181/1643001
996.85/989.78	c cleaning 50287 clauses out of 321764 with flag 10422089/1701002
1042.59/1035.34	c cleaning 51122 clauses out of 330478 with flag 10835300/1760003
1090.62/1083.35	c cleaning 51854 clauses out of 339352 with flag 11274620/1820000
1139.27/1131.85	c cleaning 53031 clauses out of 348498 with flag 11708300/1881000
1189.99/1182.19	c cleaning 53716 clauses out of 357468 with flag 12135772/1943002
1242.63/1234.54	c cleaning 54688 clauses out of 366751 with flag 12584851/2006001
1295.64/1287.42	c cleaning 56063 clauses out of 376063 with flag 13050248/2070001
1352.53/1344.23	c cleaning 56481 clauses out of 385004 with flag 13547023/2135005
1410.97/1402.53	c cleaning 57701 clauses out of 394516 with flag 14046971/2201001
1470.16/1461.35	c cleaning 58608 clauses out of 403816 with flag 14555039/2268005
1529.19/1520.38	c cleaning 60113 clauses out of 413203 with flag 15062290/2336000
1593.20/1584.29	c cleaning 60549 clauses out of 422090 with flag 15576459/2405002
1656.83/1647.81	c cleaning 61582 clauses out of 431540 with flag 16096564/2475001
1724.71/1715.55	c cleaning 62254 clauses out of 440956 with flag 16634277/2546000
1790.44/1781.26	c cleaning 63813 clauses out of 450700 with flag 17187028/2618000
1862.25/1852.88	c cleaning 64565 clauses out of 459888 with flag 17769458/2691001
1935.99/1926.54	c cleaning 65046 clauses out of 469322 with flag 18355686/2765000
2009.69/1999.33	c cleaning 66708 clauses out of 479276 with flag 18943231/2840000
2086.01/2075.58	c cleaning 67438 clauses out of 488567 with flag 19560366/2916000
2161.99/2151.33	c cleaning 68315 clauses out of 498128 with flag 20177791/2993000
2243.37/2232.23	c cleaning 69363 clauses out of 507812 with flag 20797163/3071001
2325.29/2313.99	c cleaning 70302 clauses out of 517450 with flag 21445696/3150003
2410.25/2398.77	c cleaning 71359 clauses out of 527145 with flag 22117490/3230000
2497.95/2486.07	c cleaning 72524 clauses out of 536784 with flag 22771816/3311000
2587.69/2575.76	c cleaning 73239 clauses out of 546261 with flag 23491672/3393001
2679.95/2667.70	c cleaning 74347 clauses out of 556021 with flag 24163923/3476001
2773.13/2760.81	c cleaning 75284 clauses out of 565673 with flag 24856430/3560000
2870.70/2858.29	c cleaning 76227 clauses out of 575389 with flag 25579057/3645001
2970.35/2957.66	c cleaning 77468 clauses out of 585161 with flag 26345639/3731000
3073.43/3060.67	c cleaning 77979 clauses out of 594696 with flag 27123520/3818003
3181.52/3168.47	c cleaning 78979 clauses out of 604715 with flag 27882723/3906001
3289.46/3276.06	c cleaning 80262 clauses out of 614736 with flag 28647511/3995002
3398.31/3384.81	c cleaning 81388 clauses out of 624472 with flag 29431353/4085000
3513.44/3498.35	c cleaning 81946 clauses out of 634084 with flag 30252931/4176000
3600.05/3585.13	c timeout
3600.05/3585.14	c starts		: 27869
3600.05/3585.14	c conflicts		: 4250701
3600.05/3585.14	c decisions		: 118820403
3600.05/3585.14	c propagations		: 3769277554
3600.05/3585.14	c inspects		: 18652601074
3600.05/3585.14	c shortcuts		: 0
3600.05/3585.14	c learnt literals	: 179
3600.05/3585.14	c learnt binary clauses	: 210871
3600.05/3585.15	c learnt ternary clauses	: 205600
3600.05/3585.15	c learnt constraints	: 4250522
3600.05/3585.15	c ignored constraints	: 0
3600.05/3585.15	c root simplifications	: 0
3600.05/3585.15	c removed literals (reason simplification)	: 49321411
3600.05/3585.15	c reason swapping (by a shorter reason)	: 0
3600.05/3585.15	c Calls to reduceDB	: 87
3600.05/3585.15	c Number of update (reduction) of LBD	: 3350403
3600.05/3585.15	c Imported unit clauses	: 0
3600.05/3585.15	c No decision after first conflict	: false
3600.05/3585.15	c number of reductions to clauses (during analyze)	: 0
3600.05/3585.15	c number of learned constraints concerned by reduction	: 0
3600.05/3585.15	c number of learning phase by resolution	: 0
3600.05/3585.15	c number of learning phase by cutting planes	: 0
3600.05/3585.15	c number of rounding to 1 operations	: 0
3600.05/3585.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3585.15	c number of reductions of the coefficients by power 2 	: 0
3600.05/3585.15	c number of right shift for reduction by power 2 	: 0
3600.05/3585.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3585.15	c number of ending skipping 	: 0
3600.05/3585.15	c number of internal skipping 	: 0
3600.05/3585.15	c number of derivation steps 	: 0
3600.05/3585.15	c number of skipped derivation steps 	: 0
3600.05/3585.15	c number of remaining unassigned 	: 0
3600.05/3585.15	c number of remaining assigned 	: 0
3600.05/3585.15	c number of falsified literals weakened from reason	: 0
3600.05/3585.15	c number of falsified literals weakened from conflict	: 0
3600.05/3585.15	c time for arithmetic operations	: 0
3600.05/3585.16	c minimum degree of deleted constraints	: null
3600.05/3585.16	c maximum degree of deleted constraints	: null
3600.05/3585.16	c number of deleted constraints	: 0
3600.05/3585.16	c speed (assignments/second)	: 1051640.5819114398
3600.05/3585.16	c non guided choices	: 26925
3600.30/3585.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 415967
3600.30/3585.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 210871
3600.30/3585.35	s UNKNOWN
3600.30/3585.35	c Total wall clock time (in seconds): 3584.98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507092-1751186372/watcher-4507092-1751186372 -o /tmp/evaluation-result-4507092-1751186372/solver-4507092-1751186372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24219 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507092-1751186372.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 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=24596, runsolver pid=24593
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.12 4.12 4.09 5/303 24617
/proc/meminfo: memFree=121257164/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=18930384 memory=48380 CPUtime=0.12 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 5773 0 0 0 8 4 0 0 20 0 18 0 34316957 19384713216 12095 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4732596 12095 5308 1 0 547005 0
[pid=24596/tid=24598] ppid=24593 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 4625 0 0 0 5 2 0 0 20 0 18 0 34316959 19384713216 12095 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34316964 19384713216 12095 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34316965 19384713216 12095 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48380 KiB

[startup+0.217602 s]*
/proc/loadavg: 4.12 4.12 4.09 6/303 24623
/proc/meminfo: memFree=121253080/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=18930384 memory=52152 CPUtime=0.29 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 6201 0 0 0 24 5 0 0 20 0 18 0 34316957 19384713216 13038 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4732596 13038 5340 1 0 547310 0
[pid=24596/tid=24598] ppid=24593 vsize=18930384 memory=4026597495 CPUtime=0.18 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 4976 0 0 0 15 3 0 0 20 0 18 0 34316959 19384713216 13038 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=18930384 memory=215637835243 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34316964 19384713216 13038 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=18930384 memory=18050 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34316965 19384713216 13038 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52152 KiB

[startup+0.314118 s]*
/proc/loadavg: 4.12 4.12 4.09 7/301 24630
/proc/meminfo: memFree=121253712/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=18930384 memory=58172 CPUtime=0.43 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 6669 0 0 0 37 6 0 0 20 0 18 0 34316957 19384713216 14543 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4732596 14543 5372 1 0 547717 0
[pid=24596/tid=24598] ppid=24593 vsize=18930384 memory=-7449372042106619071 CPUtime=0.25 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 5129 0 0 0 22 3 0 0 20 0 18 0 34316959 19384713216 14543 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=18930384 memory=-6000919494114240621 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34316964 19384713216 14543 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=18930384 memory=-9104981471319585170 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34316965 19384713216 14543 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58172 KiB

[startup+0.70038 s]
/proc/loadavg: 4.12 4.12 4.09 6/303 24640
/proc/meminfo: memFree=121236424/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=18930384 memory=90560 CPUtime=1.14 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 8453 0 0 0 106 8 0 0 20 0 18 0 34316957 19384713216 22640 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4732596 22640 5436 1 0 548885 0
[pid=24596/tid=24598] ppid=24593 vsize=18930384 memory=17152 CPUtime=0.59 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 5280 0 0 0 54 5 0 0 20 0 18 0 34316959 19384713216 22640 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=18930384 memory=10624 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34316964 19384713216 22640 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=18930384 memory=2764 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34316965 19384713216 22640 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90560 KiB

[startup+1.50028 s]
/proc/loadavg: 4.12 4.12 4.09 10/325 24667
/proc/meminfo: memFree=121101244/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=168148 CPUtime=2.7 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 14481 0 0 0 257 13 0 0 20 0 20 0 34316957 19521036288 42037 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 42037 5468 1 0 551117 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=2764 CPUtime=1.27 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 5528 0 0 0 120 7 0 0 20 0 20 0 34316959 19521036288 42037 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 42037 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 42037 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 42037 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168148 KiB

[startup+3.1074 s]
/proc/loadavg: 4.12 4.12 4.09 8/302 24751
/proc/meminfo: memFree=129614920/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=171348 CPUtime=4.91 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 16027 0 0 0 476 15 0 0 20 0 20 0 34316957 19521036288 42837 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 42837 5468 1 0 551805 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=10624 CPUtime=2.85 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 5781 0 0 0 277 8 0 0 20 0 20 0 34316959 19521036288 42837 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 42837 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 42837 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 42837 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171348 KiB

[startup+6.30035 s]
/proc/loadavg: 4.35 4.17 4.11 6/326 24800
/proc/meminfo: memFree=129377460/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=181204 CPUtime=9.19 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 27611 0 0 0 900 19 0 0 20 0 20 0 34316957 19521036288 45301 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 45301 5500 1 0 554282 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=0 CPUtime=6.04 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 7542 0 0 0 594 10 0 0 20 0 20 0 34316959 19521036288 45301 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 45301 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 45301 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=170836 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 45301 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181204 KiB

[startup+12.7004 s]
/proc/loadavg: 4.40 4.18 4.11 5/326 24801
/proc/meminfo: memFree=129312076/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=176760 CPUtime=16.15 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 34829 0 0 0 1594 21 0 0 20 0 20 0 34316957 19521036288 44190 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 44190 5500 1 0 555230 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=170836 CPUtime=12.42 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 8220 0 0 0 1232 10 0 0 20 0 20 0 34316959 19521036288 44190 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=176760 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 44190 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 44190 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=181204 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 44190 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176760 KiB

[startup+25.5004 s]
/proc/loadavg: 4.39 4.19 4.11 5/326 24801
/proc/meminfo: memFree=129250004/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=189116 CPUtime=28.95 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 37089 0 0 0 2873 22 0 0 20 0 20 0 34316957 19521036288 47279 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 47279 5500 1 0 555230 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=176760 CPUtime=25.16 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 8901 0 0 0 2506 10 0 0 20 0 20 0 34316959 19521036288 47279 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 47279 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 47279 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=189116 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 47279 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 28.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189116 KiB

[startup+51.1131 s]
/proc/loadavg: 4.26 4.17 4.11 5/326 24801
/proc/meminfo: memFree=128845004/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=320460 CPUtime=54.97 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 42313 0 0 0 5469 28 0 0 20 0 20 0 34316957 19521036288 80115 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 80115 5500 1 0 555246 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=320460 CPUtime=50.43 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 9434 0 0 0 5033 10 0 0 20 0 20 0 34316959 19521036288 80115 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=320460 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 80115 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=248672 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 80115 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3

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

Current children cumulated memory: 4220100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/326 24983
/proc/meminfo: memFree=112892088/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=4388036 CPUtime=3355.89 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 110847 0 0 0 335275 314 0 0 20 0 20 0 34316957 19521036288 1097009 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 1097009 5500 1 0 1169791 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=17152 CPUtime=3318.29 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 47392 0 0 0 331788 41 0 0 20 0 20 0 34316959 19521036288 1097009 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=10112 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 1097009 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 708 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 1097009 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=-6000919494114240621 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 1097009 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3355.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4388036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.14 5/325 24985
/proc/meminfo: memFree=112560412/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=4576880 CPUtime=3417.12 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 118145 0 0 0 341388 324 0 0 20 0 20 0 34316957 19521036288 1144220 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 1144220 5500 1 0 1758343 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=17152 CPUtime=3377.95 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 52292 0 0 0 337752 43 0 0 20 0 20 0 34316959 19521036288 1144220 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=10112 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 1144220 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 737 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 1144220 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=4564592 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 1144220 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3417.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4576880 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.14 5/326 24988
/proc/meminfo: memFree=112222500/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=4748912 CPUtime=3477.01 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 119215 0 0 0 347370 331 0 0 20 0 20 0 34316957 19521036288 1187228 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 1187228 5500 1 0 1758343 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=17152 CPUtime=3437.78 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 53342 0 0 0 343731 47 0 0 20 0 20 0 34316959 19521036288 1187228 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=10112 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 1187228 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 737 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 1187228 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 1187228 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3477.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4748912 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/326 24990
/proc/meminfo: memFree=111976000/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=4988688 CPUtime=3537.38 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 120755 0 0 0 353399 339 0 0 20 0 20 0 34316957 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 1247172 5500 1 0 1758343 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=17152 CPUtime=3497.27 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 54483 0 0 0 349678 49 0 0 20 0 20 0 34316959 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=4740720 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 764 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3537.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4988688 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.12 4.13 5/326 24994
/proc/meminfo: memFree=111982432/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=4988688 CPUtime=3597.25 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 122652 0 0 0 359382 343 0 0 20 0 20 0 34316957 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 1247172 5500 1 0 1758347 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=17152 CPUtime=3557.09 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 56327 0 0 0 355659 50 0 0 20 0 20 0 34316959 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=4988688 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 794 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3597.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4988688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.11 s]
/proc/loadavg: 4.16 4.12 4.13 5/326 24994
/proc/meminfo: memFree=111982180/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19063512 memory=4988688 CPUtime=3600.05 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 122768 0 0 0 359662 343 0 0 20 0 20 0 34316957 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4765878 1247172 5500 1 0 1758348 0
[pid=24596/tid=24598] ppid=24593 vsize=19063512 memory=17152 CPUtime=3559.89 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 24204 0 -1 4194368 56443 0 0 0 355939 50 0 0 20 0 20 0 34316959 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34316964 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19063512 memory=4988688 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 794 0 0 0 0 0 0 0 20 0 20 0 34316965 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24667] ppid=24593 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/24596/task/24667/stat : 24667 (Timer-0) S 24593 24596 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317054 19521036288 1247172 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4988688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.92 s, system=3.47065 s

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

[startup+3585.2 s]
/proc/loadavg: 4.16 4.12 4.13 5/326 24994
/proc/meminfo: memFree=111982180/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19263204 memory=4989584 CPUtime=3600.19 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 124264 0 0 0 359675 344 0 0 20 0 21 0 34316957 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4815801 1247396 5500 1 0 1759327 0
[pid=24596/tid=24598] ppid=24593 vsize=19263204 memory=-6000919481262762093 CPUtime=3559.91 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) S 24593 24596 24204 0 -1 4194368 56587 0 0 0 355941 50 0 0 20 0 21 0 34316959 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19263204 memory=3540030880484894516 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34316964 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19263204 memory=3689487500376968817 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 794 0 0 0 0 0 0 0 20 0 21 0 34316965 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4989584 KiB

[startup+3585.3 s]
/proc/loadavg: 4.16 4.12 4.13 5/326 24994
/proc/meminfo: memFree=111982180/131382112 swapFree=33010684/33010684
[pid=24596] ppid=24593 vsize=19263204 memory=4989584 CPUtime=3600.3 cores=1,3
/proc/24596/stat : 24596 (java) S 24593 24596 24204 0 -1 4194304 124282 0 0 0 359686 344 0 0 20 0 21 0 34316957 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
/proc/24596/statm: 4815801 1247396 5500 1 0 1759334 0
[pid=24596/tid=24598] ppid=24593 vsize=19263204 memory=17152 CPUtime=3559.91 cores=1,3
/proc/24596/task/24598/stat : 24598 (java) S 24593 24596 24204 0 -1 4194368 56587 0 0 0 355941 50 0 0 20 0 21 0 34316959 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24607] ppid=24593 vsize=19263204 memory=10624 CPUtime=0 cores=1,3
/proc/24596/task/24607/stat : 24607 (Finalizer) S 24593 24596 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34316964 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
[pid=24596/tid=24615] ppid=24593 vsize=19263204 memory=4988688 CPUtime=0 cores=1,3
/proc/24596/task/24615/stat : 24615 (Common-Cleaner) S 24593 24596 24204 0 -1 4194368 794 0 0 0 0 0 0 0 20 0 21 0 34316965 19725520896 1247396 18446744073709551615 94043369648128 94043369651824 140724611482368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94043369659640 94043369660432 94043371069440 140724611484033 140724611484134 140724611484134 140724611489736 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4989584 KiB

Child status: 143

Real time (s): 3585.38
CPU time (s): 3600.39
CPU user time (s): 3596.92
CPU system time (s): 3.47065
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4989584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.92
system time used= 3.47065
maximum resident set size= 4989840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109314
involuntary context switches= 4660


# summary of solver processes directly reported to runsolver:
#   pid: 24596
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3596.92
#   total CPU system time (s): 3.47065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2439 second user time and 37.7606 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 10:39:32
IDJOB=4507092
IDBENCH=158322
IDSOLVER=3363
FILE ID=nodeC009/4507092-1751186372
RUNJOBID= nodeC009-1751182786-24219
SLURM_JOB_ID= 9587563
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=198497289

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.462
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.230
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:        121278136 kB
MemAvailable:   121274952 kB
Buffers:            3280 kB
Cached:           806584 kB
SwapCached:            0 kB
Active:          8988404 kB
Inactive:         561404 kB
Active(anon):    8757912 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   561404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2072 kB
Writeback:             0 kB
AnonPages:       8743352 kB
Mapped:           122232 kB
Shmem:             17960 kB
KReclaimable:      88712 kB
Slab:             170216 kB
SReclaimable:      88712 kB
SUnreclaim:        81504 kB
KernelStack:        4592 kB
PageTables:        20312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12328460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150008 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8529920 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 11:39:17