Trace number 2662150

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 PB RES // CP 2.2.0 2010-05-31? (TO) 1800.59 972.759

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B1C1S1.opb
MD5SUMbb02029eb777c2a6ae8e192b29bcb9de
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2662150-1276533846.opb
0.21/0.22	c reading problem ... 
5.76/4.09	c ... done. Wall clock time 3.872s.
5.76/4.09	c #vars     107808
5.76/4.09	c #constraints  43306
5.76/4.09	c constraints type 
5.76/4.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
5.76/4.09	c constraints type 
5.76/4.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
24.62/13.66	c cleaning 2497 clauses out of 4997 with flag 5000/5000
33.44/18.34	c cleaning 4242 clauses out of 8491 with flag 11002/11002
39.87/21.81	c cleaning 5614 clauses out of 11239 with flag 18001/18001
48.90/26.64	c cleaning 6794 clauses out of 13616 with flag 26000/26000
57.96/31.56	c cleaning 7877 clauses out of 15810 with flag 35000/35000
66.37/36.08	c cleaning 8958 clauses out of 17924 with flag 45000/45000
76.96/41.68	c cleaning 9475 clauses out of 18958 with flag 55001/55001
90.29/48.69	c cleaning 9708 clauses out of 19472 with flag 65000/65000
98.53/53.19	c cleaning 9861 clauses out of 19743 with flag 75001/75001
104.51/56.44	c cleaning 9922 clauses out of 19872 with flag 85001/85001
114.85/61.93	c cleaning 9952 clauses out of 19947 with flag 95001/95001
120.82/65.25	c cleaning 9988 clauses out of 19983 with flag 105000/105000
135.56/73.08	c cleaning 9982 clauses out of 19994 with flag 115000/115000
147.45/79.33	c cleaning 9980 clauses out of 19997 with flag 125001/125001
162.10/87.08	c cleaning 9995 clauses out of 20005 with flag 135001/135001
167.66/90.17	c cleaning 10005 clauses out of 20009 with flag 145000/145000
179.37/96.45	c cleaning 9934 clauses out of 20004 with flag 155000/155000
196.59/105.41	c cleaning 10009 clauses out of 20067 with flag 165001/165001
212.60/113.85	c cleaning 10017 clauses out of 20054 with flag 175000/175000
220.88/118.36	c cleaning 10008 clauses out of 20030 with flag 185000/185000
232.16/124.42	c cleaning 9981 clauses out of 20022 with flag 195000/195000
239.44/128.40	c cleaning 10015 clauses out of 20041 with flag 205000/205000
246.11/132.16	c cleaning 9978 clauses out of 20026 with flag 215000/215000
258.91/138.93	c cleaning 9964 clauses out of 20048 with flag 225000/225000
270.75/145.38	c cleaning 10009 clauses out of 20075 with flag 235001/235001
275.47/148.07	c cleaning 0 clauses out of 5002 with flag 0/5002
286.70/154.02	c cleaning 10030 clauses out of 20060 with flag 245000/245000
298.48/160.36	c cleaning 9991 clauses out of 20031 with flag 255001/255001
304.72/163.91	c cleaning 10005 clauses out of 20040 with flag 265001/265001
312.52/168.30	c cleaning 9980 clauses out of 20034 with flag 275000/275000
326.45/175.66	c cleaning 10000 clauses out of 20055 with flag 285001/285001
340.59/183.17	c cleaning 10015 clauses out of 20054 with flag 295000/295000
362.47/194.69	c cleaning 10003 clauses out of 20039 with flag 305000/305000
375.58/201.62	c cleaning 9992 clauses out of 20036 with flag 315000/315000
388.12/208.33	c cleaning 10013 clauses out of 20044 with flag 325000/325000
402.67/216.08	c cleaning 10002 clauses out of 20030 with flag 335000/335000
414.26/222.35	c cleaning 10003 clauses out of 20024 with flag 345000/345000
425.82/228.53	c cleaning 9958 clauses out of 20021 with flag 355000/355000
450.05/241.18	c cleaning 9992 clauses out of 20063 with flag 365000/365000
464.71/248.94	c cleaning 9999 clauses out of 20071 with flag 375000/375000
478.23/256.25	c cleaning 10016 clauses out of 20072 with flag 385001/385001
496.68/265.96	c cleaning 10003 clauses out of 20055 with flag 395000/395000
508.21/272.19	c cleaning 10000 clauses out of 20050 with flag 405000/405000
522.50/279.77	c cleaning 9983 clauses out of 20043 with flag 415000/415000
578.40/308.43	c cleaning 9991 clauses out of 20062 with flag 425002/425002
628.16/333.93	c cleaning 9993 clauses out of 20069 with flag 435000/435000
672.54/356.79	c cleaning 10017 clauses out of 20074 with flag 445000/445000
683.03/362.41	c cleaning 9982 clauses out of 20049 with flag 455001/455001
689.76/366.33	c cleaning 9995 clauses out of 20067 with flag 465001/465001
700.24/372.07	c cleaning 10000 clauses out of 20066 with flag 475000/475000
723.21/384.04	c cleaning 10015 clauses out of 20067 with flag 485001/485001
743.60/394.79	c cleaning 10012 clauses out of 20051 with flag 495000/495000
764.58/405.85	c cleaning 9990 clauses out of 20039 with flag 505000/505000
786.34/417.23	c cleaning 10017 clauses out of 20048 with flag 515001/515001
798.98/424.03	c cleaning 10007 clauses out of 20029 with flag 525002/525002
811.63/430.85	c cleaning 9992 clauses out of 20019 with flag 535000/535000
825.05/438.15	c cleaning 9987 clauses out of 20027 with flag 545000/545000
841.26/446.72	c cleaning 10010 clauses out of 20040 with flag 555001/555001
852.87/453.06	c cleaning 9990 clauses out of 20029 with flag 565000/565000
863.72/458.91	c cleaning 10012 clauses out of 20040 with flag 575001/575001
874.97/465.14	c cleaning 9996 clauses out of 20022 with flag 585000/585000
883.84/470.06	c cleaning 10005 clauses out of 20030 with flag 595004/595004
888.15/472.68	c cleaning 0 clauses out of 11002 with flag 0/11002
895.03/476.51	c cleaning 9990 clauses out of 20020 with flag 605000/605000
914.54/487.00	c cleaning 9978 clauses out of 20029 with flag 615000/615000
935.66/498.04	c cleaning 9996 clauses out of 20052 with flag 625001/625001
957.36/509.43	c cleaning 10002 clauses out of 20057 with flag 635002/635002
966.59/514.59	c cleaning 10022 clauses out of 20051 with flag 645000/645000
975.96/519.85	c cleaning 9984 clauses out of 20029 with flag 655000/655000
986.60/525.68	c cleaning 9986 clauses out of 20045 with flag 665000/665000
994.46/530.09	c cleaning 9998 clauses out of 20059 with flag 675000/675000
1003.07/534.81	c cleaning 9999 clauses out of 20062 with flag 685001/685001
1012.08/539.95	c cleaning 10025 clauses out of 20063 with flag 695001/695001
1022.67/545.71	c cleaning 10009 clauses out of 20037 with flag 705000/705000
1037.04/553.47	c cleaning 9973 clauses out of 20027 with flag 715000/715000
1049.82/560.39	c cleaning 10003 clauses out of 20054 with flag 725000/725000
1062.95/567.55	c cleaning 10005 clauses out of 20050 with flag 735001/735001
1071.35/572.21	c cleaning 10005 clauses out of 20042 with flag 745000/745000
1078.97/576.57	c cleaning 9999 clauses out of 20038 with flag 755001/755001
1086.61/580.88	c cleaning 10000 clauses out of 20038 with flag 765000/765000
1094.57/585.43	c cleaning 10000 clauses out of 20040 with flag 775002/775002
1102.58/589.90	c cleaning 10002 clauses out of 20039 with flag 785001/785001
1110.20/594.28	c cleaning 9996 clauses out of 20036 with flag 795000/795000
1117.43/598.32	c cleaning 10000 clauses out of 20040 with flag 805000/805000
1130.76/605.64	c cleaning 9998 clauses out of 20037 with flag 815001/815001
1140.76/611.13	c cleaning 9989 clauses out of 20038 with flag 825000/825000
1160.06/621.31	c cleaning 10004 clauses out of 20049 with flag 835000/835000
1173.42/628.54	c cleaning 10008 clauses out of 20046 with flag 845001/845001
1185.15/635.02	c cleaning 9985 clauses out of 20035 with flag 855000/855000
1197.50/641.77	c cleaning 9954 clauses out of 20051 with flag 865001/865001
1209.06/648.03	c cleaning 10033 clauses out of 20095 with flag 875000/875000
1218.23/653.12	c cleaning 10000 clauses out of 20060 with flag 885000/885000
1236.88/663.13	c cleaning 9992 clauses out of 20059 with flag 895000/895000
1259.55/675.00	c cleaning 10008 clauses out of 20069 with flag 905002/905002
1271.32/681.48	c cleaning 9958 clauses out of 20059 with flag 915001/915001
1277.95/685.22	c cleaning 9999 clauses out of 20101 with flag 925001/925001
1285.31/689.51	c cleaning 10000 clauses out of 20103 with flag 935002/935002
1296.08/695.41	c cleaning 10039 clauses out of 20094 with flag 945000/945000
1303.09/699.42	c cleaning 10012 clauses out of 20051 with flag 955001/955001
1308.52/702.66	c cleaning 10011 clauses out of 20037 with flag 965000/965000
1313.51/705.77	c cleaning 10011 clauses out of 20027 with flag 975001/975001
1317.95/708.44	c cleaning 9991 clauses out of 20014 with flag 985000/985000
1322.17/711.04	c cleaning 10001 clauses out of 20023 with flag 995000/995000
1326.41/713.61	c cleaning 10001 clauses out of 20023 with flag 1005001/1005001
1330.21/716.12	c cleaning 10000 clauses out of 20022 with flag 1015001/1015001
1333.82/718.46	c cleaning 10004 clauses out of 20021 with flag 1025000/1025000
1347.77/725.99	c cleaning 9968 clauses out of 20018 with flag 1035001/1035001
1353.96/729.59	c cleaning 10003 clauses out of 20049 with flag 1045000/1045000
1360.33/733.36	c cleaning 10000 clauses out of 20046 with flag 1055000/1055000
1370.90/739.18	c cleaning 9969 clauses out of 20043 with flag 1065001/1065001
1389.16/748.89	c cleaning 9981 clauses out of 20073 with flag 1075000/1075000
1409.42/759.56	c cleaning 10010 clauses out of 20094 with flag 1085002/1085002
1428.26/769.62	c cleaning 9983 clauses out of 20087 with flag 1095005/1095005
1447.12/779.68	c cleaning 9993 clauses out of 20099 with flag 1105000/1105000
1468.72/791.04	c cleaning 9992 clauses out of 20107 with flag 1115001/1115001
1490.33/802.42	c cleaning 10025 clauses out of 20114 with flag 1125000/1125000
1509.74/812.87	c cleaning 9986 clauses out of 20089 with flag 1135000/1135000
1520.02/818.55	c cleaning 9976 clauses out of 20101 with flag 1145000/1145000
1526.35/822.28	c cleaning 10003 clauses out of 20125 with flag 1155000/1155000
1533.86/826.60	c cleaning 10000 clauses out of 20122 with flag 1165000/1165000
1545.09/832.80	c cleaning 10043 clauses out of 20123 with flag 1175002/1175002
1553.61/837.65	c cleaning 10013 clauses out of 20075 with flag 1185000/1185000
1559.13/841.00	c cleaning 10007 clauses out of 20063 with flag 1195001/1195001
1567.44/845.68	c cleaning 10002 clauses out of 20055 with flag 1205000/1205000
1582.61/853.92	c cleaning 9981 clauses out of 20053 with flag 1215000/1215000
1596.85/861.62	c cleaning 9997 clauses out of 20072 with flag 1225000/1225000
1612.69/870.17	c cleaning 10005 clauses out of 20077 with flag 1235002/1235002
1626.13/877.41	c cleaning 9999 clauses out of 20072 with flag 1245002/1245002
1639.73/884.93	c cleaning 9996 clauses out of 20072 with flag 1255001/1255001
1654.18/892.76	c cleaning 10003 clauses out of 20075 with flag 1265000/1265000
1666.65/899.59	c cleaning 9996 clauses out of 20072 with flag 1275000/1275000
1678.52/906.02	c cleaning 9996 clauses out of 20074 with flag 1285000/1285000
1688.13/911.56	c cleaning 9971 clauses out of 20078 with flag 1295000/1295000
1698.22/917.10	c cleaning 10010 clauses out of 20107 with flag 1305000/1305000
1710.28/923.76	c cleaning 10026 clauses out of 20095 with flag 1315000/1315000
1726.51/932.45	c cleaning 9993 clauses out of 20070 with flag 1325001/1325001
1740.63/940.23	c cleaning 10010 clauses out of 20074 with flag 1335001/1335001
1753.64/947.35	c cleaning 9994 clauses out of 20064 with flag 1345001/1345001
1774.78/958.56	c cleaning 10007 clauses out of 20069 with flag 1355000/1355000
1789.78/966.70	c cleaning 10003 clauses out of 20062 with flag 1365000/1365000
1800.14/972.52	c starts		: 186
1800.14/972.52	c conflicts		: 1371433
1800.14/972.52	c decisions		: 5252812
1800.14/972.52	c propagations		: 58896868
1800.14/972.52	c inspects		: 411081334
1800.14/972.52	c learnt literals	: 269
1800.14/972.52	c learnt binary clauses	: 1058
1800.14/972.52	c learnt ternary clauses	: 426
1800.14/972.52	c learnt clauses	: 1371163
1800.14/972.52	c ignored clauses	: 0
1800.14/972.52	c root simplifications	: 0
1800.14/972.52	c removed literals (reason simplification)	: 46822524
1800.14/972.52	c reason swapping (by a shorter reason)	: 0
1800.14/972.52	c Calls to reduceDB	: 138
1800.14/972.52	c number of reductions to clauses (during analyze)	: 0
1800.14/972.52	c number of learned constraints concerned by reduction	: 0
1800.14/972.52	c number of learning phase by resolution	: 0
1800.14/972.52	c number of learning phase by cutting planes	: 0
1800.14/972.52	c speed (assignments/second)	: 60817.4841494393
1800.14/972.52	c non guided choices	2627829
1800.36/972.65	c learnt constraints type 
1800.36/972.65	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15532
1800.36/972.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1058
1800.36/972.65	c constraints type 
1800.36/972.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.36/972.65	c constraints type 
1800.36/972.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.36/972.65	s UNKNOWN
1800.36/972.65	c Total wall clock time (in seconds): 972.431

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662150-1276533846/watcher-2662150-1276533846 -o /tmp/evaluation-result-2662150-1276533846/solver-2662150-1276533846 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662150-1276533846.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 31542
/proc/meminfo: memFree=1836984/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1832 CPUtime=0
/proc/31542/stat : 31542 (java6) R 31540 31542 30957 0 -1 4194304 207 0 0 0 0 0 0 0 19 0 1 0 28986211 1875968 111 1992294400 134512640 134550932 4286807760 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31542/statm: 458 114 89 10 0 63 0

[startup+0.075289 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 31542
/proc/meminfo: memFree=1836984/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1521796 CPUtime=0.06
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 3721 0 1 0 4 2 0 0 15 0 7 0 28986211 1558319104 3162 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 380449 3163 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100289 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 31542
/proc/meminfo: memFree=1836984/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1524180 CPUtime=0.08
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 3949 0 1 0 6 2 0 0 15 0 12 0 28986211 1560760320 3388 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.302292 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 31542
/proc/meminfo: memFree=1836984/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1526580 CPUtime=0.37
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 6557 0 1 0 34 3 0 0 15 0 12 0 28986211 1563217920 5994 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 381645 5994 1359 10 0 378948 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526580

[startup+0.700299 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 31542
/proc/meminfo: memFree=1836984/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1528316 CPUtime=1.04
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 10508 0 1 0 100 4 0 0 15 0 12 0 28986211 1564995584 9896 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 382079 9896 1400 10 0 379382 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1528316

[startup+1.50431 s]
/proc/loadavg: 0.92 1.01 1.00 5/118 31554
/proc/meminfo: memFree=1787660/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1541268 CPUtime=2.52
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 22330 0 1 0 243 9 0 0 15 0 12 0 28986211 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 385317 19771 1406 10 0 382620 0
[pid=31542/tid=31544] ppid=31540 vsize=1541268 CPUtime=1.24
/proc/31542/task/31544/stat : 31544 (java) R 31540 31542 30957 0 -1 4202560 15007 0 1 0 119 5 0 0 19 0 12 0 28986213 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4109066199 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28986215 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28986215 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28986216 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28986217 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28986217 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28986221 1578258432 19771 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1541268 CPUtime=0.36
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 481 0 0 0 36 0 0 0 17 0 12 0 28986221 1578258432 19772 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1541268 CPUtime=0.88
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 5776 0 0 0 87 1 0 0 15 0 12 0 28986221 1578258432 19775 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28986221 1578258432 19778 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28986221 1578258432 19781 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1541268

[startup+3.10134 s]
/proc/loadavg: 0.92 1.01 1.00 5/118 31554
/proc/meminfo: memFree=1690072/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1541268 CPUtime=4.3
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 48805 0 1 0 410 20 0 0 15 0 12 0 28986211 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 385317 45764 1415 10 0 382620 0
[pid=31542/tid=31544] ppid=31540 vsize=1541268 CPUtime=2.66
/proc/31542/task/31544/stat : 31544 (java) R 31540 31542 30957 0 -1 4202560 32022 0 1 0 254 12 0 0 18 0 12 0 28986213 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4109020096 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1541268 CPUtime=0.16
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 5279 0 0 0 14 2 0 0 16 0 12 0 28986215 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1541268 CPUtime=0.16
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 4179 0 0 0 15 1 0 0 18 0 12 0 28986215 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 28986216 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28986217 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28986217 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28986221 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1541268 CPUtime=0.36
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 481 0 0 0 36 0 0 0 17 0 12 0 28986221 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1541268 CPUtime=0.9
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 5776 0 0 0 89 1 0 0 15 0 12 0 28986221 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28986221 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1541268 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28986221 1578258432 45764 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1541268

[startup+6.30139 s]
/proc/loadavg: 0.93 1.01 1.00 5/122 31558
/proc/meminfo: memFree=1582284/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1542744 CPUtime=10.21
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 73789 0 1 0 990 31 0 0 15 0 16 0 28986211 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 385686 66362 1438 10 0 382989 0
[pid=31542/tid=31544] ppid=31540 vsize=1542744 CPUtime=3.35
/proc/31542/task/31544/stat : 31544 (java) S 31540 31542 30957 0 -1 4202560 32048 0 1 0 322 13 0 0 15 0 16 0 28986213 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1542744 CPUtime=0.81
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 18702 0 0 0 73 8 0 0 16 0 16 0 28986215 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1542744 CPUtime=0.8
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 14254 0 0 0 75 5 0 0 18 0 16 0 28986215 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 28986216 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 28986217 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28986217 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28986221 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1542744 CPUtime=1.04
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 562 0 0 0 104 0 0 0 16 0 16 0 28986221 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1542744 CPUtime=1.77
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 7094 0 0 0 175 2 0 0 15 0 16 0 28986221 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28986221 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28986221 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31555] ppid=31540 vsize=1542744 CPUtime=1.49
/proc/31542/task/31555/stat : 31555 (java) R 31540 31542 30957 0 -1 4202560 28 0 0 0 149 0 0 0 17 0 16 0 28986621 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31542/tid=31556] ppid=31540 vsize=1542744 CPUtime=0.89
/proc/31542/task/31556/stat : 31556 (java) R 31540 31542 30957 0 -1 4202560 23 0 0 0 89 0 0 0 20 0 16 0 28986621 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4109008509 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31557] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28986701 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1542744 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 28986702 1579769856 66362 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.21
Current children cumulated vsize (KiB) 1542744

[startup+12.7015 s]
/proc/loadavg: 1.09 1.04 1.01 4/122 31558
/proc/meminfo: memFree=1551408/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1544792 CPUtime=22.84
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 80931 0 1 0 2249 35 0 0 15 0 16 0 28986211 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 386198 72690 1439 10 0 383501 0
[pid=31542/tid=31544] ppid=31540 vsize=1544792 CPUtime=3.35
/proc/31542/task/31544/stat : 31544 (java) S 31540 31542 30957 0 -1 4202560 32048 0 1 0 322 13 0 0 15 0 16 0 28986213 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1544792 CPUtime=1.36
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 21296 0 0 0 126 10 0 0 15 0 16 0 28986215 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1544792 CPUtime=1.36
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 18165 0 0 0 129 7 0 0 16 0 16 0 28986215 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 28986216 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 28986217 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28986217 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28986221 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1544792 CPUtime=1.83
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 632 0 0 0 183 0 0 0 15 0 16 0 28986221 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1544792 CPUtime=1.94
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 7648 0 0 0 192 2 0 0 15 0 16 0 28986221 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28986221 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28986221 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31555] ppid=31540 vsize=1544792 CPUtime=6.99
/proc/31542/task/31555/stat : 31555 (java) R 31540 31542 30957 0 -1 4202560 32 0 0 0 699 0 0 0 19 0 16 0 28986621 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31542/tid=31556] ppid=31540 vsize=1544792 CPUtime=5.93
/proc/31542/task/31556/stat : 31556 (java) R 31540 31542 30957 0 -1 4202560 32 0 0 0 593 0 0 0 25 0 16 0 28986621 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4109622068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31557] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28986701 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1544792 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 28986702 1581867008 72690 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.84
Current children cumulated vsize (KiB) 1544792

[startup+25.5017 s]
/proc/loadavg: 1.51 1.14 1.04 3/122 31558
/proc/meminfo: memFree=1527104/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1548888 CPUtime=46.71
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 87528 0 1 0 4631 40 0 0 15 0 16 0 28986211 1586061312 78811 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28986701 1586061312 115242 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 28986702 1586061312 115242 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1634.57
Current children cumulated vsize (KiB) 1548888

[startup+942.302 s]
/proc/loadavg: 1.92 2.03 1.70 3/122 31582
/proc/meminfo: memFree=1374212/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1548888 CPUtime=1743.73
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 576527 0 1 0 174069 304 0 0 15 0 16 0 28986211 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 387222 115981 1450 10 0 384525 0
[pid=31542/tid=31544] ppid=31540 vsize=1548888 CPUtime=3.35
/proc/31542/task/31544/stat : 31544 (java) S 31540 31542 30957 0 -1 4202560 32103 0 1 0 322 13 0 0 15 0 16 0 28986213 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1548888 CPUtime=15.43
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 41026 0 0 0 1508 35 0 0 15 0 16 0 28986215 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1548888 CPUtime=15.43
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 39573 0 0 0 1507 36 0 0 16 0 16 0 28986215 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1548888 CPUtime=123.75
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 452176 0 0 0 12199 176 0 0 17 0 16 0 28986216 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 16 0 28986217 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 28986217 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28986221 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1548888 CPUtime=3.42
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 722 0 0 0 342 0 0 0 15 0 16 0 28986221 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1548888 CPUtime=2.41
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 9097 0 0 0 238 3 0 0 15 0 16 0 28986221 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28986221 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 28986221 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31555] ppid=31540 vsize=1548888 CPUtime=790.63
/proc/31542/task/31555/stat : 31555 (java) R 31540 31542 30957 0 -1 4202560 364 0 0 0 79036 27 0 0 19 0 16 0 28986621 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363521 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31542/tid=31556] ppid=31540 vsize=1548888 CPUtime=789.21
/proc/31542/task/31556/stat : 31556 (java) R 31540 31542 30957 0 -1 4202560 335 0 0 0 78912 9 0 0 19 0 16 0 28986621 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31557] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28986701 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 28986702 1586061312 115981 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1743.73
Current children cumulated vsize (KiB) 1548888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+972.502 s]
/proc/loadavg: 1.90 2.01 1.70 3/122 31584
/proc/meminfo: memFree=1370864/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1548888 CPUtime=1800.14
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 587195 0 1 0 179703 311 0 0 15 0 16 0 28986211 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 387222 116949 1450 10 0 384525 0
[pid=31542/tid=31544] ppid=31540 vsize=1548888 CPUtime=3.35
/proc/31542/task/31544/stat : 31544 (java) S 31540 31542 30957 0 -1 4202560 32107 0 1 0 322 13 0 0 15 0 16 0 28986213 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1548888 CPUtime=15.9
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 41619 0 0 0 1554 36 0 0 16 0 16 0 28986215 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1548888 CPUtime=15.89
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 40019 0 0 0 1553 36 0 0 16 0 16 0 28986215 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1548888 CPUtime=127.29
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 461787 0 0 0 12549 180 0 0 15 0 16 0 28986216 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 16 0 28986217 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 28986217 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28986221 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1548888 CPUtime=3.42
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 722 0 0 0 342 0 0 0 15 0 16 0 28986221 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1548888 CPUtime=2.41
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 9097 0 0 0 238 3 0 0 15 0 16 0 28986221 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28986221 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 28986221 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31555] ppid=31540 vsize=1548888 CPUtime=816.46
/proc/31542/task/31555/stat : 31555 (java) R 31540 31542 30957 0 -1 4202560 368 0 0 0 81617 29 0 0 25 0 16 0 28986621 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31556] ppid=31540 vsize=1548888 CPUtime=815.32
/proc/31542/task/31556/stat : 31556 (java) R 31540 31542 30957 0 -1 4202560 343 0 0 0 81523 9 0 0 25 0 16 0 28986621 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31542/tid=31557] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28986701 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1548888 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 28986702 1586061312 116949 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1548888

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

Solver just ended. Dumping a history of the last processes samples

[startup+972.62 s]
/proc/loadavg: 1.90 2.01 1.70 3/122 31584
/proc/meminfo: memFree=1370864/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1549536 CPUtime=1800.36
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 587213 0 1 0 179725 311 0 0 15 0 18 0 28986211 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 387384 116967 1452 10 0 384687 0
[pid=31542/tid=31544] ppid=31540 vsize=1549536 CPUtime=3.35
/proc/31542/task/31544/stat : 31544 (java) S 31540 31542 30957 0 -1 4202560 32107 0 1 0 322 13 0 0 15 0 18 0 28986213 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1549536 CPUtime=15.9
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 41619 0 0 0 1554 36 0 0 16 0 18 0 28986215 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1549536 CPUtime=15.89
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 40019 0 0 0 1553 36 0 0 16 0 18 0 28986215 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1549536 CPUtime=127.29
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 461787 0 0 0 12549 180 0 0 15 0 18 0 28986216 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 18 0 28986217 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 28986217 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 28986221 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1549536 CPUtime=3.42
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 722 0 0 0 342 0 0 0 15 0 18 0 28986221 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1549536 CPUtime=2.42
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 9099 0 0 0 239 3 0 0 15 0 18 0 28986221 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 28986221 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 28986221 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31555] ppid=31540 vsize=1549536 CPUtime=816.54
/proc/31542/task/31555/stat : 31555 (java) R 31540 31542 30957 0 -1 4202560 368 0 0 0 81625 29 0 0 25 0 18 0 28986621 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4109646931 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31556] ppid=31540 vsize=1549536 CPUtime=815.43
/proc/31542/task/31556/stat : 31556 (java) R 31540 31542 30957 0 -1 4202560 343 0 0 0 81534 9 0 0 25 0 18 0 28986621 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31542/tid=31557] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 28986701 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 28986702 1586724864 116967 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1549536

[startup+972.702 s]
/proc/loadavg: 1.90 2.01 1.70 3/122 31584
/proc/meminfo: memFree=1370864/2059040 swapFree=4140220/4192956
[pid=31542] ppid=31540 vsize=1549536 CPUtime=1800.52
/proc/31542/stat : 31542 (java) S 31540 31542 30957 0 -1 4202496 587218 0 1 0 179741 311 0 0 15 0 17 0 28986211 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31542/statm: 387384 116972 1453 10 0 384687 0
[pid=31542/tid=31544] ppid=31540 vsize=1549536 CPUtime=3.35
/proc/31542/task/31544/stat : 31544 (java) S 31540 31542 30957 0 -1 4202560 32107 0 1 0 322 13 0 0 15 0 17 0 28986213 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31545] ppid=31540 vsize=1549536 CPUtime=15.9
/proc/31542/task/31545/stat : 31545 (java) S 31540 31542 30957 0 -1 4202560 41619 0 0 0 1554 36 0 0 16 0 17 0 28986215 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31546] ppid=31540 vsize=1549536 CPUtime=15.89
/proc/31542/task/31546/stat : 31546 (java) S 31540 31542 30957 0 -1 4202560 40019 0 0 0 1553 36 0 0 16 0 17 0 28986215 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31547] ppid=31540 vsize=1549536 CPUtime=127.29
/proc/31542/task/31547/stat : 31547 (java) S 31540 31542 30957 0 -1 4202560 461787 0 0 0 12549 180 0 0 15 0 17 0 28986216 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31548] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31548/stat : 31548 (java) S 31540 31542 30957 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 17 0 28986217 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31549] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31549/stat : 31549 (java) S 31540 31542 30957 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 17 0 28986217 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31550] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31550/stat : 31550 (java) S 31540 31542 30957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 28986221 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31551] ppid=31540 vsize=1549536 CPUtime=3.42
/proc/31542/task/31551/stat : 31551 (java) S 31540 31542 30957 0 -1 4202560 722 0 0 0 342 0 0 0 15 0 17 0 28986221 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31552] ppid=31540 vsize=1549536 CPUtime=2.45
/proc/31542/task/31552/stat : 31552 (java) S 31540 31542 30957 0 -1 4202560 9100 0 0 0 242 3 0 0 15 0 17 0 28986221 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31553] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31553/stat : 31553 (java) S 31540 31542 30957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 28986221 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31554] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31554/stat : 31554 (java) S 31540 31542 30957 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 28986221 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=31542/tid=31555] ppid=31540 vsize=1549536 CPUtime=816.59
/proc/31542/task/31555/stat : 31555 (java) R 31540 31542 30957 0 -1 4202560 368 0 0 0 81630 29 0 0 25 0 17 0 28986621 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4109515329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31542/tid=31556] ppid=31540 vsize=1549536 CPUtime=815.51
/proc/31542/task/31556/stat : 31556 (java) R 31540 31542 30957 0 -1 4202560 343 0 0 0 81542 9 0 0 25 0 17 0 28986621 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4109363816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31542/tid=31557] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31557/stat : 31557 (java) S 31540 31542 30957 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 28986701 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=31542/tid=31558] ppid=31540 vsize=1549536 CPUtime=0
/proc/31542/task/31558/stat : 31558 (java) S 31540 31542 30957 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 17 0 28986702 1586724864 116972 1992294400 134512640 134550932 4294756048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 1549536

Child status: 143
Real time (s): 972.759
CPU time (s): 1800.59
CPU user time (s): 1797.43
CPU system time (s): 3.16152
CPU usage (%): 185.101
Max. virtual memory (cumulated for all children) (KiB): 1561700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.43
system time used= 3.16152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 587218
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28958
involuntary context switches= 50259

runsolver used 4.96724 second user time and 10.1045 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-14 18:44:06
IDJOB=2662150
IDBENCH=2342
IDSOLVER=1166
FILE ID=node010/2662150-1276533846
PBS_JOBID= 11173450
Free space on /tmp= 62496 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B1C1S1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662150-1276533846/watcher-2662150-1276533846 -o /tmp/evaluation-result-2662150-1276533846/solver-2662150-1276533846 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662150-1276533846.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bb02029eb777c2a6ae8e192b29bcb9de
RANDOM SEED=1036140938

node010.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1837504 kB
Buffers:         35448 kB
Cached:         107636 kB
SwapCached:       5716 kB
Active:          81848 kB
Inactive:        73496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1837504 kB
SwapTotal:     4192956 kB
SwapFree:      4140220 kB
Dirty:            4968 kB
Writeback:           0 kB
AnonPages:       10928 kB
Mapped:          12808 kB
Slab:            44224 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62496 MiB
End job on node010 at 2010-06-14 19:00:20