Trace number 4493812

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.22 3603.03

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
MD5SUM8150ec280d22960cf2e4079d2206c8ae
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 benchmark6.57
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.08/0.23	c java.vm.vendor	Oracle Corporation
0.08/0.23	c sun.arch.data.model	64
0.08/0.23	c java.version		22.0.1
0.08/0.23	c os.name		Linux
0.08/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.23	c os.arch		amd64
0.08/0.23	c Free memory 		2104792832
0.08/0.23	c Max memory 		16282288128
0.08/0.23	c Total memory 		2113929216
0.08/0.23	c Number of processors 	2
0.08/0.28	c Pseudo Boolean Optimization by upper bound
0.08/0.28	c --- Begin Solver configuration ---
0.08/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.28	c Learn all clauses as in MiniSAT
0.08/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.28	c Expensive reason simplification
0.08/0.28	c Glucose 2.1 dynamic restart strategy
0.08/0.28	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.08/0.28	c timeout=2147483s
0.08/0.28	c DB Simplification allowed=false
0.08/0.28	c Listener: none
0.08/0.28	c --- End Solver configuration ---
0.08/0.28	c solving HOME/instance-4493812-1751157346.opb
0.08/0.28	c reading problem ... 
0.08/0.28	c  no objective function found
0.24/0.34	c ... done. Wall clock time 0.062s.
0.24/0.34	c declared #vars     428
0.24/0.34	c #constraints  942
0.24/0.35	c constraints type 
0.24/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.24/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.24/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.24/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.24/0.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.24/0.35	c 942 constraints processed.
1.40/0.91	c cleaning 2501 clauses out of 5003 with flag 16306/5003
2.46/1.51	c cleaning 4251 clauses out of 8501 with flag 42907/11002
3.40/2.22	c cleaning 5624 clauses out of 11248 with flag 78630/18000
4.30/3.17	c cleaning 6812 clauses out of 13624 with flag 127949/26000
5.60/4.43	c cleaning 7903 clauses out of 15812 with flag 185173/35000
7.10/5.94	c cleaning 8949 clauses out of 17909 with flag 252517/45000
9.18/7.99	c cleaning 9975 clauses out of 19961 with flag 338682/56001
11.58/10.31	c cleaning 10989 clauses out of 21985 with flag 429414/68000
14.47/13.29	c cleaning 11995 clauses out of 23998 with flag 538172/81002
17.66/16.48	c cleaning 12998 clauses out of 26001 with flag 652482/95000
21.50/20.27	c cleaning 13991 clauses out of 28003 with flag 780992/110000
25.89/24.66	c cleaning 14999 clauses out of 30012 with flag 926330/126000
30.91/29.70	c cleaning 15999 clauses out of 32014 with flag 1074777/143001
36.37/35.09	c cleaning 17000 clauses out of 34015 with flag 1229596/161001
43.46/42.16	c cleaning 17997 clauses out of 36014 with flag 1398946/180000
51.03/49.71	c cleaning 19006 clauses out of 38022 with flag 1559559/200005
58.86/57.56	c cleaning 20000 clauses out of 40016 with flag 1748036/221005
67.35/66.01	c cleaning 20996 clauses out of 42013 with flag 1948354/243002
76.76/75.40	c cleaning 22002 clauses out of 44016 with flag 2182265/266001
86.04/84.79	c cleaning 23004 clauses out of 46016 with flag 2424740/290003
99.77/98.41	c cleaning 23998 clauses out of 48011 with flag 2719822/315002
117.73/116.45	c cleaning 24997 clauses out of 50012 with flag 3012683/341001
133.15/131.86	c cleaning 25989 clauses out of 52015 with flag 3282503/368001
146.73/145.46	c cleaning 26999 clauses out of 54025 with flag 3528149/396000
161.54/160.21	c cleaning 28006 clauses out of 56027 with flag 3819338/425001
184.46/183.17	c cleaning 29002 clauses out of 58023 with flag 4194020/455003
203.22/201.91	c cleaning 29999 clauses out of 60018 with flag 4551979/486000
219.21/217.70	c cleaning 31000 clauses out of 62016 with flag 4887745/518000
230.88/229.43	c cleaning 32004 clauses out of 64016 with flag 5173927/551000
244.60/243.14	c cleaning 33000 clauses out of 66012 with flag 5483532/585000
260.36/258.98	c cleaning 33998 clauses out of 68014 with flag 5836016/620002
276.87/275.40	c cleaning 35000 clauses out of 70014 with flag 6197288/656000
295.48/294.04	c cleaning 36000 clauses out of 72014 with flag 6581299/693000
319.38/317.99	c cleaning 36997 clauses out of 74014 with flag 6991171/731000
339.48/338.08	c cleaning 38003 clauses out of 76017 with flag 7376139/770000
363.08/361.63	c cleaning 39002 clauses out of 78017 with flag 7804837/810003
386.63/385.23	c cleaning 39994 clauses out of 80016 with flag 8246292/851004
411.93/410.31	c cleaning 40998 clauses out of 82018 with flag 8728404/893000
439.17/437.66	c cleaning 41998 clauses out of 84020 with flag 9263115/936000
468.16/466.67	c cleaning 43003 clauses out of 86023 with flag 9705634/980001
498.40/496.95	c cleaning 44002 clauses out of 88019 with flag 10225404/1025000
527.19/525.77	c cleaning 45005 clauses out of 90019 with flag 10739620/1071002
558.23/556.88	c cleaning 45998 clauses out of 92012 with flag 11260951/1118000
586.52/585.11	c cleaning 47003 clauses out of 94017 with flag 11729462/1166003
616.05/614.79	c cleaning 47997 clauses out of 96011 with flag 12173498/1215000
649.14/647.86	c cleaning 49003 clauses out of 98014 with flag 12667417/1265000
682.17/680.99	c cleaning 50001 clauses out of 100011 with flag 13189252/1316000
718.99/717.88	c cleaning 51000 clauses out of 102011 with flag 13735203/1368001
756.67/755.57	c cleaning 51998 clauses out of 104011 with flag 14291199/1421001
798.58/797.50	c cleaning 52994 clauses out of 106012 with flag 14911600/1475000
841.95/840.97	c cleaning 54001 clauses out of 108020 with flag 15510415/1530002
894.84/893.92	c cleaning 54989 clauses out of 110017 with flag 16189719/1586000
938.53/937.65	c cleaning 56002 clauses out of 112028 with flag 16808798/1643000
987.62/986.85	c cleaning 57011 clauses out of 114027 with flag 17440088/1701001
1027.52/1026.71	c cleaning 58004 clauses out of 116018 with flag 17982484/1760003
1065.93/1065.26	c cleaning 58997 clauses out of 118016 with flag 18516727/1820005
1103.49/1102.52	c cleaning 59998 clauses out of 120015 with flag 19049922/1881001
1149.79/1148.94	c cleaning 60998 clauses out of 122017 with flag 19605203/1943001
1200.67/1199.94	c cleaning 62000 clauses out of 124018 with flag 20206560/2006000
1250.99/1250.36	c cleaning 63005 clauses out of 126021 with flag 20809443/2070003
1300.48/1299.91	c cleaning 63996 clauses out of 128013 with flag 21410898/2135000
1357.27/1356.89	c cleaning 65004 clauses out of 130019 with flag 22027145/2201002
1415.02/1414.54	c cleaning 65999 clauses out of 132015 with flag 22637501/2268002
1478.28/1477.97	c cleaning 66997 clauses out of 134014 with flag 23325511/2336000
1538.15/1537.97	c cleaning 68001 clauses out of 136019 with flag 23989751/2405002
1599.41/1599.35	c cleaning 69001 clauses out of 138017 with flag 24639366/2475001
1667.73/1667.64	c cleaning 69998 clauses out of 140017 with flag 25308921/2546002
1735.58/1735.64	c cleaning 70999 clauses out of 142018 with flag 25989529/2618001
1809.36/1809.42	c cleaning 72001 clauses out of 144018 with flag 26704972/2691000
1880.01/1880.22	c cleaning 73001 clauses out of 146018 with flag 27424355/2765001
1956.83/1957.29	c cleaning 73997 clauses out of 148016 with flag 28198386/2840000
2027.32/2027.74	c cleaning 74999 clauses out of 150021 with flag 28944539/2916002
2100.56/2101.11	c cleaning 75998 clauses out of 152020 with flag 29685719/2993000
2172.05/2172.24	c cleaning 77007 clauses out of 154023 with flag 30441882/3071001
2269.95/2270.30	c cleaning 78001 clauses out of 156016 with flag 31240650/3150001
2403.97/2404.59	c cleaning 79000 clauses out of 158014 with flag 32255592/3230000
2550.45/2551.39	c cleaning 80005 clauses out of 160015 with flag 33317201/3311001
2701.56/2702.63	c cleaning 81001 clauses out of 162009 with flag 34356415/3393000
2860.60/2862.00	c cleaning 81998 clauses out of 164013 with flag 35347115/3476005
2976.46/2978.08	c cleaning 83003 clauses out of 166010 with flag 36381415/3560000
3137.97/3139.94	c cleaning 83997 clauses out of 168007 with flag 37519564/3645000
3279.13/3281.30	c cleaning 84999 clauses out of 170011 with flag 38867785/3731001
3422.08/3424.67	c cleaning 86003 clauses out of 172016 with flag 40155769/3818005
3581.52/3584.39	c cleaning 86989 clauses out of 174008 with flag 41605644/3906000
3600.08/3602.91	c starts		: 10119
3600.08/3602.91	c timeout
3600.08/3602.93	c conflicts		: 3922579
3600.08/3602.93	c decisions		: 5638165
3600.08/3602.93	c propagations		: 132840895
3600.08/3602.93	c inspects		: 29517262371
3600.08/3602.93	c shortcuts		: 0
3600.08/3602.93	c learnt literals	: 3
3600.08/3602.93	c learnt binary clauses	: 17
3600.08/3602.93	c learnt ternary clauses	: 55
3600.08/3602.93	c learnt constraints	: 3922576
3600.08/3602.93	c ignored constraints	: 0
3600.08/3602.93	c root simplifications	: 0
3600.08/3602.93	c removed literals (reason simplification)	: 11714124
3600.08/3602.93	c reason swapping (by a shorter reason)	: 0
3600.08/3602.93	c Calls to reduceDB	: 84
3600.08/3602.93	c Number of update (reduction) of LBD	: 635762
3600.08/3602.93	c Imported unit clauses	: 0
3600.08/3602.93	c No decision after first conflict	: false
3600.08/3602.93	c number of reductions to clauses (during analyze)	: 0
3600.08/3602.93	c number of learned constraints concerned by reduction	: 0
3600.08/3602.93	c number of learning phase by resolution	: 0
3600.08/3602.93	c number of learning phase by cutting planes	: 0
3600.08/3602.93	c number of rounding to 1 operations	: 0
3600.08/3602.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3602.93	c number of reductions of the coefficients by power 2 	: 0
3600.08/3602.93	c number of right shift for reduction by power 2 	: 0
3600.08/3602.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3602.93	c number of ending skipping 	: 0
3600.08/3602.93	c number of internal skipping 	: 0
3600.08/3602.93	c number of derivation steps 	: 0
3600.08/3602.93	c number of skipped derivation steps 	: 0
3600.08/3602.93	c number of remaining unassigned 	: 0
3600.08/3602.93	c number of remaining assigned 	: 0
3600.08/3602.93	c number of falsified literals weakened from reason	: 0
3600.08/3602.93	c number of falsified literals weakened from conflict	: 0
3600.08/3602.93	c time for arithmetic operations	: 0
3600.08/3602.93	c minimum degree of deleted constraints	: null
3600.08/3602.93	c maximum degree of deleted constraints	: null
3600.08/3602.93	c number of deleted constraints	: 0
3600.08/3602.93	c speed (assignments/second)	: 36873.81213635446
3600.08/3602.93	c non guided choices	: 25
3600.08/3602.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103581
3600.08/3602.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 17
3600.08/3602.98	s UNKNOWN
3600.08/3602.98	c Total wall clock time (in seconds): 3602.701

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493812-1751157346/watcher-4493812-1751157346 -o /tmp/evaluation-result-4493812-1751157346/solver-4493812-1751157346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493812-1751157346.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
Current StackSize limit: 8192 KiB

solver pid=19525, runsolver pid=19513

[startup+0.100057 s]*
/proc/loadavg: 0.85 2.43 3.41 3/271 19537
/proc/meminfo: memFree=130081496/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=17065528 memory=19716 CPUtime=0.01 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 1636 0 160 0 0 1 0 0 20 0 7 0 31412352 17475100672 4929 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4266382 4929 3072 1 0 537785 0
[pid=19525/tid=19535] ppid=19513 vsize=17065528 memory=4026532124 CPUtime=0 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) D 19513 19525 19460 0 -1 4194368 1098 0 72 0 0 0 0 0 20 0 7 0 31412359 17475100672 4929 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 17065528 KiB
Current children cumulated memory: 19716 KiB

[startup+0.205667 s]*
/proc/loadavg: 0.85 2.43 3.41 12/335 19601
/proc/meminfo: memFree=130034120/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=18930384 memory=48700 CPUtime=0.08 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 5764 0 436 0 6 2 0 0 20 0 18 0 31412352 19384713216 12175 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4732596 12175 5207 1 0 547136 0
[pid=19525/tid=19535] ppid=19513 vsize=18930384 memory=3472328300254200092 CPUtime=0.04 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 4659 0 320 0 3 1 0 0 20 0 18 0 31412359 19384713216 12175 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 12175 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 31412369 19384713216 12175 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48700 KiB

[startup+0.305937 s]*
/proc/loadavg: 0.85 2.43 3.41 14/335 19601
/proc/meminfo: memFree=129988752/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=18930384 memory=61016 CPUtime=0.24 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 6715 0 438 0 21 3 0 0 20 0 18 0 31412352 19384713216 15254 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4732596 15254 5303 1 0 547851 0
[pid=19525/tid=19535] ppid=19513 vsize=18930384 memory=-6000919489953489774 CPUtime=0.14 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 5086 0 322 0 12 2 0 0 20 0 18 0 31412359 19384713216 15254 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=18930384 memory=-4421386509132784230 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31412369 19384713216 15254 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 31412369 19384713216 15254 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61016 KiB

[startup+0.700204 s]
/proc/loadavg: 0.85 2.43 3.41 11/339 19605
/proc/meminfo: memFree=129940300/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=18996948 memory=74848 CPUtime=1 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 9639 0 438 0 96 4 0 0 20 0 19 0 31412352 19452874752 18712 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4749237 18712 5335 1 0 549843 0
[pid=19525/tid=19535] ppid=19513 vsize=18996948 memory=17280 CPUtime=0.5 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 5157 0 322 0 48 2 0 0 20 0 19 0 31412359 19452874752 18712 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 18712 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31412369 19452874752 18712 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=18996948 memory=4380 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 18712 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74848 KiB

[startup+1.50021 s]
/proc/loadavg: 0.85 2.43 3.41 9/317 19615
/proc/meminfo: memFree=129918628/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=18996948 memory=97608 CPUtime=2.46 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 18303 0 438 0 240 6 0 0 20 0 19 0 31412352 19452874752 24402 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4749237 24402 5335 1 0 552319 0
[pid=19525/tid=19535] ppid=19513 vsize=18996948 memory=0 CPUtime=1.28 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 5344 0 322 0 126 2 0 0 20 0 19 0 31412359 19452874752 24402 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 24402 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31412369 19452874752 24402 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=18996948 memory=4380 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 24402 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97608 KiB

[startup+3.1058 s]
/proc/loadavg: 0.85 2.43 3.41 9/339 19670
/proc/meminfo: memFree=129588572/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=18996948 memory=128244 CPUtime=4.3 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 21544 0 438 0 423 7 0 0 20 0 19 0 31412352 19452874752 32061 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4749237 32061 5335 1 0 553824 0
[pid=19525/tid=19535] ppid=19513 vsize=18996948 memory=0 CPUtime=2.88 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 5804 0 322 0 285 3 0 0 20 0 19 0 31412359 19452874752 32061 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 32061 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=18996948 memory=-6000919494248457070 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31412369 19452874752 32061 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 32061 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128244 KiB

[startup+6.30023 s]
/proc/loadavg: 1.11 2.46 3.41 7/321 19688
/proc/meminfo: memFree=129662472/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=18996948 memory=151092 CPUtime=7.59 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 21954 0 438 0 751 8 0 0 20 0 19 0 31412352 19452874752 37773 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4749237 37773 5335 1 0 553825 0
[pid=19525/tid=19535] ppid=19513 vsize=18996948 memory=0 CPUtime=6.07 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 5949 0 322 0 603 4 0 0 20 0 19 0 31412359 19452874752 37773 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=18996948 memory=-7028383565733676179 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31412369 19452874752 37773 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=18996948 memory=144756 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31412369 19452874752 37773 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31412387 19452874752 37773 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 7.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151092 KiB

[startup+12.7002 s]
/proc/loadavg: 1.34 2.48 3.42 6/341 19738
/proc/meminfo: memFree=128651564/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=186584 CPUtime=13.97 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 23850 0 438 0 1388 9 0 0 20 0 20 0 31412352 19521036288 46646 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 46646 5399 1 0 554114 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=0 CPUtime=12.42 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 6471 0 322 0 1238 4 0 0 20 0 20 0 31412359 19521036288 46646 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=186584 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 46646 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 63 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 46646 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=186584 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 46646 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186584 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.58 3.43 6/321 19909
/proc/meminfo: memFree=129188824/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=242100 CPUtime=26.82 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 28140 0 438 0 2671 11 0 0 20 0 20 0 31412352 19521036288 60525 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 60525 5399 1 0 554114 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=0 CPUtime=25.13 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 7237 0 322 0 2509 4 0 0 20 0 20 0 31412359 19521036288 60525 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 60525 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=280513038383424 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 63 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 60525 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 60525 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242100 KiB

[startup+51.1058 s]
/proc/loadavg: 2.83 2.72 3.46 7/323 20021
/proc/meminfo: memFree=128596084/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=365116 CPUtime=52.48 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 31293 0 438 0 5233 15 0 0 20 0 20 0 31412352 19521036288 91279 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 91279 5399 1 0 554114 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=5760 CPUtime=50.57 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 7759 0 322 0 5053 4 0 0 20 0 20 0 31412359 19521036288 91279 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 91279 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 63 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 91279 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 91279 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 52.48 s

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

/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2186 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3220.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.31 4.16 6/342 20897
/proc/meminfo: memFree=116774412/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3280.13 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 92101 0 438 0 327867 146 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3270.52 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 33009 0 322 0 327039 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2186 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3280.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.28 4.16 6/339 20903
/proc/meminfo: memFree=116775040/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3339.98 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 92753 0 438 0 333850 148 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3330.34 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 33490 0 322 0 333021 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2312 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3339.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.26 4.16 7/340 20908
/proc/meminfo: memFree=116770284/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3399.83 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 93239 0 438 0 339834 149 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3390.17 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 33946 0 322 0 339004 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2312 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3399.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.23 4.16 6/340 20910
/proc/meminfo: memFree=116770612/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3459.83 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 94347 0 438 0 345832 151 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3449.86 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 34248 0 322 0 344973 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=-6000919494248457070 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2383 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3459.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.21 4.16 6/340 20912
/proc/meminfo: memFree=116770744/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3519.68 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 94383 0 438 0 351816 152 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3509.69 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 34249 0 322 0 350956 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2387 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3519.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.19 4.15 6/341 20915
/proc/meminfo: memFree=116736888/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3579.53 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 94688 0 438 0 357800 153 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=14824 CPUtime=3569.52 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 34528 0 322 0 356939 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2387 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3579.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.9 s]
/proc/loadavg: 4.30 4.23 4.17 5/341 20983
/proc/meminfo: memFree=120075304/131249996 swapFree=33010684/33010684
[pid=19525] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3600.08 cores=5,7
/proc/19525/stat : 19525 (java) S 19513 19525 19460 0 -1 4194304 95188 0 438 0 359854 154 0 0 20 0 20 0 31412352 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
/proc/19525/statm: 4765878 547192 5431 1 0 562874 0
[pid=19525/tid=19535] ppid=19513 vsize=19063512 memory=2188768 CPUtime=3590.06 cores=5,7
/proc/19525/task/19535/stat : 19535 (java) R 19513 19525 19460 0 -1 4194368 34962 0 322 0 358993 13 0 0 20 0 20 0 31412359 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19574] ppid=19513 vsize=19063512 memory=2188768 CPUtime=0 cores=5,7
/proc/19525/task/19574/stat : 19574 (Finalizer) S 19513 19525 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19598] ppid=19513 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/19525/task/19598/stat : 19598 (Common-Cleaner) S 19513 19525 19460 0 -1 4194368 2387 0 1 0 0 0 0 0 20 0 20 0 31412369 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
[pid=19525/tid=19605] ppid=19513 vsize=19063512 memory=5172 CPUtime=0 cores=5,7
/proc/19525/task/19605/stat : 19605 (Timer-0) S 19513 19525 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31412387 19521036288 547192 18446744073709551615 93924902359040 93924902362736 140725640564528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93924902370552 93924902371344 93924934979584 140725640567169 140725640567270 140725640567270 140725640572872 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.67 s, system=1.55304 s

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

[startup+3603.01 s]*
/proc/loadavg: 4.30 4.23 4.17 5/323 20986
/proc/meminfo: memFree=122215460/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3603.03
CPU time (s): 3600.22
CPU user time (s): 3598.67
CPU system time (s): 1.55304
CPU usage (%): 99.922
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2188768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.67
system time used= 1.55304
maximum resident set size= 2189792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97703
page faults= 438
swaps= 0
block input operations= 8176
block output operations= 14080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105558
involuntary context switches= 20099


# summary of solver processes directly reported to runsolver:
#   pid: 19525
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.67
#   total CPU system time (s): 1.55304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30313 second user time and 18.083 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 02:35:46
IDJOB=4493812
IDBENCH=147873
IDSOLVER=3363
FILE ID=nodeC017/4493812-1751157346
RUNJOBID= nodeC017-1751157346-19473
SLURM_JOB_ID= 9587483
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493812-1751157346/watcher-4493812-1751157346 -o /tmp/evaluation-result-4493812-1751157346/solver-4493812-1751157346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493812-1751157346.opb

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

MD5SUM BENCH= 8150ec280d22960cf2e4079d2206c8ae
RANDOM SEED=82744114

nodeC017 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	: 0xb00002a
cpu MHz		: 3600.093
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.147
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3599.946
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.063
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.212
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.071
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.469
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3605.927
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130085052 kB
MemAvailable:   129739316 kB
Buffers:            3280 kB
Cached:           465092 kB
SwapCached:            0 kB
Active:           291080 kB
Inactive:         246120 kB
Active(anon):      86908 kB
Inactive(anon):        0 kB
Active(file):     204172 kB
Inactive(file):   246120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3236 kB
Writeback:             0 kB
AnonPages:         71928 kB
Mapped:           101848 kB
Shmem:             18080 kB
KReclaimable:      86020 kB
Slab:             169108 kB
SReclaimable:      86020 kB
SUnreclaim:        83088 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC017 at 2025-06-29 03:35:49