Trace number 2658819

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.24 1798.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg3.opb
MD5SUMbbee2849ae83900e79494d0f7a7c3755
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 variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
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.v20100526
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.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658819-1276551140.opb
0.22/0.21	c reading problem ... 
2.44/1.57	c ... done. Wall clock time 1.358s.
2.44/1.57	c #vars     9060
2.44/1.57	c #constraints  1619
2.44/1.57	c constraints type 
2.44/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
5.55/3.75	c cleaning 2498 clauses out of 4997 with flag 5001/5001
8.15/6.30	c cleaning 4239 clauses out of 8499 with flag 11001/11001
11.15/9.25	c cleaning 5628 clauses out of 11260 with flag 18001/18001
14.58/12.70	c cleaning 6810 clauses out of 13632 with flag 26001/26001
19.11/17.18	c cleaning 7910 clauses out of 15821 with flag 35000/35000
23.41/21.48	c cleaning 8956 clauses out of 17912 with flag 45001/45001
28.22/26.29	c cleaning 9476 clauses out of 18955 with flag 55000/55000
32.62/30.64	c cleaning 9736 clauses out of 19479 with flag 65000/65000
36.13/34.14	c cleaning 9864 clauses out of 19743 with flag 75000/75000
39.92/37.92	c cleaning 9934 clauses out of 19879 with flag 85000/85000
44.13/42.16	c cleaning 9968 clauses out of 19945 with flag 95000/95000
53.74/51.74	c cleaning 9984 clauses out of 19977 with flag 105000/105000
58.24/56.20	c cleaning 9993 clauses out of 19993 with flag 115000/115000
63.03/61.03	c cleaning 9994 clauses out of 20002 with flag 125002/125002
66.73/64.70	c cleaning 9996 clauses out of 20006 with flag 135000/135000
71.94/69.90	c cleaning 10000 clauses out of 20011 with flag 145001/145001
77.04/75.04	c cleaning 9998 clauses out of 20010 with flag 155000/155000
83.65/81.61	c cleaning 9999 clauses out of 20014 with flag 165002/165002
91.06/89.04	c cleaning 10003 clauses out of 20013 with flag 175000/175000
98.26/96.23	c cleaning 10001 clauses out of 20011 with flag 185001/185001
105.56/103.57	c cleaning 9999 clauses out of 20009 with flag 195000/195000
112.86/110.85	c cleaning 9997 clauses out of 20010 with flag 205000/205000
120.66/118.64	c cleaning 9997 clauses out of 20013 with flag 215000/215000
127.37/125.36	c cleaning 9997 clauses out of 20016 with flag 225000/225000
134.47/132.44	c cleaning 10003 clauses out of 20019 with flag 235000/235000
141.38/139.32	c cleaning 9999 clauses out of 20016 with flag 245000/245000
149.08/147.01	c cleaning 9999 clauses out of 20017 with flag 255000/255000
156.08/154.06	c cleaning 10001 clauses out of 20018 with flag 265000/265000
163.88/161.80	c cleaning 10004 clauses out of 20018 with flag 275001/275001
171.68/169.61	c cleaning 10000 clauses out of 20013 with flag 285000/285000
179.19/177.15	c cleaning 10000 clauses out of 20014 with flag 295001/295001
186.28/184.20	c cleaning 9995 clauses out of 20013 with flag 305000/305000
193.78/191.72	c cleaning 10004 clauses out of 20019 with flag 315001/315001
200.89/198.82	c cleaning 10000 clauses out of 20015 with flag 325001/325001
213.29/211.29	c cleaning 9995 clauses out of 20014 with flag 335000/335000
229.48/227.48	c cleaning 9998 clauses out of 20019 with flag 345000/345000
246.58/244.54	c cleaning 10002 clauses out of 20021 with flag 355000/355000
263.68/261.64	c cleaning 10006 clauses out of 20020 with flag 365001/365001
280.68/278.61	c cleaning 10001 clauses out of 20014 with flag 375001/375001
297.78/295.70	c cleaning 10004 clauses out of 20013 with flag 385001/385001
315.28/313.28	c cleaning 9999 clauses out of 20010 with flag 395002/395002
332.48/330.42	c cleaning 10004 clauses out of 20010 with flag 405001/405001
349.69/347.63	c cleaning 9994 clauses out of 20005 with flag 415000/415000
366.97/364.91	c cleaning 10000 clauses out of 20011 with flag 425000/425000
384.16/382.19	c cleaning 10000 clauses out of 20012 with flag 435001/435001
401.47/399.40	c cleaning 9997 clauses out of 20011 with flag 445000/445000
418.76/416.76	c cleaning 9994 clauses out of 20014 with flag 455000/455000
435.96/433.94	c cleaning 10004 clauses out of 20020 with flag 465000/465000
452.85/450.88	c cleaning 10003 clauses out of 20017 with flag 475001/475001
470.05/468.07	c cleaning 9992 clauses out of 20013 with flag 485000/485000
487.25/485.22	c cleaning 10001 clauses out of 20022 with flag 495001/495001
504.35/502.38	c cleaning 10001 clauses out of 20020 with flag 505000/505000
521.44/519.48	c cleaning 10004 clauses out of 20020 with flag 515001/515001
538.64/536.60	c cleaning 9997 clauses out of 20015 with flag 525000/525000
555.43/553.47	c cleaning 10007 clauses out of 20019 with flag 535001/535001
572.23/570.20	c cleaning 10001 clauses out of 20012 with flag 545001/545001
589.12/587.18	c cleaning 9991 clauses out of 20010 with flag 555000/555000
606.03/604.08	c cleaning 10003 clauses out of 20020 with flag 565001/565001
622.62/620.67	c cleaning 10007 clauses out of 20016 with flag 575000/575000
639.71/637.71	c cleaning 9999 clauses out of 20010 with flag 585001/585001
656.91/654.90	c cleaning 10005 clauses out of 20011 with flag 595001/595001
673.91/672.00	c cleaning 10003 clauses out of 20005 with flag 605000/605000
690.91/688.97	c cleaning 9996 clauses out of 20002 with flag 615000/615000
707.81/705.82	c cleaning 10004 clauses out of 20007 with flag 625001/625001
724.72/722.77	c cleaning 10001 clauses out of 20002 with flag 635000/635000
741.90/739.97	c cleaning 9990 clauses out of 20001 with flag 645000/645000
759.02/757.07	c cleaning 10002 clauses out of 20011 with flag 655000/655000
775.84/773.89	c cleaning 10003 clauses out of 20010 with flag 665001/665001
792.84/790.82	c cleaning 9998 clauses out of 20006 with flag 675000/675000
809.64/807.65	c cleaning 9995 clauses out of 20008 with flag 685000/685000
826.44/824.50	c cleaning 10002 clauses out of 20013 with flag 695000/695000
843.23/841.24	c cleaning 9994 clauses out of 20012 with flag 705001/705001
859.93/857.92	c cleaning 10004 clauses out of 20017 with flag 715000/715000
876.62/874.64	c cleaning 9996 clauses out of 20013 with flag 725000/725000
893.32/891.30	c cleaning 10001 clauses out of 20017 with flag 735000/735000
909.91/907.92	c cleaning 10003 clauses out of 20017 with flag 745001/745001
926.44/924.43	c cleaning 10007 clauses out of 20013 with flag 755000/755000
943.54/941.55	c cleaning 9995 clauses out of 20006 with flag 765000/765000
960.34/958.32	c cleaning 9999 clauses out of 20012 with flag 775001/775001
977.14/975.16	c cleaning 9995 clauses out of 20012 with flag 785000/785000
994.43/992.43	c cleaning 10003 clauses out of 20017 with flag 795000/795000
1011.42/1009.46	c cleaning 9999 clauses out of 20014 with flag 805000/805000
1028.33/1026.39	c cleaning 9997 clauses out of 20015 with flag 815000/815000
1045.22/1043.25	c cleaning 9996 clauses out of 20018 with flag 825000/825000
1062.02/1060.03	c cleaning 10006 clauses out of 20023 with flag 835001/835001
1078.82/1076.82	c cleaning 10006 clauses out of 20017 with flag 845001/845001
1095.61/1093.64	c cleaning 9998 clauses out of 20010 with flag 855000/855000
1112.30/1110.31	c cleaning 9991 clauses out of 20012 with flag 865000/865000
1128.90/1126.92	c cleaning 10010 clauses out of 20021 with flag 875000/875000
1146.00/1144.06	c cleaning 10001 clauses out of 20013 with flag 885002/885002
1163.00/1161.07	c cleaning 10000 clauses out of 20011 with flag 895001/895001
1179.79/1177.89	c cleaning 9997 clauses out of 20010 with flag 905000/905000
1196.79/1194.85	c cleaning 9999 clauses out of 20013 with flag 915000/915000
1213.58/1211.60	c cleaning 10000 clauses out of 20015 with flag 925001/925001
1230.18/1228.20	c cleaning 10007 clauses out of 20014 with flag 935000/935000
1247.19/1245.28	c cleaning 9997 clauses out of 20008 with flag 945001/945001
1264.07/1262.13	c cleaning 10003 clauses out of 20010 with flag 955000/955000
1280.77/1278.89	c cleaning 10000 clauses out of 20007 with flag 965000/965000
1297.67/1295.73	c cleaning 9997 clauses out of 20007 with flag 975000/975000
1314.36/1312.41	c cleaning 9998 clauses out of 20011 with flag 985001/985001
1330.85/1328.99	c cleaning 10007 clauses out of 20013 with flag 995001/995001
1347.65/1345.77	c cleaning 9996 clauses out of 20006 with flag 1005001/1005001
1364.45/1362.51	c cleaning 10002 clauses out of 20010 with flag 1015001/1015001
1381.05/1379.12	c cleaning 9990 clauses out of 20007 with flag 1025000/1025000
1397.64/1395.73	c cleaning 10009 clauses out of 20017 with flag 1035000/1035000
1414.34/1412.48	c cleaning 10001 clauses out of 20008 with flag 1045000/1045000
1431.63/1429.71	c cleaning 9994 clauses out of 20008 with flag 1055001/1055001
1448.64/1446.79	c cleaning 9999 clauses out of 20014 with flag 1065001/1065001
1465.53/1463.63	c cleaning 10004 clauses out of 20015 with flag 1075001/1075001
1482.73/1480.83	c cleaning 9999 clauses out of 20011 with flag 1085001/1085001
1499.72/1497.86	c cleaning 9994 clauses out of 20011 with flag 1095000/1095000
1516.82/1514.90	c cleaning 9999 clauses out of 20017 with flag 1105000/1105000
1533.71/1531.87	c cleaning 10005 clauses out of 20018 with flag 1115000/1115000
1550.81/1548.91	c cleaning 10005 clauses out of 20013 with flag 1125000/1125000
1567.80/1565.94	c cleaning 9995 clauses out of 20009 with flag 1135001/1135001
1584.60/1582.73	c cleaning 9996 clauses out of 20013 with flag 1145000/1145000
1601.32/1599.43	c cleaning 10003 clauses out of 20017 with flag 1155000/1155000
1617.90/1616.06	c cleaning 9998 clauses out of 20015 with flag 1165001/1165001
1634.70/1632.84	c cleaning 10003 clauses out of 20017 with flag 1175001/1175001
1651.79/1649.96	c cleaning 10000 clauses out of 20013 with flag 1185000/1185000
1668.48/1666.69	c cleaning 10000 clauses out of 20013 with flag 1195000/1195000
1685.28/1683.46	c cleaning 10000 clauses out of 20013 with flag 1205000/1205000
1702.39/1700.54	c cleaning 10002 clauses out of 20014 with flag 1215001/1215001
1719.07/1717.24	c cleaning 9998 clauses out of 20012 with flag 1225001/1225001
1736.35/1734.59	c cleaning 9995 clauses out of 20013 with flag 1235000/1235000
1753.24/1751.48	c cleaning 10001 clauses out of 20019 with flag 1245001/1245001
1770.05/1768.27	c cleaning 9999 clauses out of 20018 with flag 1255001/1255001
1786.84/1785.01	c cleaning 10004 clauses out of 20019 with flag 1265001/1265001
1800.04/1798.21	c starts		: 190
1800.04/1798.21	c conflicts		: 1272980
1800.04/1798.21	c decisions		: 1330614
1800.04/1798.21	c propagations		: 11902320
1800.04/1798.21	c inspects		: 599318072
1800.04/1798.21	c learnt literals	: 4
1800.04/1798.21	c learnt binary clauses	: 48
1800.04/1798.21	c learnt ternary clauses	: 131
1800.04/1798.21	c learnt clauses	: 1272975
1800.04/1798.21	c ignored clauses	: 0
1800.04/1798.21	c root simplifications	: 0
1800.04/1798.21	c removed literals (reason simplification)	: 194739346
1800.04/1798.21	c reason swapping (by a shorter reason)	: 0
1800.04/1798.21	c Calls to reduceDB	: 128
1800.04/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.21	c number of learned constraints concerned by reduction	: 0
1800.04/1798.21	c number of learning phase by resolution	: 0
1800.04/1798.21	c number of learning phase by cutting planes	: 0
1800.04/1798.21	c speed (assignments/second)	: 6624.751481094752
1800.04/1798.21	c non guided choices	5034
1800.04/1798.27	c learnt constraints type 
1800.04/1798.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17973
1800.04/1798.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.04/1798.27	c constraints type 
1800.04/1798.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
1800.04/1798.27	s UNKNOWN
1800.04/1798.27	c Total wall clock time (in seconds): 1798.057

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-2658819-1276551140/watcher-2658819-1276551140 -o /tmp/evaluation-result-2658819-1276551140/solver-2658819-1276551140 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658819-1276551140.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.00 1.00 1.00 3/106 32141
/proc/meminfo: memFree=1851880/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1752 CPUtime=0
/proc/32141/stat : 32141 (java6) R 32139 32141 31584 0 -1 4194304 143 0 0 0 0 0 0 0 19 0 1 0 28770352 1794048 62 1992294400 134512640 134550932 4292687424 18446744073709551615 5103522 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32141/statm: 438 75 60 10 0 30 0

[startup+0.067887 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32141
/proc/meminfo: memFree=1851880/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1521796 CPUtime=0.05
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 3669 0 1 0 4 1 0 0 15 0 7 0 28770352 1558319104 3110 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 380449 3110 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100886 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32141
/proc/meminfo: memFree=1851880/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1524184 CPUtime=0.08
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 28770352 1560764416 3389 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300882 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32141
/proc/meminfo: memFree=1851880/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1526872 CPUtime=0.37
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 5452 0 1 0 34 3 0 0 15 0 12 0 28770352 1563516928 4889 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 381718 4889 1365 10 0 379020 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526872

[startup+0.700874 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32141
/proc/meminfo: memFree=1851880/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1533920 CPUtime=1.08
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 8763 0 1 0 104 4 0 0 15 0 12 0 28770352 1570734080 7942 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 383480 7942 1405 10 0 380782 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1533920

[startup+1.50186 s]
/proc/loadavg: 1.16 1.03 1.01 6/118 32153
/proc/meminfo: memFree=1806648/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1541416 CPUtime=2.44
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 25598 0 1 0 233 11 0 0 15 0 12 0 28770352 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385354 22285 1406 10 0 382656 0
[pid=32141/tid=32143] ppid=32139 vsize=1541416 CPUtime=1.15
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 17288 0 1 0 108 7 0 0 25 0 12 0 28770353 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4109850503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28770355 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 28770355 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28770357 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 28770357 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 28770357 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 28770361 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1541416 CPUtime=0.79
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5232 0 0 0 77 2 0 0 16 0 12 0 28770361 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1541416 CPUtime=0.46
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 2013 0 0 0 46 0 0 0 15 0 12 0 28770361 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28770361 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1541416 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28770361 1578409984 22285 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1541416

[startup+3.10226 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 32154
/proc/meminfo: memFree=1752328/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542764 CPUtime=4.9
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 40759 0 1 0 472 18 0 0 15 0 13 0 28770352 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385691 36343 1431 10 0 382993 0
[pid=32141/tid=32143] ppid=32139 vsize=1542764 CPUtime=2.41
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 31142 0 1 0 227 14 0 0 25 0 13 0 28770353 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4110228959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 28770355 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 28770355 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28770357 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 28770357 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 28770357 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542764 CPUtime=1.51
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5313 0 0 0 149 2 0 0 16 0 13 0 28770361 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542764 CPUtime=0.96
/proc/32141/task/32151/stat : 32151 (java) R 32139 32141 31584 0 -1 4202560 3235 0 0 0 95 1 0 0 15 0 13 0 28770361 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 102339249 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28770361 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542764 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579790336 36343 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1542764

[startup+6.30156 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 32154
/proc/meminfo: memFree=1677928/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542184 CPUtime=8.25
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 49089 0 1 0 804 21 0 0 15 0 13 0 28770352 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 44483 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=5.4
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32051 0 1 0 526 14 0 0 21 0 13 0 28770353 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.07
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2574 0 0 0 7 0 0 0 16 0 13 0 28770355 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.06
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2378 0 0 0 6 0 0 0 15 0 13 0 28770355 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=0.06
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 2455 0 0 0 6 0 0 0 15 0 13 0 28770357 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542184 CPUtime=1.58
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5322 0 0 0 156 2 0 0 16 0 13 0 28770361 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542184 CPUtime=1.01
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3242 0 0 0 100 1 0 0 15 0 13 0 28770361 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28770361 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579196416 44483 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1542184

[startup+12.7016 s]
/proc/loadavg: 1.21 1.05 1.02 2/119 32154
/proc/meminfo: memFree=1676936/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542184 CPUtime=14.71
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 49441 0 1 0 1450 21 0 0 15 0 13 0 28770352 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 44831 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=11.65
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32054 0 1 0 1151 14 0 0 25 0 13 0 28770353 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.07
/proc/32141/task/32144/stat : 32144 (java) R 32139 32141 31584 0 -1 4202560 2575 0 0 0 7 0 0 0 15 0 13 0 28770355 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 6561363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.07
/proc/32141/task/32145/stat : 32145 (java) R 32139 32141 31584 0 -1 4202560 2379 0 0 0 7 0 0 0 15 0 13 0 28770355 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=0.18
/proc/32141/task/32146/stat : 32146 (java) R 32139 32141 31584 0 -1 4202560 2793 0 0 0 18 0 0 0 16 0 13 0 28770357 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542184 CPUtime=1.59
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5322 0 0 0 157 2 0 0 15 0 13 0 28770361 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542184 CPUtime=1.07
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3251 0 0 0 106 1 0 0 16 0 13 0 28770361 1579196416 44831 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579196416 44832 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28770361 1579196416 44832 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579196416 44832 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 1542184

[startup+25.5004 s]
/proc/loadavg: 1.18 1.05 1.01 2/119 32154
/proc/meminfo: memFree=1674828/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542184 CPUtime=27.52
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 49972 0 1 0 2730 22 0 0 15 0 13 0 28770352 1579196416 45360 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 45360 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=24.22
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32056 0 1 0 2407 15 0 0 25 0 13 0 28770353 1579196416 45360 1992294400 134512640 134550932 4294697168 18446744073709551615 4109682016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.09
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2577 0 0 0 9 0 0 0 16 0 13 0 28770355 1579196416 45360 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.09
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2384 0 0 0 8 1 0 0 15 0 13 0 28770355 1579196416 45360 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=0.4
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 3315 0 0 0 40 0 0 0 15 0 13 0 28770357 1579196416 45360 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0

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

[pid=32141] ppid=32139 vsize=1542184 CPUtime=1664.18
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 51964 0 1 0 166373 45 0 0 15 0 13 0 28770352 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 47046 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=1652.03
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32170 0 1 0 165168 35 0 0 25 0 13 0 28770353 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4110228946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.34
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2589 0 0 0 33 1 0 0 15 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.36
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2393 0 0 0 35 1 0 0 16 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=8.65
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 5076 0 0 0 863 2 0 0 15 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542184 CPUtime=1.59
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5322 0 0 0 157 2 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542184 CPUtime=1.15
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3251 0 0 0 114 1 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.18
Current children cumulated vsize (KiB) 1542184

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32212
/proc/meminfo: memFree=1664784/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542184 CPUtime=1724.15
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 51974 0 1 0 172369 46 0 0 15 0 13 0 28770352 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 47046 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=1711.7
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32174 0 1 0 171135 35 0 0 25 0 13 0 28770353 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4110229038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.34
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2589 0 0 0 33 1 0 0 15 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.36
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2393 0 0 0 35 1 0 0 15 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=8.93
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 5078 0 0 0 891 2 0 0 15 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542184 CPUtime=1.59
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5322 0 0 0 157 2 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542184 CPUtime=1.15
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3251 0 0 0 114 1 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.15
Current children cumulated vsize (KiB) 1542184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32212
/proc/meminfo: memFree=1664784/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542184 CPUtime=1784.14
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 51983 0 1 0 178367 47 0 0 15 0 13 0 28770352 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 47046 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=1771.47
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32177 0 1 0 177111 36 0 0 25 0 13 0 28770353 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4110266888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.35
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2589 0 0 0 34 1 0 0 15 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.36
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2393 0 0 0 35 1 0 0 16 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=9.14
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 5082 0 0 0 912 2 0 0 15 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542184 CPUtime=1.59
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5322 0 0 0 157 2 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542184 CPUtime=1.15
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3251 0 0 0 114 1 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) S 32139 32141 31584 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.14
Current children cumulated vsize (KiB) 1542184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32214
/proc/meminfo: memFree=1664784/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542184 CPUtime=1800.04
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 51986 0 1 0 179957 47 0 0 15 0 13 0 28770352 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385546 47046 1445 10 0 382848 0
[pid=32141/tid=32143] ppid=32139 vsize=1542184 CPUtime=1787.31
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32178 0 1 0 178694 37 0 0 25 0 13 0 28770353 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4110229060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542184 CPUtime=0.35
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2589 0 0 0 34 1 0 0 15 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542184 CPUtime=0.36
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2393 0 0 0 35 1 0 0 15 0 13 0 28770355 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542184 CPUtime=9.22
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 5082 0 0 0 920 2 0 0 15 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28770357 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542184 CPUtime=1.59
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5322 0 0 0 157 2 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542184 CPUtime=1.15
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3251 0 0 0 114 1 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) R 32139 32141 31584 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28770361 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542184 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28770552 1579196416 47046 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1542184

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

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

[startup+1798.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32214
/proc/meminfo: memFree=1664784/2059040 swapFree=4140228/4192956
[pid=32141] ppid=32139 vsize=1542832 CPUtime=1800.2
/proc/32141/stat : 32141 (java) S 32139 32141 31584 0 -1 4202496 52010 0 1 0 179973 47 0 0 15 0 14 0 28770352 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32141/statm: 385708 47068 1448 10 0 383010 0
[pid=32141/tid=32143] ppid=32139 vsize=1542832 CPUtime=1787.41
/proc/32141/task/32143/stat : 32143 (java) R 32139 32141 31584 0 -1 4202560 32178 0 1 0 178704 37 0 0 25 0 14 0 28770353 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4110229038 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32144] ppid=32139 vsize=1542832 CPUtime=0.35
/proc/32141/task/32144/stat : 32144 (java) S 32139 32141 31584 0 -1 4202560 2589 0 0 0 34 1 0 0 15 0 14 0 28770355 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32145] ppid=32139 vsize=1542832 CPUtime=0.36
/proc/32141/task/32145/stat : 32145 (java) S 32139 32141 31584 0 -1 4202560 2393 0 0 0 35 1 0 0 15 0 14 0 28770355 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32146] ppid=32139 vsize=1542832 CPUtime=9.22
/proc/32141/task/32146/stat : 32146 (java) S 32139 32141 31584 0 -1 4202560 5082 0 0 0 920 2 0 0 15 0 14 0 28770357 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32147] ppid=32139 vsize=1542832 CPUtime=0
/proc/32141/task/32147/stat : 32147 (java) S 32139 32141 31584 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 28770357 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32148] ppid=32139 vsize=1542832 CPUtime=0
/proc/32141/task/32148/stat : 32148 (java) S 32139 32141 31584 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 28770357 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32149] ppid=32139 vsize=1542832 CPUtime=0
/proc/32141/task/32149/stat : 32149 (java) S 32139 32141 31584 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 28770361 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32150] ppid=32139 vsize=1542832 CPUtime=1.63
/proc/32141/task/32150/stat : 32150 (java) S 32139 32141 31584 0 -1 4202560 5324 0 0 0 161 2 0 0 15 0 14 0 28770361 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32151] ppid=32139 vsize=1542832 CPUtime=1.16
/proc/32141/task/32151/stat : 32151 (java) S 32139 32141 31584 0 -1 4202560 3252 0 0 0 115 1 0 0 15 0 14 0 28770361 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=32141/tid=32152] ppid=32139 vsize=1542832 CPUtime=0
/proc/32141/task/32152/stat : 32152 (java) S 32139 32141 31584 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 28770361 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=32141/tid=32153] ppid=32139 vsize=1542832 CPUtime=0
/proc/32141/task/32153/stat : 32153 (java) R 32139 32141 31584 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 28770361 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32141/tid=32154] ppid=32139 vsize=1542832 CPUtime=0
/proc/32141/task/32154/stat : 32154 (java) S 32139 32141 31584 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 28770552 1579859968 47068 1992294400 134512640 134550932 4294697168 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1542832

Child status: 143
Real time (s): 1798.34
CPU time (s): 1800.24
CPU user time (s): 1799.73
CPU system time (s): 0.501923
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 1543464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.501923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52011
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= 38275
involuntary context switches= 11139

runsolver used 3.75443 second user time and 9.45456 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 23:32:20
IDJOB=2658819
IDBENCH=2423
IDSOLVER=1164
FILE ID=node018/2658819-1276551140
PBS_JOBID= 11173477
Free space on /tmp= 62368 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-agg3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658819-1276551140/watcher-2658819-1276551140 -o /tmp/evaluation-result-2658819-1276551140/solver-2658819-1276551140 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658819-1276551140.opb

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

MD5SUM BENCH= bbee2849ae83900e79494d0f7a7c3755
RANDOM SEED=202671811

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1852276 kB
Buffers:         28776 kB
Cached:          91104 kB
SwapCached:       5836 kB
Active:          72308 kB
Inactive:        59980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1852276 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            1796 kB
Writeback:           0 kB
AnonPages:       10988 kB
Mapped:          13024 kB
Slab:            52512 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181280 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= 62368 MiB
End job on node018 at 2010-06-15 00:02:20