Trace number 2658164

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.26 1796.11

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.16	c version 2.2.0.v20100526
0.07/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.16	c java.vm.version	11.2-b01
0.07/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version		1.6.0_12
0.07/0.16	c os.name		Linux
0.07/0.16	c os.version		2.6.18-164.el5
0.07/0.16	c os.arch		i386
0.07/0.16	c Free memory 		1393557488
0.07/0.16	c Max memory 		1395916800
0.07/0.16	c Total memory 		1395916800
0.07/0.16	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2658164-1276689246.opb
0.23/0.22	c reading problem ... 
2.51/1.46	c ... done. Wall clock time 1.244s.
2.51/1.46	c #vars     8424
2.51/1.46	c #constraints  9194
2.51/1.46	c constraints type 
2.51/1.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
2.51/1.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
2.51/1.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
2.51/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
11.73/9.99	c cleaning 2496 clauses out of 5001 with flag 5001/5001
18.57/16.70	c cleaning 4219 clauses out of 8506 with flag 11002/11002
25.28/23.37	c cleaning 5640 clauses out of 11288 with flag 18003/18003
34.80/32.84	c cleaning 6819 clauses out of 13646 with flag 26001/26001
45.49/43.46	c cleaning 7910 clauses out of 15829 with flag 35003/35003
58.00/55.92	c cleaning 8941 clauses out of 17916 with flag 45000/45000
70.24/68.18	c cleaning 9473 clauses out of 18976 with flag 55001/55001
80.84/78.72	c cleaning 9741 clauses out of 19502 with flag 65000/65000
92.37/90.30	c cleaning 9874 clauses out of 19763 with flag 75002/75002
103.09/100.95	c cleaning 9936 clauses out of 19888 with flag 85001/85001
124.43/122.26	c cleaning 9956 clauses out of 19953 with flag 95002/95002
133.93/131.79	c cleaning 9965 clauses out of 19996 with flag 105001/105001
144.65/142.43	c cleaning 10013 clauses out of 20031 with flag 115001/115001
154.27/152.02	c cleaning 10006 clauses out of 20017 with flag 125000/125000
167.09/164.81	c cleaning 9996 clauses out of 20013 with flag 135002/135002
180.51/178.23	c cleaning 9998 clauses out of 20015 with flag 145000/145000
192.91/190.68	c cleaning 9992 clauses out of 20017 with flag 155000/155000
210.84/208.55	c cleaning 9994 clauses out of 20026 with flag 165001/165001
224.94/222.61	c cleaning 10012 clauses out of 20033 with flag 175002/175002
236.55/234.26	c cleaning 10005 clauses out of 20020 with flag 185001/185001
244.66/242.35	c cleaning 9998 clauses out of 20019 with flag 195005/195005
255.69/253.39	c cleaning 9998 clauses out of 20016 with flag 205000/205000
267.79/265.48	c cleaning 9998 clauses out of 20018 with flag 215000/215000
280.49/278.10	c cleaning 9986 clauses out of 20020 with flag 225000/225000
292.53/290.11	c cleaning 10009 clauses out of 20034 with flag 235000/235000
306.43/304.06	c cleaning 10004 clauses out of 20025 with flag 245000/245000
320.25/317.82	c cleaning 10004 clauses out of 20021 with flag 255000/255000
331.67/329.28	c cleaning 10002 clauses out of 20020 with flag 265003/265003
346.27/343.86	c cleaning 9982 clauses out of 20017 with flag 275002/275002
359.40/356.93	c cleaning 10003 clauses out of 20034 with flag 285001/285001
372.51/370.07	c cleaning 10005 clauses out of 20030 with flag 295000/295000
384.12/381.65	c cleaning 10005 clauses out of 20026 with flag 305001/305001
397.84/395.31	c cleaning 10000 clauses out of 20020 with flag 315000/315000
409.04/406.55	c cleaning 9989 clauses out of 20022 with flag 325002/325002
425.06/422.50	c cleaning 9984 clauses out of 20032 with flag 335001/335001
442.19/439.63	c cleaning 9976 clauses out of 20047 with flag 345000/345000
453.74/451.17	c cleaning 10020 clauses out of 20075 with flag 355004/355004
464.83/462.29	c cleaning 10013 clauses out of 20051 with flag 365000/365000
476.05/473.47	c cleaning 10007 clauses out of 20041 with flag 375003/375003
488.56/485.97	c cleaning 9998 clauses out of 20032 with flag 385001/385001
499.88/497.28	c cleaning 10005 clauses out of 20034 with flag 395001/395001
509.47/506.86	c cleaning 9965 clauses out of 20029 with flag 405001/405001
514.99/512.35	c cleaning 10024 clauses out of 20063 with flag 415000/415000
527.79/525.17	c cleaning 10017 clauses out of 20042 with flag 425003/425003
539.90/537.30	c cleaning 9966 clauses out of 20023 with flag 435001/435001
552.40/549.70	c cleaning 9999 clauses out of 20058 with flag 445002/445002
563.33/560.62	c cleaning 10014 clauses out of 20058 with flag 455001/455001
577.74/575.03	c cleaning 10009 clauses out of 20046 with flag 465003/465003
592.75/590.00	c cleaning 10003 clauses out of 20034 with flag 475000/475000
607.75/605.08	c cleaning 10004 clauses out of 20032 with flag 485001/485001
623.46/620.73	c cleaning 10007 clauses out of 20028 with flag 495001/495001
643.57/640.87	c cleaning 9991 clauses out of 20020 with flag 505000/505000
661.49/658.70	c cleaning 10004 clauses out of 20031 with flag 515002/515002
673.61/670.85	c cleaning 10009 clauses out of 20026 with flag 525001/525001
687.04/684.22	c cleaning 9994 clauses out of 20016 with flag 535000/535000
698.54/695.70	c cleaning 10000 clauses out of 20023 with flag 545001/545001
710.65/707.89	c cleaning 10005 clauses out of 20022 with flag 555000/555000
724.35/721.59	c cleaning 10000 clauses out of 20018 with flag 565001/565001
737.17/734.32	c cleaning 9997 clauses out of 20018 with flag 575001/575001
751.57/748.70	c cleaning 9999 clauses out of 20020 with flag 585000/585000
762.08/759.26	c cleaning 10004 clauses out of 20022 with flag 595001/595001
773.00/770.14	c cleaning 10004 clauses out of 20019 with flag 605002/605002
789.01/786.17	c cleaning 9992 clauses out of 20013 with flag 615000/615000
824.71/821.89	c cleaning 9980 clauses out of 20021 with flag 625000/625000
837.95/835.08	c cleaning 10015 clauses out of 20043 with flag 635002/635002
853.05/850.18	c cleaning 10001 clauses out of 20026 with flag 645000/645000
865.95/863.06	c cleaning 10008 clauses out of 20025 with flag 655000/655000
878.76/875.83	c cleaning 10006 clauses out of 20018 with flag 665001/665001
890.27/887.34	c cleaning 9991 clauses out of 20011 with flag 675000/675000
905.19/902.29	c cleaning 9994 clauses out of 20020 with flag 685000/685000
919.90/916.99	c cleaning 9995 clauses out of 20027 with flag 695001/695001
934.50/931.55	c cleaning 9997 clauses out of 20031 with flag 705000/705000
948.71/945.75	c cleaning 10002 clauses out of 20034 with flag 715000/715000
964.31/961.34	c cleaning 9914 clauses out of 20032 with flag 725000/725000
991.52/988.53	c cleaning 10025 clauses out of 20118 with flag 735000/735000
1009.18/1006.19	c cleaning 10017 clauses out of 20095 with flag 745002/745002
1036.93/1033.86	c cleaning 9977 clauses out of 20076 with flag 755000/755000
1068.97/1065.83	c cleaning 10012 clauses out of 20099 with flag 765000/765000
1093.92/1090.76	c cleaning 10029 clauses out of 20087 with flag 775000/775000
1115.00/1111.73	c cleaning 10022 clauses out of 20059 with flag 785001/785001
1128.02/1124.73	c cleaning 10009 clauses out of 20036 with flag 795000/795000
1141.03/1137.75	c cleaning 10007 clauses out of 20028 with flag 805001/805001
1154.04/1150.77	c cleaning 10007 clauses out of 20022 with flag 815002/815002
1167.34/1164.08	c cleaning 10000 clauses out of 20015 with flag 825002/825002
1180.95/1177.60	c cleaning 9999 clauses out of 20014 with flag 835001/835001
1193.27/1189.98	c cleaning 10001 clauses out of 20014 with flag 845000/845000
1205.78/1202.41	c cleaning 10000 clauses out of 20013 with flag 855000/855000
1218.99/1215.68	c cleaning 9999 clauses out of 20013 with flag 865000/865000
1232.29/1228.99	c cleaning 9999 clauses out of 20014 with flag 875000/875000
1245.30/1241.97	c cleaning 9999 clauses out of 20015 with flag 885000/885000
1255.50/1252.12	c cleaning 10000 clauses out of 20017 with flag 895001/895001
1267.33/1263.97	c cleaning 9997 clauses out of 20018 with flag 905002/905002
1292.22/1288.85	c cleaning 9979 clauses out of 20019 with flag 915000/915000
1315.24/1311.88	c cleaning 10014 clauses out of 20041 with flag 925001/925001
1327.36/1323.92	c cleaning 10005 clauses out of 20031 with flag 935005/935005
1337.40/1333.91	c cleaning 9981 clauses out of 20021 with flag 945000/945000
1346.90/1343.43	c cleaning 9990 clauses out of 20040 with flag 955000/955000
1356.41/1352.92	c cleaning 9990 clauses out of 20050 with flag 965000/965000
1364.71/1361.21	c cleaning 10027 clauses out of 20061 with flag 975001/975001
1376.51/1373.04	c cleaning 10004 clauses out of 20033 with flag 985000/985000
1391.02/1387.53	c cleaning 10008 clauses out of 20029 with flag 995000/995000
1411.43/1407.92	c cleaning 9991 clauses out of 20022 with flag 1005001/1005001
1429.08/1425.50	c cleaning 9991 clauses out of 20030 with flag 1015000/1015000
1441.61/1438.06	c cleaning 9996 clauses out of 20040 with flag 1025001/1025001
1454.13/1450.51	c cleaning 9998 clauses out of 20044 with flag 1035001/1035001
1466.65/1463.01	c cleaning 10000 clauses out of 20045 with flag 1045000/1045000
1478.95/1475.32	c cleaning 9997 clauses out of 20047 with flag 1055002/1055002
1490.56/1486.90	c cleaning 9997 clauses out of 20048 with flag 1065000/1065000
1504.37/1500.72	c cleaning 10000 clauses out of 20052 with flag 1075001/1075001
1514.96/1511.30	c cleaning 10006 clauses out of 20052 with flag 1085001/1085001
1537.77/1534.12	c cleaning 10016 clauses out of 20045 with flag 1095000/1095000
1559.79/1556.12	c cleaning 10005 clauses out of 20029 with flag 1105000/1105000
1591.16/1587.44	c cleaning 10002 clauses out of 20026 with flag 1115002/1115002
1614.50/1610.71	c cleaning 9983 clauses out of 20024 with flag 1125002/1125002
1636.94/1633.12	c cleaning 10006 clauses out of 20039 with flag 1135000/1135000
1661.07/1657.26	c cleaning 10006 clauses out of 20033 with flag 1145000/1145000
1678.51/1674.60	c cleaning 10000 clauses out of 20028 with flag 1155001/1155001
1697.25/1693.40	c cleaning 9986 clauses out of 20028 with flag 1165001/1165001
1719.19/1715.22	c cleaning 10004 clauses out of 20042 with flag 1175001/1175001
1730.93/1726.94	c cleaning 10003 clauses out of 20037 with flag 1185000/1185000
1743.44/1739.49	c cleaning 9995 clauses out of 20034 with flag 1195000/1195000
1754.85/1750.85	c cleaning 9998 clauses out of 20040 with flag 1205001/1205001
1765.76/1761.77	c cleaning 9999 clauses out of 20041 with flag 1215000/1215000
1778.07/1774.06	c cleaning 10000 clauses out of 20042 with flag 1225000/1225000
1789.77/1785.72	c cleaning 10001 clauses out of 20043 with flag 1235001/1235001
1800.09/1796.01	c starts		: 190
1800.09/1796.01	c conflicts		: 1243398
1800.09/1796.01	c decisions		: 2057457
1800.09/1796.01	c propagations		: 428109710
1800.09/1796.01	c inspects		: 862145898
1800.09/1796.01	c learnt literals	: 0
1800.09/1796.01	c learnt binary clauses	: 0
1800.09/1796.01	c learnt ternary clauses	: 0
1800.09/1796.01	c learnt clauses	: 1243398
1800.09/1796.01	c ignored clauses	: 0
1800.09/1796.01	c root simplifications	: 0
1800.09/1796.01	c removed literals (reason simplification)	: 11068701
1800.09/1796.01	c reason swapping (by a shorter reason)	: 0
1800.09/1796.01	c Calls to reduceDB	: 125
1800.09/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.01	c number of learned constraints concerned by reduction	: 0
1800.09/1796.01	c number of learning phase by resolution	: 0
1800.09/1796.01	c number of learning phase by cutting planes	: 0
1800.09/1796.02	c speed (assignments/second)	: 238561.0398149954
1800.09/1796.02	c non guided choices	141794
1800.09/1796.07	c learnt constraints type 
1800.09/1796.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18482
1800.09/1796.07	c constraints type 
1800.09/1796.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1800.09/1796.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.09/1796.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1800.09/1796.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.09/1796.07	s UNKNOWN
1800.09/1796.07	c Total wall clock time (in seconds): 1795.852

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-2658164-1276689246/watcher-2658164-1276689246 -o /tmp/evaluation-result-2658164-1276689246/solver-2658164-1276689246 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658164-1276689246.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.01 1.04 1.00 3/106 15632
/proc/meminfo: memFree=1648952/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=248 CPUtime=0
/proc/15632/stat : 15632 (java) R 15630 15632 15412 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 10215450 253952 28 1992294400 134512640 134550932 4291627488 18446744073709551615 7701076 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15632/statm: 62 28 21 10 0 23 0

[startup+0.100999 s]
/proc/loadavg: 1.01 1.04 1.00 3/106 15632
/proc/meminfo: memFree=1648952/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1521796 CPUtime=0.07
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 3823 0 1 0 4 3 0 0 18 0 7 0 10215450 1558319104 3264 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 380449 3264 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.211519 s]
/proc/loadavg: 1.01 1.04 1.00 3/106 15632
/proc/meminfo: memFree=1648952/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1525956 CPUtime=0.23
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 5002 0 1 0 19 4 0 0 18 0 12 0 10215450 1562578944 4439 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 381489 4439 1343 10 0 378791 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1525956

[startup+0.30201 s]
/proc/loadavg: 1.01 1.04 1.00 3/106 15632
/proc/meminfo: memFree=1648952/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1526120 CPUtime=0.35
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 5384 0 1 0 31 4 0 0 18 0 12 0 10215450 1562746880 4821 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 381530 4821 1358 10 0 378832 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526120

[startup+0.701049 s]
/proc/loadavg: 1.01 1.04 1.00 3/106 15632
/proc/meminfo: memFree=1648952/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1528888 CPUtime=1.12
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 8608 0 1 0 107 5 0 0 18 0 12 0 10215450 1565581312 7873 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 382222 7873 1402 10 0 379524 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528888

[startup+1.50212 s]
/proc/loadavg: 1.01 1.04 1.00 3/118 15644
/proc/meminfo: memFree=1598140/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1544700 CPUtime=2.7
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 26269 0 1 0 258 12 0 0 18 0 12 0 10215450 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 386175 23065 1415 10 0 383477 0
[pid=15632/tid=15634] ppid=15630 vsize=1544700 CPUtime=1.3
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 17710 0 1 0 122 8 0 0 18 0 12 0 10215451 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 10215454 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10215454 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10215456 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 10215456 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 10215456 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10215461 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1544700 CPUtime=0.54
/proc/15632/task/15641/stat : 15641 (java) R 15630 15632 15412 0 -1 4202560 2539 0 0 0 54 0 0 0 15 0 12 0 10215461 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 103335048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1544700 CPUtime=0.81
/proc/15632/task/15642/stat : 15642 (java) R 15630 15632 15412 0 -1 4202560 4959 0 0 0 80 1 0 0 17 0 12 0 10215461 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 105499211 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10215461 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1544700 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10215461 1581772800 23065 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1544700

[startup+3.10125 s]
/proc/loadavg: 1.01 1.04 1.00 2/119 15645
/proc/meminfo: memFree=1558452/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1543228 CPUtime=4.88
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 30108 0 1 0 474 14 0 0 18 0 13 0 10215450 1580265472 26536 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385807 26536 1428 10 0 383109 0
[pid=15632/tid=15634] ppid=15630 vsize=1543228 CPUtime=2.6
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 21325 0 1 0 250 10 0 0 19 0 13 0 10215451 1580265472 26536 1992294400 134512640 134550932 4291627488 18446744073709551615 4109898987 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 10215454 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 10215454 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10215456 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 10215456 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 10215456 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1543228 CPUtime=0.93
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2581 0 0 0 93 0 0 0 15 0 13 0 10215461 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1543228 CPUtime=1.31
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5136 0 0 0 129 2 0 0 15 0 13 0 10215461 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10215461 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1543228 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1580265472 26537 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 1543228

[startup+6.30152 s]
/proc/loadavg: 1.01 1.04 1.00 2/119 15645
/proc/meminfo: memFree=1524476/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=8.08
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 37788 0 1 0 791 17 0 0 18 0 13 0 10215450 1579233280 34057 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 34057 1428 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=5.8
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 29005 0 1 0 567 13 0 0 25 0 13 0 10215451 1579233280 34057 1992294400 134512640 134550932 4291627488 18446744073709551615 4109677168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 10215454 1579233280 34057 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 10215454 1579233280 34057 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10215456 1579233280 34057 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 10215456 1579233280 34057 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 10215456 1579233280 34058 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 34058 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=0.93
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2581 0 0 0 93 0 0 0 15 0 13 0 10215461 1579233280 34058 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.31
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5136 0 0 0 129 2 0 0 15 0 13 0 10215461 1579233280 34058 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 34058 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 34059 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 34059 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 1542220

[startup+12.7011 s]
/proc/loadavg: 1.01 1.04 1.00 2/119 15645
/proc/meminfo: memFree=1482316/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=14.58
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 46517 0 1 0 1436 22 0 0 18 0 13 0 10215450 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 42733 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=12.05
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 32066 0 1 0 1190 15 0 0 25 0 13 0 10215451 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4109898828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=0.05
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 2180 0 0 0 4 1 0 0 18 0 13 0 10215454 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=0.05
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 1675 0 0 0 4 1 0 0 18 0 13 0 10215454 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=0.05
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 1806 0 0 0 5 0 0 0 15 0 13 0 10215456 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=0.98
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2586 0 0 0 98 0 0 0 15 0 13 0 10215461 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.33
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5138 0 0 0 131 2 0 0 15 0 13 0 10215461 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 42733 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 1542220

[startup+25.5022 s]
/proc/loadavg: 1.01 1.04 1.00 2/119 15647
/proc/meminfo: memFree=1480332/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=27.49
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 47060 0 1 0 2727 22 0 0 18 0 13 0 10215450 1579233280 43209 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 43209 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=24.68
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 32070 0 1 0 2453 15 0 0 25 0 13 0 10215451 1579233280 43209 1992294400 134512640 134550932 4291627488 18446744073709551615 4109898918 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=0.09
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 2184 0 0 0 8 1 0 0 15 0 13 0 10215454 1579233280 43209 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=0.08
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 1675 0 0 0 7 1 0 0 16 0 13 0 10215454 1579233280 43209 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=0.17
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 2332 0 0 0 17 0 0 0 15 0 13 0 10215456 1579233280 43209 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0

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

[pid=15632] ppid=15630 vsize=1542220 CPUtime=1666.2
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 74294 0 1 0 166554 66 0 0 18 0 13 0 10215450 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 64256 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=1649.48
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 34755 0 1 0 164913 35 0 0 25 0 13 0 10215451 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4109900099 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=2.74
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 14199 0 0 0 262 12 0 0 16 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=2.75
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 13189 0 0 0 265 10 0 0 16 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=8.64
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 3247 0 0 0 861 3 0 0 15 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=1.13
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2598 0 0 0 113 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.4
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5144 0 0 0 138 2 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.2
Current children cumulated vsize (KiB) 1542220

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15700
/proc/meminfo: memFree=1393780/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=1726.31
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 74309 0 1 0 172564 67 0 0 18 0 13 0 10215450 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 64256 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=1709.06
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 34762 0 1 0 170871 35 0 0 25 0 13 0 10215451 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4109795411 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=2.88
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 14199 0 0 0 276 12 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=2.89
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 13189 0 0 0 279 10 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=8.88
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 3251 0 0 0 885 3 0 0 15 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=1.13
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2598 0 0 0 113 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.4
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5144 0 0 0 138 2 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.31
Current children cumulated vsize (KiB) 1542220

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15702
/proc/meminfo: memFree=1393532/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=1786.38
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 74338 0 1 0 178570 68 0 0 18 0 13 0 10215450 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 64256 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=1768.42
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 34783 0 1 0 176806 36 0 0 25 0 13 0 10215451 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4109865381 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=3.02
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 14199 0 0 0 289 13 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=3.03
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 13189 0 0 0 292 11 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=9.31
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 3255 0 0 0 928 3 0 0 15 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=1.13
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2598 0 0 0 113 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.4
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5144 0 0 0 138 2 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.38
Current children cumulated vsize (KiB) 1542220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15702
/proc/meminfo: memFree=1393532/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=1800.09
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 74341 0 1 0 179941 68 0 0 18 0 13 0 10215450 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 64256 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=1782.03
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 34786 0 1 0 178167 36 0 0 25 0 13 0 10215451 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4109898987 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=3.04
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 14199 0 0 0 291 13 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=3.05
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 13189 0 0 0 294 11 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=9.39
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 3255 0 0 0 936 3 0 0 15 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=1.13
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2598 0 0 0 113 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.4
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5144 0 0 0 138 2 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1542220

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

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

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15702
/proc/meminfo: memFree=1393532/2059040 swapFree=4192956/4192956
[pid=15632] ppid=15630 vsize=1542220 CPUtime=1800.09
/proc/15632/stat : 15632 (java) S 15630 15632 15412 0 -1 4202496 74341 0 1 0 179941 68 0 0 18 0 13 0 10215450 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15632/statm: 385555 64256 1442 10 0 382857 0
[pid=15632/tid=15634] ppid=15630 vsize=1542220 CPUtime=1782.03
/proc/15632/task/15634/stat : 15634 (java) R 15630 15632 15412 0 -1 4202560 34786 0 1 0 178167 36 0 0 25 0 13 0 10215451 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4109898987 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15632/tid=15635] ppid=15630 vsize=1542220 CPUtime=3.04
/proc/15632/task/15635/stat : 15635 (java) S 15630 15632 15412 0 -1 4202560 14199 0 0 0 291 13 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15636] ppid=15630 vsize=1542220 CPUtime=3.05
/proc/15632/task/15636/stat : 15636 (java) S 15630 15632 15412 0 -1 4202560 13189 0 0 0 294 11 0 0 15 0 13 0 10215454 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15637] ppid=15630 vsize=1542220 CPUtime=9.39
/proc/15632/task/15637/stat : 15637 (java) S 15630 15632 15412 0 -1 4202560 3255 0 0 0 936 3 0 0 15 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 0 0 16800975 18446604437835764032 0 0 -1 1 0 0 0
[pid=15632/tid=15638] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15638/stat : 15638 (java) S 15630 15632 15412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15639] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15639/stat : 15639 (java) S 15630 15632 15412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10215456 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15640] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15640/stat : 15640 (java) S 15630 15632 15412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15641] ppid=15630 vsize=1542220 CPUtime=1.13
/proc/15632/task/15641/stat : 15641 (java) S 15630 15632 15412 0 -1 4202560 2598 0 0 0 113 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15642] ppid=15630 vsize=1542220 CPUtime=1.4
/proc/15632/task/15642/stat : 15642 (java) S 15630 15632 15412 0 -1 4202560 5144 0 0 0 138 2 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15643] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15643/stat : 15643 (java) S 15630 15632 15412 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15644] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15644/stat : 15644 (java) S 15630 15632 15412 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 10215461 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
[pid=15632/tid=15645] ppid=15630 vsize=1542220 CPUtime=0
/proc/15632/task/15645/stat : 15645 (java) S 15630 15632 15412 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10215605 1579233280 64256 1992294400 134512640 134550932 4291627488 18446744073709551615 4294960144 0 4 0 16800975 18446604437835764032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1542220

Child status: 143
Real time (s): 1796.11
CPU time (s): 1800.26
CPU user time (s): 1799.54
CPU system time (s): 0.714891
CPU usage (%): 100.231
Max. virtual memory (cumulated for all children) (KiB): 1544700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.714891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74364
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= 40354
involuntary context switches= 17564

runsolver used 3.73043 second user time and 9.50455 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-16 13:54:06
IDJOB=2658164
IDBENCH=71849
IDSOLVER=1164
FILE ID=node057/2658164-1276689246
PBS_JOBID= 11172595
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658164-1276689246/watcher-2658164-1276689246 -o /tmp/evaluation-result-2658164-1276689246/solver-2658164-1276689246 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658164-1276689246.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=2084293711

node057.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.247
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.247
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1649224 kB
Buffers:        115532 kB
Cached:         155696 kB
SwapCached:          0 kB
Active:         127224 kB
Inactive:       203284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1649224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1004 kB
Writeback:           0 kB
AnonPages:       59260 kB
Mapped:          15408 kB
Slab:            57456 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182332 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= 62532 MiB
End job on node057 at 2010-06-16 14:24:04