Trace number 4493596

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.21 3600.79

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
MD5SUM577423e4c806b19b8b5f6a5daee1c614
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 benchmark0.071126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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.05/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.24	c See www.sat4j.org for details.
0.05/0.25	c version PB25.v20250606
0.05/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.26	c java.vm.version	22.0.1+8-16
0.05/0.26	c java.vm.vendor	Oracle Corporation
0.05/0.26	c sun.arch.data.model	64
0.05/0.26	c java.version		22.0.1
0.05/0.26	c os.name		Linux
0.05/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.05/0.26	c os.arch		amd64
0.05/0.26	c Free memory 		2104792832
0.05/0.26	c Max memory 		16282288128
0.05/0.26	c Total memory 		2113929216
0.05/0.26	c Number of processors 	2
0.20/0.31	c Pseudo Boolean Optimization by upper bound
0.20/0.31	c --- Begin Solver configuration ---
0.20/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.20/0.31	c Learn all clauses as in MiniSAT
0.20/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.20/0.31	c Expensive reason simplification
0.20/0.31	c Glucose 2.1 dynamic restart strategy
0.20/0.31	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.20/0.31	c timeout=2147483s
0.20/0.31	c DB Simplification allowed=false
0.20/0.31	c Listener: none
0.20/0.31	c --- End Solver configuration ---
0.20/0.31	c solving HOME/instance-4493596-1751156866.opb
0.20/0.31	c reading problem ... 
0.20/0.31	c  no objective function found
0.20/0.35	c ... done. Wall clock time 0.043s.
0.20/0.35	c declared #vars     370
0.20/0.35	c #constraints  557
0.20/0.35	c constraints type 
0.20/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.20/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.20/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.20/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.20/0.35	c 557 constraints processed.
1.35/0.94	c cleaning 2500 clauses out of 5000 with flag 18361/5000
2.11/1.38	c cleaning 4249 clauses out of 8500 with flag 38498/11000
2.59/1.79	c cleaning 5627 clauses out of 11253 with flag 62178/18002
3.28/2.38	c cleaning 6803 clauses out of 13626 with flag 88261/26002
3.92/2.99	c cleaning 7911 clauses out of 15821 with flag 117374/35000
4.77/3.79	c cleaning 8953 clauses out of 17910 with flag 148546/45000
5.96/4.90	c cleaning 9978 clauses out of 19958 with flag 182643/56001
7.07/6.04	c cleaning 10988 clauses out of 21979 with flag 220591/68000
8.46/7.49	c cleaning 11934 clauses out of 23991 with flag 262000/81000
10.49/9.42	c cleaning 13018 clauses out of 26057 with flag 315108/95000
12.38/11.32	c cleaning 14002 clauses out of 28040 with flag 368283/110001
14.38/13.33	c cleaning 15017 clauses out of 30043 with flag 424517/126006
17.05/15.90	c cleaning 16006 clauses out of 32021 with flag 482317/143001
20.05/18.92	c cleaning 17007 clauses out of 34016 with flag 543011/161002
23.51/22.30	c cleaning 17999 clauses out of 36007 with flag 603552/180000
26.60/25.47	c cleaning 19000 clauses out of 38010 with flag 666537/200002
30.49/29.35	c cleaning 19996 clauses out of 40008 with flag 729784/221000
35.34/34.14	c cleaning 21000 clauses out of 42013 with flag 794556/243001
41.08/39.86	c cleaning 22000 clauses out of 44012 with flag 873182/266000
47.07/45.80	c cleaning 23000 clauses out of 46012 with flag 946954/290000
53.70/52.40	c cleaning 24001 clauses out of 48013 with flag 1033570/315001
60.10/58.83	c cleaning 25004 clauses out of 50014 with flag 1125809/341003
66.93/65.68	c cleaning 25986 clauses out of 52008 with flag 1220267/368001
73.92/72.64	c cleaning 27002 clauses out of 54021 with flag 1319015/396000
80.95/79.68	c cleaning 27999 clauses out of 56019 with flag 1420854/425000
90.19/88.83	c cleaning 28988 clauses out of 58022 with flag 1532067/455002
99.17/97.87	c cleaning 30014 clauses out of 60037 with flag 1646242/486005
109.10/107.70	c cleaning 30994 clauses out of 62018 with flag 1762774/518000
120.54/119.11	c cleaning 32004 clauses out of 64026 with flag 1887055/551002
133.36/131.95	c cleaning 33005 clauses out of 66021 with flag 2005691/585001
149.34/147.91	c cleaning 33980 clauses out of 68018 with flag 2126183/620003
166.54/165.14	c cleaning 35012 clauses out of 70037 with flag 2254537/656002
181.92/180.59	c cleaning 36005 clauses out of 72025 with flag 2402125/693002
195.70/194.03	c cleaning 36998 clauses out of 74018 with flag 2535960/731000
212.35/210.75	c cleaning 37994 clauses out of 76024 with flag 2679755/770004
231.35/229.72	c cleaning 38996 clauses out of 78029 with flag 2822207/810003
250.01/248.48	c cleaning 40004 clauses out of 80030 with flag 2982755/851000
266.85/265.20	c cleaning 41003 clauses out of 82027 with flag 3140395/893001
285.39/283.78	c cleaning 42006 clauses out of 84023 with flag 3285191/936000
305.15/303.56	c cleaning 42993 clauses out of 86017 with flag 3463854/980000
328.96/327.38	c cleaning 44005 clauses out of 88025 with flag 3624892/1025001
353.50/351.92	c cleaning 44990 clauses out of 90019 with flag 3790095/1071000
378.06/376.44	c cleaning 46000 clauses out of 92033 with flag 3950652/1118004
403.41/401.83	c cleaning 46998 clauses out of 94030 with flag 4119302/1166001
427.57/426.08	c cleaning 48011 clauses out of 96033 with flag 4292079/1215002
453.83/452.23	c cleaning 49006 clauses out of 98022 with flag 4475436/1265002
476.36/474.71	c cleaning 50001 clauses out of 100016 with flag 4650196/1316002
504.61/503.04	c cleaning 50992 clauses out of 102013 with flag 4831772/1368000
538.38/536.54	c cleaning 52009 clauses out of 104021 with flag 5030569/1421000
570.91/569.08	c cleaning 52990 clauses out of 106013 with flag 5227849/1475001
604.94/603.12	c cleaning 53998 clauses out of 108022 with flag 5422107/1530000
646.36/644.66	c cleaning 55000 clauses out of 110025 with flag 5620060/1586001
685.55/683.78	c cleaning 56003 clauses out of 112024 with flag 5800276/1643000
731.26/729.60	c cleaning 57007 clauses out of 114021 with flag 5991834/1701000
780.46/778.83	c cleaning 57995 clauses out of 116014 with flag 6211627/1760000
817.13/815.40	c cleaning 58999 clauses out of 118019 with flag 6414339/1820000
844.78/843.16	c cleaning 60004 clauses out of 120020 with flag 6599252/1881000
885.53/883.82	c cleaning 61004 clauses out of 122017 with flag 6780672/1943001
920.57/918.91	c cleaning 61996 clauses out of 124012 with flag 6961554/2006000
957.84/956.15	c cleaning 62997 clauses out of 126016 with flag 7152234/2070000
996.26/994.64	c cleaning 64007 clauses out of 128021 with flag 7347749/2135002
1042.51/1040.83	c cleaning 65002 clauses out of 130015 with flag 7551622/2201003
1085.02/1083.42	c cleaning 65995 clauses out of 132013 with flag 7755575/2268003
1128.63/1126.77	c cleaning 67000 clauses out of 134015 with flag 7952725/2336000
1179.69/1177.80	c cleaning 67999 clauses out of 136015 with flag 8164858/2405000
1237.09/1235.33	c cleaning 69000 clauses out of 138018 with flag 8378339/2475002
1289.85/1288.09	c cleaning 70001 clauses out of 140017 with flag 8583482/2546001
1342.75/1341.10	c cleaning 71005 clauses out of 142018 with flag 8804544/2618003
1413.98/1412.26	c cleaning 71995 clauses out of 144011 with flag 9039375/2691001
1484.54/1482.92	c cleaning 73004 clauses out of 146017 with flag 9271958/2765002
1545.67/1544.09	c cleaning 73996 clauses out of 148013 with flag 9514645/2840002
1604.14/1602.68	c cleaning 75003 clauses out of 150016 with flag 9752537/2916001
1688.56/1687.08	c cleaning 76001 clauses out of 152012 with flag 10004216/2993000
1769.49/1768.18	c cleaning 76996 clauses out of 154011 with flag 10260081/3071000
1851.55/1850.20	c cleaning 78002 clauses out of 156015 with flag 10515985/3150000
1935.08/1933.91	c cleaning 78991 clauses out of 158013 with flag 10795582/3230000
2028.59/2027.67	c cleaning 79994 clauses out of 160022 with flag 11136154/3311000
2146.16/2145.24	c cleaning 80971 clauses out of 162028 with flag 11498865/3393000
2231.19/2230.42	c cleaning 82006 clauses out of 164059 with flag 11856836/3476002
2314.86/2313.76	c cleaning 83018 clauses out of 166051 with flag 12184504/3560000
2429.47/2428.57	c cleaning 83982 clauses out of 168033 with flag 12557890/3645000
2526.58/2525.85	c cleaning 85023 clauses out of 170054 with flag 12888330/3731003
2632.85/2632.19	c cleaning 85989 clauses out of 172028 with flag 13252427/3818000
2727.33/2726.83	c cleaning 87012 clauses out of 174039 with flag 13595586/3906000
2838.54/2838.16	c cleaning 87981 clauses out of 176027 with flag 13972358/3995000
2926.47/2926.29	c cleaning 89017 clauses out of 178047 with flag 14295757/4085001
3019.38/3019.25	c cleaning 89999 clauses out of 180029 with flag 14649457/4176000
3140.84/3140.98	c cleaning 91007 clauses out of 182032 with flag 15050280/4268002
3257.18/3257.32	c cleaning 91997 clauses out of 184025 with flag 15434909/4361002
3372.35/3372.75	c cleaning 92968 clauses out of 186026 with flag 15834850/4455000
3494.97/3495.48	c cleaning 94009 clauses out of 188060 with flag 16230265/4550002
3600.05/3600.71	c starts		: 6043
3600.05/3600.71	c conflicts		: 4627258
3600.05/3600.71	c decisions		: 9496031
3600.05/3600.71	c propagations		: 158478034
3600.05/3600.71	c inspects		: 24177921219
3600.05/3600.71	c shortcuts		: 0
3600.05/3600.71	c learnt literals	: 0
3600.05/3600.71	c learnt binary clauses	: 0
3600.05/3600.71	c learnt ternary clauses	: 0
3600.05/3600.71	c learnt constraints	: 4627258
3600.05/3600.71	c ignored constraints	: 0
3600.05/3600.71	c root simplifications	: 0
3600.05/3600.71	c removed literals (reason simplification)	: 16977883
3600.05/3600.71	c reason swapping (by a shorter reason)	: 0
3600.05/3600.71	c Calls to reduceDB	: 91
3600.05/3600.71	c Number of update (reduction) of LBD	: 1358965
3600.05/3600.71	c Imported unit clauses	: 0
3600.05/3600.71	c No decision after first conflict	: false
3600.05/3600.71	c number of reductions to clauses (during analyze)	: 0
3600.05/3600.71	c number of learned constraints concerned by reduction	: 0
3600.05/3600.71	c number of learning phase by resolution	: 0
3600.05/3600.71	c number of learning phase by cutting planes	: 0
3600.05/3600.71	c number of rounding to 1 operations	: 0
3600.05/3600.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3600.71	c number of reductions of the coefficients by power 2 	: 0
3600.05/3600.71	c number of right shift for reduction by power 2 	: 0
3600.05/3600.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3600.71	c number of ending skipping 	: 0
3600.05/3600.72	c number of internal skipping 	: 0
3600.05/3600.72	c number of derivation steps 	: 0
3600.05/3600.72	c number of skipped derivation steps 	: 0
3600.05/3600.72	c number of remaining unassigned 	: 0
3600.05/3600.72	c number of remaining assigned 	: 0
3600.05/3600.72	c number of falsified literals weakened from reason	: 0
3600.05/3600.72	c number of falsified literals weakened from conflict	: 0
3600.05/3600.72	c time for arithmetic operations	: 0
3600.05/3600.72	c minimum degree of deleted constraints	: null
3600.05/3600.72	c maximum degree of deleted constraints	: null
3600.05/3600.72	c number of deleted constraints	: 0
3600.05/3600.72	c speed (assignments/second)	: 44017.28660947422
3600.05/3600.72	c non guided choices	: 48
3600.05/3600.73	c timeout
3600.05/3600.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 171307
3600.05/3600.78	s UNKNOWN
3600.05/3600.78	c Total wall clock time (in seconds): 3600.468

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493596-1751156866/watcher-4493596-1751156866 -o /tmp/evaluation-result-4493596-1751156866/solver-4493596-1751156866 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493596-1751156866.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=21123, runsolver pid=21111
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 0.93 1.58 2.45 2/273 21136
/proc/meminfo: memFree=130194456/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=483604 memory=12544 CPUtime=0 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 695 0 132 0 0 0 0 0 20 0 2 0 31364469 495210496 3136 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 120901 3136 2720 1 0 2499 0
[pid=21123/tid=21135] ppid=21111 vsize=483604 memory=4026532124 CPUtime=0 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) D 21111 21123 21059 0 -1 4194368 146 0 61 0 0 0 0 0 20 0 2 0 31364477 495210496 3168 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 483604 KiB
Current children cumulated memory: 12544 KiB

[startup+0.206422 s]*
/proc/loadavg: 0.93 1.58 2.45 11/337 21200
/proc/meminfo: memFree=130106720/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=18930384 memory=46200 CPUtime=0.05 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 5452 0 407 0 3 2 0 0 20 0 18 0 31364469 19384713216 11550 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4732596 11550 4894 1 0 546882 0
[pid=21123/tid=21135] ppid=21111 vsize=18930384 memory=3472328300254200092 CPUtime=0.03 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 4402 0 313 0 2 1 0 0 20 0 18 0 31364477 19384713216 11550 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=18930384 memory=16163 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31364487 19384713216 11550 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31364488 19384713216 11550 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46200 KiB

[startup+0.305703 s]*
/proc/loadavg: 0.93 1.58 2.45 10/337 21200
/proc/meminfo: memFree=130071776/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=18930384 memory=58664 CPUtime=0.2 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 6629 0 414 0 17 3 0 0 20 0 18 0 31364469 19384713216 14666 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4732596 14666 5342 1 0 547770 0
[pid=21123/tid=21135] ppid=21111 vsize=18930384 memory=-6000919498543688557 CPUtime=0.11 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 5008 0 319 0 9 2 0 0 20 0 18 0 31364477 19384713216 14666 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=18930384 memory=-4421386496248146533 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31364487 19384713216 14666 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31364488 19384713216 14666 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58664 KiB

[startup+0.700246 s]
/proc/loadavg: 0.93 1.58 2.45 9/341 21204
/proc/meminfo: memFree=130031528/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=18996948 memory=78780 CPUtime=0.95 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 10702 0 415 0 91 4 0 0 20 0 19 0 31364469 19452874752 19695 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4749237 19695 5374 1 0 550755 0
[pid=21123/tid=21135] ppid=21111 vsize=18996948 memory=17408 CPUtime=0.47 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 5144 0 320 0 45 2 0 0 20 0 19 0 31364477 19452874752 19695 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=18996948 memory=10496 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31364487 19452874752 19695 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31364488 19452874752 19695 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=18996948 memory=2208 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31364506 19452874752 19695 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78780 KiB

[startup+1.50024 s]
/proc/loadavg: 0.93 1.58 2.45 9/341 21204
/proc/meminfo: memFree=129949368/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=18996948 memory=104084 CPUtime=2.4 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 16434 0 415 0 235 5 0 0 20 0 19 0 31364469 19452874752 26021 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4749237 26021 5374 1 0 552364 0
[pid=21123/tid=21135] ppid=21111 vsize=18996948 memory=10496 CPUtime=1.24 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 5558 0 320 0 122 2 0 0 20 0 19 0 31364477 19452874752 26021 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31364487 19452874752 26021 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31364488 19452874752 26021 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=18996948 memory=2208 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31364506 19452874752 26021 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104084 KiB

[startup+3.10552 s]
/proc/loadavg: 0.93 1.58 2.45 5/342 21205
/proc/meminfo: memFree=129745940/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=18996948 memory=149316 CPUtime=4.17 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 17669 0 415 0 411 6 0 0 20 0 19 0 31364469 19452874752 37329 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4749237 37329 5374 1 0 552366 0
[pid=21123/tid=21135] ppid=21111 vsize=18996948 memory=10496 CPUtime=2.83 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 5918 0 320 0 280 3 0 0 20 0 19 0 31364477 19452874752 37329 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31364487 19452874752 37329 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=18996948 memory=-6000919502838655853 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31364488 19452874752 37329 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31364506 19452874752 37329 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149316 KiB

[startup+6.30022 s]
/proc/loadavg: 1.18 1.62 2.46 5/344 21207
/proc/meminfo: memFree=129598628/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=175780 CPUtime=7.36 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 18802 0 415 0 729 7 0 0 20 0 20 0 31364469 19521036288 43945 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 43945 5406 1 0 552655 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=10496 CPUtime=6.01 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 5995 0 320 0 597 4 0 0 20 0 20 0 31364477 19521036288 43945 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 43945 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=-6000919502838655853 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 43945 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=4206468019014099040 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 43945 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 7.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175780 KiB

[startup+12.7002 s]
/proc/loadavg: 1.65 1.71 2.49 5/344 21272
/proc/meminfo: memFree=129372296/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=190292 CPUtime=13.78 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 21915 0 415 0 1370 8 0 0 20 0 20 0 31364469 19521036288 47573 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 47573 5406 1 0 552655 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=10496 CPUtime=12.37 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 6926 0 320 0 1233 4 0 0 20 0 20 0 31364477 19521036288 47573 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 47573 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 47573 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=190292 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 47573 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 13.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190292 KiB

[startup+25.5002 s]
/proc/loadavg: 2.17 1.82 2.51 5/345 21274
/proc/meminfo: memFree=128859840/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=330032 CPUtime=26.7 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 26064 0 415 0 2659 11 0 0 20 0 20 0 31364469 19521036288 82508 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 82508 5406 1 0 552655 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=10496 CPUtime=25.02 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 7659 0 320 0 2498 4 0 0 20 0 20 0 31364477 19521036288 82508 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 82508 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=251988 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 82508 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 82508 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 26.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 330032 KiB

[startup+51.1057 s]
/proc/loadavg: 2.87 2.02 2.56 5/345 21274
/proc/meminfo: memFree=128096340/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=553596 CPUtime=52.41 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 27358 0 415 0 5226 15 0 0 20 0 20 0 31364469 19521036288 138399 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 138399 5406 1 0 552655 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=479840 CPUtime=50.38 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 8024 0 320 0 5034 4 0 0 20 0 20 0 31364477 19521036288 138399 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=479840 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 138399 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=190292 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 138399 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 138399 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 52.41 s

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

/proc/meminfo: memFree=119165724/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3282.13 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 84652 0 415 0 328057 156 0 0 20 0 20 0 31364469 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736339 5438 1 0 750152 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3269.33 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 40352 0 320 0 326911 22 0 0 20 0 20 0 31364477 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1140 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=-6000919502838655853 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3282.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/341 21460
/proc/meminfo: memFree=119166168/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3342.01 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 84812 0 415 0 334043 158 0 0 20 0 20 0 31364469 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736339 5438 1 0 750163 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3329.18 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 40436 0 320 0 332896 22 0 0 20 0 20 0 31364477 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1146 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3342.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945356 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.07 5/341 21462
/proc/meminfo: memFree=119166364/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3401.89 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 85279 0 415 0 340029 160 0 0 20 0 20 0 31364469 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736339 5438 1 0 750168 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3389.02 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 40889 0 320 0 338880 22 0 0 20 0 20 0 31364477 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1146 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736339 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3401.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.08 5/342 21465
/proc/meminfo: memFree=119165520/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3461.93 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 86692 0 415 0 346031 162 0 0 20 0 20 0 31364469 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736371 5438 1 0 750200 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2945356 CPUtime=3448.71 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 41817 0 320 0 344849 22 0 0 20 0 20 0 31364477 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=2945356 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=2945484 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1146 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=2945484 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3461.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/341 21467
/proc/meminfo: memFree=119161592/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3521.81 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 87390 0 415 0 352018 163 0 0 20 0 20 0 31364469 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736371 5438 1 0 750200 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2764 CPUtime=3508.56 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 42428 0 320 0 350834 22 0 0 20 0 20 0 31364477 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1207 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3521.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945484 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/340 21470
/proc/meminfo: memFree=119162308/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3581.69 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 87760 0 415 0 358004 165 0 0 20 0 20 0 31364469 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736371 5438 1 0 750200 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=16520 CPUtime=3568.42 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 42721 0 320 0 356820 22 0 0 20 0 20 0 31364477 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=2945484 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=2945484 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1277 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3581.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.7 s]
/proc/loadavg: 4.10 4.11 4.08 5/340 21537
/proc/meminfo: memFree=122717856/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3600.05 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 88036 0 415 0 359840 165 0 0 20 0 20 0 31364469 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736371 5438 1 0 750200 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3586.78 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 42997 0 320 0 358656 22 0 0 20 0 20 0 31364477 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=2945484 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1277 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945484 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.53 s, system=1.67124 s

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

[startup+3600.7 s]
/proc/loadavg: 4.10 4.11 4.08 5/340 21537
/proc/meminfo: memFree=122717856/131250000 swapFree=33010684/33010684
[pid=21123] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3600.05 cores=5,7
/proc/21123/stat : 21123 (java) S 21111 21123 21059 0 -1 4194304 88036 0 415 0 359840 165 0 0 20 0 20 0 31364469 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
/proc/21123/statm: 4765878 736371 5438 1 0 750200 0
[pid=21123/tid=21135] ppid=21111 vsize=19063512 memory=2945484 CPUtime=3586.78 cores=5,7
/proc/21123/task/21135/stat : 21135 (java) R 21111 21123 21059 0 -1 4194368 42997 0 320 0 358656 22 0 0 20 0 20 0 31364477 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21170] ppid=21111 vsize=19063512 memory=2945484 CPUtime=0 cores=5,7
/proc/21123/task/21170/stat : 21170 (Finalizer) S 21111 21123 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21197] ppid=21111 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/21123/task/21197/stat : 21197 (Common-Cleaner) S 21111 21123 21059 0 -1 4194368 1277 0 0 0 0 0 0 0 20 0 20 0 31364488 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
[pid=21123/tid=21202] ppid=21111 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21123/task/21202/stat : 21202 (Timer-0) S 21111 21123 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31364506 19521036288 736371 18446744073709551615 94666017533952 94666017537648 140733505786608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94666017545464 94666017546256 94666024779776 140733505788289 140733505788390 140733505788390 140733505793992 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945484 KiB

Child status: 143

Real time (s): 3600.79
CPU time (s): 3600.21
CPU user time (s): 3598.53
CPU system time (s): 1.67124
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2945484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.53
system time used= 1.67124
maximum resident set size= 2946764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90252
page faults= 415
swaps= 0
block input operations= 7672
block output operations= 6584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105976
involuntary context switches= 3388


# summary of solver processes directly reported to runsolver:
#   pid: 21123
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.53
#   total CPU system time (s): 1.67124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59502 second user time and 17.2652 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 02:27:46
IDJOB=4493596
IDBENCH=147867
IDSOLVER=3363
FILE ID=nodeC018/4493596-1751156866
RUNJOBID= nodeC018-1751156866-21072
SLURM_JOB_ID= 9587480
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493596-1751156866/watcher-4493596-1751156866 -o /tmp/evaluation-result-4493596-1751156866/solver-4493596-1751156866 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493596-1751156866.opb

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

MD5SUM BENCH= 577423e4c806b19b8b5f6a5daee1c614
RANDOM SEED=38944244

nodeC018 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		: 3597.698
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	: 6999.66
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		: 3599.507
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	: 6999.66
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.833
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	: 6999.66
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		: 3599.836
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	: 6999.66
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		: 3599.876
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	: 6999.66
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		: 3599.840
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	: 6999.66
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.363
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	: 6999.66
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		: 3601.826
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	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130204752 kB
MemAvailable:   129810700 kB
Buffers:            3280 kB
Cached:           375680 kB
SwapCached:            0 kB
Active:           289940 kB
Inactive:         153948 kB
Active(anon):      83004 kB
Inactive(anon):        0 kB
Active(file):     206936 kB
Inactive(file):   153948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3236 kB
Writeback:             4 kB
AnonPages:         68344 kB
Mapped:           102256 kB
Shmem:             18076 kB
KReclaimable:      85964 kB
Slab:             169092 kB
SReclaimable:      85964 kB
SUnreclaim:        83128 kB
KernelStack:        3940 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     330508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC018 at 2025-06-29 03:27:47