Trace number 4459293

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.24 3598.34

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-rmine15.opb
MD5SUM8b0f0a056877f36e2c13e33d533276b3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-218422812
Best CPU time to get the best result obtained on this benchmark3558.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42438
Total number of constraints358395
Number of constraints which are clauses358365
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint2
Maximum length of a constraint6750
Number of terms in the objective function 42438
Biggest coefficient in the objective function 100528
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 500000100
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 74056307
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 500000100
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version CUSTOM.v20240707
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.21	c Free memory 		2113181440
0.11/0.21	c Max memory 		16282288128
0.11/0.21	c Total memory 		2122317824
0.11/0.22	c Number of processors 	2
0.29/0.32	--- Begin Solver configuration ---
0.29/0.32	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.29/0.32	Learn all clauses as in MiniSAT
0.29/0.32	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.32	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.32	Expensive reason simplification
0.29/0.32	Glucose 2.1 dynamic restart strategy
0.29/0.32	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.29/0.32	timeout=2147483s
0.29/0.32	DB Simplification allowed=false
0.29/0.32	Listener: none
0.29/0.32	--- End Solver configuration ---
0.29/0.32	c Pseudo Boolean Optimization by upper bound
0.29/0.32	c --- Begin Solver configuration ---
0.29/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.29/0.32	c Learn all clauses as in MiniSAT
0.29/0.32	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.32	c Expensive reason simplification
0.29/0.32	c Glucose 2.1 dynamic restart strategy
0.29/0.32	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.29/0.32	c timeout=2147483s
0.29/0.32	c DB Simplification allowed=false
0.29/0.32	c Listener: none
0.29/0.32	c --- End Solver configuration ---
0.43/0.33	c solving HOME/instance-4459293-1721894240.opb
0.43/0.33	c reading problem ... 
0.43/0.34	c using VERIPB proof format
0.43/0.34	c  objective function found
3.65/2.05	c ... done. Wall clock time 1.724s.
3.65/2.05	c declared #vars     42438
3.65/2.05	c #constraints  358395
3.65/2.05	c constraints type 
3.65/2.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 358365
3.65/2.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
3.65/2.05	c 358395 constraints processed.
3.65/2.06	c objective function length is 42438 literals
26.02/21.41	c cleaning 2497 clauses out of 5001 with flag 14077/5001
47.26/42.06	c cleaning 4248 clauses out of 8504 with flag 30445/11001
71.18/65.46	c cleaning 5628 clauses out of 11255 with flag 48612/18000
74.58/68.66	c cleaning 6815 clauses out of 13629 with flag 65541/26002
78.41/72.24	c cleaning 7907 clauses out of 15813 with flag 84944/35001
82.68/76.43	c cleaning 8953 clauses out of 17905 with flag 105835/45000
87.33/80.95	c cleaning 9978 clauses out of 19955 with flag 129628/56003
92.54/86.15	c cleaning 10982 clauses out of 21975 with flag 155187/68001
98.00/91.69	c cleaning 11996 clauses out of 23993 with flag 182496/81001
103.83/97.58	c cleaning 12999 clauses out of 25998 with flag 212177/95002
109.81/103.56	c cleaning 13993 clauses out of 27998 with flag 243585/110001
116.20/109.90	c cleaning 14999 clauses out of 30004 with flag 277016/126000
122.75/116.37	c cleaning 16003 clauses out of 32005 with flag 312384/143000
130.10/123.58	c cleaning 17001 clauses out of 34004 with flag 350034/161002
137.43/130.95	c cleaning 17999 clauses out of 36002 with flag 389635/180001
145.81/139.37	c cleaning 18994 clauses out of 38002 with flag 431267/200000
154.26/147.45	c cleaning 20003 clauses out of 40008 with flag 475073/221000
163.05/156.25	c cleaning 20998 clauses out of 42005 with flag 521516/243000
172.71/165.96	c cleaning 22004 clauses out of 44007 with flag 569692/266000
182.89/176.19	c cleaning 22992 clauses out of 46004 with flag 620592/290001
193.14/186.41	c cleaning 24006 clauses out of 48013 with flag 673219/315002
203.49/196.81	c cleaning 24996 clauses out of 50005 with flag 728213/341000
214.95/208.37	c cleaning 26006 clauses out of 52012 with flag 785369/368003
227.17/220.52	c cleaning 27002 clauses out of 54003 with flag 845291/396000
240.73/234.13	c cleaning 27999 clauses out of 56002 with flag 905442/425001
252.88/246.35	c cleaning 29000 clauses out of 58002 with flag 968205/455000
265.42/258.99	c cleaning 29995 clauses out of 60004 with flag 1033505/486002
277.88/271.48	c cleaning 31003 clauses out of 62008 with flag 1099615/518001
291.07/284.69	c cleaning 31998 clauses out of 64004 with flag 1168634/551000
305.19/298.85	c cleaning 32996 clauses out of 66006 with flag 1239826/585000
318.95/312.68	c cleaning 34002 clauses out of 68010 with flag 1311715/620000
335.01/328.77	c cleaning 34994 clauses out of 70008 with flag 1385720/656000
350.86/344.63	c cleaning 36000 clauses out of 72015 with flag 1461014/693001
366.72/360.56	c cleaning 37008 clauses out of 74015 with flag 1538616/731001
385.84/379.79	c cleaning 38000 clauses out of 76006 with flag 1617531/770000
407.78/401.76	c cleaning 38998 clauses out of 78007 with flag 1698972/810001
433.45/427.40	c cleaning 40002 clauses out of 80008 with flag 1787173/851000
460.26/454.35	c cleaning 40998 clauses out of 82007 with flag 1876168/893001
482.96/477.12	c cleaning 42002 clauses out of 84009 with flag 1967966/936001
507.01/501.21	c cleaning 42999 clauses out of 86007 with flag 2060731/980001
533.61/527.93	c cleaning 44002 clauses out of 88007 with flag 2152719/1025000
558.92/553.36	c cleaning 44998 clauses out of 90006 with flag 2246471/1071001
585.16/579.65	c cleaning 46000 clauses out of 92008 with flag 2341649/1118001
613.39/607.95	c cleaning 47001 clauses out of 94008 with flag 2438174/1166001
641.24/635.83	c cleaning 47997 clauses out of 96007 with flag 2537256/1215001
669.26/663.91	c cleaning 49000 clauses out of 98009 with flag 2638264/1265000
698.69/693.40	c cleaning 50005 clauses out of 100010 with flag 2745416/1316001
728.20/723.03	c cleaning 51000 clauses out of 102005 with flag 2855066/1368001
756.80/751.70	c cleaning 52000 clauses out of 104004 with flag 2961593/1421000
785.53/780.54	c cleaning 53002 clauses out of 106005 with flag 3070794/1475001
814.82/809.92	c cleaning 54000 clauses out of 108002 with flag 3181686/1530000
843.86/839.04	c cleaning 55001 clauses out of 110002 with flag 3295046/1586000
877.26/872.52	c cleaning 55994 clauses out of 112001 with flag 3414043/1643000
909.12/904.49	c cleaning 56997 clauses out of 114008 with flag 3533041/1701001
945.33/940.72	c cleaning 58002 clauses out of 116010 with flag 3652927/1760000
983.43/978.93	c cleaning 59000 clauses out of 118009 with flag 3775794/1820001
1022.92/1018.52	c cleaning 59999 clauses out of 120008 with flag 3899632/1881000
1063.74/1059.44	c cleaning 61005 clauses out of 122010 with flag 4023946/1943001
1105.83/1101.69	c cleaning 61997 clauses out of 124004 with flag 4150290/2006000
1149.95/1145.80	c cleaning 63004 clauses out of 126007 with flag 4278604/2070000
1194.18/1190.13	c cleaning 63999 clauses out of 128004 with flag 4409261/2135001
1237.09/1233.12	c cleaning 64999 clauses out of 130005 with flag 4541268/2201001
1282.21/1278.21	c cleaning 66002 clauses out of 132005 with flag 4675947/2268000
1327.95/1324.04	c cleaning 66999 clauses out of 134004 with flag 4812193/2336001
1374.78/1370.94	c cleaning 67999 clauses out of 136004 with flag 4950327/2405000
1421.42/1417.67	c cleaning 69000 clauses out of 138006 with flag 5091299/2475001
1466.77/1463.09	c cleaning 70003 clauses out of 140005 with flag 5234816/2546000
1512.69/1509.11	c cleaning 70997 clauses out of 142002 with flag 5381224/2618000
1561.31/1557.70	c cleaning 71997 clauses out of 144006 with flag 5530332/2691001
1606.53/1603.05	c cleaning 73001 clauses out of 146008 with flag 5680967/2765000
1649.62/1646.15	c cleaning 73999 clauses out of 148007 with flag 5833880/2840000
1691.29/1687.88	c cleaning 74999 clauses out of 150008 with flag 5987874/2916000
1742.73/1739.31	c cleaning 76002 clauses out of 152009 with flag 6144438/2993000
1781.08/1777.76	c cleaning 77001 clauses out of 154008 with flag 6302874/3071001
1823.77/1820.50	c cleaning 77997 clauses out of 156006 with flag 6461774/3150000
1868.12/1864.91	c cleaning 79000 clauses out of 158009 with flag 6623383/3230000
1915.44/1912.31	c cleaning 80005 clauses out of 160009 with flag 6788263/3311000
1968.36/1965.31	c cleaning 80999 clauses out of 162004 with flag 6952634/3393000
2023.79/2020.73	c cleaning 81997 clauses out of 164005 with flag 7120698/3476000
2085.88/2082.99	c cleaning 82998 clauses out of 166009 with flag 7290784/3560001
2148.79/2145.83	c cleaning 84002 clauses out of 168011 with flag 7462896/3645001
2200.64/2197.74	c cleaning 85004 clauses out of 170009 with flag 7637223/3731001
2252.59/2249.70	c cleaning 85994 clauses out of 172005 with flag 7813938/3818001
2303.52/2300.69	c cleaning 87002 clauses out of 174011 with flag 7992737/3906001
2367.70/2364.98	c cleaning 87999 clauses out of 176008 with flag 8173529/3995000
2433.24/2430.41	c cleaning 88997 clauses out of 178009 with flag 8357217/4085000
2498.99/2496.27	c cleaning 90006 clauses out of 180012 with flag 8541366/4176000
2556.41/2553.67	c cleaning 90996 clauses out of 182006 with flag 8728730/4268000
2609.36/2606.64	c cleaning 92001 clauses out of 184010 with flag 8921161/4361000
2661.68/2659.05	c cleaning 93000 clauses out of 186010 with flag 9112028/4455001
2710.13/2707.51	c cleaning 93998 clauses out of 188010 with flag 9306714/4550001
2756.15/2753.51	c cleaning 95003 clauses out of 190011 with flag 9500886/4646000
2810.20/2807.68	c cleaning 95997 clauses out of 192008 with flag 9698410/4743000
2866.13/2863.59	c cleaning 97002 clauses out of 194012 with flag 9897654/4841001
2923.15/2920.67	c cleaning 98000 clauses out of 196010 with flag 10098053/4940001
2983.40/2980.93	c cleaning 99002 clauses out of 198010 with flag 10299878/5040001
3045.33/3042.94	c cleaning 100000 clauses out of 200008 with flag 10504853/5141001
3108.83/3106.43	c cleaning 100998 clauses out of 202008 with flag 10710405/5243001
3171.07/3168.65	c cleaning 101999 clauses out of 204010 with flag 10918167/5346001
3236.05/3233.71	c cleaning 102998 clauses out of 206010 with flag 11127859/5450000
3300.89/3298.64	c cleaning 104004 clauses out of 208013 with flag 11340057/5555001
3356.07/3353.94	c cleaning 104997 clauses out of 210009 with flag 11556985/5661001
3409.10/3407.03	c cleaning 105998 clauses out of 212011 with flag 11774067/5768000
3458.92/3456.90	c cleaning 107004 clauses out of 214013 with flag 11992576/5876000
3515.84/3513.96	c cleaning 108003 clauses out of 216009 with flag 12213396/5985000
3583.78/3581.96	c cleaning 109000 clauses out of 218007 with flag 12437077/6095001
3600.05/3598.23	c starts		: 215
3600.05/3598.24	c timeout
3600.05/3598.24	c conflicts		: 6122780
3600.05/3598.24	c decisions		: 6158620
3600.05/3598.24	c propagations		: 1746238245
3600.05/3598.24	c inspects		: 24112781337
3600.05/3598.24	c shortcuts		: 0
3600.05/3598.24	c learnt literals	: 0
3600.05/3598.24	c learnt binary clauses	: 0
3600.05/3598.24	c learnt ternary clauses	: 0
3600.05/3598.24	c learnt constraints	: 6122780
3600.05/3598.24	c ignored constraints	: 0
3600.05/3598.24	c root simplifications	: 0
3600.05/3598.24	c removed literals (reason simplification)	: 15099761219
3600.05/3598.24	c reason swapping (by a shorter reason)	: 0
3600.05/3598.24	c Calls to reduceDB	: 106
3600.05/3598.24	c Number of update (reduction) of LBD	: 10028
3600.05/3598.24	c Imported unit clauses	: 0
3600.05/3598.24	c No decision after first conflict	: false
3600.05/3598.24	c number of reductions to clauses (during analyze)	: 0
3600.05/3598.24	c number of learned constraints concerned by reduction	: 0
3600.05/3598.25	c number of learning phase by resolution	: 0
3600.05/3598.25	c number of learning phase by cutting planes	: 0
3600.05/3598.25	c number of rounding to 1 operations	: 0
3600.05/3598.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3598.25	c number of reductions of the coefficients by power 2 	: 0
3600.05/3598.25	c number of right shift for reduction by power 2 	: 0
3600.05/3598.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3598.25	c number of ending skipping 	: 0
3600.05/3598.25	c number of internal skipping 	: 0
3600.05/3598.25	c number of derivation steps 	: 0
3600.05/3598.25	c number of skipped derivation steps 	: 0
3600.05/3598.25	c number of remaining unassigned 	: 0
3600.05/3598.25	c number of remaining assigned 	: 0
3600.05/3598.25	c number of falsified literals weakened from reason	: 0
3600.05/3598.25	c number of falsified literals weakened from conflict	: 0
3600.05/3598.25	c time for arithmetic operations	: 0
3600.05/3598.25	c minimum degree of deleted constraints	: null
3600.05/3598.25	c maximum degree of deleted constraints	: null
3600.05/3598.25	c number of deleted constraints	: 0
3600.05/3598.25	c speed (assignments/second)	: 485584.81072145107
3600.05/3598.25	c non guided choices	: 0
3600.05/3598.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 136786
3600.05/3598.30	s UNKNOWN
3600.05/3598.30	c Total wall clock time (in seconds): 3597.978

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: 64059 MiB (39014 MiB free)
  memory of node 1: 64510 MiB (43457 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459293-1721894240/watcher-4459293-1721894240 -o /tmp/evaluation-result-4459293-1721894240/solver-4459293-1721894240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721887320-270226 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4459293-1721894240 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459293-1721894240.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=274452, runsolver pid=274449

[startup+0.100068 s]*
/proc/loadavg: 4.95 5.12 5.15 8/349 274470
/proc/meminfo: memFree=84413004/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=18993908 memory=56652 CPUtime=0.11 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 6484 0 0 0 8 3 0 0 20 0 18 0 25413426 19449761792 14163 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4748477 14163 5821 1 0 550818 0
[pid=274452/tid=274454] ppid=274449 vsize=18993908 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 5386 0 0 0 4 3 0 0 20 0 18 0 25413427 19449761792 14163 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=18993908 memory=232851243367 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25413432 19449761792 14163 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=18993908 memory=3618136736603296184 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 25413433 19449761792 14163 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 56652 KiB

[startup+0.223183 s]*
/proc/loadavg: 4.95 5.12 5.15 7/349 274470
/proc/meminfo: memFree=84402300/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=18993908 memory=65412 CPUtime=0.29 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 7154 0 0 0 25 4 0 0 20 0 18 0 25413426 19449761792 16353 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4748477 16353 5846 1 0 551367 0
[pid=274452/tid=274454] ppid=274449 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 5743 0 0 0 15 3 0 0 20 0 18 0 25413427 19449761792 16353 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=18993908 memory=1967857 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25413432 19449761792 16353 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 25413433 19449761792 16353 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 65412 KiB

[startup+0.322019 s]*
/proc/loadavg: 4.95 5.12 5.15 6/349 274470
/proc/meminfo: memFree=84394116/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=18993908 memory=69188 CPUtime=0.43 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 7401 0 0 0 38 5 0 0 20 0 18 0 25413426 19449761792 17297 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4748477 17297 5988 1 0 551587 0
[pid=274452/tid=274454] ppid=274449 vsize=18993908 memory=-8527959967999435452 CPUtime=0.26 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 5935 0 0 0 22 4 0 0 20 0 18 0 25413427 19449761792 17297 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25413432 19449761792 17297 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 25413433 19449761792 17297 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69188 KiB

[startup+0.70275 s]
/proc/loadavg: 4.95 5.12 5.15 7/349 274470
/proc/meminfo: memFree=84366356/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=18993908 memory=103992 CPUtime=1.12 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 9570 0 0 0 106 6 0 0 20 0 18 0 25413426 19449761792 25998 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4748477 25998 6076 1 0 553018 0
[pid=274452/tid=274454] ppid=274449 vsize=18993908 memory=5640 CPUtime=0.56 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 5997 0 0 0 51 5 0 0 20 0 18 0 25413427 19449761792 25998 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=18993908 memory=12240 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25413432 19449761792 25998 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=18993908 memory=4917 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 25413433 19449761792 25998 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 103992 KiB

[startup+1.5008 s]
/proc/loadavg: 4.95 5.12 5.15 7/350 274471
/proc/meminfo: memFree=84265760/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19060472 memory=198168 CPUtime=2.66 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 19076 0 0 0 255 11 0 0 20 0 19 0 25413426 19517923328 49542 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4765118 49542 6124 1 0 556245 0
[pid=274452/tid=274454] ppid=274449 vsize=19060472 memory=4917 CPUtime=1.24 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 6189 0 0 0 117 7 0 0 20 0 19 0 25413427 19517923328 49542 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25413432 19517923328 49542 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 25413433 19517923328 49542 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 198168 KiB

[startup+3.1068 s]
/proc/loadavg: 5.03 5.14 5.15 12/351 274474
/proc/meminfo: memFree=84129800/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=429016 CPUtime=5.82 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 26817 0 0 0 565 17 0 0 20 0 20 0 25413426 19586084864 107254 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 107254 6178 1 0 1072740 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=12240 CPUtime=2.72 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 8241 0 0 0 262 10 0 0 20 0 20 0 25413427 19586084864 107254 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 107254 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=6657 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 107254 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=4420 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 107254 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 429016 KiB

[startup+6.3008 s]
/proc/loadavg: 5.03 5.14 5.15 7/351 274474
/proc/meminfo: memFree=83811928/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=483184 CPUtime=10.2 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 27589 0 0 0 1001 19 0 0 20 0 20 0 25413426 19586084864 120796 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 120796 6178 1 0 1072781 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=0 CPUtime=5.8 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 8256 0 0 0 568 12 0 0 20 0 20 0 25413427 19586084864 120796 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 120796 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 120796 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=6944656591801720226 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 120796 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 10.2 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 483184 KiB

[startup+12.7004 s]
/proc/loadavg: 4.87 5.10 5.14 5/351 274475
/proc/meminfo: memFree=83540384/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=534712 CPUtime=16.9 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 29409 0 0 0 1667 23 0 0 20 0 20 0 25413426 19586084864 133678 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 133678 6178 1 0 1072781 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=12240 CPUtime=12.06 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 8865 0 0 0 1192 14 0 0 20 0 20 0 25413427 19586084864 133678 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=483184 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 133678 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=508020 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 133678 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 133678 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 16.9 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 534712 KiB

[startup+25.5005 s]
/proc/loadavg: 4.82 5.08 5.13 5/350 274477
/proc/meminfo: memFree=82247608/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=682660 CPUtime=30.42 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 36501 0 0 0 3010 32 0 0 20 0 20 0 25413426 19586084864 170665 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 170665 6210 1 0 1072797 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=508020 CPUtime=24.39 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 10744 0 0 0 2421 18 0 0 20 0 20 0 25413427 19586084864 170665 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 170665 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=682660 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 170665 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=670316 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 170665 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 30.42 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 682660 KiB

[startup+51.1157 s]
/proc/loadavg: 4.54 4.99 5.10 5/348 274649
/proc/meminfo: memFree=80451604/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=1355488 CPUtime=56.64 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 44904 0 0 0 5609 55 0 0 20 0 20 0 25413426 19586084864 338872 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 338872 6210 1 0 1072983 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=12264 CPUtime=49.33 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 12689 0 0 0 4899 34 0 0 20 0 20 0 25413427 19586084864 338872 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=916288 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 338872 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=1699 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 338872 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 338872 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0

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

[startup+3282.3 s]
/proc/loadavg: 3.12 3.38 3.96 4/296 276126
/proc/meminfo: memFree=96849020/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3854728 CPUtime=3284.54 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 376470 0 0 0 327745 709 0 0 20 0 20 0 25413426 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 963682 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=2676 CPUtime=3257.68 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 175282 0 0 0 325245 523 0 0 20 0 20 0 25413427 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 271 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=5092 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=11136560 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 3995 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=2688 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3284.54 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3854728 KiB

[startup+3342.3 s]
/proc/loadavg: 3.07 3.33 3.90 4/296 276137
/proc/meminfo: memFree=96622868/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3854728 CPUtime=3344.51 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 383141 0 0 0 333732 719 0 0 20 0 20 0 25413426 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 963682 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=2680 CPUtime=3317.23 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 180686 0 0 0 331193 530 0 0 20 0 20 0 25413427 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 276 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=5012 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=2090592 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4092 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=19432 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 963682 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3344.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3854728 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.29 3.85 4/296 276147
/proc/meminfo: memFree=96315504/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3854744 CPUtime=3404.28 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 389309 0 0 0 339701 727 0 0 20 0 20 0 25413426 19586084864 963686 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 963686 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=1967773 CPUtime=3376.78 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 186287 0 0 0 337141 537 0 0 20 0 20 0 25413427 19586084864 963686 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 289 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=1968579 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 963686 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=4004739 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4233 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 963686 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=-9104697797233058492 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 963686 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3404.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3854744 KiB

[startup+3462.3 s]
/proc/loadavg: 2.87 3.20 3.78 3/270 276573
/proc/meminfo: memFree=116241452/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3887556 CPUtime=3464.31 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 399434 0 0 0 345691 740 0 0 20 0 20 0 25413426 19586084864 971889 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 971889 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=1967773 CPUtime=3436.24 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 191025 0 0 0 343078 546 0 0 20 0 20 0 25413427 19586084864 971889 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 295 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=1968579 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 971889 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=1977528 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4234 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 971889 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=28068 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 971889 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3464.31 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3887556 KiB

[startup+3522.3 s]
/proc/loadavg: 2.58 3.05 3.69 3/267 276584
/proc/meminfo: memFree=116129472/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3887580 CPUtime=3524.19 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 407090 0 0 0 351672 747 0 0 20 0 20 0 25413426 19586084864 971895 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 971895 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=100 CPUtime=3495.87 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 197668 0 0 0 349036 551 0 0 20 0 20 0 25413427 19586084864 971895 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 300 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=20964 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 971895 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=2252 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4293 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 971895 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=5796695868719759386 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 971895 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3524.19 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3887580 KiB

[startup+3582.3 s]
/proc/loadavg: 2.75 3.02 3.64 3/267 276594
/proc/meminfo: memFree=116003632/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3901944 CPUtime=3584.18 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 415870 0 0 0 357662 756 0 0 20 0 20 0 25413426 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 975486 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=1967773 CPUtime=3555.43 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 204617 0 0 0 354985 558 0 0 20 0 20 0 25413427 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 304 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=1968579 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=52 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4400 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=1940 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3584.18 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3901944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.21 s]
/proc/loadavg: 2.54 2.95 3.60 3/267 276596
/proc/meminfo: memFree=115973780/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19127036 memory=3901944 CPUtime=3600.05 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 416428 0 0 0 359247 758 0 0 20 0 20 0 25413426 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4781759 975486 6226 1 0 1073010 0
[pid=274452/tid=274454] ppid=274449 vsize=19127036 memory=71048 CPUtime=3571.29 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) R 274449 274452 270216 0 -1 4194368 205175 0 0 0 356571 558 0 0 20 0 20 0 25413427 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 304 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19127036 memory=3901944 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25413432 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19127036 memory=3901944 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4400 0 0 0 0 0 0 0 20 0 20 0 25413433 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274474] ppid=274449 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/274452/task/274474/stat : 274474 (Timer-0) S 274449 274452 270216 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25413635 19586084864 975486 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3901944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.61 s, system=7.62601 s

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

[startup+3598.3 s]
/proc/loadavg: 2.54 2.95 3.60 3/267 276596
/proc/meminfo: memFree=115973780/131655788 swapFree=131060868/131071996
[pid=274452] ppid=274449 vsize=19326728 memory=3902640 CPUtime=3600.2 cores=0,2
/proc/274452/stat : 274452 (java) S 274449 274452 270216 0 -1 1077936128 419289 0 0 0 359261 759 0 0 20 0 15 0 25413426 19790569472 975660 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
/proc/274452/statm: 4831682 975660 6225 1 0 1073929 0
[pid=274452/tid=274454] ppid=274449 vsize=19326728 memory=-8527959967999435452 CPUtime=3571.31 cores=0,2
/proc/274452/task/274454/stat : 274454 (java) S 274449 274452 270216 0 -1 1077936192 205479 0 0 0 356573 558 0 0 20 0 15 0 25413427 19790569472 975660 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 304 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274463] ppid=274449 vsize=19326728 memory=2688 CPUtime=0 cores=0,2
/proc/274452/task/274463/stat : 274463 (Finalizer) S 274449 274452 270216 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 25413432 19790569472 975660 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
[pid=274452/tid=274470] ppid=274449 vsize=19326728 memory=4876 CPUtime=0 cores=0,2
/proc/274452/task/274470/stat : 274470 (Common-Cleaner) S 274449 274452 270216 0 -1 1077936192 4400 0 0 0 0 0 0 0 20 0 15 0 25413433 19790569472 975660 134679101440 94779099512832 94779099516528 140732811541264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94779099524344 94779099525136 94779116982272 140732811543471 140732811543653 140732811543653 140732811550664 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 3902640 KiB

Child status: 143

Real time (s): 3598.34
CPU time (s): 3600.24
CPU user time (s): 3592.61
CPU system time (s): 7.62601
CPU usage (%): 100.053
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 3902640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.61
system time used= 7.62601
maximum resident set size= 3903596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7003640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109256
involuntary context switches= 25864


# summary of solver processes directly reported to runsolver:
#   pid: 274452
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3592.61
#   total CPU system time (s): 7.62601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9931 second user time and 43.1121 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-25 09:57:20
IDJOB=4459293
IDBENCH=178667
IDSOLVER=3079
FILE ID=nodeC005/4459293-1721894240
RUNJOBID= nodeC005-1721887320-270226
SLURM_JOB_ID= 8089296
Free space on /tmp= 723688 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-rmine15.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459293-1721894240/watcher-4459293-1721894240 -o /tmp/evaluation-result-4459293-1721894240/solver-4459293-1721894240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721887320-270226 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4459293-1721894240 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459293-1721894240.opb

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

MD5SUM BENCH= 8b0f0a056877f36e2c13e33d533276b3
RANDOM SEED=168152784

nodeC005.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1216.553
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3547.244
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2400.498
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.144
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2608.164
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3494.063
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.127
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        84470936 kB
MemAvailable:   106004040 kB
Buffers:          288528 kB
Cached:         22023504 kB
SwapCached:          320 kB
Active:          1681488 kB
Inactive:       44798252 kB
Active(anon):       1756 kB
Inactive(anon): 24218972 kB
Active(file):    1679732 kB
Inactive(file): 20579280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060868 kB
Dirty:             71880 kB
Writeback:            16 kB
AnonPages:      24164632 kB
Mapped:           118912 kB
Shmem:             52956 kB
KReclaimable:     228244 kB
Slab:             340844 kB
SReclaimable:     228244 kB
SUnreclaim:       112600 kB
KernelStack:        5328 kB
PageTables:        57700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   33350840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            12064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15687680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      406344 kB
DirectMap2M:    45635584 kB
DirectMap1G:    90177536 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC005 at 2024-07-25 10:57:19