Trace number 4507128

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.35 3585.51

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K196.opb
MD5SUM8df9702f370312ff59707c84e3b82f3b
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 benchmark28.0327
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 197
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.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.23	c java.vm.version	22.0.1+8-16
0.10/0.23	c java.vm.vendor	Oracle Corporation
0.10/0.23	c sun.arch.data.model	64
0.10/0.23	c java.version		22.0.1
0.10/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.46/0.35	c Pseudo Boolean Optimization by upper bound
0.46/0.35	c --- Begin Solver configuration ---
0.46/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.46/0.35	c Learn all clauses as in MiniSAT
0.46/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.35	c Expensive reason simplification
0.46/0.35	c Glucose 2.1 dynamic restart strategy
0.46/0.35	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.46/0.35	c timeout=2147483s
0.46/0.35	c DB Simplification allowed=false
0.46/0.35	c Listener: none
0.46/0.35	c --- End Solver configuration ---
0.46/0.35	c solving HOME/instance-4507128-1751186372.opb
0.46/0.35	c reading problem ... 
0.46/0.35	c  no objective function found
1.71/1.01	c ... done. Wall clock time 0.647s.
1.71/1.01	c declared #vars     23324
1.71/1.01	c #constraints  23718
1.71/1.01	c constraints type 
1.71/1.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1.71/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
1.71/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1.71/1.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.71/1.01	c 23718 constraints processed.
5.44/3.61	c cleaning 2490 clauses out of 4995 with flag 21402/5000
8.13/6.09	c cleaning 4209 clauses out of 8501 with flag 51601/11001
12.13/9.34	c cleaning 5605 clauses out of 11286 with flag 90186/18001
15.24/12.49	c cleaning 6817 clauses out of 13675 with flag 133110/26001
18.85/16.06	c cleaning 7626 clauses out of 15854 with flag 176755/35000
23.13/20.36	c cleaning 8038 clauses out of 18226 with flag 224542/45000
28.13/25.30	c cleaning 8638 clauses out of 21182 with flag 277232/56000
33.42/30.67	c cleaning 9623 clauses out of 24536 with flag 335567/68000
39.22/36.49	c cleaning 10335 clauses out of 27901 with flag 397411/81000
46.72/43.98	c cleaning 11027 clauses out of 31556 with flag 465873/95000
54.50/51.74	c cleaning 12118 clauses out of 35525 with flag 540452/110000
62.45/59.55	c cleaning 12507 clauses out of 39398 with flag 617707/126003
70.50/67.60	c cleaning 13427 clauses out of 43885 with flag 701716/143000
79.69/76.66	c cleaning 14053 clauses out of 48454 with flag 791354/161000
89.38/86.39	c cleaning 14983 clauses out of 53390 with flag 886181/180000
100.59/97.50	c cleaning 16056 clauses out of 58405 with flag 985962/200000
112.22/109.16	c cleaning 16635 clauses out of 63345 with flag 1089152/221000
123.99/120.91	c cleaning 17478 clauses out of 68708 with flag 1199344/243000
135.87/132.72	c cleaning 18548 clauses out of 74229 with flag 1316987/266002
148.57/145.30	c cleaning 19422 clauses out of 79675 with flag 1439235/290000
162.62/159.35	c cleaning 20135 clauses out of 85245 with flag 1570046/315000
176.92/173.53	c cleaning 20690 clauses out of 91106 with flag 1705708/341001
192.30/188.84	c cleaning 21542 clauses out of 97416 with flag 1847565/368001
208.90/205.47	c cleaning 22541 clauses out of 103871 with flag 1996382/396000
227.43/223.94	c cleaning 23133 clauses out of 110328 with flag 2150894/425001
245.68/242.18	c cleaning 24244 clauses out of 117194 with flag 2310609/455001
266.50/262.79	c cleaning 24930 clauses out of 123948 with flag 2479112/486000
286.12/282.31	c cleaning 25914 clauses out of 131016 with flag 2651915/518000
306.63/302.87	c cleaning 26643 clauses out of 138101 with flag 2833634/551001
328.69/324.88	c cleaning 27456 clauses out of 145455 with flag 3017830/585000
352.69/348.71	c cleaning 28477 clauses out of 152998 with flag 3206373/620000
375.93/371.98	c cleaning 29166 clauses out of 160522 with flag 3409571/656001
399.40/395.39	c cleaning 30141 clauses out of 168353 with flag 3610675/693000
425.05/420.94	c cleaning 30730 clauses out of 176211 with flag 3820876/731001
453.98/449.77	c cleaning 31920 clauses out of 184479 with flag 4040680/770001
481.52/476.69	c cleaning 32885 clauses out of 192556 with flag 4268733/810001
511.83/506.97	c cleaning 33596 clauses out of 200669 with flag 4503151/851001
544.43/539.49	c cleaning 34514 clauses out of 209071 with flag 4748845/893000
574.99/569.97	c cleaning 35138 clauses out of 217554 with flag 4997250/936000
606.65/601.54	c cleaning 36214 clauses out of 226415 with flag 5250575/980000
639.62/634.47	c cleaning 37067 clauses out of 235198 with flag 5508443/1025000
674.19/668.86	c cleaning 37757 clauses out of 244132 with flag 5769799/1071001
710.40/704.47	c cleaning 38581 clauses out of 253368 with flag 6046909/1118000
748.08/742.11	c cleaning 39628 clauses out of 262786 with flag 6328773/1166001
787.55/781.46	c cleaning 40241 clauses out of 272156 with flag 6628072/1215000
826.71/820.54	c cleaning 41575 clauses out of 281913 with flag 6920064/1265000
867.29/861.08	c cleaning 42287 clauses out of 291336 with flag 7220519/1316002
909.79/903.31	c cleaning 43781 clauses out of 301045 with flag 7538773/1368000
954.83/948.33	c cleaning 44376 clauses out of 310262 with flag 7864307/1421000
1000.41/993.87	c cleaning 44479 clauses out of 319885 with flag 8201912/1475000
1048.35/1041.79	c cleaning 45989 clauses out of 330407 with flag 8549510/1530001
1096.61/1089.90	c cleaning 46162 clauses out of 340417 with flag 8900599/1586000
1147.11/1140.29	c cleaning 47667 clauses out of 351253 with flag 9256506/1643000
1198.48/1190.67	c cleaning 48795 clauses out of 361581 with flag 9621144/1701001
1250.99/1243.16	c cleaning 49769 clauses out of 371784 with flag 9990118/1760000
1307.63/1299.49	c cleaning 50305 clauses out of 382012 with flag 10371452/1820000
1363.65/1355.36	c cleaning 51238 clauses out of 392706 with flag 10761768/1881004
1421.26/1412.81	c cleaning 52086 clauses out of 403462 with flag 11161785/1943000
1481.12/1472.38	c cleaning 52778 clauses out of 414373 with flag 11572748/2006001
1544.11/1535.17	c cleaning 54037 clauses out of 425593 with flag 11996254/2070000
1609.85/1600.75	c cleaning 54863 clauses out of 436555 with flag 12419346/2135000
1676.19/1667.01	c cleaning 56185 clauses out of 447698 with flag 12849718/2201007
1746.10/1737.07	c cleaning 56953 clauses out of 458505 with flag 13293896/2268000
1816.53/1807.45	c cleaning 57718 clauses out of 469554 with flag 13740268/2336004
1887.37/1878.24	c cleaning 58840 clauses out of 480830 with flag 14197116/2405000
1962.88/1953.64	c cleaning 59862 clauses out of 491992 with flag 14656792/2475002
2041.62/2031.26	c cleaning 60389 clauses out of 503129 with flag 15145937/2546004
2121.57/2111.02	c cleaning 61321 clauses out of 514736 with flag 15627985/2618000
2203.10/2192.45	c cleaning 62279 clauses out of 526414 with flag 16125895/2691000
2289.02/2277.93	c cleaning 63306 clauses out of 538134 with flag 16626981/2765000
2373.59/2362.35	c cleaning 64046 clauses out of 549828 with flag 17145552/2840000
2462.08/2450.44	c cleaning 65140 clauses out of 561783 with flag 17667634/2916001
2552.22/2540.42	c cleaning 66249 clauses out of 573641 with flag 18196102/2993000
2643.20/2631.12	c cleaning 67182 clauses out of 585391 with flag 18747250/3071000
2735.34/2723.24	c cleaning 68298 clauses out of 597209 with flag 19305553/3150000
2830.66/2818.36	c cleaning 69158 clauses out of 608910 with flag 19858188/3230000
2926.61/2914.04	c cleaning 69894 clauses out of 620752 with flag 20426953/3311001
3026.35/3013.76	c cleaning 71108 clauses out of 632856 with flag 21005080/3393000
3132.28/3119.41	c cleaning 71651 clauses out of 644748 with flag 21604501/3476001
3240.29/3227.18	c cleaning 72837 clauses out of 657097 with flag 22201293/3560001
3348.90/3335.09	c cleaning 74085 clauses out of 669261 with flag 22810848/3645002
3460.95/3446.96	c cleaning 75019 clauses out of 681172 with flag 23429935/3731000
3575.08/3560.37	c cleaning 75740 clauses out of 693152 with flag 24066378/3818000
3600.03/3585.32	c timeout
3600.03/3585.32	c starts		: 23236
3600.03/3585.32	c conflicts		: 3841085
3600.03/3585.32	c decisions		: 175598223
3600.03/3585.32	c propagations		: 4378025021
3600.03/3585.32	c inspects		: 17652532689
3600.03/3585.32	c shortcuts		: 0
3600.03/3585.33	c learnt literals	: 224
3600.03/3585.33	c learnt binary clauses	: 273393
3600.03/3585.33	c learnt ternary clauses	: 230457
3600.03/3585.33	c learnt constraints	: 3840861
3600.03/3585.33	c ignored constraints	: 0
3600.03/3585.33	c root simplifications	: 0
3600.03/3585.33	c removed literals (reason simplification)	: 34973639
3600.03/3585.33	c reason swapping (by a shorter reason)	: 0
3600.03/3585.33	c Calls to reduceDB	: 83
3600.03/3585.33	c Number of update (reduction) of LBD	: 2641154
3600.03/3585.33	c Imported unit clauses	: 0
3600.03/3585.33	c No decision after first conflict	: false
3600.03/3585.33	c number of reductions to clauses (during analyze)	: 0
3600.03/3585.33	c number of learned constraints concerned by reduction	: 0
3600.03/3585.33	c number of learning phase by resolution	: 0
3600.03/3585.33	c number of learning phase by cutting planes	: 0
3600.03/3585.33	c number of rounding to 1 operations	: 0
3600.03/3585.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3585.33	c number of reductions of the coefficients by power 2 	: 0
3600.03/3585.33	c number of right shift for reduction by power 2 	: 0
3600.03/3585.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3585.33	c number of ending skipping 	: 0
3600.03/3585.33	c number of internal skipping 	: 0
3600.03/3585.33	c number of derivation steps 	: 0
3600.03/3585.33	c number of skipped derivation steps 	: 0
3600.03/3585.33	c number of remaining unassigned 	: 0
3600.03/3585.33	c number of remaining assigned 	: 0
3600.03/3585.33	c number of falsified literals weakened from reason	: 0
3600.03/3585.33	c number of falsified literals weakened from conflict	: 0
3600.03/3585.33	c time for arithmetic operations	: 0
3600.03/3585.33	c minimum degree of deleted constraints	: null
3600.03/3585.33	c maximum degree of deleted constraints	: null
3600.03/3585.33	c number of deleted constraints	: 0
3600.03/3585.33	c speed (assignments/second)	: 1221444.23684165
3600.03/3585.33	c non guided choices	: 64167
3600.23/3585.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 367103
3600.23/3585.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 273393
3600.23/3585.45	s UNKNOWN
3600.23/3585.45	c Total wall clock time (in seconds): 3585.098

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 (63771 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=24644, runsolver pid=24641
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.12 4.12 4.09 8/322 24662
/proc/meminfo: memFree=121190272/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=18930384 memory=47268 CPUtime=0.1 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 5670 0 0 0 7 3 0 0 20 0 18 0 34317014 19384713216 11817 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4732596 11817 5143 1 0 546890 0
[pid=24644/tid=24646] ppid=24641 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 4603 0 0 0 4 3 0 0 20 0 18 0 34317016 19384713216 11849 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317021 19384713216 11849 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317022 19384713216 11849 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47268 KiB

[startup+0.214271 s]*
/proc/loadavg: 4.12 4.12 4.09 8/322 24662
/proc/meminfo: memFree=121167788/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=18930384 memory=52064 CPUtime=0.28 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 6151 0 0 0 24 4 0 0 20 0 18 0 34317014 19384713216 13016 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4732596 13016 5367 1 0 547262 0
[pid=24644/tid=24646] ppid=24641 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 4985 0 0 0 14 3 0 0 20 0 18 0 34317016 19384713216 13016 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317021 19384713216 13016 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317022 19384713216 13016 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52064 KiB

[startup+0.316677 s]*
/proc/loadavg: 4.12 4.12 4.09 8/323 24665
/proc/meminfo: memFree=121130924/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=18930384 memory=58480 CPUtime=0.46 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 6736 0 0 0 41 5 0 0 20 0 18 0 34317014 19384713216 14620 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4732596 14620 5367 1 0 547761 0
[pid=24644/tid=24646] ppid=24641 vsize=18930384 memory=-6000919502787995757 CPUtime=0.28 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 5200 0 0 0 25 3 0 0 20 0 18 0 34317016 19384713216 14620 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317021 19384713216 14620 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317022 19384713216 14620 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58480 KiB

[startup+0.70032 s]
/proc/loadavg: 4.12 4.12 4.09 6/303 24667
/proc/meminfo: memFree=125170756/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=18930384 memory=99188 CPUtime=1.13 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 8722 0 0 0 105 8 0 0 20 0 18 0 34317014 19384713216 24797 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4732596 24797 5431 1 0 549019 0
[pid=24644/tid=24646] ppid=24641 vsize=18930384 memory=17152 CPUtime=0.61 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 5298 0 0 0 56 5 0 0 20 0 18 0 34317016 19384713216 24797 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=18930384 memory=10624 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34317021 19384713216 24797 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34317022 19384713216 24797 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99188 KiB

[startup+1.50031 s]
/proc/loadavg: 4.12 4.12 4.09 6/302 24676
/proc/meminfo: memFree=125082332/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=171724 CPUtime=2.65 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 14263 0 0 0 251 14 0 0 20 0 20 0 34317014 19521036288 42931 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 42931 5495 1 0 551497 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=3200 CPUtime=1.31 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 5575 0 0 0 124 7 0 0 20 0 20 0 34317016 19521036288 42931 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 42931 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 42931 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171724 KiB

[startup+3.10943 s]
/proc/loadavg: 4.12 4.12 4.09 7/324 24798
/proc/meminfo: memFree=129511360/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=173772 CPUtime=4.73 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 15540 0 0 0 457 16 0 0 20 0 20 0 34317014 19521036288 43443 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 43443 5495 1 0 551898 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=10624 CPUtime=2.91 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 5792 0 0 0 283 8 0 0 20 0 20 0 34317016 19521036288 43443 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 43443 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 43443 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 43443 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173772 KiB

[startup+6.30042 s]
/proc/loadavg: 4.35 4.17 4.11 5/326 24800
/proc/meminfo: memFree=129377936/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=171452 CPUtime=8.63 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 23117 0 0 0 846 17 0 0 20 0 20 0 34317014 19521036288 42863 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 42863 5527 1 0 551947 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=0 CPUtime=6.09 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 7510 0 0 0 601 8 0 0 20 0 20 0 34317016 19521036288 42863 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 42863 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 42863 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=-6000919502787995757 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 42863 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171452 KiB

[startup+12.7005 s]
/proc/loadavg: 4.40 4.18 4.11 6/326 24801
/proc/meminfo: memFree=129303884/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=187052 CPUtime=15.54 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 34483 0 0 0 1534 20 0 0 20 0 20 0 34317014 19521036288 46763 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 46763 5527 1 0 554584 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=187052 CPUtime=12.39 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 8035 0 0 0 1231 8 0 0 20 0 20 0 34317016 19521036288 46763 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=140144782869181 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 46763 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=-6000919502787995757 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 46763 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=184972 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 46763 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187052 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.19 4.11 5/326 24801
/proc/meminfo: memFree=129250004/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=222048 CPUtime=28.33 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 35789 0 0 0 2812 21 0 0 20 0 20 0 34317014 19521036288 55512 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 55512 5527 1 0 554584 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=184972 CPUtime=25.01 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 8549 0 0 0 2493 8 0 0 20 0 20 0 34317016 19521036288 55512 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=-6000919502787995757 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 55512 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 55512 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=187052 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 55512 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 28.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 222048 KiB

[startup+51.1133 s]
/proc/loadavg: 4.26 4.17 4.11 5/326 24801
/proc/meminfo: memFree=128845004/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=293960 CPUtime=53.92 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 36431 0 0 0 5367 25 0 0 20 0 20 0 34317014 19521036288 73490 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 73490 5527 1 0 554600 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=293960 CPUtime=50.3 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 8603 0 0 0 5022 8 0 0 20 0 20 0 34317016 19521036288 73490 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=293960 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 73490 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=194388 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 73490 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=187052 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 73490 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 53.92 s

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.14 4.16 5/326 24977
/proc/meminfo: memFree=113302212/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=4138196 CPUtime=3296.28 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 120406 0 0 0 329323 305 0 0 20 0 20 0 34317014 19521036288 1034549 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1034549 5527 1 0 1567104 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=3917996 CPUtime=3256.72 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 51302 0 0 0 325646 26 0 0 20 0 20 0 34317016 19521036288 1034549 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=-6000919502787995757 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1034549 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=4134100 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 823 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1034549 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1034549 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3296.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4138196 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=24644] ppid=24641 vsize=19063512 memory=4304084 CPUtime=3356.17 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 120856 0 0 0 335305 312 0 0 20 0 20 0 34317014 19521036288 1076021 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1076021 5527 1 0 1567104 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=4252884 CPUtime=3316.56 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 51740 0 0 0 331627 29 0 0 20 0 20 0 34317016 19521036288 1076021 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=4291796 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1076021 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=4263124 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 825 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1076021 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1076021 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3356.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4304084 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.14 5/325 24985
/proc/meminfo: memFree=112556316/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=4445644 CPUtime=3416.42 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 122888 0 0 0 341324 318 0 0 20 0 20 0 34317014 19521036288 1111411 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1111411 5527 1 0 1567104 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=17152 CPUtime=3376.15 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 53510 0 0 0 337585 30 0 0 20 0 20 0 34317016 19521036288 1111411 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=4445644 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1111411 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 825 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1111411 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=4445644 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1111411 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3416.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4445644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.14 5/326 24988
/proc/meminfo: memFree=112218404/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=4613892 CPUtime=3476.74 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 126160 0 0 0 347348 326 0 0 20 0 20 0 34317014 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1153473 5527 1 0 1567104 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=10624 CPUtime=3435.73 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 55604 0 0 0 343542 31 0 0 20 0 20 0 34317016 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=4613892 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 860 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3476.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4613892 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=24644] ppid=24641 vsize=19063512 memory=4613892 CPUtime=3536.64 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 126834 0 0 0 353335 329 0 0 20 0 20 0 34317014 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1153473 5527 1 0 1567104 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=6720 CPUtime=3495.57 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 56181 0 0 0 349526 31 0 0 20 0 20 0 34317016 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=4613892 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 892 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=4613892 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1153473 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3536.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4613892 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=24644] ppid=24641 vsize=19063512 memory=4614020 CPUtime=3597.04 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 129802 0 0 0 359372 332 0 0 20 0 20 0 34317014 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1153505 5527 1 0 1567123 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=14560 CPUtime=3555.09 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 57923 0 0 0 355478 31 0 0 20 0 20 0 34317016 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=4614020 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 892 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3597.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4614020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.3 s]
/proc/loadavg: 4.16 4.12 4.13 5/303 25005
/proc/meminfo: memFree=116937400/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19063512 memory=4614020 CPUtime=3600.03 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 129820 0 0 0 359670 333 0 0 20 0 20 0 34317014 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4765878 1153505 5527 1 0 1567123 0
[pid=24644/tid=24646] ppid=24641 vsize=19063512 memory=1792 CPUtime=3558.08 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) R 24641 24644 24204 0 -1 4194368 57941 0 0 0 355776 32 0 0 20 0 20 0 34317016 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19063512 memory=4613892 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34317021 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19063512 memory=4613892 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 892 0 0 0 0 0 0 0 20 0 20 0 34317022 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24677] ppid=24641 vsize=19063512 memory=-6000919502787995757 CPUtime=0 cores=5,7
/proc/24644/task/24677/stat : 24677 (Timer-0) S 24641 24644 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34317117 19521036288 1153505 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4614020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.97 s, system=3.37738 s

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

[startup+3585.4 s]
/proc/loadavg: 4.16 4.12 4.13 5/303 25005
/proc/meminfo: memFree=116937400/131382112 swapFree=33010684/33010684
[pid=24644] ppid=24641 vsize=19263204 memory=4614660 CPUtime=3600.23 cores=5,7
/proc/24644/stat : 24644 (java) S 24641 24644 24204 0 -1 4194304 131304 0 0 0 359689 334 0 0 20 0 21 0 34317014 19725520896 1153665 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
/proc/24644/statm: 4815801 1153665 5527 1 0 1568026 0
[pid=24644/tid=24646] ppid=24641 vsize=19263204 memory=4446984 CPUtime=3558.1 cores=5,7
/proc/24644/task/24646/stat : 24646 (java) S 24641 24644 24204 0 -1 4194368 58044 0 0 0 355778 32 0 0 20 0 21 0 34317016 19725520896 1153665 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24655] ppid=24641 vsize=19263204 memory=6900 CPUtime=0 cores=5,7
/proc/24644/task/24655/stat : 24655 (Finalizer) S 24641 24644 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34317021 19725520896 1153665 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
[pid=24644/tid=24662] ppid=24641 vsize=19263204 memory=4016396 CPUtime=0 cores=5,7
/proc/24644/task/24662/stat : 24662 (Common-Cleaner) S 24641 24644 24204 0 -1 4194368 892 0 0 0 0 0 0 0 20 0 21 0 34317022 19725520896 1153665 18446744073709551615 94307320283136 94307320286832 140733822253520 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94307320294648 94307320295440 94307353456640 140733822261633 140733822261734 140733822261734 140733822267336 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4614660 KiB

Child status: 143

Real time (s): 3585.51
CPU time (s): 3600.35
CPU user time (s): 3596.97
CPU system time (s): 3.37738
CPU usage (%): 100.414
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4614660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.37738
maximum resident set size= 4614788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109541
involuntary context switches= 8762


# summary of solver processes directly reported to runsolver:
#   pid: 24644
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3596.97
#   total CPU system time (s): 3.37738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9233 second user time and 36.6175 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 8df9702f370312ff59707c84e3b82f3b
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		: 3654.096
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.230
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.485
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.224
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		: 3491.927
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.235
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.456
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.825
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:        121240520 kB
MemAvailable:   121237872 kB
Buffers:            3280 kB
Cached:           807120 kB
SwapCached:            0 kB
Active:          9035028 kB
Inactive:         561940 kB
Active(anon):    8804536 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   561940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4524 kB
Writeback:             4 kB
AnonPages:       8789720 kB
Mapped:           122116 kB
Shmem:             17960 kB
KReclaimable:      88712 kB
Slab:             170264 kB
SReclaimable:      88712 kB
SUnreclaim:        81552 kB
KernelStack:        4896 kB
PageTables:        20848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14545748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8550400 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:18