Trace number 2663250

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 RES // CP 2.2.0 2010-05-31UNSAT 611.97 317.626

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark70.7442
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2663250-1276599487.opb
0.24/0.21	c reading problem ... 
0.24/0.25	c ... done. Wall clock time 0.04s.
0.24/0.25	c #vars     31
0.24/0.25	c #constraints  9
0.24/0.25	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.24/0.26	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
4.94/2.65	c cleaning 2499 clauses out of 5000 with flag 5000/5000
7.30/3.84	c cleaning 4251 clauses out of 8502 with flag 11001/11001
10.06/5.29	c cleaning 5624 clauses out of 11250 with flag 18000/18000
14.41/7.41	c cleaning 6813 clauses out of 13626 with flag 26000/26000
17.59/9.04	c cleaning 7905 clauses out of 15813 with flag 35000/35000
21.36/10.91	c cleaning 8954 clauses out of 17908 with flag 45000/45000
25.08/12.80	c cleaning 9475 clauses out of 18954 with flag 55000/55000
28.41/14.51	c cleaning 9739 clauses out of 19479 with flag 65000/65000
31.53/16.19	c cleaning 9870 clauses out of 19740 with flag 75000/75000
34.66/17.79	c cleaning 9936 clauses out of 19871 with flag 85001/85001
38.38/19.65	c cleaning 9968 clauses out of 19936 with flag 95002/95002
42.51/21.75	c cleaning 9980 clauses out of 19966 with flag 105000/105000
46.22/23.63	c cleaning 9991 clauses out of 19987 with flag 115001/115001
50.33/25.79	c cleaning 9997 clauses out of 19995 with flag 125000/125000
54.64/27.92	c cleaning 9999 clauses out of 19999 with flag 135001/135001
57.77/29.55	c cleaning 9994 clauses out of 19999 with flag 145000/145000
61.09/31.22	c cleaning 10002 clauses out of 20005 with flag 155000/155000
65.20/33.31	c cleaning 9998 clauses out of 20004 with flag 165001/165001
69.30/35.47	c cleaning 9999 clauses out of 20005 with flag 175000/175000
74.01/37.82	c cleaning 10000 clauses out of 20007 with flag 185001/185001
77.71/39.73	c cleaning 10004 clauses out of 20008 with flag 195002/195002
81.43/41.68	c cleaning 9998 clauses out of 20002 with flag 205000/205000
85.34/43.68	c cleaning 10001 clauses out of 20005 with flag 215001/215001
89.04/45.55	c cleaning 10002 clauses out of 20004 with flag 225001/225001
92.36/47.30	c cleaning 9999 clauses out of 20003 with flag 235002/235002
96.27/49.23	c cleaning 10000 clauses out of 20002 with flag 245000/245000
99.77/51.05	c cleaning 10000 clauses out of 20003 with flag 255001/255001
103.88/53.15	c cleaning 9999 clauses out of 20002 with flag 265000/265000
108.37/55.43	c cleaning 10000 clauses out of 20003 with flag 275000/275000
112.29/57.41	c cleaning 10001 clauses out of 20003 with flag 285000/285000
115.80/59.22	c cleaning 10001 clauses out of 20002 with flag 295000/295000
119.30/61.05	c cleaning 9999 clauses out of 20001 with flag 305000/305000
123.00/62.90	c cleaning 9998 clauses out of 20002 with flag 315000/315000
126.10/64.58	c cleaning 9999 clauses out of 20005 with flag 325001/325001
129.21/66.11	c cleaning 10003 clauses out of 20005 with flag 335000/335000
132.33/67.72	c cleaning 10002 clauses out of 20004 with flag 345002/345002
135.44/69.33	c cleaning 9998 clauses out of 20000 with flag 355000/355000
137.94/70.67	c cleaning 0 clauses out of 5003 with flag 0/5003
138.67/71.09	c cleaning 9995 clauses out of 20002 with flag 365000/365000
141.97/72.75	c cleaning 10001 clauses out of 20007 with flag 375000/375000
145.27/74.41	c cleaning 10001 clauses out of 20006 with flag 385000/385000
148.37/76.06	c cleaning 9998 clauses out of 20006 with flag 395001/395001
152.08/77.98	c cleaning 10001 clauses out of 20007 with flag 405000/405000
155.99/79.99	c cleaning 10000 clauses out of 20006 with flag 415000/415000
159.67/81.90	c cleaning 9999 clauses out of 20006 with flag 425000/425000
162.58/83.39	c cleaning 10003 clauses out of 20008 with flag 435001/435001
166.28/85.25	c cleaning 10002 clauses out of 20004 with flag 445000/445000
169.79/87.04	c cleaning 9998 clauses out of 20002 with flag 455000/455000
172.88/88.67	c cleaning 9997 clauses out of 20005 with flag 465001/465001
175.79/90.12	c cleaning 10004 clauses out of 20008 with flag 475001/475001
178.48/91.53	c cleaning 9994 clauses out of 20004 with flag 485001/485001
181.20/92.97	c cleaning 10000 clauses out of 20009 with flag 495000/495000
183.69/94.29	c cleaning 10002 clauses out of 20009 with flag 505000/505000
186.79/95.80	c cleaning 9998 clauses out of 20008 with flag 515001/515001
190.50/97.72	c cleaning 9999 clauses out of 20009 with flag 525000/525000
193.40/99.28	c cleaning 10003 clauses out of 20010 with flag 535000/535000
196.10/100.60	c cleaning 10000 clauses out of 20008 with flag 545001/545001
199.40/102.33	c cleaning 9998 clauses out of 20007 with flag 555000/555000
203.49/104.48	c cleaning 9998 clauses out of 20009 with flag 565000/565000
206.58/106.09	c cleaning 10001 clauses out of 20012 with flag 575001/575001
209.67/107.67	c cleaning 10001 clauses out of 20010 with flag 585000/585000
213.37/109.53	c cleaning 9999 clauses out of 20010 with flag 595001/595001
216.89/111.39	c cleaning 9999 clauses out of 20010 with flag 605000/605000
220.17/113.05	c cleaning 10004 clauses out of 20012 with flag 615001/615001
223.65/114.88	c cleaning 10002 clauses out of 20007 with flag 625000/625000
227.15/116.63	c cleaning 9997 clauses out of 20006 with flag 635001/635001
230.43/118.30	c cleaning 9999 clauses out of 20009 with flag 645001/645001
233.33/119.90	c cleaning 10000 clauses out of 20009 with flag 655000/655000
236.40/121.43	c cleaning 10005 clauses out of 20009 with flag 665000/665000
239.11/122.89	c cleaning 9997 clauses out of 20005 with flag 675001/675001
242.59/124.60	c cleaning 9999 clauses out of 20007 with flag 685000/685000
245.49/126.13	c cleaning 10001 clauses out of 20008 with flag 695000/695000
248.18/127.59	c cleaning 10001 clauses out of 20007 with flag 705000/705000
250.87/129.00	c cleaning 9998 clauses out of 20006 with flag 715000/715000
254.16/130.67	c cleaning 10002 clauses out of 20008 with flag 725000/725000
257.66/132.40	c cleaning 10001 clauses out of 20006 with flag 735000/735000
260.55/133.97	c cleaning 10000 clauses out of 20005 with flag 745000/745000
264.03/135.78	c cleaning 9998 clauses out of 20007 with flag 755002/755002
267.71/137.61	c cleaning 10001 clauses out of 20007 with flag 765000/765000
271.00/139.34	c cleaning 10000 clauses out of 20006 with flag 775000/775000
274.27/141.00	c cleaning 10001 clauses out of 20007 with flag 785001/785001
277.57/142.73	c cleaning 10000 clauses out of 20005 with flag 795000/795000
280.86/144.43	c cleaning 10000 clauses out of 20007 with flag 805002/805002
284.15/146.18	c cleaning 10001 clauses out of 20006 with flag 815001/815001
287.02/147.65	c cleaning 10000 clauses out of 20005 with flag 825001/825001
290.31/149.33	c cleaning 9999 clauses out of 20004 with flag 835000/835000
294.59/151.51	c cleaning 9999 clauses out of 20007 with flag 845002/845002
297.88/153.27	c cleaning 10002 clauses out of 20006 with flag 855000/855000
301.15/155.00	c cleaning 9996 clauses out of 20005 with flag 865001/865001
305.23/157.01	c cleaning 10000 clauses out of 20009 with flag 875001/875001
308.52/158.74	c cleaning 10003 clauses out of 20009 with flag 885001/885001
312.40/160.73	c cleaning 9995 clauses out of 20005 with flag 895000/895000
316.27/162.73	c cleaning 10001 clauses out of 20012 with flag 905002/905002
319.54/164.47	c cleaning 10003 clauses out of 20010 with flag 915001/915001
323.42/166.45	c cleaning 10000 clauses out of 20007 with flag 925001/925001
326.92/168.26	c cleaning 10003 clauses out of 20008 with flag 935002/935002
330.77/170.21	c cleaning 10002 clauses out of 20004 with flag 945001/945001
334.45/172.17	c cleaning 9996 clauses out of 20002 with flag 955001/955001
337.91/173.97	c cleaning 9998 clauses out of 20006 with flag 965001/965001
341.38/175.76	c cleaning 9999 clauses out of 20008 with flag 975001/975001
344.64/177.43	c cleaning 10002 clauses out of 20008 with flag 985000/985000
347.72/179.06	c cleaning 9998 clauses out of 20007 with flag 995001/995001
350.99/180.71	c cleaning 10004 clauses out of 20011 with flag 1005003/1005003
353.88/182.27	c cleaning 10000 clauses out of 20004 with flag 1015000/1015000
357.35/184.01	c cleaning 10002 clauses out of 20004 with flag 1025000/1025000
360.63/185.70	c cleaning 9998 clauses out of 20002 with flag 1035000/1035000
363.31/187.19	c cleaning 10004 clauses out of 20007 with flag 1045003/1045003
366.60/188.86	c cleaning 9996 clauses out of 20000 with flag 1055000/1055000
369.85/190.56	c cleaning 9998 clauses out of 20004 with flag 1065000/1065000
372.54/191.95	c cleaning 10000 clauses out of 20006 with flag 1075000/1075000
376.21/193.84	c cleaning 9996 clauses out of 20007 with flag 1085001/1085001
379.09/195.38	c cleaning 10001 clauses out of 20010 with flag 1095000/1095000
382.55/197.16	c cleaning 10002 clauses out of 20009 with flag 1105000/1105000
386.04/198.93	c cleaning 9997 clauses out of 20007 with flag 1115000/1115000
389.12/200.54	c cleaning 10002 clauses out of 20010 with flag 1125000/1125000
392.21/202.11	c cleaning 10004 clauses out of 20009 with flag 1135001/1135001
395.07/203.62	c cleaning 10002 clauses out of 20005 with flag 1145001/1145001
398.15/205.22	c cleaning 10002 clauses out of 20003 with flag 1155001/1155001
401.43/206.90	c cleaning 9998 clauses out of 20001 with flag 1165001/1165001
404.51/208.59	c cleaning 9997 clauses out of 20002 with flag 1175000/1175000
407.77/210.20	c cleaning 10001 clauses out of 20006 with flag 1185001/1185001
411.05/211.92	c cleaning 9998 clauses out of 20006 with flag 1195002/1195002
414.72/213.84	c cleaning 9999 clauses out of 20006 with flag 1205000/1205000
418.21/215.70	c cleaning 10001 clauses out of 20007 with flag 1215000/1215000
421.46/217.37	c cleaning 10002 clauses out of 20007 with flag 1225001/1225001
424.93/219.10	c cleaning 9997 clauses out of 20004 with flag 1235000/1235000
428.22/220.82	c cleaning 9998 clauses out of 20007 with flag 1245000/1245000
431.09/222.39	c cleaning 10004 clauses out of 20009 with flag 1255000/1255000
434.16/223.91	c cleaning 10005 clauses out of 20009 with flag 1265004/1265004
437.04/225.45	c cleaning 9996 clauses out of 20000 with flag 1275000/1275000
440.11/227.08	c cleaning 10002 clauses out of 20006 with flag 1285002/1285002
444.38/229.23	c cleaning 9998 clauses out of 20002 with flag 1295000/1295000
447.63/230.99	c cleaning 9998 clauses out of 20004 with flag 1305000/1305000
450.69/232.56	c cleaning 10003 clauses out of 20007 with flag 1315001/1315001
453.97/234.21	c cleaning 9999 clauses out of 20005 with flag 1325002/1325002
459.60/237.12	c cleaning 10002 clauses out of 20005 with flag 1335001/1335001
463.05/238.99	c cleaning 9993 clauses out of 20002 with flag 1345000/1345000
466.32/240.61	c cleaning 10003 clauses out of 20011 with flag 1355002/1355002
469.78/242.41	c cleaning 9996 clauses out of 20006 with flag 1365000/1365000
473.44/244.39	c cleaning 9996 clauses out of 20010 with flag 1375000/1375000
477.29/246.35	c cleaning 10000 clauses out of 20015 with flag 1385001/1385001
480.74/248.18	c cleaning 10000 clauses out of 20014 with flag 1395000/1395000
484.00/249.86	c cleaning 10001 clauses out of 20014 with flag 1405000/1405000
487.27/251.54	c cleaning 9999 clauses out of 20014 with flag 1415001/1415001
490.93/253.46	c cleaning 10004 clauses out of 20014 with flag 1425000/1425000
494.00/255.09	c cleaning 10002 clauses out of 20011 with flag 1435001/1435001
497.47/256.81	c cleaning 10003 clauses out of 20009 with flag 1445001/1445001
500.55/258.48	c cleaning 10002 clauses out of 20007 with flag 1455002/1455002
503.59/260.06	c cleaning 9998 clauses out of 20004 with flag 1465001/1465001
506.66/261.60	c cleaning 10000 clauses out of 20005 with flag 1475000/1475000
509.34/263.04	c cleaning 10000 clauses out of 20007 with flag 1485002/1485002
512.41/264.65	c cleaning 10000 clauses out of 20006 with flag 1495001/1495001
515.65/266.32	c cleaning 9998 clauses out of 20005 with flag 1505000/1505000
518.33/267.76	c cleaning 10001 clauses out of 20008 with flag 1515001/1515001
521.80/269.53	c cleaning 9997 clauses out of 20006 with flag 1525000/1525000
525.05/271.24	c cleaning 10002 clauses out of 20009 with flag 1535000/1535000
528.29/272.92	c cleaning 10001 clauses out of 20008 with flag 1545001/1545001
531.36/274.58	c cleaning 10001 clauses out of 20006 with flag 1555000/1555000
534.45/276.19	c cleaning 10002 clauses out of 20007 with flag 1565002/1565002
537.31/277.64	c cleaning 10002 clauses out of 20004 with flag 1575001/1575001
540.17/279.10	c cleaning 9998 clauses out of 20002 with flag 1585001/1585001
542.85/280.53	c cleaning 9999 clauses out of 20004 with flag 1595001/1595001
545.70/282.01	c cleaning 9999 clauses out of 20004 with flag 1605000/1605000
548.37/283.43	c cleaning 10003 clauses out of 20007 with flag 1615002/1615002
551.23/284.93	c cleaning 10000 clauses out of 20004 with flag 1625002/1625002
554.28/286.56	c cleaning 9998 clauses out of 20003 with flag 1635001/1635001
557.15/288.03	c cleaning 10000 clauses out of 20004 with flag 1645000/1645000
560.02/289.53	c cleaning 10001 clauses out of 20005 with flag 1655001/1655001
562.87/291.03	c cleaning 10001 clauses out of 20003 with flag 1665000/1665000
565.53/292.43	c cleaning 9998 clauses out of 20002 with flag 1675000/1675000
568.20/293.88	c cleaning 9999 clauses out of 20005 with flag 1685001/1685001
570.87/295.28	c cleaning 9999 clauses out of 20005 with flag 1695000/1695000
573.71/296.74	c cleaning 10003 clauses out of 20009 with flag 1705003/1705003
576.57/298.21	c cleaning 10002 clauses out of 20003 with flag 1715000/1715000
580.03/300.09	c cleaning 9996 clauses out of 20000 with flag 1725000/1725000
582.87/301.60	c cleaning 10000 clauses out of 20006 with flag 1735002/1735002
585.71/303.00	c cleaning 9999 clauses out of 20004 with flag 1745000/1745000
588.58/304.55	c cleaning 9999 clauses out of 20004 with flag 1755000/1755000
591.64/306.11	c cleaning 9998 clauses out of 20006 with flag 1765001/1765001
594.69/307.72	c cleaning 9999 clauses out of 20008 with flag 1775001/1775001
597.54/309.22	c cleaning 10004 clauses out of 20009 with flag 1785001/1785001
600.19/310.64	c cleaning 9998 clauses out of 20004 with flag 1795000/1795000
602.86/312.07	c cleaning 10002 clauses out of 20006 with flag 1805000/1805000
605.33/313.40	c cleaning 10003 clauses out of 20005 with flag 1815001/1815001
608.15/314.83	c cleaning 10000 clauses out of 20001 with flag 1825001/1825001
610.62/316.19	c cleaning 9999 clauses out of 19999 with flag 1835000/1835000
611.71/316.76	c And the winner is Resolution
611.91/317.56	c starts		: 209
611.91/317.56	c conflicts		: 1839607
611.91/317.56	c decisions		: 1843340
611.91/317.56	c propagations		: 12595783
611.91/317.56	c inspects		: 1669723445
611.91/317.56	c learnt literals	: 10
611.91/317.56	c learnt binary clauses	: 70
611.91/317.56	c learnt ternary clauses	: 337
611.91/317.56	c learnt clauses	: 1839596
611.91/317.56	c ignored clauses	: 0
611.91/317.56	c root simplifications	: 0
611.91/317.56	c removed literals (reason simplification)	: 18578545
611.91/317.56	c reason swapping (by a shorter reason)	: 0
611.91/317.56	c Calls to reduceDB	: 185
611.91/317.56	c number of reductions to clauses (during analyze)	: 0
611.91/317.56	c number of learned constraints concerned by reduction	: 0
611.91/317.56	c number of learning phase by resolution	: 0
611.91/317.56	c number of learning phase by cutting planes	: 0
611.91/317.56	c speed (assignments/second)	: 39696.13778541151
611.91/317.56	c non guided choices	13
611.91/317.59	c learnt constraints type 
611.91/317.59	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14530
611.91/317.59	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
611.91/317.59	c constraints type 
611.91/317.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
611.91/317.59	c constraints type 
611.91/317.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
611.91/317.59	s UNSATISFIABLE
611.91/317.59	c Total wall clock time (in seconds): 317.372

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663250-1276599487/watcher-2663250-1276599487 -o /tmp/evaluation-result-2663250-1276599487/solver-2663250-1276599487 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663250-1276599487.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: 0.92 0.98 1.09 3/105 11101
/proc/meminfo: memFree=1437016/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1832 CPUtime=0
/proc/11101/stat : 11101 (java6) S 11099 11101 2312 0 -1 4194304 240 0 0 0 0 0 0 0 25 0 1 0 1242522 1875968 144 1992294400 134512640 134550932 4290189504 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/11101/statm: 458 145 108 10 0 63 0

[startup+0.0384101 s]
/proc/loadavg: 0.92 0.98 1.09 3/105 11101
/proc/meminfo: memFree=1437016/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1521352 CPUtime=0.02
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 3306 0 1 0 1 1 0 0 25 0 4 0 1242522 1557864448 2751 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 380338 2754 945 10 0 377648 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1521352

[startup+0.101411 s]
/proc/loadavg: 0.92 0.98 1.09 3/105 11101
/proc/meminfo: memFree=1437016/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1525204 CPUtime=0.08
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 3962 0 1 0 6 2 0 0 25 0 12 0 1242522 1561808896 3402 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 381301 3403 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.370462 s]
/proc/loadavg: 0.92 0.98 1.09 3/105 11101
/proc/meminfo: memFree=1437016/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1527696 CPUtime=0.52
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 5653 0 1 0 49 3 0 0 25 0 16 0 1242522 1564360704 5091 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 381924 5091 1350 10 0 379227 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1527696

[startup+0.7005 s]
/proc/loadavg: 0.92 0.98 1.09 3/105 11101
/proc/meminfo: memFree=1437016/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1533056 CPUtime=1.18
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 7696 0 1 0 114 4 0 0 25 0 16 0 1242522 1569849344 6658 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 383264 6658 1386 10 0 380567 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1533056

[startup+1.50159 s]
/proc/loadavg: 0.92 0.98 1.09 5/121 11117
/proc/meminfo: memFree=1413700/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1536428 CPUtime=2.77
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 11833 0 1 0 271 6 0 0 25 0 16 0 1242522 1573302272 9663 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 384107 9663 1407 10 0 381410 0
[pid=11101/tid=11103] ppid=11099 vsize=1536428 CPUtime=0.22
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3695 0 1 0 20 2 0 0 18 0 16 0 1242523 1573302272 9663 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 1242525 1573302272 9663 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 1242525 1573302272 9663 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 1242526 1573302272 9664 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 1242527 1573302272 9665 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 1242527 1573302272 9667 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1242531 1573302272 9668 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1536428 CPUtime=0.57
/proc/11101/task/11110/stat : 11110 (java) R 11099 11101 2312 0 -1 4202560 2099 0 0 0 56 1 0 0 25 0 16 0 1242531 1573302272 9669 1992294400 134512640 134550932 4286807648 18446744073709551615 106252289 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1536428 CPUtime=0.3
/proc/11101/task/11111/stat : 11111 (java) R 11099 11101 2312 0 -1 4202560 2236 0 0 0 30 0 0 0 22 0 16 0 1242531 1573302272 9670 1992294400 134512640 134550932 4286807648 18446744073709551615 106428069 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1242531 1573302272 9671 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1242531 1573302272 9672 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11114] ppid=11099 vsize=1536428 CPUtime=0.8
/proc/11101/task/11114/stat : 11114 (java) R 11099 11101 2312 0 -1 4202560 702 0 0 0 80 0 0 0 19 0 16 0 1242548 1573302272 9673 1992294400 134512640 134550932 4286807648 18446744073709551615 103387088 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11115] ppid=11099 vsize=1536428 CPUtime=0.82
/proc/11101/task/11115/stat : 11115 (java) R 11099 11101 2312 0 -1 4202560 2037 0 0 0 82 0 0 0 18 0 16 0 1242548 1573302272 9674 1992294400 134512640 134550932 4286807648 18446744073709551615 4109806376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1242548 1573302272 9675 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1536428 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1242548 1573302272 9676 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1536428

[startup+3.10178 s]
/proc/loadavg: 0.92 0.98 1.09 5/121 11117
/proc/meminfo: memFree=1382576/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1545112 CPUtime=5.92
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 24993 0 1 0 575 17 0 0 25 0 16 0 1242522 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 386278 21124 1431 10 0 383581 0
[pid=11101/tid=11103] ppid=11099 vsize=1545112 CPUtime=0.22
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3695 0 1 0 20 2 0 0 18 0 16 0 1242523 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 16 0 1242525 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 130 0 0 0 0 0 0 0 17 0 16 0 1242525 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1545112 CPUtime=0.09
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 232 0 0 0 5 4 0 0 16 0 16 0 1242526 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1242527 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1242527 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1242531 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1545112 CPUtime=0.94
/proc/11101/task/11110/stat : 11110 (java) R 11099 11101 2312 0 -1 4202560 2600 0 0 0 93 1 0 0 23 0 16 0 1242531 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1545112 CPUtime=1.3
/proc/11101/task/11111/stat : 11111 (java) R 11099 11101 2312 0 -1 4202560 5603 0 0 0 128 2 0 0 18 0 16 0 1242531 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 106251698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1242531 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1242531 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11114] ppid=11099 vsize=1545112 CPUtime=1.89
/proc/11101/task/11114/stat : 11114 (java) R 11099 11101 2312 0 -1 4202560 5987 0 0 0 187 2 0 0 18 0 16 0 1242548 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4109488651 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11115] ppid=11099 vsize=1545112 CPUtime=1.39
/proc/11101/task/11115/stat : 11115 (java) R 11099 11101 2312 0 -1 4202560 5574 0 0 0 138 1 0 0 19 0 16 0 1242548 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4109451156 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1242548 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1545112 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1242548 1582194688 21124 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1545112

[startup+6.30214 s]
/proc/loadavg: 1.09 1.02 1.10 6/121 11117
/proc/meminfo: memFree=1286476/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1549208 CPUtime=12.24
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 46327 0 1 0 1194 30 0 0 25 0 16 0 1242522 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 387302 39719 1445 10 0 384605 0
[pid=11101/tid=11103] ppid=11099 vsize=1549208 CPUtime=0.22
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3695 0 1 0 20 2 0 0 15 0 16 0 1242523 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1549208 CPUtime=0.01
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 243 0 0 0 1 0 0 0 15 0 16 0 1242525 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1549208 CPUtime=0.02
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 414 0 0 0 2 0 0 0 16 0 16 0 1242525 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1549208 CPUtime=0.2
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 719 0 0 0 12 8 0 0 16 0 16 0 1242526 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1242527 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1242527 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1242531 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1549208 CPUtime=1.72
/proc/11101/task/11110/stat : 11110 (java) R 11099 11101 2312 0 -1 4202560 6118 0 0 0 170 2 0 0 16 0 16 0 1242531 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 105873484 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1549208 CPUtime=2.8
/proc/11101/task/11111/stat : 11111 (java) R 11099 11101 2312 0 -1 4202560 5690 0 0 0 278 2 0 0 18 0 16 0 1242531 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 106257856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1242531 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1242531 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11114] ppid=11099 vsize=1549208 CPUtime=3.7
/proc/11101/task/11114/stat : 11114 (java) R 11099 11101 2312 0 -1 4202560 9982 0 0 0 366 4 0 0 18 0 16 0 1242548 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11115] ppid=11099 vsize=1549208 CPUtime=3.48
/proc/11101/task/11115/stat : 11115 (java) R 11099 11101 2312 0 -1 4202560 18395 0 0 0 340 8 0 0 16 0 16 0 1242548 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4109843699 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1242548 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1242548 1586388992 39719 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 1549208

[startup+12.7019 s]
/proc/loadavg: 1.24 1.05 1.11 3/121 11117
/proc/meminfo: memFree=1243944/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1549208 CPUtime=24.88
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 56701 0 1 0 2454 34 0 0 25 0 16 0 1242522 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 387302 49495 1447 10 0 384605 0
[pid=11101/tid=11103] ppid=11099 vsize=1549208 CPUtime=0.22
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3695 0 1 0 20 2 0 0 15 0 16 0 1242523 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1549208 CPUtime=0.07
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 959 0 0 0 7 0 0 0 16 0 16 0 1242525 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1549208 CPUtime=0.08
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 1262 0 0 0 8 0 0 0 16 0 16 0 1242525 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1549208 CPUtime=0.33
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 1469 0 0 0 25 8 0 0 15 0 16 0 1242526 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1242527 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1242527 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1242531 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1549208 CPUtime=2.08
/proc/11101/task/11110/stat : 11110 (java) S 11099 11101 2312 0 -1 4202560 6738 0 0 0 206 2 0 0 16 0 16 0 1242531 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1549208 CPUtime=3.05
/proc/11101/task/11111/stat : 11111 (java) S 11099 11101 2312 0 -1 4202560 5715 0 0 0 303 2 0 0 19 0 16 0 1242531 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1242531 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1549208 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1242531 1586388992 49495 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0

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

[pid=11101/tid=11104] ppid=11099 vsize=1555352 CPUtime=4.27
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 3187 0 0 0 422 5 0 0 16 0 16 0 1242525 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1555352 CPUtime=4.3
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 3158 0 0 0 424 6 0 0 16 0 16 0 1242525 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1555352 CPUtime=16.16
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 4468 0 0 0 1600 16 0 0 16 0 16 0 1242526 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1242527 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1242527 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1555352 CPUtime=4.16
/proc/11101/task/11110/stat : 11110 (java) S 11099 11101 2312 0 -1 4202560 9232 0 0 0 412 4 0 0 16 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1555352 CPUtime=4.41
/proc/11101/task/11111/stat : 11111 (java) S 11099 11101 2312 0 -1 4202560 5820 0 0 0 439 2 0 0 15 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11114] ppid=11099 vsize=1555352 CPUtime=287.8
/proc/11101/task/11114/stat : 11114 (java) R 11099 11101 2312 0 -1 4202560 11270 0 0 0 28772 8 0 0 24 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4109939873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11115] ppid=11099 vsize=1555352 CPUtime=287.23
/proc/11101/task/11115/stat : 11115 (java) R 11099 11101 2312 0 -1 4202560 24922 0 0 0 28710 13 0 0 25 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4109804919 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 608.64
Current children cumulated vsize (KiB) 1555352

[startup+316.702 s]
/proc/loadavg: 2.24 1.78 1.40 3/121 11134
/proc/meminfo: memFree=1207488/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1555352 CPUtime=611.71
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 66859 0 1 0 61110 61 0 0 25 0 16 0 1242522 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 388838 58093 1447 10 0 386141 0
[pid=11101/tid=11103] ppid=11099 vsize=1555352 CPUtime=0.23
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3708 0 1 0 21 2 0 0 15 0 16 0 1242523 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1555352 CPUtime=4.29
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 3187 0 0 0 424 5 0 0 16 0 16 0 1242525 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1555352 CPUtime=4.33
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 3158 0 0 0 427 6 0 0 15 0 16 0 1242525 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1555352 CPUtime=16.27
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 4469 0 0 0 1611 16 0 0 16 0 16 0 1242526 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1242527 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1242527 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1555352 CPUtime=4.17
/proc/11101/task/11110/stat : 11110 (java) S 11099 11101 2312 0 -1 4202560 9233 0 0 0 413 4 0 0 15 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1555352 CPUtime=4.41
/proc/11101/task/11111/stat : 11111 (java) S 11099 11101 2312 0 -1 4202560 5820 0 0 0 439 2 0 0 15 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) R 11099 11101 2312 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 16 0 1242531 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11114] ppid=11099 vsize=1555352 CPUtime=289.27
/proc/11101/task/11114/stat : 11114 (java) R 11099 11101 2312 0 -1 4202560 11272 0 0 0 28919 8 0 0 25 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4109939774 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11101/tid=11115] ppid=11099 vsize=1555352 CPUtime=288.66
/proc/11101/task/11115/stat : 11115 (java) R 11099 11101 2312 0 -1 4202560 24922 0 0 0 28853 13 0 0 25 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4109801253 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 1242548 1592680448 58093 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 611.71
Current children cumulated vsize (KiB) 1555352

[startup+317.101 s]
/proc/loadavg: 2.24 1.78 1.40 3/121 11134
/proc/meminfo: memFree=1207488/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1555352 CPUtime=611.9
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 66860 0 1 0 61129 61 0 0 25 0 14 0 1242522 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 388838 58094 1448 10 0 386141 0
[pid=11101/tid=11103] ppid=11099 vsize=1555352 CPUtime=0.23
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3708 0 1 0 21 2 0 0 15 0 14 0 1242523 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1555352 CPUtime=4.29
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 3187 0 0 0 424 5 0 0 16 0 14 0 1242525 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1555352 CPUtime=4.33
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 3158 0 0 0 427 6 0 0 15 0 14 0 1242525 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1555352 CPUtime=16.27
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 4469 0 0 0 1611 16 0 0 16 0 14 0 1242526 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 1242527 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1242527 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1555352 CPUtime=4.17
/proc/11101/task/11110/stat : 11110 (java) S 11099 11101 2312 0 -1 4202560 9233 0 0 0 413 4 0 0 15 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1555352 CPUtime=4.41
/proc/11101/task/11111/stat : 11111 (java) S 11099 11101 2312 0 -1 4202560 5820 0 0 0 439 2 0 0 15 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 1242548 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1242548 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 611.9
Current children cumulated vsize (KiB) 1555352

[startup+317.501 s]
/proc/loadavg: 2.24 1.78 1.40 3/121 11134
/proc/meminfo: memFree=1207488/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1555352 CPUtime=611.91
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 66860 0 1 0 61130 61 0 0 25 0 14 0 1242522 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 388838 58094 1448 10 0 386141 0
[pid=11101/tid=11103] ppid=11099 vsize=1555352 CPUtime=0.23
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3708 0 1 0 21 2 0 0 15 0 14 0 1242523 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1555352 CPUtime=4.29
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 3187 0 0 0 424 5 0 0 16 0 14 0 1242525 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1555352 CPUtime=4.33
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 3158 0 0 0 427 6 0 0 15 0 14 0 1242525 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1555352 CPUtime=16.28
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 4469 0 0 0 1612 16 0 0 15 0 14 0 1242526 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 1242527 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1242527 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11109] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11109/stat : 11109 (java) S 11099 11101 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1555352 CPUtime=4.17
/proc/11101/task/11110/stat : 11110 (java) S 11099 11101 2312 0 -1 4202560 9233 0 0 0 413 4 0 0 15 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1555352 CPUtime=4.41
/proc/11101/task/11111/stat : 11111 (java) S 11099 11101 2312 0 -1 4202560 5820 0 0 0 439 2 0 0 15 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11113] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11113/stat : 11113 (java) S 11099 11101 2312 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 14 0 1242531 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 1242548 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 1242548 1592680448 58094 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 611.91
Current children cumulated vsize (KiB) 1555352

[startup+317.601 s]
/proc/loadavg: 2.24 1.78 1.40 3/121 11134
/proc/meminfo: memFree=1207488/2059040 swapFree=4192956/4192956
[pid=11101] ppid=11099 vsize=1555352 CPUtime=611.94
/proc/11101/stat : 11101 (java) S 11099 11101 2312 0 -1 4202496 66874 0 1 0 61133 61 0 0 25 0 12 0 1242522 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11101/statm: 388838 58106 1450 10 0 386141 0
[pid=11101/tid=11103] ppid=11099 vsize=1555352 CPUtime=0.23
/proc/11101/task/11103/stat : 11103 (java) S 11099 11101 2312 0 -1 4202560 3714 0 1 0 21 2 0 0 15 0 12 0 1242523 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11104] ppid=11099 vsize=1555352 CPUtime=4.29
/proc/11101/task/11104/stat : 11104 (java) S 11099 11101 2312 0 -1 4202560 3187 0 0 0 424 5 0 0 16 0 12 0 1242525 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11105] ppid=11099 vsize=1555352 CPUtime=4.33
/proc/11101/task/11105/stat : 11105 (java) S 11099 11101 2312 0 -1 4202560 3158 0 0 0 427 6 0 0 15 0 12 0 1242525 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11106] ppid=11099 vsize=1555352 CPUtime=16.28
/proc/11101/task/11106/stat : 11106 (java) S 11099 11101 2312 0 -1 4202560 4469 0 0 0 1612 16 0 0 15 0 12 0 1242526 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11107] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11107/stat : 11107 (java) S 11099 11101 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 1242527 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11108] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11108/stat : 11108 (java) S 11099 11101 2312 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 1242527 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11110] ppid=11099 vsize=1555352 CPUtime=4.17
/proc/11101/task/11110/stat : 11110 (java) S 11099 11101 2312 0 -1 4202560 9235 0 0 0 413 4 0 0 15 0 12 0 1242531 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11111] ppid=11099 vsize=1555352 CPUtime=4.42
/proc/11101/task/11111/stat : 11111 (java) S 11099 11101 2312 0 -1 4202560 5821 0 0 0 440 2 0 0 15 0 12 0 1242531 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=11101/tid=11112] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11112/stat : 11112 (java) S 11099 11101 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 1242531 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11116] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11116/stat : 11116 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 1242548 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=11101/tid=11117] ppid=11099 vsize=1555352 CPUtime=0
/proc/11101/task/11117/stat : 11117 (java) S 11099 11101 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 1242548 1592680448 58106 1992294400 134512640 134550932 4286807648 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 611.94
Current children cumulated vsize (KiB) 1555352

Child status: 20
Real time (s): 317.626
CPU time (s): 611.97
CPU user time (s): 611.332
CPU system time (s): 0.637903
CPU usage (%): 192.67
Max. virtual memory (cumulated for all children) (KiB): 1556924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 611.332
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66874
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= 11749
involuntary context switches= 17729

runsolver used 1.45878 second user time and 3.60545 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-15 12:58:07
IDJOB=2663250
IDBENCH=2897
IDSOLVER=1166
FILE ID=node085/2663250-1276599487
PBS_JOBID= 11173549
Free space on /tmp= 121872 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663250-1276599487/watcher-2663250-1276599487 -o /tmp/evaluation-result-2663250-1276599487/solver-2663250-1276599487 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663250-1276599487.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1078187770

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1437288 kB
Buffers:         50388 kB
Cached:         431420 kB
SwapCached:          0 kB
Active:         213852 kB
Inactive:       327376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1437288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       59340 kB
Mapped:          15444 kB
Slab:            58860 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180600 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= 121872 MiB
End job on node085 at 2010-06-15 13:03:25