Trace number 2659116

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.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-2.opb
MD5SUM5909a36352b34473abff2d7e1fe31c04
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.47
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 constraints17874
Number of constraints which are clauses17874
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.19	c version 2.2.0.v20100526
0.08/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.19	c java.vm.version	11.2-b01
0.08/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version		1.6.0_12
0.08/0.19	c os.name		Linux
0.08/0.19	c os.version		2.6.18-164.el5
0.08/0.19	c os.arch		i386
0.08/0.19	c Free memory 		1393557488
0.08/0.19	c Max memory 		1395916800
0.08/0.19	c Total memory 		1395916800
0.08/0.19	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2659116-1276487705.opb
0.24/0.20	c reading problem ... 
1.74/1.09	c ... done. Wall clock time 0.86s.
1.74/1.09	c #vars     450
1.74/1.09	c #constraints  17874
1.74/1.09	c constraints type 
1.74/1.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17874
1.94/1.14	c SATISFIABLE
1.94/1.14	c OPTIMIZING...
1.94/1.14	c Got one! Elapsed wall clock time (in seconds):0.931
1.94/1.14	o -23
2.91/1.69	c Got one! Elapsed wall clock time (in seconds):1.488
2.91/1.69	o -24
4.24/2.63	c Got one! Elapsed wall clock time (in seconds):2.427
4.24/2.63	o -25
4.38/2.74	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.69/4.00	c cleaning 4250 clauses out of 8500 with flag 11000/11000
7.31/5.60	c cleaning 5619 clauses out of 11250 with flag 18000/18000
9.38/7.54	c cleaning 6816 clauses out of 13632 with flag 26001/26001
11.84/9.98	c cleaning 7908 clauses out of 15816 with flag 35001/35001
14.45/12.59	c cleaning 8952 clauses out of 17908 with flag 45001/45001
17.57/15.61	c cleaning 9973 clauses out of 19956 with flag 56001/56001
22.19/20.22	c cleaning 10987 clauses out of 21982 with flag 68000/68000
27.22/25.26	c cleaning 11992 clauses out of 23995 with flag 81000/81000
31.23/29.24	c cleaning 13001 clauses out of 26003 with flag 95000/95000
37.06/35.01	c cleaning 13999 clauses out of 28002 with flag 110000/110000
43.29/41.26	c cleaning 14994 clauses out of 30003 with flag 126000/126000
49.12/47.05	c cleaning 16003 clauses out of 32009 with flag 143000/143000
57.66/55.50	c cleaning 17002 clauses out of 34006 with flag 161000/161000
65.18/63.08	c cleaning 17498 clauses out of 35004 with flag 179000/179000
67.43/65.20	c Got one! Elapsed wall clock time (in seconds):65.0
67.43/65.20	o -26
71.44/69.21	c cleaning 17754 clauses out of 35507 with flag 197001/197001
80.05/77.87	c cleaning 17875 clauses out of 35753 with flag 215001/215001
90.89/88.63	c cleaning 17939 clauses out of 35878 with flag 233001/233001
102.72/100.43	c cleaning 17963 clauses out of 35938 with flag 251000/251000
113.15/110.82	c cleaning 17980 clauses out of 35976 with flag 269001/269001
119.89/117.51	c cleaning 17998 clauses out of 35996 with flag 287001/287001
127.81/125.49	c cleaning 17999 clauses out of 35998 with flag 305001/305001
139.52/137.14	c cleaning 17996 clauses out of 35998 with flag 323000/323000
153.55/151.13	c cleaning 18001 clauses out of 36003 with flag 341001/341001
162.09/159.61	c cleaning 17994 clauses out of 36001 with flag 359000/359000
172.42/169.90	c cleaning 18002 clauses out of 36007 with flag 377000/377000
183.94/181.48	c cleaning 17996 clauses out of 36005 with flag 395000/395000
190.87/188.34	c cleaning 18000 clauses out of 36009 with flag 413000/413000
200.10/197.58	c cleaning 18001 clauses out of 36009 with flag 431000/431000
208.33/205.77	c cleaning 17996 clauses out of 36008 with flag 449000/449000
217.43/214.89	c cleaning 18000 clauses out of 36012 with flag 467000/467000
229.09/226.41	c cleaning 18007 clauses out of 36013 with flag 485001/485001
243.52/240.88	c cleaning 17992 clauses out of 36005 with flag 503000/503000
257.14/254.49	c cleaning 18004 clauses out of 36014 with flag 521001/521001
265.87/263.12	c cleaning 17999 clauses out of 36009 with flag 539000/539000
281.10/278.33	c cleaning 18000 clauses out of 36010 with flag 557000/557000
290.93/288.12	c cleaning 18006 clauses out of 36011 with flag 575001/575001
302.33/299.53	c cleaning 17994 clauses out of 36004 with flag 593000/593000
307.88/305.06	c cleaning 18001 clauses out of 36011 with flag 611001/611001
315.79/312.93	c cleaning 18005 clauses out of 36010 with flag 629001/629001
329.11/326.28	c cleaning 18001 clauses out of 36005 with flag 647001/647001
338.74/335.83	c cleaning 17999 clauses out of 36003 with flag 665000/665000
348.16/345.20	c cleaning 17998 clauses out of 36004 with flag 683000/683000
356.98/354.01	c cleaning 17990 clauses out of 36007 with flag 701001/701001
366.18/363.24	c cleaning 18004 clauses out of 36017 with flag 719001/719001
377.80/374.85	c cleaning 17999 clauses out of 36012 with flag 737000/737000
391.81/388.81	c cleaning 18007 clauses out of 36014 with flag 755001/755001
402.82/399.88	c cleaning 18001 clauses out of 36006 with flag 773000/773000
411.93/408.96	c cleaning 17990 clauses out of 36005 with flag 791000/791000
421.84/418.86	c cleaning 18006 clauses out of 36016 with flag 809001/809001
432.36/429.35	c cleaning 17998 clauses out of 36010 with flag 827001/827001
446.79/443.74	c cleaning 18005 clauses out of 36011 with flag 845000/845000
458.92/455.87	c cleaning 17999 clauses out of 36006 with flag 863000/863000
472.24/469.13	c cleaning 17993 clauses out of 36007 with flag 881000/881000
479.06/475.95	c cleaning 17990 clauses out of 36014 with flag 899000/899000
485.89/482.78	c cleaning 18003 clauses out of 36024 with flag 917000/917000
492.90/489.73	c cleaning 18002 clauses out of 36021 with flag 935000/935000
500.81/497.68	c cleaning 18009 clauses out of 36020 with flag 953001/953001
513.33/510.17	c cleaning 17997 clauses out of 36010 with flag 971000/971000
522.14/518.95	c cleaning 17990 clauses out of 36013 with flag 989000/989000
535.25/532.00	c cleaning 17998 clauses out of 36024 with flag 1007001/1007001
543.38/540.16	c cleaning 18003 clauses out of 36026 with flag 1025001/1025001
552.99/549.71	c cleaning 18004 clauses out of 36023 with flag 1043001/1043001
565.51/562.28	c cleaning 18005 clauses out of 36018 with flag 1061000/1061000
577.62/574.36	c cleaning 18001 clauses out of 36013 with flag 1079000/1079000
588.63/585.32	c cleaning 17995 clauses out of 36012 with flag 1097000/1097000
601.56/598.30	c cleaning 18003 clauses out of 36017 with flag 1115000/1115000
612.97/609.65	c cleaning 18004 clauses out of 36014 with flag 1133000/1133000
627.29/623.95	c cleaning 18005 clauses out of 36010 with flag 1151000/1151000
637.50/634.11	c cleaning 17999 clauses out of 36005 with flag 1169000/1169000
646.42/643.02	c cleaning 17984 clauses out of 36006 with flag 1187000/1187000
656.78/653.33	c cleaning 17994 clauses out of 36022 with flag 1205000/1205000
669.57/666.13	c cleaning 18005 clauses out of 36028 with flag 1223000/1223000
680.90/677.46	c cleaning 18003 clauses out of 36024 with flag 1241001/1241001
691.42/687.90	c cleaning 17980 clauses out of 36021 with flag 1259001/1259001
700.54/697.05	c cleaning 18015 clauses out of 36040 with flag 1277000/1277000
710.54/707.08	c cleaning 18004 clauses out of 36026 with flag 1295001/1295001
720.37/716.87	c cleaning 18002 clauses out of 36021 with flag 1313000/1313000
730.57/727.03	c cleaning 17999 clauses out of 36019 with flag 1331000/1331000
737.51/733.91	c cleaning 18007 clauses out of 36021 with flag 1349001/1349001
744.32/740.74	c cleaning 18000 clauses out of 36013 with flag 1367000/1367000
754.12/750.56	c cleaning 18001 clauses out of 36013 with flag 1385000/1385000
762.43/758.88	c cleaning 18006 clauses out of 36012 with flag 1403000/1403000
770.85/767.23	c cleaning 18001 clauses out of 36006 with flag 1421000/1421000
778.57/774.92	c cleaning 17990 clauses out of 36005 with flag 1439000/1439000
789.79/786.15	c cleaning 18003 clauses out of 36015 with flag 1457000/1457000
800.90/797.24	c cleaning 18000 clauses out of 36012 with flag 1475000/1475000
812.21/808.55	c cleaning 17994 clauses out of 36013 with flag 1493001/1493001
822.41/818.74	c cleaning 18000 clauses out of 36018 with flag 1511000/1511000
831.93/828.30	c cleaning 18000 clauses out of 36018 with flag 1529000/1529000
841.95/838.27	c cleaning 17991 clauses out of 36018 with flag 1547000/1547000
850.84/847.13	c cleaning 18008 clauses out of 36027 with flag 1565000/1565000
860.85/857.19	c cleaning 17999 clauses out of 36020 with flag 1583001/1583001
870.74/867.08	c cleaning 18000 clauses out of 36020 with flag 1601000/1601000
881.84/878.10	c cleaning 17999 clauses out of 36020 with flag 1619000/1619000
890.16/886.50	c cleaning 18004 clauses out of 36021 with flag 1637000/1637000
901.37/897.62	c cleaning 17998 clauses out of 36017 with flag 1655000/1655000
911.38/907.69	c cleaning 17997 clauses out of 36019 with flag 1673000/1673000
923.87/920.15	c cleaning 18009 clauses out of 36022 with flag 1691000/1691000
934.78/931.02	c cleaning 17996 clauses out of 36013 with flag 1709000/1709000
947.28/943.58	c cleaning 18004 clauses out of 36018 with flag 1727001/1727001
959.00/955.29	c cleaning 18001 clauses out of 36013 with flag 1745000/1745000
971.12/967.38	c cleaning 17994 clauses out of 36012 with flag 1763000/1763000
979.62/975.90	c cleaning 17994 clauses out of 36018 with flag 1781000/1781000
993.52/989.71	c cleaning 18010 clauses out of 36025 with flag 1799001/1799001
1005.54/1001.80	c cleaning 17999 clauses out of 36014 with flag 1817000/1817000
1018.07/1014.26	c cleaning 18006 clauses out of 36016 with flag 1835001/1835001
1031.55/1027.71	c cleaning 17999 clauses out of 36009 with flag 1853000/1853000
1039.55/1035.71	c cleaning 17993 clauses out of 36011 with flag 1871001/1871001
1051.45/1047.69	c cleaning 17999 clauses out of 36017 with flag 1889000/1889000
1062.35/1058.55	c cleaning 18003 clauses out of 36018 with flag 1907000/1907000
1073.28/1069.47	c cleaning 17997 clauses out of 36015 with flag 1925000/1925000
1086.10/1082.20	c cleaning 18005 clauses out of 36018 with flag 1943000/1943000
1096.82/1092.90	c cleaning 17998 clauses out of 36013 with flag 1961000/1961000
1108.72/1104.83	c cleaning 18003 clauses out of 36015 with flag 1979000/1979000
1118.31/1114.48	c cleaning 17995 clauses out of 36012 with flag 1997000/1997000
1124.66/1120.77	c cleaning 18006 clauses out of 36017 with flag 2015000/2015000
1132.98/1129.04	c cleaning 17997 clauses out of 36011 with flag 2033000/2033000
1145.29/1141.32	c cleaning 17999 clauses out of 36015 with flag 2051001/2051001
1156.20/1152.22	c cleaning 17997 clauses out of 36015 with flag 2069000/2069000
1164.42/1160.50	c cleaning 17996 clauses out of 36019 with flag 2087001/2087001
1175.82/1171.84	c cleaning 18001 clauses out of 36023 with flag 2105001/2105001
1187.74/1183.76	c cleaning 17995 clauses out of 36021 with flag 2123000/2123000
1196.87/1192.89	c cleaning 18008 clauses out of 36028 with flag 2141002/2141002
1206.57/1202.59	c cleaning 17997 clauses out of 36018 with flag 2159000/2159000
1218.19/1214.17	c cleaning 18002 clauses out of 36021 with flag 2177000/2177000
1226.49/1222.49	c cleaning 17995 clauses out of 36019 with flag 2195000/2195000
1238.31/1234.25	c cleaning 18007 clauses out of 36024 with flag 2213000/2213000
1251.11/1247.06	c cleaning 18008 clauses out of 36017 with flag 2231000/2231000
1260.51/1256.49	c cleaning 17991 clauses out of 36009 with flag 2249000/2249000
1272.32/1268.22	c cleaning 17993 clauses out of 36018 with flag 2267000/2267000
1285.32/1281.28	c cleaning 18002 clauses out of 36025 with flag 2285000/2285000
1294.12/1290.01	c cleaning 17998 clauses out of 36023 with flag 2303000/2303000
1307.63/1303.58	c cleaning 18007 clauses out of 36025 with flag 2321000/2321000
1317.94/1313.80	c cleaning 17988 clauses out of 36018 with flag 2339000/2339000
1329.55/1325.49	c cleaning 18005 clauses out of 36030 with flag 2357000/2357000
1340.97/1336.86	c cleaning 18007 clauses out of 36025 with flag 2375000/2375000
1353.06/1348.97	c cleaning 18006 clauses out of 36018 with flag 2393000/2393000
1362.86/1358.74	c cleaning 17999 clauses out of 36012 with flag 2411000/2411000
1377.18/1373.06	c cleaning 17998 clauses out of 36013 with flag 2429000/2429000
1386.29/1382.16	c cleaning 17999 clauses out of 36015 with flag 2447000/2447000
1400.29/1396.10	c cleaning 17999 clauses out of 36016 with flag 2465000/2465000
1413.09/1408.99	c cleaning 17999 clauses out of 36017 with flag 2483000/2483000
1422.89/1418.74	c cleaning 17993 clauses out of 36018 with flag 2501000/2501000
1436.79/1432.67	c cleaning 18005 clauses out of 36026 with flag 2519001/2519001
1450.12/1445.94	c cleaning 18003 clauses out of 36022 with flag 2537002/2537002
1461.84/1457.68	c cleaning 18005 clauses out of 36017 with flag 2555000/2555000
1476.54/1472.30	c cleaning 17996 clauses out of 36012 with flag 2573000/2573000
1487.15/1482.95	c cleaning 18004 clauses out of 36016 with flag 2591000/2591000
1499.55/1495.38	c cleaning 18004 clauses out of 36012 with flag 2609000/2609000
1513.76/1509.53	c cleaning 18002 clauses out of 36008 with flag 2627000/2627000
1527.57/1523.39	c cleaning 17992 clauses out of 36006 with flag 2645000/2645000
1538.97/1534.74	c cleaning 17993 clauses out of 36014 with flag 2663000/2663000
1549.99/1545.74	c cleaning 18005 clauses out of 36023 with flag 2681002/2681002
1562.82/1558.50	c cleaning 17998 clauses out of 36016 with flag 2699000/2699000
1572.42/1568.14	c cleaning 18000 clauses out of 36019 with flag 2717001/2717001
1584.92/1580.68	c cleaning 18003 clauses out of 36018 with flag 2735000/2735000
1596.84/1592.52	c cleaning 18001 clauses out of 36015 with flag 2753000/2753000
1607.34/1603.05	c cleaning 17999 clauses out of 36014 with flag 2771000/2771000
1617.83/1613.57	c cleaning 17998 clauses out of 36017 with flag 2789002/2789002
1628.93/1624.64	c cleaning 17995 clauses out of 36018 with flag 2807001/2807001
1639.94/1635.68	c cleaning 17998 clauses out of 36022 with flag 2825000/2825000
1652.33/1648.05	c cleaning 18004 clauses out of 36024 with flag 2843000/2843000
1666.92/1662.68	c cleaning 17998 clauses out of 36020 with flag 2861000/2861000
1678.13/1673.83	c cleaning 18000 clauses out of 36022 with flag 2879000/2879000
1689.83/1685.51	c cleaning 17993 clauses out of 36022 with flag 2897000/2897000
1701.33/1697.00	c cleaning 17998 clauses out of 36029 with flag 2915000/2915000
1712.05/1707.73	c cleaning 18007 clauses out of 36032 with flag 2933001/2933001
1723.84/1719.54	c cleaning 18010 clauses out of 36025 with flag 2951001/2951001
1736.97/1732.65	c cleaning 18000 clauses out of 36014 with flag 2969000/2969000
1748.06/1743.70	c cleaning 17999 clauses out of 36015 with flag 2987001/2987001
1753.98/1749.62	c cleaning 18002 clauses out of 36015 with flag 3005000/3005000
1760.61/1756.24	c cleaning 18000 clauses out of 36013 with flag 3023000/3023000
1768.04/1763.69	c cleaning 18002 clauses out of 36014 with flag 3041001/3041001
1776.04/1771.69	c cleaning 17993 clauses out of 36011 with flag 3059000/3059000
1784.67/1780.23	c cleaning 17995 clauses out of 36018 with flag 3077000/3077000
1793.56/1789.17	c cleaning 17998 clauses out of 36023 with flag 3095000/3095000
1800.07/1795.61	c starts		: 251
1800.07/1795.61	c conflicts		: 3107550
1800.07/1795.61	c decisions		: 3268874
1800.07/1795.61	c propagations		: 18813765
1800.07/1795.61	c inspects		: 2283159461
1800.07/1795.61	c learnt literals	: 0
1800.07/1795.61	c learnt binary clauses	: 0
1800.07/1795.61	c learnt ternary clauses	: 0
1800.07/1795.61	c learnt clauses	: 3107550
1800.07/1795.61	c ignored clauses	: 0
1800.07/1795.61	c root simplifications	: 0
1800.07/1795.61	c removed literals (reason simplification)	: 44717191
1800.07/1795.61	c reason swapping (by a shorter reason)	: 0
1800.07/1795.61	c Calls to reduceDB	: 177
1800.07/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.61	c number of learned constraints concerned by reduction	: 0
1800.07/1795.61	c number of learning phase by resolution	: 0
1800.07/1795.61	c number of learning phase by cutting planes	: 0
1800.07/1795.61	c speed (assignments/second)	: 10872.438250147798
1800.07/1795.61	c non guided choices	0
1800.07/1795.64	c learnt constraints type 
1800.07/1795.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 30595
1800.07/1795.64	c constraints type 
1800.07/1795.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1795.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17874
1800.07/1795.64	s SATISFIABLE
1800.07/1795.65	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.07/1795.65	c objective function=-26
1800.07/1795.65	c Total wall clock time (in seconds): 1795.442

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-2659116-1276487705/watcher-2659116-1276487705 -o /tmp/evaluation-result-2659116-1276487705/solver-2659116-1276487705 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659116-1276487705.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30056
/proc/meminfo: memFree=1827576/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1832 CPUtime=0
/proc/30056/stat : 30056 (java6) R 30054 30056 28708 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 24372062 1875968 153 1992294400 134512640 134550932 4291461312 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/30056/statm: 458 153 116 10 0 63 0

[startup+0.025845 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30056
/proc/meminfo: memFree=1827576/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1517068 CPUtime=0.01
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 1921 0 1 0 0 1 0 0 18 0 2 0 24372062 1553477632 1365 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 379267 1372 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101845 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30056
/proc/meminfo: memFree=1827576/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1524184 CPUtime=0.08
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 24372062 1560764416 3399 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300844 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30056
/proc/meminfo: memFree=1827576/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1526372 CPUtime=0.36
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 5353 0 1 0 33 3 0 0 18 0 12 0 24372062 1563004928 4789 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 381593 4789 1361 10 0 378895 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526372

[startup+0.701844 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30056
/proc/meminfo: memFree=1827576/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1528288 CPUtime=1.13
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 7733 0 1 0 109 4 0 0 18 0 12 0 24372062 1564966912 7096 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 382072 7097 1403 10 0 379374 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528288

[startup+1.50084 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 30068
/proc/meminfo: memFree=1786500/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=2.71
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 14426 0 1 0 265 6 0 0 18 0 13 0 24372062 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 13118 1419 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=1.46
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 10166 0 1 0 142 4 0 0 19 0 13 0 24372064 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 103475917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 24372065 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 24372065 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 24372067 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 24372068 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 24372068 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.62
/proc/30056/task/30065/stat : 30065 (java) R 30054 30056 28708 0 -1 4202560 674 0 0 0 62 0 0 0 25 0 13 0 24372072 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 101914161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=0.6
/proc/30056/task/30066/stat : 30066 (java) R 30054 30056 28708 0 -1 4202560 2519 0 0 0 60 0 0 0 25 0 13 0 24372072 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 103148469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 13118 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1533840

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30069
/proc/meminfo: memFree=1775456/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=4.84
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 20383 0 1 0 475 9 0 0 18 0 13 0 24372062 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 19071 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=3.02
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 12876 0 1 0 297 5 0 0 22 0 13 0 24372064 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4109574139 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 13 0 24372065 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=0.01
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 867 0 0 0 1 0 0 0 18 0 13 0 24372065 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=0.02
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 1537 0 0 0 2 0 0 0 16 0 13 0 24372067 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.87
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 737 0 0 0 87 0 0 0 18 0 13 0 24372072 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=0.85
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2550 0 0 0 85 0 0 0 19 0 13 0 24372072 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 19071 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1533840

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30069
/proc/meminfo: memFree=1738752/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=8.13
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 27319 0 1 0 801 12 0 0 18 0 13 0 24372062 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 25941 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=6.11
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 12881 0 1 0 606 5 0 0 25 0 13 0 24372064 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4109547470 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=0.04
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 2743 0 0 0 3 1 0 0 16 0 13 0 24372065 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=0.03
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 3024 0 0 0 2 1 0 0 18 0 13 0 24372065 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=0.1
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 4311 0 0 0 9 1 0 0 16 0 13 0 24372067 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.87
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 738 0 0 0 87 0 0 0 17 0 13 0 24372072 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=0.91
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2556 0 0 0 91 0 0 0 16 0 13 0 24372072 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 25941 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 1533840

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 30069
/proc/meminfo: memFree=1715316/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=14.67
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 32286 0 1 0 1454 13 0 0 18 0 13 0 24372062 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 30869 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=12.29
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 12884 0 1 0 1224 5 0 0 25 0 13 0 24372064 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4109596635 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=0.1
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 4200 0 0 0 8 2 0 0 16 0 13 0 24372065 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=0.09
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 4372 0 0 0 7 2 0 0 16 0 13 0 24372065 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=0.24
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 6451 0 0 0 23 1 0 0 16 0 13 0 24372067 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.88
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 738 0 0 0 88 0 0 0 15 0 13 0 24372072 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=1
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2575 0 0 0 100 0 0 0 15 0 13 0 24372072 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 30869 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1533840

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30069
/proc/meminfo: memFree=1698948/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=27.54
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 35761 0 1 0 2739 15 0 0 18 0 13 0 24372062 1570652160 34340 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 34340 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=24.85
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 12887 0 1 0 2479 6 0 0 25 0 13 0 24372064 1570652160 34340 1992294400 134512640 134550932 4294344736 18446744073709551615 4109623597 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=0.17
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 4808 0 0 0 15 2 0 0 16 0 13 0 24372065 1570652160 34340 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=0.16
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 5222 0 0 0 14 2 0 0 15 0 13 0 24372065 1570652160 34340 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=0.41
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 8465 0 0 0 39 2 0 0 16 0 13 0 24372067 1570652160 34340 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0

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

[pid=30056] ppid=30054 vsize=1533840 CPUtime=1606.64
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 51218 0 1 0 160604 60 0 0 18 0 13 0 24372062 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 45328 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=1586.03
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 13037 0 1 0 158573 30 0 0 25 0 13 0 24372064 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4109602175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=3.31
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 11266 0 0 0 320 11 0 0 16 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=3.37
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 12657 0 0 0 326 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=11.89
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 9780 0 0 0 1185 4 0 0 15 0 13 0 24372067 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.96
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 745 0 0 0 96 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=1
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2575 0 0 0 100 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.64
Current children cumulated vsize (KiB) 1533840

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30125
/proc/meminfo: memFree=1647736/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=1666.63
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 51229 0 1 0 166602 61 0 0 18 0 13 0 24372062 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 45328 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=1645.6
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 13042 0 1 0 164529 31 0 0 25 0 13 0 24372064 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4109558762 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=3.33
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 11266 0 0 0 322 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=3.39
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 12657 0 0 0 328 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=12.27
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 9782 0 0 0 1223 4 0 0 15 0 13 0 24372067 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.96
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 745 0 0 0 96 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=1
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2575 0 0 0 100 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.63
Current children cumulated vsize (KiB) 1533840

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30127
/proc/meminfo: memFree=1647612/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=1726.67
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 51243 0 1 0 172604 63 0 0 18 0 13 0 24372062 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 45328 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=1705
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 13048 0 1 0 170467 33 0 0 25 0 13 0 24372064 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4109559784 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=3.41
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 11266 0 0 0 330 11 0 0 16 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=3.47
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 12657 0 0 0 336 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=12.75
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 9786 0 0 0 1271 4 0 0 15 0 13 0 24372067 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.96
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 745 0 0 0 96 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=1
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2575 0 0 0 100 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.67
Current children cumulated vsize (KiB) 1533840

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30129
/proc/meminfo: memFree=1647364/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=1786.76
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 51256 0 1 0 178610 66 0 0 18 0 13 0 24372062 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 45328 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=1764.27
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 13055 0 1 0 176392 35 0 0 25 0 13 0 24372064 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4109547135 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=3.53
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 11266 0 0 0 342 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=3.6
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 12657 0 0 0 349 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=13.32
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 9790 0 0 0 1328 4 0 0 15 0 13 0 24372067 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.96
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 745 0 0 0 96 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=1
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2575 0 0 0 100 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.76
Current children cumulated vsize (KiB) 1533840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30129
/proc/meminfo: memFree=1647364/2059040 swapFree=4136184/4192956
[pid=30056] ppid=30054 vsize=1533840 CPUtime=1800.07
/proc/30056/stat : 30056 (java) S 30054 30056 28708 0 -1 4202496 51259 0 1 0 179941 66 0 0 18 0 13 0 24372062 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30056/statm: 383460 45328 1445 10 0 380762 0
[pid=30056/tid=30058] ppid=30054 vsize=1533840 CPUtime=1777.49
/proc/30056/task/30058/stat : 30058 (java) R 30054 30056 28708 0 -1 4202560 13056 0 1 0 177714 35 0 0 25 0 13 0 24372064 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4109602175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30056/tid=30059] ppid=30054 vsize=1533840 CPUtime=3.53
/proc/30056/task/30059/stat : 30059 (java) S 30054 30056 28708 0 -1 4202560 11266 0 0 0 342 11 0 0 16 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30060] ppid=30054 vsize=1533840 CPUtime=3.61
/proc/30056/task/30060/stat : 30060 (java) S 30054 30056 28708 0 -1 4202560 12657 0 0 0 350 11 0 0 15 0 13 0 24372065 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30061] ppid=30054 vsize=1533840 CPUtime=13.39
/proc/30056/task/30061/stat : 30061 (java) S 30054 30056 28708 0 -1 4202560 9790 0 0 0 1335 4 0 0 15 0 13 0 24372067 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30062] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30062/stat : 30062 (java) S 30054 30056 28708 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30063] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30063/stat : 30063 (java) S 30054 30056 28708 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24372068 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30064] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30064/stat : 30064 (java) S 30054 30056 28708 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30065] ppid=30054 vsize=1533840 CPUtime=0.96
/proc/30056/task/30065/stat : 30065 (java) S 30054 30056 28708 0 -1 4202560 745 0 0 0 96 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30066] ppid=30054 vsize=1533840 CPUtime=1
/proc/30056/task/30066/stat : 30066 (java) S 30054 30056 28708 0 -1 4202560 2575 0 0 0 100 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30067] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30067/stat : 30067 (java) S 30054 30056 28708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=30056/tid=30068] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30068/stat : 30068 (java) S 30054 30056 28708 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 24372072 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=30056/tid=30069] ppid=30054 vsize=1533840 CPUtime=0
/proc/30056/task/30069/stat : 30069 (java) S 30054 30056 28708 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 24372172 1570652160 45328 1992294400 134512640 134550932 4294344736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1533840

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

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

Child status: 143
Real time (s): 1795.68
CPU time (s): 1800.19
CPU user time (s): 1799.5
CPU system time (s): 0.687895
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 1533840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51282
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= 38607
involuntary context switches= 15434

runsolver used 3.67744 second user time and 9.62954 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-14 05:55:05
IDJOB=2659116
IDBENCH=2237
IDSOLVER=1164
FILE ID=node011/2659116-1276487705
PBS_JOBID= 11173377
Free space on /tmp= 62264 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-2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659116-1276487705/watcher-2659116-1276487705 -o /tmp/evaluation-result-2659116-1276487705/solver-2659116-1276487705 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659116-1276487705.opb

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

MD5SUM BENCH= 5909a36352b34473abff2d7e1fe31c04
RANDOM SEED=1573191381

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827972 kB
Buffers:         56548 kB
Cached:          98484 kB
SwapCached:       9796 kB
Active:          89328 kB
Inactive:        78140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827972 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:             632 kB
Writeback:           0 kB
AnonPages:       10944 kB
Mapped:           9268 kB
Slab:            41628 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180316 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= 62264 MiB
End job on node011 at 2010-06-14 06:25:03