Trace number 2659013

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-26SAT (TO)-26 1800.19 1795.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1789.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17831
Number of constraints which are clauses17831
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.20	c version 2.2.0.v20100526
0.08/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.20	c java.vm.version	11.2-b01
0.08/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.20	c sun.arch.data.model	32
0.08/0.20	c java.version		1.6.0_12
0.08/0.20	c os.name		Linux
0.08/0.20	c os.version		2.6.18-164.el5
0.08/0.20	c os.arch		i386
0.08/0.20	c Free memory 		1393557488
0.08/0.20	c Max memory 		1395916800
0.08/0.20	c Total memory 		1395916800
0.08/0.20	c Number of processors 	2
0.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2659013-1276488419.opb
0.08/0.21	c reading problem ... 
1.73/1.07	c ... done. Wall clock time 0.863s.
1.73/1.07	c #vars     450
1.73/1.07	c #constraints  17831
1.73/1.07	c constraints type 
1.73/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
1.93/1.14	c SATISFIABLE
1.93/1.14	c OPTIMIZING...
1.93/1.14	c Got one! Elapsed wall clock time (in seconds):0.932
1.93/1.14	o -21
2.12/1.29	c Got one! Elapsed wall clock time (in seconds):1.085
2.12/1.29	o -22
2.71/1.50	c Got one! Elapsed wall clock time (in seconds):1.296
2.71/1.50	o -23
2.91/1.65	c Got one! Elapsed wall clock time (in seconds):1.444
2.91/1.65	o -24
3.54/2.09	c Got one! Elapsed wall clock time (in seconds):1.888
3.54/2.09	o -25
4.43/2.69	c cleaning 2497 clauses out of 5000 with flag 5000/5000
5.96/3.84	c cleaning 4252 clauses out of 8504 with flag 11001/11001
7.47/5.33	c cleaning 5621 clauses out of 11252 with flag 18001/18001
9.45/7.23	c cleaning 6813 clauses out of 13630 with flag 26000/26000
11.81/9.60	c cleaning 7909 clauses out of 15818 with flag 35001/35001
14.93/12.68	c cleaning 8954 clauses out of 17908 with flag 45000/45000
18.35/16.09	c cleaning 9976 clauses out of 19954 with flag 56000/56000
21.96/19.61	c cleaning 10989 clauses out of 21979 with flag 68001/68001
26.69/24.39	c cleaning 11991 clauses out of 23989 with flag 81000/81000
31.11/28.73	c cleaning 12998 clauses out of 25998 with flag 95000/95000
40.04/37.67	c cleaning 14000 clauses out of 28000 with flag 110000/110000
46.76/44.33	c cleaning 14994 clauses out of 30001 with flag 126001/126001
56.01/53.55	c cleaning 15998 clauses out of 32006 with flag 143000/143000
63.54/61.04	c cleaning 16997 clauses out of 34009 with flag 161001/161001
68.97/66.46	c Got one! Elapsed wall clock time (in seconds):66.252
68.97/66.46	o -26
71.87/69.35	c cleaning 17504 clauses out of 35011 with flag 179000/179000
80.61/78.06	c cleaning 17743 clauses out of 35507 with flag 197000/197000
91.43/88.80	c cleaning 17869 clauses out of 35765 with flag 215001/215001
100.65/98.07	c cleaning 17943 clauses out of 35895 with flag 233000/233000
111.38/108.73	c cleaning 17972 clauses out of 35952 with flag 251000/251000
120.01/117.33	c cleaning 17982 clauses out of 35980 with flag 269000/269000
128.24/125.57	c cleaning 17995 clauses out of 35998 with flag 287000/287000
136.08/133.32	c cleaning 17997 clauses out of 36005 with flag 305002/305002
145.20/142.48	c cleaning 18004 clauses out of 36008 with flag 323002/323002
161.02/158.23	c cleaning 18000 clauses out of 36002 with flag 341000/341000
171.09/168.22	c cleaning 18000 clauses out of 36002 with flag 359000/359000
181.20/178.39	c cleaning 17995 clauses out of 36002 with flag 377000/377000
192.91/190.06	c cleaning 17997 clauses out of 36008 with flag 395001/395001
199.55/196.63	c cleaning 18002 clauses out of 36011 with flag 413001/413001
207.47/204.55	c cleaning 18002 clauses out of 36008 with flag 431000/431000
219.59/216.70	c cleaning 17995 clauses out of 36006 with flag 449000/449000
230.80/227.88	c cleaning 17999 clauses out of 36011 with flag 467000/467000
240.23/237.26	c cleaning 18003 clauses out of 36013 with flag 485001/485001
251.95/248.94	c cleaning 17998 clauses out of 36009 with flag 503000/503000
262.37/259.39	c cleaning 17995 clauses out of 36011 with flag 521000/521000
271.49/268.43	c cleaning 17990 clauses out of 36016 with flag 539000/539000
282.29/279.28	c cleaning 18013 clauses out of 36027 with flag 557001/557001
292.91/289.89	c cleaning 18007 clauses out of 36014 with flag 575001/575001
300.44/297.34	c cleaning 18000 clauses out of 36007 with flag 593001/593001
307.39/304.27	c cleaning 17991 clauses out of 36006 with flag 611000/611000
315.60/312.49	c cleaning 17989 clauses out of 36016 with flag 629001/629001
329.02/325.87	c cleaning 18010 clauses out of 36026 with flag 647000/647000
339.55/336.36	c cleaning 18006 clauses out of 36016 with flag 665000/665000
348.87/345.63	c cleaning 17995 clauses out of 36010 with flag 683000/683000
362.78/359.50	c cleaning 17997 clauses out of 36016 with flag 701001/701001
376.41/373.12	c cleaning 18004 clauses out of 36019 with flag 719001/719001
388.84/385.51	c cleaning 17998 clauses out of 36014 with flag 737000/737000
400.47/397.13	c cleaning 18007 clauses out of 36017 with flag 755001/755001
417.08/413.76	c cleaning 18001 clauses out of 36010 with flag 773001/773001
423.79/420.44	c cleaning 17994 clauses out of 36008 with flag 791000/791000
434.32/430.97	c cleaning 17992 clauses out of 36015 with flag 809001/809001
444.04/440.62	c cleaning 17996 clauses out of 36022 with flag 827000/827000
452.36/448.94	c cleaning 18008 clauses out of 36026 with flag 845000/845000
463.57/460.16	c cleaning 17996 clauses out of 36019 with flag 863001/863001
475.07/471.67	c cleaning 17998 clauses out of 36022 with flag 881000/881000
481.50/478.01	c cleaning 18010 clauses out of 36024 with flag 899000/899000
489.32/485.82	c cleaning 17993 clauses out of 36014 with flag 917000/917000
500.13/496.60	c cleaning 18002 clauses out of 36021 with flag 935000/935000
508.74/505.23	c cleaning 17995 clauses out of 36019 with flag 953000/953000
522.45/518.97	c cleaning 17999 clauses out of 36024 with flag 971000/971000
533.68/530.12	c cleaning 18009 clauses out of 36026 with flag 989001/989001
548.09/544.59	c cleaning 18004 clauses out of 36016 with flag 1007000/1007000
558.60/555.03	c cleaning 17997 clauses out of 36012 with flag 1025000/1025000
570.72/567.15	c cleaning 18002 clauses out of 36015 with flag 1043000/1043000
582.53/578.93	c cleaning 18000 clauses out of 36013 with flag 1061000/1061000
596.24/592.64	c cleaning 18005 clauses out of 36013 with flag 1079000/1079000
606.85/603.21	c cleaning 17995 clauses out of 36008 with flag 1097000/1097000
617.16/613.58	c cleaning 18001 clauses out of 36013 with flag 1115000/1115000
626.79/623.19	c cleaning 17988 clauses out of 36012 with flag 1133000/1133000
636.78/633.15	c cleaning 17996 clauses out of 36024 with flag 1151000/1151000
647.53/643.87	c cleaning 18010 clauses out of 36028 with flag 1169000/1169000
656.53/652.80	c cleaning 18002 clauses out of 36018 with flag 1187000/1187000
669.74/666.01	c cleaning 18003 clauses out of 36016 with flag 1205000/1205000
681.45/677.78	c cleaning 18003 clauses out of 36014 with flag 1223001/1223001
694.66/690.99	c cleaning 18002 clauses out of 36011 with flag 1241001/1241001
707.27/703.50	c cleaning 17996 clauses out of 36008 with flag 1259000/1259000
720.98/717.22	c cleaning 18002 clauses out of 36012 with flag 1277000/1277000
737.67/733.98	c cleaning 18005 clauses out of 36010 with flag 1295000/1295000
748.50/744.79	c cleaning 17997 clauses out of 36005 with flag 1313000/1313000
757.48/753.75	c cleaning 18000 clauses out of 36008 with flag 1331000/1331000
764.02/760.24	c cleaning 17992 clauses out of 36008 with flag 1349000/1349000
772.42/768.64	c cleaning 18000 clauses out of 36016 with flag 1367000/1367000
786.43/782.67	c cleaning 17993 clauses out of 36016 with flag 1385000/1385000
795.96/792.15	c cleaning 18005 clauses out of 36023 with flag 1403000/1403000
803.28/799.46	c cleaning 18001 clauses out of 36018 with flag 1421000/1421000
813.99/810.12	c cleaning 18000 clauses out of 36018 with flag 1439001/1439001
824.52/820.67	c cleaning 18001 clauses out of 36017 with flag 1457000/1457000
836.41/832.50	c cleaning 17996 clauses out of 36017 with flag 1475001/1475001
849.72/845.87	c cleaning 18006 clauses out of 36021 with flag 1493001/1493001
863.41/859.57	c cleaning 17998 clauses out of 36014 with flag 1511000/1511000
873.22/869.33	c cleaning 17996 clauses out of 36016 with flag 1529000/1529000
884.74/880.80	c cleaning 18009 clauses out of 36021 with flag 1547001/1547001
898.84/894.93	c cleaning 18003 clauses out of 36011 with flag 1565000/1565000
907.55/903.61	c cleaning 18003 clauses out of 36008 with flag 1583000/1583000
918.86/914.94	c cleaning 17997 clauses out of 36006 with flag 1601001/1601001
930.29/926.37	c cleaning 17988 clauses out of 36008 with flag 1619000/1619000
941.22/937.29	c cleaning 18004 clauses out of 36022 with flag 1637002/1637002
953.51/949.51	c cleaning 17994 clauses out of 36017 with flag 1655001/1655001
964.84/960.85	c cleaning 18003 clauses out of 36022 with flag 1673000/1673000
975.74/971.71	c cleaning 18004 clauses out of 36019 with flag 1691000/1691000
989.46/985.48	c cleaning 18002 clauses out of 36015 with flag 1709000/1709000
1002.57/998.56	c cleaning 17995 clauses out of 36013 with flag 1727000/1727000
1017.07/1013.07	c cleaning 18010 clauses out of 36019 with flag 1745001/1745001
1029.58/1025.51	c cleaning 18001 clauses out of 36009 with flag 1763001/1763001
1038.58/1034.50	c cleaning 17993 clauses out of 36008 with flag 1781001/1781001
1051.89/1047.89	c cleaning 17996 clauses out of 36014 with flag 1799000/1799000
1063.40/1059.31	c cleaning 17997 clauses out of 36018 with flag 1817000/1817000
1075.62/1071.56	c cleaning 18004 clauses out of 36021 with flag 1835000/1835000
1083.74/1079.67	c cleaning 17986 clauses out of 36018 with flag 1853001/1853001
1094.25/1090.16	c cleaning 18011 clauses out of 36031 with flag 1871000/1871000
1104.16/1100.03	c cleaning 18004 clauses out of 36020 with flag 1889000/1889000
1114.96/1110.81	c cleaning 18002 clauses out of 36016 with flag 1907000/1907000
1129.17/1125.06	c cleaning 18001 clauses out of 36014 with flag 1925000/1925000
1140.97/1136.86	c cleaning 18000 clauses out of 36014 with flag 1943001/1943001
1151.86/1147.73	c cleaning 18000 clauses out of 36014 with flag 1961001/1961001
1163.96/1159.81	c cleaning 18005 clauses out of 36013 with flag 1979000/1979000
1171.97/1167.89	c cleaning 17993 clauses out of 36008 with flag 1997000/1997000
1178.70/1174.58	c cleaning 17999 clauses out of 36016 with flag 2015001/2015001
1189.20/1185.02	c cleaning 17998 clauses out of 36016 with flag 2033000/2033000
1199.73/1195.54	c cleaning 17996 clauses out of 36019 with flag 2051001/2051001
1209.76/1205.58	c cleaning 18002 clauses out of 36023 with flag 2069001/2069001
1217.88/1213.68	c cleaning 18009 clauses out of 36022 with flag 2087002/2087002
1231.58/1227.32	c cleaning 18001 clauses out of 36012 with flag 2105001/2105001
1241.59/1237.33	c cleaning 17989 clauses out of 36010 with flag 2123000/2123000
1254.41/1250.12	c cleaning 18003 clauses out of 36021 with flag 2141000/2141000
1268.12/1263.83	c cleaning 18000 clauses out of 36018 with flag 2159000/2159000
1276.92/1272.68	c cleaning 18004 clauses out of 36018 with flag 2177000/2177000
1284.91/1280.62	c cleaning 17997 clauses out of 36014 with flag 2195000/2195000
1298.02/1293.73	c cleaning 18005 clauses out of 36017 with flag 2213000/2213000
1312.43/1308.17	c cleaning 17996 clauses out of 36012 with flag 2231000/2231000
1322.05/1317.80	c cleaning 18000 clauses out of 36016 with flag 2249000/2249000
1330.84/1326.56	c cleaning 17999 clauses out of 36016 with flag 2267000/2267000
1343.26/1338.99	c cleaning 18006 clauses out of 36017 with flag 2285000/2285000
1353.17/1348.83	c cleaning 17992 clauses out of 36011 with flag 2303000/2303000
1367.57/1363.27	c cleaning 18004 clauses out of 36019 with flag 2321000/2321000
1380.87/1376.56	c cleaning 18002 clauses out of 36015 with flag 2339000/2339000
1395.57/1391.24	c cleaning 17993 clauses out of 36013 with flag 2357000/2357000
1408.78/1404.48	c cleaning 17985 clauses out of 36020 with flag 2375000/2375000
1420.50/1416.17	c cleaning 18014 clauses out of 36035 with flag 2393000/2393000
1430.60/1426.23	c cleaning 17998 clauses out of 36021 with flag 2411000/2411000
1443.20/1438.88	c cleaning 17998 clauses out of 36023 with flag 2429000/2429000
1450.91/1446.51	c cleaning 18005 clauses out of 36025 with flag 2447000/2447000
1464.20/1459.86	c cleaning 18009 clauses out of 36021 with flag 2465001/2465001
1473.91/1469.53	c cleaning 17992 clauses out of 36012 with flag 2483001/2483001
1484.80/1480.41	c cleaning 17998 clauses out of 36019 with flag 2501000/2501000
1494.73/1490.33	c cleaning 18006 clauses out of 36021 with flag 2519000/2519000
1505.96/1501.53	c cleaning 17995 clauses out of 36015 with flag 2537000/2537000
1516.66/1512.21	c cleaning 17996 clauses out of 36020 with flag 2555000/2555000
1528.56/1524.17	c cleaning 18010 clauses out of 36025 with flag 2573001/2573001
1539.25/1534.83	c cleaning 18000 clauses out of 36014 with flag 2591000/2591000
1551.97/1547.52	c cleaning 18005 clauses out of 36015 with flag 2609001/2609001
1563.37/1558.96	c cleaning 17994 clauses out of 36009 with flag 2627000/2627000
1573.89/1569.42	c cleaning 17999 clauses out of 36015 with flag 2645000/2645000
1582.29/1577.81	c cleaning 18001 clauses out of 36017 with flag 2663001/2663001
1593.79/1589.35	c cleaning 18003 clauses out of 36016 with flag 2681001/2681001
1606.02/1601.53	c cleaning 18003 clauses out of 36012 with flag 2699000/2699000
1615.61/1611.18	c cleaning 17999 clauses out of 36009 with flag 2717000/2717000
1630.62/1626.13	c cleaning 17995 clauses out of 36011 with flag 2735001/2735001
1642.71/1638.27	c cleaning 17998 clauses out of 36015 with flag 2753000/2753000
1654.52/1650.09	c cleaning 17997 clauses out of 36017 with flag 2771000/2771000
1665.61/1661.19	c cleaning 17997 clauses out of 36020 with flag 2789000/2789000
1676.91/1672.43	c cleaning 18006 clauses out of 36023 with flag 2807000/2807000
1693.21/1688.70	c cleaning 18007 clauses out of 36018 with flag 2825001/2825001
1705.91/1701.45	c cleaning 18002 clauses out of 36010 with flag 2843000/2843000
1722.23/1717.74	c cleaning 17995 clauses out of 36008 with flag 2861000/2861000
1734.22/1729.78	c cleaning 18000 clauses out of 36013 with flag 2879000/2879000
1749.13/1744.63	c cleaning 17998 clauses out of 36014 with flag 2897001/2897001
1762.23/1757.80	c cleaning 18006 clauses out of 36015 with flag 2915000/2915000
1773.92/1769.46	c cleaning 18003 clauses out of 36009 with flag 2933000/2933000
1785.02/1780.50	c cleaning 17987 clauses out of 36006 with flag 2951000/2951000
1800.02/1795.52	c starts		: 237
1800.02/1795.52	c conflicts		: 2967880
1800.02/1795.52	c decisions		: 3144723
1800.02/1795.52	c propagations		: 17872881
1800.02/1795.52	c inspects		: 2164120033
1800.02/1795.52	c learnt literals	: 0
1800.02/1795.52	c learnt binary clauses	: 0
1800.02/1795.52	c learnt ternary clauses	: 0
1800.02/1795.52	c learnt clauses	: 2967880
1800.02/1795.52	c ignored clauses	: 0
1800.02/1795.52	c root simplifications	: 0
1800.02/1795.52	c removed literals (reason simplification)	: 42452485
1800.02/1795.52	c reason swapping (by a shorter reason)	: 0
1800.02/1795.52	c Calls to reduceDB	: 169
1800.02/1795.52	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.52	c number of learned constraints concerned by reduction	: 0
1800.02/1795.52	c number of learning phase by resolution	: 0
1800.02/1795.52	c number of learning phase by cutting planes	: 0
1800.02/1795.52	c speed (assignments/second)	: 10336.777019625715
1800.02/1795.52	c non guided choices	0
1800.02/1795.55	c learnt constraints type 
1800.02/1795.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34915
1800.02/1795.55	c constraints type 
1800.02/1795.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1795.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
1800.02/1795.55	s SATISFIABLE
1800.02/1795.55	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 
1800.02/1795.55	c objective function=-26
1800.02/1795.55	c Total wall clock time (in seconds): 1795.347

Verifier Data

OK	-26

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659013-1276488419/watcher-2659013-1276488419 -o /tmp/evaluation-result-2659013-1276488419/solver-2659013-1276488419 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659013-1276488419.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.02 1.00 3/106 29487
/proc/meminfo: memFree=1793312/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1832 CPUtime=0
/proc/29487/stat : 29487 (java6) S 29485 29487 28281 0 -1 4194304 244 0 0 0 0 0 0 0 19 0 1 0 22498219 1875968 148 1992294400 134512640 134550932 4289072576 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/29487/statm: 458 148 111 10 0 63 0

[startup+0.031397 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29487
/proc/meminfo: memFree=1793312/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1517712 CPUtime=0.01
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 2619 0 1 0 0 1 0 0 18 0 3 0 22498219 1554137088 2064 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.100982 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29487
/proc/meminfo: memFree=1793312/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1524024 CPUtime=0.08
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 3939 0 1 0 6 2 0 0 18 0 12 0 22498219 1560600576 3379 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301662 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29487
/proc/meminfo: memFree=1793312/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1525760 CPUtime=0.36
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 5330 0 1 0 33 3 0 0 18 0 12 0 22498219 1562378240 4767 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 381440 4767 1361 10 0 378742 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525760

[startup+0.700658 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 29487
/proc/meminfo: memFree=1793312/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1527888 CPUtime=1.12
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 7734 0 1 0 108 4 0 0 18 0 12 0 22498219 1564557312 7099 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 381972 7099 1402 10 0 379274 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527888

[startup+1.50165 s]
/proc/loadavg: 1.17 1.05 1.01 4/118 29499
/proc/meminfo: memFree=1752236/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1534832 CPUtime=2.71
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 14721 0 1 0 264 7 0 0 18 0 13 0 22498219 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383708 13415 1423 10 0 381010 0
[pid=29487/tid=29489] ppid=29485 vsize=1534832 CPUtime=1.37
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 10249 0 1 0 132 5 0 0 19 0 13 0 22498221 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 103241311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22498222 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 22498222 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 22498224 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 22498224 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 22498224 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1534832 CPUtime=0.61
/proc/29487/task/29496/stat : 29496 (java) R 29485 29487 28281 0 -1 4202560 1072 0 0 0 61 0 0 0 25 0 13 0 22498229 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 106265408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1534832 CPUtime=0.7
/proc/29487/task/29497/stat : 29497 (java) R 29485 29487 28281 0 -1 4202560 2330 0 0 0 70 0 0 0 25 0 13 0 22498229 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 105580418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1534832 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22498229 1571667968 13415 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1534832

[startup+3.10163 s]
/proc/loadavg: 1.17 1.05 1.01 4/119 29500
/proc/meminfo: memFree=1738960/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1537656 CPUtime=5.24
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 21719 0 1 0 514 10 0 0 18 0 13 0 22498219 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 384414 20225 1445 10 0 381716 0
[pid=29487/tid=29489] ppid=29485 vsize=1537656 CPUtime=2.92
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13060 0 1 0 285 7 0 0 22 0 13 0 22498221 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4109657494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1537656 CPUtime=0.01
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 631 0 0 0 1 0 0 0 17 0 13 0 22498222 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1537656 CPUtime=0.01
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 986 0 0 0 1 0 0 0 18 0 13 0 22498222 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1537656 CPUtime=0.02
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 1524 0 0 0 2 0 0 0 16 0 13 0 22498224 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1537656 CPUtime=1.08
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2034 0 0 0 108 0 0 0 20 0 13 0 22498229 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1537656 CPUtime=1.14
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2417 0 0 0 114 0 0 0 21 0 13 0 22498229 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22498229 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1574559744 20225 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 1537656

[startup+6.3016 s]
/proc/loadavg: 1.17 1.05 1.01 2/119 29500
/proc/meminfo: memFree=1689856/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1537656 CPUtime=8.5
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 28549 0 1 0 837 13 0 0 18 0 13 0 22498219 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 384414 27043 1445 10 0 381716 0
[pid=29487/tid=29489] ppid=29485 vsize=1537656 CPUtime=6.01
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13063 0 1 0 594 7 0 0 25 0 13 0 22498221 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4109966487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1537656 CPUtime=0.04
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 2698 0 0 0 3 1 0 0 15 0 13 0 22498222 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1537656 CPUtime=0.03
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 3011 0 0 0 3 0 0 0 18 0 13 0 22498222 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1537656 CPUtime=0.1
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 4259 0 0 0 9 1 0 0 16 0 13 0 22498224 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1537656 CPUtime=1.08
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2034 0 0 0 108 0 0 0 15 0 13 0 22498229 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1537656 CPUtime=1.17
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2417 0 0 0 117 0 0 0 15 0 13 0 22498229 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22498229 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1537656 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1574559744 27043 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1537656

[startup+12.7025 s]
/proc/loadavg: 1.14 1.05 1.01 2/119 29500
/proc/meminfo: memFree=1673860/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1535952 CPUtime=15.05
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 33116 0 1 0 1489 16 0 0 18 0 13 0 22498219 1572814848 31164 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383988 31164 1445 10 0 381290 0
[pid=29487/tid=29489] ppid=29485 vsize=1535952 CPUtime=12.25
/proc/29487/task/29489/stat : 29489 (java) S 29485 29487 28281 0 -1 4202560 13065 0 1 0 1218 7 0 0 25 0 13 0 22498221 1572814848 31164 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1535952 CPUtime=0.1
/proc/29487/task/29490/stat : 29490 (java) R 29485 29487 28281 0 -1 4202560 3909 0 0 0 8 2 0 0 15 0 13 0 22498222 1572814848 31164 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1535952 CPUtime=0.08
/proc/29487/task/29491/stat : 29491 (java) R 29485 29487 28281 0 -1 4202560 4439 0 0 0 7 1 0 0 18 0 13 0 22498222 1572814848 31164 1992294400 134512640 134550932 4289820896 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1535952 CPUtime=0.2
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 6176 0 0 0 18 2 0 0 15 0 13 0 22498224 1572814848 31167 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 31168 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 31168 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 31168 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1535952 CPUtime=1.17
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2042 0 0 0 117 0 0 0 15 0 13 0 22498229 1572814848 31168 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1535952 CPUtime=1.18
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2418 0 0 0 118 0 0 0 15 0 13 0 22498229 1572814848 31168 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 31171 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22498229 1572814848 31179 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1572814848 31188 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 1535952

[startup+25.5014 s]
/proc/loadavg: 1.12 1.04 1.01 2/119 29500
/proc/meminfo: memFree=1656004/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1535952 CPUtime=27.91
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 37439 0 1 0 2773 18 0 0 18 0 13 0 22498219 1572814848 35481 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383988 35481 1445 10 0 381290 0
[pid=29487/tid=29489] ppid=29485 vsize=1535952 CPUtime=24.75
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13068 0 1 0 2467 8 0 0 25 0 13 0 22498221 1572814848 35481 1992294400 134512640 134550932 4289820896 18446744073709551615 4109723937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1535952 CPUtime=0.17
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 4487 0 0 0 15 2 0 0 15 0 13 0 22498222 1572814848 35481 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1535952 CPUtime=0.16
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 5050 0 0 0 14 2 0 0 18 0 13 0 22498222 1572814848 35481 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1535952 CPUtime=0.42
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 9307 0 0 0 39 3 0 0 15 0 13 0 22498224 1572814848 35481 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0

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

[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1535952 CPUtime=1.17
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2042 0 0 0 117 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1535952 CPUtime=1.26
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2422 0 0 0 126 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.82
Current children cumulated vsize (KiB) 1535952

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 3/119 29544
/proc/meminfo: memFree=1608760/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1535952 CPUtime=1666.81
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 51157 0 1 0 166630 51 0 0 18 0 13 0 22498219 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383988 46584 1445 10 0 381290 0
[pid=29487/tid=29489] ppid=29485 vsize=1535952 CPUtime=1645.61
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13219 0 1 0 164538 23 0 0 25 0 13 0 22498221 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4109706538 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1535952 CPUtime=3.24
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 10603 0 0 0 316 8 0 0 15 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1535952 CPUtime=3.2
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 11001 0 0 0 309 11 0 0 16 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1535952 CPUtime=12.27
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 10708 0 0 0 1222 5 0 0 16 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1535952 CPUtime=1.17
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2042 0 0 0 117 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1535952 CPUtime=1.26
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2422 0 0 0 126 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.81
Current children cumulated vsize (KiB) 1535952

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 29546
/proc/meminfo: memFree=1608636/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1535952 CPUtime=1726.82
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 51169 0 1 0 172630 52 0 0 18 0 13 0 22498219 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383988 46584 1445 10 0 381290 0
[pid=29487/tid=29489] ppid=29485 vsize=1535952 CPUtime=1705.22
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13223 0 1 0 170499 23 0 0 25 0 13 0 22498221 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4109668260 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1535952 CPUtime=3.27
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 10603 0 0 0 319 8 0 0 15 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1535952 CPUtime=3.23
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 11001 0 0 0 312 11 0 0 15 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1535952 CPUtime=12.59
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 10712 0 0 0 1254 5 0 0 15 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1535952 CPUtime=1.17
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2042 0 0 0 117 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1535952 CPUtime=1.26
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2422 0 0 0 126 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 1535952

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29546
/proc/meminfo: memFree=1608388/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1535952 CPUtime=1786.82
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 51182 0 1 0 178630 52 0 0 18 0 13 0 22498219 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383988 46584 1445 10 0 381290 0
[pid=29487/tid=29489] ppid=29485 vsize=1535952 CPUtime=1764.76
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13228 0 1 0 176453 23 0 0 20 0 13 0 22498221 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4109657540 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1535952 CPUtime=3.3
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 10603 0 0 0 322 8 0 0 15 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1535952 CPUtime=3.27
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 11001 0 0 0 316 11 0 0 16 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1535952 CPUtime=12.98
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 10716 0 0 0 1293 5 0 0 15 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1535952 CPUtime=1.17
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2042 0 0 0 117 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1535952 CPUtime=1.26
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2422 0 0 0 126 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.82
Current children cumulated vsize (KiB) 1535952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29546
/proc/meminfo: memFree=1608388/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=1535952 CPUtime=1800.02
/proc/29487/stat : 29487 (java) S 29485 29487 28281 0 -1 4202496 51182 0 1 0 179950 52 0 0 18 0 13 0 22498219 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 383988 46584 1445 10 0 381290 0
[pid=29487/tid=29489] ppid=29485 vsize=1535952 CPUtime=1777.97
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 28281 0 -1 4202560 13228 0 1 0 177774 23 0 0 25 0 13 0 22498221 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4109707492 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=1535952 CPUtime=3.3
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 28281 0 -1 4202560 10603 0 0 0 322 8 0 0 15 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=1535952 CPUtime=3.27
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 28281 0 -1 4202560 11001 0 0 0 316 11 0 0 16 0 13 0 22498222 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=1535952 CPUtime=12.98
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 28281 0 -1 4202560 10716 0 0 0 1293 5 0 0 15 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 0 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 28281 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 28281 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22498224 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 28281 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=1535952 CPUtime=1.17
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 28281 0 -1 4202560 2042 0 0 0 117 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=1535952 CPUtime=1.26
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 28281 0 -1 4202560 2422 0 0 0 126 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 28281 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 28281 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 22498229 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 0 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=1535952 CPUtime=0
/proc/29487/task/29500/stat : 29500 (java) S 29485 29487 28281 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22498329 1572814848 46584 1992294400 134512640 134550932 4289820896 18446744073709551615 4294960144 0 4 0 16800975 18446604437877421952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1535952

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

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

[startup+1795.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29546
/proc/meminfo: memFree=1608388/2059040 swapFree=4142408/4192956
[pid=29487] ppid=29485 vsize=0 CPUtime=1800.18
/proc/29487/stat : 29487 (java) Z 29485 29487 28281 0 -1 4203548 51203 0 1 0 179964 54 0 0 17 0 2 0 22498219 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29487/statm: 0 0 0 0 0 0 0
[pid=29487/tid=29500] ppid=29485 vsize=0 CPUtime=0.01
/proc/29487/task/29500/stat : 29500 (java) R 29485 29487 28281 0 -1 4203588 4 0 0 0 0 1 0 0 18 0 2 0 22498329 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.62
CPU time (s): 1800.19
CPU user time (s): 1799.64
CPU system time (s): 0.544917
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 1537656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51203
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= 38552
involuntary context switches= 14888

runsolver used 3.67844 second user time and 9.51855 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 06:06:59
IDJOB=2659013
IDBENCH=2238
IDSOLVER=1164
FILE ID=node019/2659013-1276488419
PBS_JOBID= 11173378
Free space on /tmp= 62380 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659013-1276488419/watcher-2659013-1276488419 -o /tmp/evaluation-result-2659013-1276488419/solver-2659013-1276488419 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659013-1276488419.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=2037849346

node019.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.264
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.52
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.264
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:       1793708 kB
Buffers:         71412 kB
Cached:         102684 kB
SwapCached:       4636 kB
Active:          98568 kB
Inactive:        88908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793708 kB
SwapTotal:     4192956 kB
SwapFree:      4142408 kB
Dirty:             652 kB
Writeback:           0 kB
AnonPages:       11680 kB
Mapped:          13704 kB
Slab:            55932 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180732 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= 62380 MiB
End job on node019 at 2010-06-14 06:36:57