Trace number 2658829

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 Resolution 2.2.0 2010-05-26? (TO) 1800.23 1796.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd8.opb
MD5SUM68f48570ba6245cb642bc98d786c3bfe
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 variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 221357547985043456
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 595796164546237514244
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 221357547985043456
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 595796164546237514244
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658829-1276556163.opb
0.24/0.20	c reading problem ... 
5.76/4.31	c ... done. Wall clock time 4.098s.
5.76/4.31	c #vars     82500
5.76/4.31	c #constraints  794
5.76/4.31	c constraints type 
5.76/4.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
50.50/47.94	c cleaning 2496 clauses out of 5001 with flag 5001/5001
54.24/51.51	c cleaning 4253 clauses out of 8506 with flag 11002/11002
57.85/55.12	c cleaning 5626 clauses out of 11252 with flag 18001/18001
63.89/61.11	c cleaning 6811 clauses out of 13629 with flag 26004/26004
69.81/67.09	c cleaning 7907 clauses out of 15815 with flag 35001/35001
81.81/79.07	c cleaning 8954 clauses out of 17907 with flag 45000/45000
97.75/94.91	c cleaning 9481 clauses out of 18961 with flag 55008/55008
114.61/111.73	c cleaning 9736 clauses out of 19473 with flag 65001/65001
134.75/131.90	c cleaning 9869 clauses out of 19739 with flag 75003/75003
159.20/156.26	c cleaning 9933 clauses out of 19868 with flag 85001/85001
179.73/176.72	c cleaning 9963 clauses out of 19934 with flag 95000/95000
194.66/191.64	c cleaning 9986 clauses out of 19972 with flag 105001/105001
204.75/201.75	c cleaning 9993 clauses out of 19989 with flag 115004/115004
214.21/211.17	c cleaning 9995 clauses out of 19993 with flag 125001/125001
233.72/230.63	c cleaning 9999 clauses out of 19998 with flag 135001/135001
268.92/265.89	c cleaning 9999 clauses out of 19998 with flag 145000/145000
307.09/304.00	c cleaning 10001 clauses out of 20001 with flag 155002/155002
342.70/339.63	c cleaning 10000 clauses out of 19999 with flag 165001/165001
385.99/382.96	c cleaning 10001 clauses out of 20001 with flag 175003/175003
430.38/427.31	c cleaning 9999 clauses out of 19997 with flag 185000/185000
471.68/468.64	c cleaning 9999 clauses out of 19998 with flag 195000/195000
510.56/507.56	c cleaning 10005 clauses out of 20009 with flag 205010/205010
548.35/545.35	c cleaning 9999 clauses out of 19997 with flag 215003/215003
584.33/581.39	c cleaning 9998 clauses out of 19997 with flag 225002/225002
619.91/616.92	c cleaning 9996 clauses out of 19997 with flag 235000/235000
653.81/650.87	c cleaning 9997 clauses out of 20002 with flag 245001/245001
687.29/684.33	c cleaning 9998 clauses out of 20004 with flag 255000/255000
724.48/721.51	c cleaning 10001 clauses out of 20007 with flag 265001/265001
761.27/758.31	c cleaning 10006 clauses out of 20013 with flag 275008/275008
797.06/794.17	c cleaning 10002 clauses out of 20007 with flag 285008/285008
833.65/830.71	c cleaning 9997 clauses out of 20000 with flag 295003/295003
868.74/865.88	c cleaning 10000 clauses out of 20002 with flag 305002/305002
903.03/900.18	c cleaning 10001 clauses out of 20002 with flag 315002/315002
928.13/925.25	c cleaning 9999 clauses out of 20001 with flag 325002/325002
933.73/930.81	c cleaning 9997 clauses out of 20001 with flag 335001/335001
939.35/936.43	c cleaning 9999 clauses out of 20005 with flag 345002/345002
945.55/942.69	c cleaning 9997 clauses out of 20006 with flag 355002/355002
953.86/950.92	c cleaning 10003 clauses out of 20012 with flag 365005/365005
961.78/958.87	c cleaning 9996 clauses out of 20006 with flag 375002/375002
970.18/967.29	c cleaning 10000 clauses out of 20010 with flag 385002/385002
977.78/974.81	c cleaning 9999 clauses out of 20009 with flag 395001/395001
984.90/981.90	c cleaning 10003 clauses out of 20010 with flag 405001/405001
990.41/987.45	c cleaning 10001 clauses out of 20007 with flag 415001/415001
998.53/995.58	c cleaning 9998 clauses out of 20006 with flag 425001/425001
1007.83/1004.85	c cleaning 10001 clauses out of 20008 with flag 435001/435001
1016.15/1013.14	c cleaning 9997 clauses out of 20006 with flag 445000/445000
1034.76/1031.74	c cleaning 9999 clauses out of 20010 with flag 455001/455001
1062.37/1059.34	c cleaning 9998 clauses out of 20010 with flag 465000/465000
1087.96/1084.92	c cleaning 9999 clauses out of 20013 with flag 475001/475001
1121.86/1118.80	c cleaning 10003 clauses out of 20014 with flag 485001/485001
1158.56/1155.57	c cleaning 10002 clauses out of 20011 with flag 495001/495001
1193.86/1190.86	c cleaning 10000 clauses out of 20010 with flag 505002/505002
1228.25/1225.24	c cleaning 9995 clauses out of 20009 with flag 515001/515001
1253.95/1250.96	c cleaning 10002 clauses out of 20013 with flag 525000/525000
1262.95/1259.92	c cleaning 10005 clauses out of 20018 with flag 535007/535007
1270.37/1267.38	c cleaning 9994 clauses out of 20007 with flag 545001/545001
1291.18/1288.14	c cleaning 9991 clauses out of 20013 with flag 555001/555001
1306.98/1303.96	c cleaning 9995 clauses out of 20022 with flag 565001/565001
1329.70/1326.63	c cleaning 10001 clauses out of 20027 with flag 575001/575001
1349.39/1346.31	c cleaning 10000 clauses out of 20025 with flag 585000/585000
1357.42/1354.34	c cleaning 10013 clauses out of 20025 with flag 595000/595000
1365.95/1362.89	c cleaning 10006 clauses out of 20012 with flag 605000/605000
1378.85/1375.72	c cleaning 10002 clauses out of 20008 with flag 615002/615002
1393.47/1390.33	c cleaning 10002 clauses out of 20005 with flag 625001/625001
1405.97/1402.86	c cleaning 10002 clauses out of 20003 with flag 635001/635001
1417.08/1413.97	c cleaning 10000 clauses out of 20000 with flag 645000/645000
1429.18/1426.00	c cleaning 9998 clauses out of 20000 with flag 655000/655000
1438.48/1435.40	c cleaning 10001 clauses out of 20002 with flag 665000/665000
1449.39/1446.28	c cleaning 10000 clauses out of 20002 with flag 675001/675001
1459.69/1456.51	c cleaning 9996 clauses out of 20001 with flag 685000/685000
1469.89/1466.70	c cleaning 10001 clauses out of 20005 with flag 695000/695000
1480.08/1476.96	c cleaning 10000 clauses out of 20004 with flag 705000/705000
1489.30/1486.14	c cleaning 10003 clauses out of 20005 with flag 715001/715001
1499.89/1496.73	c cleaning 9998 clauses out of 20002 with flag 725001/725001
1510.89/1507.75	c cleaning 10002 clauses out of 20003 with flag 735000/735000
1520.48/1517.36	c cleaning 10001 clauses out of 20002 with flag 745001/745001
1528.78/1525.65	c cleaning 10001 clauses out of 20001 with flag 755001/755001
1538.21/1535.04	c cleaning 9994 clauses out of 19999 with flag 765000/765000
1549.21/1546.10	c cleaning 10003 clauses out of 20005 with flag 775000/775000
1561.01/1557.88	c cleaning 9999 clauses out of 20002 with flag 785000/785000
1572.21/1569.00	c cleaning 9996 clauses out of 20004 with flag 795001/795001
1581.81/1578.63	c cleaning 10002 clauses out of 20008 with flag 805001/805001
1591.42/1588.26	c cleaning 10001 clauses out of 20005 with flag 815000/815000
1602.01/1598.80	c cleaning 9997 clauses out of 20005 with flag 825001/825001
1613.71/1610.57	c cleaning 9998 clauses out of 20008 with flag 835001/835001
1625.42/1622.29	c cleaning 10000 clauses out of 20010 with flag 845001/845001
1637.22/1634.01	c cleaning 10000 clauses out of 20009 with flag 855000/855000
1650.33/1647.12	c cleaning 10003 clauses out of 20011 with flag 865002/865002
1657.83/1654.65	c cleaning 9999 clauses out of 20006 with flag 875000/875000
1666.14/1662.96	c cleaning 10002 clauses out of 20010 with flag 885003/885003
1673.65/1670.41	c cleaning 9998 clauses out of 20006 with flag 895001/895001
1681.45/1678.22	c cleaning 9995 clauses out of 20008 with flag 905001/905001
1688.76/1685.54	c cleaning 10001 clauses out of 20012 with flag 915000/915000
1696.36/1693.11	c cleaning 9996 clauses out of 20012 with flag 925001/925001
1703.46/1700.25	c cleaning 9998 clauses out of 20016 with flag 935001/935001
1710.76/1707.51	c cleaning 10005 clauses out of 20019 with flag 945002/945002
1718.36/1715.14	c cleaning 9999 clauses out of 20012 with flag 955000/955000
1725.67/1722.43	c cleaning 10005 clauses out of 20015 with flag 965002/965002
1733.27/1730.05	c cleaning 10004 clauses out of 20010 with flag 975002/975002
1741.37/1738.13	c cleaning 9994 clauses out of 20005 with flag 985001/985001
1748.67/1745.42	c cleaning 10001 clauses out of 20010 with flag 995000/995000
1756.47/1753.21	c cleaning 9996 clauses out of 20009 with flag 1005000/1005000
1765.76/1762.51	c cleaning 10002 clauses out of 20014 with flag 1015001/1015001
1774.16/1770.97	c cleaning 9998 clauses out of 20011 with flag 1025000/1025000
1783.16/1779.94	c cleaning 10002 clauses out of 20013 with flag 1035000/1035000
1791.46/1788.23	c cleaning 9998 clauses out of 20012 with flag 1045001/1045001
1798.98/1795.74	c cleaning 9996 clauses out of 20013 with flag 1055000/1055000
1800.08/1796.81	c starts		: 188
1800.08/1796.81	c conflicts		: 1056596
1800.08/1796.81	c decisions		: 2044620
1800.08/1796.81	c propagations		: 9772988
1800.08/1796.81	c inspects		: 801408227
1800.08/1796.81	c learnt literals	: 0
1800.08/1796.81	c learnt binary clauses	: 0
1800.08/1796.81	c learnt ternary clauses	: 0
1800.08/1796.81	c learnt clauses	: 1056596
1800.08/1796.81	c ignored clauses	: 0
1800.08/1796.81	c root simplifications	: 0
1800.08/1796.81	c removed literals (reason simplification)	: 97327079
1800.08/1796.81	c reason swapping (by a shorter reason)	: 0
1800.08/1796.81	c Calls to reduceDB	: 107
1800.08/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.81	c number of learned constraints concerned by reduction	: 0
1800.08/1796.81	c number of learning phase by resolution	: 0
1800.08/1796.81	c number of learning phase by cutting planes	: 0
1800.08/1796.81	c speed (assignments/second)	: 5452.136840825079
1800.08/1796.81	c non guided choices	360355
1800.08/1796.84	c learnt constraints type 
1800.08/1796.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11643
1800.08/1796.84	c constraints type 
1800.08/1796.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
1800.08/1796.84	s UNKNOWN
1800.08/1796.84	c Total wall clock time (in seconds): 1796.636

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-2658829-1276556163/watcher-2658829-1276556163 -o /tmp/evaluation-result-2658829-1276556163/solver-2658829-1276556163 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658829-1276556163.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: 1.21 1.75 1.64 3/106 887
/proc/meminfo: memFree=1859240/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=24036 CPUtime=0
/proc/887/stat : 887 (runsolver) S 885 887 32745 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 31217985 24612864 107 1992294400 4194304 4302564 140734727413008 18446744073709551615 239006753783 0 2147483391 4096 24578 18446744071699387582 0 0 17 1 0 0 0
/proc/887/statm: 6009 107 69 27 0 2647 0

[startup+0.0161749 s]
/proc/loadavg: 1.21 1.75 1.64 3/106 887
/proc/meminfo: memFree=1859240/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=13436 CPUtime=0.01
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 1041 0 0 0 0 1 0 0 18 0 2 0 31217985 13758464 526 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 3359 526 223 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13436

[startup+0.10135 s]
/proc/loadavg: 1.21 1.75 1.64 3/106 887
/proc/meminfo: memFree=1859240/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1524184 CPUtime=0.09
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 3956 0 1 0 6 3 0 0 18 0 12 0 31217985 1560764416 3396 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.311796 s]
/proc/loadavg: 1.21 1.75 1.64 3/106 887
/proc/meminfo: memFree=1859240/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1526388 CPUtime=0.41
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 5790 0 1 0 37 4 0 0 18 0 12 0 31217985 1563021312 5228 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 381597 5228 1365 10 0 378899 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1526388

[startup+0.700802 s]
/proc/loadavg: 1.21 1.75 1.64 3/106 887
/proc/meminfo: memFree=1859240/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1527492 CPUtime=1.03
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 9912 0 1 0 98 5 0 0 18 0 12 0 31217985 1564151808 9302 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 381873 9303 1400 10 0 379175 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527492

[startup+1.50181 s]
/proc/loadavg: 1.19 1.74 1.64 2/118 899
/proc/meminfo: memFree=1807748/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1540620 CPUtime=2.26
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 21942 0 1 0 216 10 0 0 18 0 12 0 31217985 1577594880 20593 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385155 20593 1401 10 0 382457 0
[pid=887/tid=889] ppid=885 vsize=1540620 CPUtime=1.47
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 16257 0 1 0 140 7 0 0 20 0 12 0 31217987 1577594880 20593 1992294400 134512640 134550932 4294323472 18446744073709551615 103615339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=887/tid=890] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 31217988 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 31217988 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=892] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31217990 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=893] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 31217991 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 31217991 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31217995 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1540620 CPUtime=0.65
/proc/887/task/896/stat : 896 (java) R 885 887 32745 0 -1 4202560 4129 0 0 0 64 1 0 0 16 0 12 0 31217995 1577594880 20594 1992294400 134512640 134550932 4294323472 18446744073709551615 104163926 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=897] ppid=885 vsize=1540620 CPUtime=0.1
/proc/887/task/897/stat : 897 (java) R 885 887 32745 0 -1 4202560 492 0 0 0 10 0 0 0 20 0 12 0 31217995 1577594880 20595 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31217995 1577594880 20595 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1540620 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31217995 1577594880 20595 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1540620

[startup+3.10084 s]
/proc/loadavg: 1.19 1.74 1.64 2/118 899
/proc/meminfo: memFree=1753064/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542236 CPUtime=4.37
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 46960 0 1 0 418 19 0 0 18 0 12 0 31217985 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385559 43320 1417 10 0 382861 0
[pid=887/tid=889] ppid=885 vsize=1542236 CPUtime=2.75
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32002 0 1 0 262 13 0 0 22 0 12 0 31217987 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4109553026 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542236 CPUtime=0.1
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 3725 0 0 0 9 1 0 0 18 0 12 0 31217988 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542236 CPUtime=0.1
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 2945 0 0 0 10 0 0 0 18 0 12 0 31217988 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542236 CPUtime=0
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 31217990 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542236 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 31217991 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542236 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 31217991 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542236 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31217995 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542236 CPUtime=1.07
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6356 0 0 0 105 2 0 0 16 0 12 0 31217995 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542236 CPUtime=0.29
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 863 0 0 0 29 0 0 0 20 0 12 0 31217995 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542236 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31217995 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542236 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31217995 1579249664 43320 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 1542236

[startup+6.30189 s]
/proc/loadavg: 1.18 1.73 1.63 4/119 900
/proc/meminfo: memFree=1641828/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=8.46
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 60353 0 1 0 819 27 0 0 18 0 13 0 31217985 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 55345 1441 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=5.39
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32047 0 1 0 525 14 0 0 25 0 13 0 31217987 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4109852902 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=0.38
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 10025 0 0 0 33 5 0 0 18 0 13 0 31217988 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=0.37
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 9873 0 0 0 34 3 0 0 18 0 13 0 31217988 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 31217990 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=1.59
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6435 0 0 0 157 2 0 0 15 0 13 0 31217995 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.68
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 899 0 0 0 68 0 0 0 15 0 13 0 31217995 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 55345 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1542008

[startup+12.702 s]
/proc/loadavg: 1.16 1.71 1.63 2/119 902
/proc/meminfo: memFree=1641704/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=15.13
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 60397 0 1 0 1486 27 0 0 18 0 13 0 31217985 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 55387 1443 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=11.69
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32053 0 1 0 1155 14 0 0 25 0 13 0 31217987 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4109852842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=0.38
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 10025 0 0 0 33 5 0 0 18 0 13 0 31217988 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=0.37
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 9873 0 0 0 34 3 0 0 18 0 13 0 31217988 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 31217990 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=1.82
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6452 0 0 0 180 2 0 0 15 0 13 0 31217995 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.81
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 920 0 0 0 81 0 0 0 15 0 13 0 31217995 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 55387 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 1542008

[startup+25.5012 s]
/proc/loadavg: 1.12 1.68 1.62 2/119 902
/proc/meminfo: memFree=1641456/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=27.99
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 60484 0 1 0 2772 27 0 0 18 0 13 0 31217985 1579016192 55471 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 55471 1443 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=24.43
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32056 0 1 0 2428 15 0 0 25 0 13 0 31217987 1579016192 55471 1992294400 134512640 134550932 4294323472 18446744073709551615 4109852827 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=0.44
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 10025 0 0 0 39 5 0 0 18 0 13 0 31217988 1579016192 55471 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=0.43
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 9955 0 0 0 40 3 0 0 18 0 13 0 31217988 1579016192 55471 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 31217990 1579016192 55471 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 55471 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0

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

[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=23.13
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7190 0 0 0 2310 3 0 0 15 0 13 0 31217990 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=2.05
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6471 0 0 0 203 2 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.88
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 926 0 0 0 88 0 0 0 16 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.52
Current children cumulated vsize (KiB) 1542008

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.08 2/119 958
/proc/meminfo: memFree=1555524/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=1665.54
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 88270 0 1 0 166497 57 0 0 18 0 13 0 31217985 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 76355 1448 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=1634.15
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32158 0 1 0 163389 26 0 0 25 0 13 0 31217987 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4109952010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=1.9
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 20624 0 0 0 178 12 0 0 15 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=1.91
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 19734 0 0 0 181 10 0 0 16 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=24.58
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7194 0 0 0 2455 3 0 0 15 0 13 0 31217990 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=2.05
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6471 0 0 0 203 2 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.88
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 926 0 0 0 88 0 0 0 16 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.54
Current children cumulated vsize (KiB) 1542008

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 958
/proc/meminfo: memFree=1555524/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=1725.57
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 88286 0 1 0 172499 58 0 0 18 0 13 0 31217985 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 76355 1448 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=1691.72
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32166 0 1 0 169146 26 0 0 25 0 13 0 31217987 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4159577890 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=1.95
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 20624 0 0 0 183 12 0 0 16 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=1.97
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 19734 0 0 0 187 10 0 0 15 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=26.92
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7198 0 0 0 2689 3 0 0 15 0 13 0 31217990 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=2.05
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6471 0 0 0 203 2 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.88
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 926 0 0 0 88 0 0 0 16 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.57
Current children cumulated vsize (KiB) 1542008

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 3/119 960
/proc/meminfo: memFree=1555524/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=1785.56
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 88302 0 1 0 178498 58 0 0 18 0 13 0 31217985 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 76355 1448 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=1749.26
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32174 0 1 0 174900 26 0 0 25 0 13 0 31217987 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4110017917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=1.99
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 20624 0 0 0 187 12 0 0 15 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=2.02
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 19734 0 0 0 191 11 0 0 16 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=29.29
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7202 0 0 0 2926 3 0 0 15 0 13 0 31217990 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=2.05
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6471 0 0 0 203 2 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.88
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 926 0 0 0 88 0 0 0 16 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 1542008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 960
/proc/meminfo: memFree=1555524/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=1542008 CPUtime=1800.08
/proc/887/stat : 887 (java) S 885 887 32745 0 -1 4202496 88304 0 1 0 179949 59 0 0 18 0 13 0 31217985 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 385502 76355 1448 10 0 382804 0
[pid=887/tid=889] ppid=885 vsize=1542008 CPUtime=1763.19
/proc/887/task/889/stat : 889 (java) R 885 887 32745 0 -1 4202560 32176 0 1 0 176293 26 0 0 25 0 13 0 31217987 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4110017917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=887/tid=890] ppid=885 vsize=1542008 CPUtime=2
/proc/887/task/890/stat : 890 (java) S 885 887 32745 0 -1 4202560 20624 0 0 0 188 12 0 0 15 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=891] ppid=885 vsize=1542008 CPUtime=2.03
/proc/887/task/891/stat : 891 (java) S 885 887 32745 0 -1 4202560 19734 0 0 0 192 11 0 0 15 0 13 0 31217988 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=892] ppid=885 vsize=1542008 CPUtime=29.84
/proc/887/task/892/stat : 892 (java) S 885 887 32745 0 -1 4202560 7202 0 0 0 2981 3 0 0 16 0 13 0 31217990 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=893] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/893/stat : 893 (java) S 885 887 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=894] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/894/stat : 894 (java) S 885 887 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31217991 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=895] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/895/stat : 895 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=896] ppid=885 vsize=1542008 CPUtime=2.05
/proc/887/task/896/stat : 896 (java) S 885 887 32745 0 -1 4202560 6471 0 0 0 203 2 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=897] ppid=885 vsize=1542008 CPUtime=0.88
/proc/887/task/897/stat : 897 (java) S 885 887 32745 0 -1 4202560 926 0 0 0 88 0 0 0 16 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=887/tid=898] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/898/stat : 898 (java) S 885 887 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=899] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/899/stat : 899 (java) S 885 887 32745 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 31217995 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=887/tid=900] ppid=885 vsize=1542008 CPUtime=0
/proc/887/task/900/stat : 900 (java) S 885 887 32745 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31218500 1579016192 76355 1992294400 134512640 134550932 4294323472 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1542008

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

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

[startup+1796.92 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 960
/proc/meminfo: memFree=1555524/2059040 swapFree=4140216/4192956
[pid=887] ppid=885 vsize=0 CPUtime=1800.21
/proc/887/stat : 887 (java) Z 885 887 32745 0 -1 4203548 88325 0 1 0 179960 61 0 0 17 0 2 0 31217985 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/887/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.92
CPU time (s): 1800.23
CPU user time (s): 1799.61
CPU system time (s): 0.624905
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 1544804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88325
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= 38095
involuntary context switches= 13767

runsolver used 3.78642 second user time and 9.44856 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-15 00:56:04
IDJOB=2658829
IDBENCH=2456
IDSOLVER=1164
FILE ID=node010/2658829-1276556163
PBS_JOBID= 11173492
Free space on /tmp= 62492 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd8.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658829-1276556163/watcher-2658829-1276556163 -o /tmp/evaluation-result-2658829-1276556163/solver-2658829-1276556163 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658829-1276556163.opb

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

MD5SUM BENCH= 68f48570ba6245cb642bc98d786c3bfe
RANDOM SEED=1070714867

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:       1859512 kB
Buffers:         24204 kB
Cached:          98404 kB
SwapCached:       5988 kB
Active:          88548 kB
Inactive:        46764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1859512 kB
SwapTotal:     4192956 kB
SwapFree:      4140216 kB
Dirty:            7448 kB
Writeback:           4 kB
AnonPages:       10936 kB
Mapped:          13024 kB
Slab:            42064 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182176 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= 62492 MiB
End job on node010 at 2010-06-15 01:26:02